/*
Theme Name: Gia dụng thông minh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
/* Giao diện tổng thể */
.custom-order-form {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  margin: auto;
  font-family: Arial, sans-serif;
}

/* Tiêu đề form */
.custom-order-form h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

.custom-order-form > p {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.custom-order-form .cf7-row p {
  margin-bottom: 0;
  font-size: 18px;
}
/* Nhóm các field */
.cf7-group {
  margin-bottom: 18px;
}

/* Chia thành hàng 2 cột */
.cf7-row {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.cf7-col {
  flex: 1;
}

/* Nhãn (label) */
.cf7-group label,
.cf7-col label {
  font-weight: 600;
  font-size: 15px;
  color: #444;
  display: block;
  margin-bottom: 8px;
}

/* Input và select chung */
.cf7-input,
.cf7-select,
.cf7-textarea,
.cf7-file {
  width: 100%;
  border: 2px solid #bbb;
  border-radius: 8px;
  font-size: 15px;
  background: white;
  transition: all 0.3s ease-in-out;
}

/* Dropdown tùy chỉnh */
.cf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 20px;
  padding-right: 40px;
  cursor: pointer;
}

/* Hiệu ứng focus */
.cf7-input:focus,
.cf7-select:focus,
.cf7-textarea:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 115, 170, 0.3);
}

/* Nút gửi */
.cf7-submit-container {
  text-align: center;
  margin-top: 20px;
}

.cf7-submit-container input[type="submit"] {
  background: var(--primary-color);
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cf7-submit-container input[type="submit"]:hover {
  transform: translateY(-2px);
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }

  .custom-order-form {
    padding: 25px;
  }

  .custom-order-form h2 {
    font-size: 22px;
  }

  .cf7-submit-container input[type="submit"] {
    width: 100%;
  }
}
#top-bar ul li a {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
/* #top-bar ul li a img {
  filter: brightness(0) invert(1);
} */
.nav-dropdown.nav-dropdown-default > li > a {
  color: black;
  border-bottom: none;
}
.nav-dropdown.nav-dropdown-default > li > a:hover {
  padding-left: 7px;
  color: var(--primary-color);
}
.single-product .woocommerce-Price-amount bdi {
  color: red;
}
.woocommerce-variation-price {
  padding: 0 !important;
}
.header-block .form-flat input:not([type="submit"]) {
  font-size: 15px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  background: white;
}
.header-block .icon-box .icon-box-text {
  padding-left: 8px;
}
.header-block .icon-box .icon-box-text p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 14px;
}
.header-main .nav > li > a {
  font-size: 16px;
}
.header-block .col {
  padding-bottom: 0;
}
.header-bottom-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: normal;
}
.nav-spacing-xlarge > li {
  margin: 0;
}
.header-bottom-nav > li > a:hover,
.header-bottom-nav > li.active a {
  background: #fff;
  color: var(--primary-color) !important;
}

