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

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,
h2,
h3,
h4,.product-page-price
h5,
h6 {
  text-wrap: wrap;
}
.button.primary.lowercase:not(.is-outline) {
  background: linear-gradient(to right, #279b47, #12743a);
}
.button.primary.lowercase:hover {
  box-shadow: none;
  background: linear-gradient(to right, #12743a, #279b47);
}
#top-bar li a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
}
.header-search-form-wrapper input {
  border-top-left-radius: 5px;
  box-shadow: none;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  color: black;
}
.nav-dropdown-default {
  padding: 5px;
}
.nav-dropdown > li > a,
.nav-column > li > a {
  font-size: 15px;
  color: black;
}
.nav-spacing-xlarge > li {
  margin: 0 11px;
}
.nav-dropdown > li > a:hover {
  padding-left: 10px;
  color: var(--primary-color);
}
.nav > li > a {
  font-size: 16px;
  font-weight: bold;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
  border-radius: 10px;
  width: 25px;
}
.section-title-center span:after {
  content: "";
  display: table;
  clear: both;
  background: url(/wp-content/uploads/2021/05/line-1.png);
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding-top: 0;
}
.searchform .button.icon {
  height: 32px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section-title b {
  background: none;
}
.section-title-container {
  margin-bottom: 0;
}
.section-title-center span {
  text-transform: none;
  font-size: 30px;
}
.li-do-section .cot1 .icon-box {
  text-align: right;
}
.li-do-section .cot1 .icon-box .icon-box-img {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 5px;
}
.li-do-section .icon-box h3 {
  font-size: 19px;
  color: var(--primary-color);
}
.li-do-section .icon-box .icon-box-img {
  margin-bottom: 5px;
}
.li-do-section .icon-box {
  margin-bottom: 35px;
}
.li-do-section .icon-box .icon-box-text p {
  font-size: 14px;
  color: #3a3a3a;
}
.product-small.box .product-cat {
  font-size: 11px;
  color: #666;
}
.product-small.box .product-title a {
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: 500;
  line-height: 1.45;
}
.btn-proloop-cart {
  background: linear-gradient(to right, #279b47, #12743a);

  margin: 0;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-proloop-cart:not(:hover) {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.btn-proloop-cart::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-proloop-cart:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.doi-tac-section {
  box-shadow: -10px -10px 20px #0000000a;
}
.doi-tac-section .ux-logo img {
  border-radius: 5px;
  height: 70px;
  box-shadow: 3px 5px 1px #00000014;
}
.doi-tac-section .col {
  padding-bottom: 0;
}
.nut-xem-them {
  font-weight: normal;
  letter-spacing: 0;
}
.product-small .box-image .image-cover {
  border-radius: 5px;
}
.chuyen-gia-section .col {
  padding-bottom: 0;
}

.chuyen-gia-section h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.mb {
  margin-bottom: 15px;
}
.chuyen-gia-section .large-6 .col-inner {
  background: #134628;
  padding: 10px;
  border-radius: 10px;
}
.list-post .post-item .box-text {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: white;
  padding: 15px;
}
.list-post .post-item .box-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.list-post .post-item a:hover {
  color: black;
}
.box-blog-post .is-divider {
  display: none;
}
.list-post .post-item .post-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-archive {
  padding-top: 0;
}
.archive-page-header {
  padding: 200px 0 100px 0;
  margin-bottom: 30px;
  background-image: url(/wp-content/uploads/2021/05/bg-category.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.price{
	line-height:1.5;
}
.product-page-price {
  font-size: 120%;
}
.product-page-price * {
  color: var(--primary-color);
	font-weight:700;
}
.product-page-price span.amount del {
  color: #111;
  opacity: 0.7;
  font-size: 16px;
}
.price-sale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.price-sale del {
  display: block;
  margin-bottom: 5px;
}
.cam-nang {
  padding-bottom: 0;
}
.trang-sp .cam-nang .post-item .box-text {
  padding-bottom: 0;
  padding-top: 0px;
}
.cam-nang .post-item .post-title a {
  font-weight: normal;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-title a,
.tieu-de-bai-viet {
  color: #0a0a0a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-title a:hover,
.tieu-de-bai-viet:hover {
  color: var(--primary-color);
}
.cam-nang .is-divider {
  display: block;
}
.woocommerce-Tabs-panel h2 {
  font-size: 19px;
}
.blog-archive .rank-math-breadcrumb {
  color: #c7c7c7;
}
.rank-math-breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
  color: gray;
}
.recent-blog-posts a {
  font-size: 15px;
}
.single-post .rank-math-breadcrumb {
  color: #e8e8e8 !important;
}
.widget .is-divider {
  display: none;
}
span.widget-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 19px;
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
}
.archive.woocommerce #main {
  background-color: #f5f8fd;
}
.woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
}
.woocommerce-tabs ul.tabs li.active a {
  color: var(--primary-color);
}
.single-product .nav-line > li.active > a:before {
  display: none;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 0;
}
.product-section {
  border-top: 0;
}
.product-footer .woocommerce-tabs {
  padding: 0;
}
.woocommerce-Tabs-panel--description ul li {
  margin: 0;
  padding: 5px 0px 5px 25px;
  list-style: none;
  position: relative;
}
.woocommerce-Tabs-panel--description ul li::before {
  content: "\f005" !important;
  font-family: "Font Awesome 6 Free";
  left: 0;
  position: absolute;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: bold;
}
.single-product .product-info,
.single-product .large-6 {
  padding-top: 0;
  padding-bottom: 0;
}
.product-main {
  padding: 30px 0 0 0;
}
.single-product #product-sidebar {
  padding-top: 30px;
}

.home .tieu-de-transparent,
.archive.category .tieu-de-transparent,
.single-post .tieu-de-transparent {
  display: none;
}
.single-post .page-title-inner {
  padding: 200px 0 100px 0;
}
.archive .page-title-inner .flex-grow {
  display: none;
}
.title_page {
  float: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.sortbypttuan410 {
  display: flex;
  margin-top: 0;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.sortbypttuan410 form {
  padding: 0 0 0 20px;
}
.archive .tieu-de-transparent .shop-page-title {
  font-size: 30px;
  color: white;
}
.archive .breadcrumbs,
.rank-math-breadcrumb{
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  color: white;
}
.archive .breadcrumbs a,
.rank-math-breadcrumb a{
  color: #279b47;
}
.products.row-small,
.san-pham-section .row-small {
  margin: 0 -5px !important;
}
.products.row-small .col,
.san-pham-section .row-small .col {
  padding: 0 5px 10px;
}
.product-small.box {
  background: white;
}
.product-small.box:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
.product-small .box-text {
  padding: 12px 10px 4px;
}

.sortbypttuan410 .pt-checkbox {
  margin-right: 0px;
}
.shop-container .title_page,
.category-page-title {
  display: none;
}

.single-product .product-title {
  margin-bottom: 10px;
  font-size: 21px;
}
.product-footer .woocommerce-tabs {
  margin-top: 0;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
}
.blog-archive .page-title {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0;
  color: white;
}
.blog-archive .rank-math-breadcrumb a {
  color: #d88027;
}
.blog-archive .archive-page-header .large-12 {
  padding-bottom: 0;
}
.blog-archive .post-item .box-image {
  border-radius: 10px;
}
.blog-archive .post-item .post-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.blog-archive .post-item .post-title:hover {
  color: #005497;
}
.blog-archive .post-item a:hover {
  color: black;
}
.home .post-item .box-image:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.home .post-item .box-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-single .large-3 {
  padding-left: 0;
}
.entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.is-divider {
  display: none;
}
.blog-single .entry-title {
  font-size: 22px;
}
.xem-them .tieu-de-xem-them {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
  color: black;
}
.xem-them ul li {
  margin-bottom: 3px;
}
.xem-them ul li a {
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color) !important;
}
.xem-them ul li a:hover {
  text-decoration: underline;
}
.blog-single .entry-meta {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: gray;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px;
  background: #f9f9f9;
}
.danh-muc {
  margin-bottom: 15px;
}
.danh-muc span.title,
.the-tim-kiem span.title {
  border-radius: 4px;
  background: var(--primary-color);
  padding: 4px 10px;
  color: white;
  margin-right: 5px;
}
.danh-muc a,
.the-tim-kiem a {
  line-height: 32px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #dedede;
  color: #0a0a0a;
}
.bai-viet-lien-quan h4:hover {
  color: var(--primary-color);
}
.blog-single .wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  background: none;
}
ul.product_list_widget li img {
  border-radius: 99%;
}
.widget img {
  width: 100%;
  border-radius: 10px;
}
.danh-muc a:hover,
.the-tim-kiem a:hover {
  background: var(--primary-color);
  color: white;
}
.bai-viet-lien-quan {
  margin-top: 15px;
}
.bai-viet-lien-quan h3 {
  font-size: 19px;
  color: black;
}
.bai-viet-lien-quan ul {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.bai-viet-lien-quan ul li {
  list-style: none;
  width: 25%;
  color: graytext;
  float: left;
  padding-left: 4px;
  padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.bai-viet-lien-quan h4 {
  font-size: 15px;
  color: black;
  line-height: 19px;
  padding-top: 7px;
}
.list-post .post-item .post-meta {
  color: var(--primary-color);
}
.tin-tuc-section .large-12 {
  padding-bottom: 0;
}
.gioi-thieu-section img {
  border-radius: 10px;
}
.gioi-thieu-section {
  padding-bottom: 0px !important;
}
.list-post .post-item .col-inner {
  box-shadow: 2px 10px 30px #00000017;
  border-radius: 10px;
}
.top-footer .icon-box img{
	  filter: brightness(0) invert(1);

}
.top-footer .icon-box .icon-box-text p {
  margin-top: 4px;
  margin-bottom: 0;
}
.footer-section {
  background: linear-gradient(to right, #279b47, #12743a);
  color: #fff;
}
.top-footer .col,
.footer-section .col {
  padding-bottom: 0;
}
.absolute-footer.dark {
  color: #fff;
  font-size: 13px;
}
.footer-section .col {
  padding-bottom: 0;
}
.footer-section h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
h1.entry-title.mb {
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.page-right-sidebar .large-9 {
  border-right: none;
}
.page-right-sidebar .large-3 {
  padding-left: 0;
}
.footer-section ul li a:hover {
  color: white;
  text-decoration: underline;
}
.footer-section li {
  list-style: circle;
}
.top-footer h3 {
  font-size: 17px;
  font-weight: normal;
}
a.back-to-top {
  bottom: 10%;
  background: linear-gradient(to right, #279b47, #12743a);
  border: none !important;
  color: white !important;
}
.woocommerce-result-count,
.woocommerce-ordering select {
  font-size: 15px;
}
.related h3 {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
}
.breadcrumbs a {
  text-transform: none;
}
.single-product .large-9 {
  border-right: none !important;
}
.single-product .large-3 {
  padding-left: 0;
}

.product_meta > span {
  border-top: none;
  font-size: 15px;
}
.star-rating span:before {
  color: #ffc107;
}
.woocommerce-product-rating {
  margin-bottom: 10px;
}
.form-tu-van input[type="submit"] {
  font-weight: normal;
  text-transform: none;
  border-radius: 999px;
  margin: 0;
}
.wpcf7-spinner {
  display: none;
}
#comments,
#review_form_wrapper {
  flex-basis: 100%;
  max-width: 100%;
}
.has-border {
  border: 1px solid #dddddd !important;
  padding: 15px 30px 30px;
}
#reviews,
#comments {
  padding-bottom: 0;
}
.comment-form {
  margin-bottom: 0;
}
.nut-gui-yeu-cau {
  background: #e09346;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.nut-gui-yeu-cau:hover {
  background: #ff9800;
  color: white;
}
.form-bao-gia .des {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: gray;
}
.form-bao-gia h3 {
  text-transform: uppercase;
  color: #005497;
}
.form-bao-gia .row-info {
  display: inline-block;
  width: 100%;
  clear: both;
}
.form-bao-gia .row-info .left {
  display: inline-block;
  float: left;
  padding-right: 10px;
  width: 50%;
}
.form-bao-gia input,
.form-bao-gia textarea {
  font-size: 14px;
  box-shadow: none;
}
.form-bao-gia input[type="submit"] {
  margin: 0;
}
form {
  margin-bottom: 0;
}
.lightbox-content {
  border-radius: 10px;
}
.form-bao-gia .row-info .right {
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 50%;
}
.woocommerce-Reviews-title {
  font-size: 16px;
}
.nav-dark .nav > li > a {
  color: rgb(255 255 255);
}
.blog-archive .header-main {
  background-color: rgba(0, 0, 0, 0);
}
.blog-archive .header-wrapper,
.archive .header-main,
.archive.category .header-wrapper {
  background-color: rgba(255, 255, 255, 0) !important;
}
.header-wrapper {
  background-color: rgb(255 255 255 / 0%) !important;
}

.related-gallery .gallery-item .wp-caption-text {
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
  line-height: 21px;
}
.stuck .header-main {
  background: white;
}
.tieu-de-transparent {
  background-image: url(/wp-content/uploads/2021/05/bg-category.jpg);
  background-size: cover;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding: 200px 0 100px 0;
}
.tieu-de-transparent .tieu-de {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  font-weight: bold;
}
.related-gallery .gallery-item .gallery-icon {
  width: 23%;
  float: left;
  padding-right: 10px;
}
.related-gallery .gallery-item {
  padding: 5px 0px;
  border-bottom: 1px solid #ececec;
}
.related-gallery {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 550px) {
  .bai-viet-lien-quan ul li {
    width: 50%;
  }
  .bai-viet-lien-quan ul li .box-image img {
    height: 90px;
  }
  .slider-section .banner-inner .text-box p {
    font-size: 16px;
  }
  .li-do-section .cot1 .icon-box {
    text-align: center;
  }
  .li-do-section .cot1 .icon-box .icon-box-img,
  .li-do-section .icon-box .icon-box-img {
    margin: 0 auto;
  }
  .li-do-section .icon-box {
    text-align: center;
  }
  .section-title-center span {
    font-size: 25px;
  }
  .type-product h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .camnang-mobile .cam-nang .row {
    margin-left: auto;
    margin-right: auto;
  }
  .camnang-mobile .cam-nang .post-item {
    flex-basis: 50%;
    padding: 0 5px 0px;
  }
  .cam-nang .post-item .post-title a {
    -webkit-line-clamp: 3;
  }
  .trang-sp .cot2,
  .product-short-description {
    text-align: center;
  }
  .cam-nang .is-divider {
    display: none;
  }

  .san-pham-section .large-columns-3 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .product-small .box-image {
    padding: 0;
    border: none;
  }
  .product-small .box-text {
    padding: 5px 0 0 10px;
  }
  .product-small.box .product-title a {
    font-size: 16px;
  }
  .chuyen-gia-section .col,
  .top-footer .col {
    padding-bottom: 15px;
  }
  .footer-section .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-canvas .nav-vertical > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    text-transform: none;
    color: #353535;
  }
  .page-right-sidebar .large-3,
  .blog-single .large-3 {
    padding-left: 15px;
  }
  .header-bottom {
    background: #005497;
  }
  .header.has-transparent .icon-menu:before,
  .header.has-transparent .icon-search:before {
    color: white;
  }
  .stuck .header-inner .icon-menu:before,
  .stuck .header-inner .icon-search:before {
    color: #005497;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