.section1 img {
  border-radius: 6px;
}
.product-small.box {
  background: white;
  border-radius: 5px;
  box-shadow: 2px 2px 20px #00000005;
  padding: 10px;
}
.product-small .product-title {
  margin-bottom: 10px;
}
.product-small .price del bdi,
.product-small .price {
  color: gray;
  font-size: 15px;
}
.product-small .price ins bdi,
.product-small .price bdi {
  color: var(--primary-color);
  font-size: 18px;
}
.add-to-cart-button a {
  border-radius: 6px;
  border: none !important;
  color: white !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 37px !important;
}
.badge-container .onsale {
  font-size: 15px;
  font-weight: normal;
  padding: 3px 10px;
  line-height: 0;
  min-height: 11px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position-y: center;
  background-position-x: 5px;
  padding-left: 29px;
  color: white;
  background-image: url(/wp-content/uploads/2022/07/icon-flash.png);
}
.badge-container .badge-inner {
  background: none !important;
}
.badge-container {
  top: 10px;
  left: 15px;
  margin: 0;
}
.product-small .product-title a {
  font-size: 17px;
}
.flickity-page-dots .dot {
  width: 10px;
  height: 10px;
}
.section1 .col {
  padding-bottom: 0;
}
.product-small .box-text {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
.section-title-container {
  margin-bottom: 10px;
}
.section-title a {
  font-size: 17px;
  font-weight: normal;
}
.section-title-normal span {
  border-bottom: 2px solid var(--primary-color);
}
.section2 .banner img,
.section2 .banner {
  border-radius: 10px;
}
.section2 .banner img {
  border: 1px solid #ebebeb;
}
.section2 .large-12 {
  padding-bottom: 0;
}
.section-title b {
  opacity: 0.4;
  background-color: var(--primary-color);
}
.box-blog-post .is-divider {
  display: none;
}
.list-post .post-item a:hover {
  color: black;
}
.list-post .post-item .post-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog-archive .page-title {
  letter-spacing: 0;
  font-size: 25px;
  margin-bottom: 0;
}
.rank-math-breadcrumb p {
  margin-bottom: 10px;
}
.not-found h1 {
  text-transform: uppercase;
  font-weight: normal;
}
.blog-archive .post-item .post-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog-archive .post-item .from_the_blog_excerpt {
  font-size: 16px;
  color: gray;
}
.blog-archive .post-item a:hover {
  color: black;
}

.blog-archive .post-item .box-image {
  border-radius: 6px;
}
.blog-single .large-3 {
  border-left: none !important;
  padding-left: 0;
}
span.widget-title {
  display: block;
  color: #fff;
  background: var(--primary-color);
  padding: 15px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 18px;
}
.widget .is-divider {
  display: none;
}
.flatsome_recent_posts ul,
.product_list_widget {
  background: white;
  border: 1px solid #e3e3e3;
}
.recent-blog-posts {
  padding: 10px;
}
.recent-blog-posts a {
  font-size: 17px;
}
ul.product_list_widget li img {
  left: 10px;
}
.product-main > .row.content-row {
  background: #fff;
  padding: 10px;
  max-width: 1269px;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 20%);
  border-radius: 4px;
}
.product-short-description li {
  font-size: 18px;
  margin-bottom: 5px;
}
.variations label {
  font-size: 18px;
  font-weight: normal;
}
.ux-swatch--label {
  font-size: 18px;
}
.product-info .product-title {
  font-weight: normal;
}
.product-info .price-wrapper ins,
.single_variation_wrap ins {
  font-weight: normal;
  color: gray;
  font-size: 20px;
}
.product-info .price-wrapper {
  font-size: 15px;
}
.product-info .price-wrapper ins bdi,
.single_variation_wrap ins bdi {
  color: red;
  font-size: 20px;
}
.product-info .price-wrapper del bdi,
.product-info .price-wrapper {
  font-size: 17px;
  color: gray;
}
ul.product_list_widget li a {
  font-size: 17px;
}
.qty-text {
  display: inline-block;
  font-size: 18px;
}
.buy_now_button {
  font-size: 16px;
}
.product_list_widget del {
  display: none;
}
.product_list_widget ins bdi,
.product_list_widget bdi {
  color: var(--primary-color);
  font-size: 16px;
}
.blog-archive .post-item {
  padding-bottom: 0;
}
.list-post .post-item .from_the_blog_excerpt {
  font-size: 16px;
  color: gray;
}

.list-post .flickity-button-icon {
  background: var(--primary-color);
  border-radius: 99%;
  padding: 15px;
  color: white;
}
.section7 .large-2 .col-inner {
  padding: 15px 15px 15px 15px;
  border-radius: 4px;
  background: white;
  box-shadow: 2px 2px 2px #0000001c;
}
.section7 .large-12 {
  padding-bottom: 0;
}
.section6 .col,
.footer1 .col,
.footer2 .col {
  padding-bottom: 0;
}

.list-post .flickity-prev-next-button {
  width: 50px;
}
.absolute-footer.dark {
  font-size: 16px;
}
.footer2 h3 {
  text-transform: uppercase;
  font-weight: normal;
}
.footer2 ul li,
.footer2 ul li a {
  font-size: 16px;
  color: black;
}
.footer2 ul {
  margin-bottom: 0;
}
.footer2 ul li {
  list-style: none;
  margin-left: 0;
}
.footer2 ul li a:hover {
  color: #27a188;
  text-decoration: underline;
}
.form-lien-he {
  display: inline-block;
  width: 100%;
  clear: both;
}
.form-lien-he .left {
  width: 80%;
  float: left;
  display: inline-block;
}
.form-lien-he .right {
  width: 20%;
  float: left;
  display: inline-block;
}
.wpcf7-spinner {
  display: none;
}
.footer1 h2 {
  text-transform: none;
  font-weight: normal;
  color: white;
  margin-bottom: 0;
}
form {
  margin-bottom: 0;
}

ul.product_list_widget li {
  padding: 10px 0 5px 80px;
}
.form-lien-he input {
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: none;
  font-size: 17px;
}
a.back-to-top {
  background: var(--primary-color) !important;
  color: white !important;
  border: none !important;
}
.form-lien-he input[type="submit"] {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 17px;
}
.product_list_widget li a {
  font-size: 17px;
}
.blog-single .entry-title {
  font-weight: normal;
  font-size: 35px;
}
.is-divider {
  display: none;
}
.blog-single .entry-meta {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  color: gray;
}
.entry-content p {
  font-size: 18px;
}
.entry-content h2 {
  font-weight: normal;
  font-size: 24px;
}
.entry-content h3 {
  font-weight: normal;
  font-size: 22px;
}
.entry-content h4 {
  font-weight: normal;
  font-size: 21px;
}
.entry-content h5 {
  font-weight: normal;
  font-size: 20px;
}
.blog-single .blog-share {
  text-align: left;
}
.xem-them .tieu-de-xem-them {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.xem-them ul li {
  margin-bottom: 3px;
}
.xem-them ul li a {
  font-weight: normal;
  font-size: 18px;
}
.xem-them ul li a:hover {
  text-decoration: underline;
}
.blog-single .entry-meta {
  text-transform: none;
  font-size: 16px;
  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: var(--primary-color);
}
.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;
  text-transform: uppercase;
}
.bai-viet-lien-quan ul {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.bai-viet-lien-quan ul li {
  list-style: none;
  width: 33.33%;
  color: graytext;
  float: left;
  padding-left: 4px;
  padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
  height: 190px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.bai-viet-lien-quan h4 {
  font-size: 18px;
  line-height: 19px;
  padding-top: 7px;
  height: 49px;
  overflow: hidden;
  font-weight: normal;
}
.wp-caption .wp-caption-text {
  background: none;
  font-size: 16px;
  color: gray;
}
#comments .comment-respond {
  margin-top: 0;
}
#comments .comment-respond {
  background-color: rgb(255 255 255 / 5%);
  margin-top: 0;
  padding: 15px 25px 0;
  border: 1px solid white;
  box-shadow: 2px 2px 20px #0000000f;
  border-radius: 6px;
}
#comments .comment-respond .comment-reply-title {
  font-size: 19px;
  text-transform: uppercase;
}
.comment-form > p {
  font-size: 17px;
}
.comment-form input,
.comment-form textarea {
  box-shadow: none;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}
.bai-viet-lien-quan h4:hover {
  color: var(--primary-color);
}
.archive #main {
  background-color: #fafafa;
}
.archive .page-title-inner {
  padding-bottom: 20px;
}
.archive h1.shop-page-title {
  text-transform: uppercase;
}
.breadcrumbs {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}
.woocommerce-widget-layered-nav ul li a {
  padding: 10px;
  font-size: 17px;
}
.woocommerce-widget-layered-nav .count {
  margin-right: 10px;
}
.woocommerce-widget-layered-nav ul {
  border: 1px solid #e1e1e1;
  background: white;
}
.product_meta > span {
  display: block;
  border-top: 1px dotted #ddd;
  font-size: 17px;
  color: gray;
}
.product-page-sections h5 {
  background: var(--primary-color);
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
}
.product-page-sections {
  background: #fff;
  padding: 20px;
  max-width: 1390px;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 20%);
  border-radius: 4px;
}
.product-section {
  border-top: 0;
}
.entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.single-product .product-container {
  background: #f7f7f7;
}
.related {
  margin-bottom: 20px;
}
.related h3 {
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 22px;
}
.single-product .page-title-inner {
  padding-top: 15px;
  min-height: 50px;
  padding-bottom: 15px;
}
h1.entry-title.mb {
  margin-bottom: 20px;
  letter-spacing: 0;
}
.page-right-sidebar .large-9 {
  border-right: none !important;
}
.page-right-sidebar .large-3 {
  padding-left: 0;
}
.page-right-sidebar .page-inner ul {
  margin-left: 20px;
}
.form-lien-he-2 {
  padding: 50px;
  border-radius: 6px;
  box-shadow: 2px 2px 20px #00000017;
}
.form-lien-he-2 h3 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.page-right-sidebar .page-inner {
  font-size: 18px;
}
.checkout-breadcrumbs a {
  font-size: 25px;
}
.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th,
.cart_totals th.product-name {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
}

.woocommerce-billing-fields label {
  font-weight: normal;
  font-size: 17px;
}
.woocommerce-form-coupon {
  margin-bottom: 20px;
}
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper .select2-selection,
.woocommerce-input-wrapper textarea {
  box-shadow: none;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  height: 50px;
}
.entry-content ul li {
  font-size: 18px;
}
.entry-content p {
  margin-bottom: 15px;
}
.product-section .large-2,
.product-section .large-10 {
  flex-basis: 100%;
  max-width: 100%;
}
.woocommerce-billing-fields {
  padding-top: 0;
  border-top: 0;
}

/*css cmt danh gia*/
/* Tổng thể form review */

/* Form bên trong */
.review-form-inner {
  background: white;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

/* Tiêu đề */
.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 4px solid var(--primary-color);
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/* Nhãn (labels) */
.comment-form-rating label,
.comment-form-comment label {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

/* Đánh giá sao */
.comment-form-rating .stars span a {
  display: inline-block;
  text-decoration: none;
  color: #f39c12;
  font-size: 26px;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

.comment-form-rating .stars span a:hover {
  transform: scale(1.2);
  color: #e67e22;
}

/* Ô nhập liệu */
textarea#comment {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 14px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease-in-out;
}

textarea#comment:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 10px rgba(0, 115, 170, 0.3);
}

/* Nút Gửi */
.form-submit input.submit {
  background: var(--primary-color);
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.form-submit input.submit:hover {
  transform: translateY(-2px);
}

/* Responsive Mobile */
@media (max-width: 768px) {
  #review_form_wrapper {
    padding: 20px;
  }

  .review-form-inner {
    padding: 20px;
  }

  .comment-reply-title {
    font-size: 20px;
  }

  .form-submit input.submit {
    width: 100%;
    font-size: 16px;
  }
}
/* CSS cho phần fake số lượng bán hàng */
.muathemewpgiare_fake_slb {
  padding-top: 16px;
  border-top: 1px solid rgb(228, 232, 237);
}

.muathemewpgiare_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.muathemewpgiare_icon {
  display: inline-block;
  vertical-align: -0.5em;
}

/* Hiệu ứng hover cho icon */
.muathemewpgiare_fake_slb:hover {
  background-color: #f8f8f8;
}

.banner-danhmuc img {
  border-radius: 7px;
  margin-bottom: 15px;
  width: 100%;
  object-fit: cover;
}

.hover-show .icon-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hover-show .icon-box .icon-box-text {
  position: relative;
  height: 123px; /* Adjust to needs */
}
.hover-show .icon-box .icon-box-text p {
  position: absolute;
  max-height: 81px; /* Adjust to needs */
  overflow: hidden;
  width: 100%;
  padding: 0 20px 20px;
  border-radius: 0 0 10px 10px;
}
.hover-show .icon-box .icon-box-text .ellipsis {
  position: absolute;
  bottom: -10px;
  width: 95%;
  height: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 10%, #fff 90%);
  opacity: 1;
}
.hover-show .col:hover .box-shadow-2 {
  box-shadow: 2px 34px 25px -5px rgba(0, 0, 0, 0.36);
  z-index: 9;
}
.hover-show .icon-box:hover .icon-box-text p {
  max-height: 500px; /* Adjust to needs (generally no higher than 600px) */
  background: #fff;
  box-shadow: 2px 34px 25px -5px rgba(0, 0, 0, 0.36);
  transition: all 0.5s ease;
}
.hover-show .icon-box:hover .ellipsis {
  opacity: 0;
}

.devvn_after_product_price.devvn_single_excerpt_after {
  border: 1px solid #e9ecef;
  border-radius: unset;
  margin-top: 0;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  padding: unset;
}
.devvn_after_product_price {
  position: relative;
}
@media only screen and (min-width: 850px) {
  .themetot-gift--promo_ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
  }
}
@media only screen and (min-width: 850px) {
  .themetot-gift--promo_ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #ff0000;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    right: -21px;
  }
}
@media only screen and (min-width: 850px) {
  .themetot-gift--promo_ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid red;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid red;
    filter: brightness(0.7);
  }
}
@media only screen and (min-width: 850px) {
  .themetot-gift--promo_ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid red;
    border-bottom: 3px solid transparent;
    border-top: 3px solid red;
    filter: brightness(0.7);
  }
}
.devvn_after_product_price.devvn_single_excerpt_after .devvn_title span {
  font-size: 14px;
  text-transform: none;
  background: #f1f1f1;
  margin-bottom: 0;
  display: inline-flex;
  padding: 5px 10px;
  width: auto;
  margin-top: 0px;
}
@media only screen and (min-width: 850px) {
  .devvn_title i.fa.fa-gift {
    margin-top: 2.5px;
  }
}
@media only screen and (min-width: 850px) {
  i.fa.fa-gift {
    color: #333 !important;
  }
}
.fa-gift:before {
  content: "\f06b";
}
.devvn_after_product_price.devvn_single_excerpt_after .list-privacy {
  padding: 10px 15px;
}

.devvn_after_product_price .list-privacy {
  margin-bottom: 0;
  font-size: 14px;
}
.devvn_after_product_price .devvn_top {
  padding-left: 55px;
  position: relative;
  font-size: 14px;
  min-height: 45px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.devvn_after_product_price .devvn_top img {
  position: absolute;
  left: 0;
  top: 0;
}
.devvn_after_product_price.devvn_single_excerpt_after .list-privacy {
  padding: 10px 15px;
}

.devvn_after_product_price .list-privacy {
  margin-bottom: 0;
  font-size: 14px;
}
.devvn_after_product_price .list-privacy li {
  list-style: none;
  margin-left: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
.devvn_after_product_price .list-privacy li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://vacca.webmau68.com/wp-content/themes/devvn-child/images/icon-check.svg)
    no-repeat;
  position: absolute;
  top: 3px;
  left: -3px;
}
.shop-container .product-small.col > .col-inner {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.giatot-title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  margin-bottom: 0;
  text-align: center;
}
.giatot-title h2 {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  margin: 9px 0px;
}
.main-giatot {
  padding: 15px 0;
}
.main-giatot {
  background-color: #cd1818 !important;
}

.video-highlight-container {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.video-main {
  flex: 2;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}

.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

.video-thumbnails {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 600px;
  overflow-y: auto;
}

.video-thumbnail {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.video-thumbnail img {
  width: 80px;
  height: 45px;
  border-radius: 8px;
}

.video-thumbnail .title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.video-thumbnail.active,
.video-thumbnail:hover {
  border-color: #007bff;
  background: #f0f8ff;
}

@media (max-width: 1024px) {
  .video-highlight-container {
    flex-direction: column;
  }
  .video-thumbnails {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: unset;
    padding-bottom: 10px;
  }
}

.hkUftd {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Alias-Theme, #fff);
  overflow-x: auto; /* Cho phép trượt ngang */
  white-space: nowrap; /* Không xuống dòng danh mục */
}

.dTYmVt {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  align-self: stretch;
  justify-items: center;
  overflow-x: auto; /* Trượt ngang khi cần */
  scroll-behavior: smooth; /* Hiệu ứng trượt mượt */
  white-space: nowrap; /* Ngăn danh mục xuống dòng */
}

.dTYmVt a {
  display: flex;
  width: 100px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.dTYmVt .icon-box .icon-box-img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 35%;
  overflow: hidden;
  box-sizing: content-box;
  background: white;
}

.dTYmVt .icon-box-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Giới hạn tối đa 2 dòng */
  overflow: hidden;
  color: var(--Alias-Primary---On-Theme, #27272a);
  text-align: center;
  text-overflow: ellipsis;
  min-height: 36px; /* Đảm bảo đủ không gian cho 2 dòng */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: normal; /* Cho phép xuống dòng */
  word-break: break-word; /* Xuống dòng khi cần */
}
.button.facebook {
  color: #13aff0 !important;
  box-shadow: 0 0 25px #13aff0;
}
.button.email {
  color: #ffc107 !important;
  box-shadow: 0 0 25px #ffc107;
}
.button.twitter:not(.is-outline),
.button.twitter {
  color: #20c997 !important;
  box-shadow: 0 0 25px #20c997;
}
.button.instagram:not(.is-outline),
.button.linkedin {
  color: #28a745 !important;
  box-shadow: 0 0 25px #28a745;
}
.modal-overlay .img-inner {
  position: relative;
  border-radius: 8px;
}

.modal-overlay .img-inner:before,
.social-icons .icon::before,
.product-info button.single_add_to_cart_button::before,
.product-info .shopee_link::before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a::before,
.widget.widget_media_image::before,
.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner a.button::before {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  height: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}

.modal-overlay .img-inner:hover:before,
.social-icons .icon:hover::before,
.product-info button.single_add_to_cart_button:hover::before,
.product-info .shopee_link:hover:before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a:hover::before,
.widget.widget_media_image:hover::before,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  a.button:hover::before {
  opacity: 0;
  height: 100%;
}

.single_image_effect {
  display: block;
  position: relative;
  overflow: hidden;
}

.single_image_effect:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .single_image_effect:hover:before {
    -webkit-animation: circle 0.75s;
    -ms-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
  }
}

@-ms-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-o-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Định dạng trượt ngang trên thiết bị di động và máy tính bảng */
@media (max-width: 1024px) {
  .dTYmVt {
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
  }

  .dTYmVt a {
    width: 90px;
  }

  .hkUftd {
    overflow-x: auto;
  }
}

@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;
  }
  .off-canvas .nav-vertical > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: normal;
    font-size: 17px;
    color: black;
    text-transform: none;
  }
  .off-canvas-left .mfp-content {
    background: white;
    width: 330px;
  }
  .icon-menu:before,
  .icon-shopping-cart:before {
    color: var(--primary-color);
  }
  .header-main {
    box-shadow: 2px 2px 20px #00000014;
  }
  .section2 .large-columns-4 .col,
  .section2 .large-columns-5 .col {
    padding: 0 5px 10px;
  }
  .product-small .product-title a {
    font-size: 16px;
  }
  .product-small .price del bdi,
  .product-small .price {
    line-height: 22px;
  }
  .section2 .banner img,
  .section2 .banner {
    margin-bottom: 0 !important;
  }
  .badge-container .onsale {
    font-size: 13px;
  }
  .product-small .price ins bdi,
  .product-small .price bdi {
    font-size: 16px;
  }
  .list-post .post-item .post-title {
    font-size: 19px;
  }
  .section7 .large-2 {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px 10px;
  }
  .footer1 .col {
    padding-bottom: 10px;
  }
  .form-lien-he .left,
  .form-lien-he .right {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .form-lien-he input {
    border-radius: 0px !important;
  }
  .footer2 .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer2 .cot2,
  .footer2 .cot3 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer2 .col {
    padding-bottom: 15px;
  }
  .footer2 h3 {
    font-weight: bold;
  }
  .page-right-sidebar .large-3 {
    padding-left: 15px;
  }
  .category-filter-row {
    margin: 10px 0;
    background: rgb(111 214 193 / 24%);
    border: none;
  }
  .archive h1.shop-page-title {
    font-size: 21px;
  }
  .archive .product-small.col {
    padding: 0 5px 10px;
  }
  .product-info {
    padding-left: 0;
    padding-right: 0;
  }
  .product-short-description li {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .buy_now_button,
  .single_add_to_cart_button {
    width: 100%;
  }
  .product-page-sections {
    background: #fff;
    padding: 15px;
    max-width: 100%;
    box-shadow: none;
    border-radius: 4px;
  }
  .product-page-sections h5 {
    padding: 11px;
    font-size: 19px;
  }
  .blog-archive .post-item .post-title {
    font-size: 20px;
  }
  .related .product-small.col {
    padding: 0 5px 10px;
  }
  .blog-single .entry-title {
    font-size: 27px;
  }
  .bai-viet-lien-quan h4 {
    font-size: 16px;
    height: 65px;
  }
  .blog-single .large-3 {
    padding-left: 15px;
  }
  .review-form-inner {
    padding: 15px;
  }
  .single-product .product-gallery {
    padding: 0;
  }
}
@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 {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.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;
}
