/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/******* MOBILE ONLY  *****/
.large-8.col .col .col-inner .image-cover {
    border-radius: 5px 0 0 5px;
}

@media only screen and (max-width: 549px) {
  h1.product-title.product_title {
    margin-top: 20px;
  }
  .xdh-pd-parameter table th {
    width: 160px;
  }
  .col .col-banner-homepage {
    padding: 0;
  }

  .off-canvas-left .mfp-content {
    width: 414px !important;
  }

  .star-rating-count {
    margin-left: -4px;
  }

  .product-small.box .box-text.box-text-products span.amount {
    font-size: 18px;
  }

  .section-title a {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 4px 10px 4px 10px;
  }

  .banner-mobile-col {
    padding: 0;
  }

  .product-main {
    padding: 0px;
  }

  .woocommerce-ordering select {
    margin-top: -10px;
  }

  .form-flat input:not([type="submit"]),
  .form-flat textarea,
  .form-flat select {
    background-color: #fff;
    border-radius: 5px;
    min-height: 45px;
  }

  .dn-product {
    font-size: 70%;
  }
  .xdhdev-quicklink {
    overflow-x: auto;
  }
  .xdhdev-quicklink .item > img {
    width: 60px;
    height: 60px;
  }
  .xdhdev-quicklink .item {
    width: 35%;
  }
  .xdhdev-quicklink .item > span {
    font-size: 12px;
  }
}

/******* END MOBILE ONLY  *****/

/******* MOBILE AND UP  *****/
@media only screen and (min-width: 550px) {
  .xdhdev-quicklink .item > img {
    width: 80px;
    height: 80px;
  }
  .xdhdev-quicklink .item {
    flex-basis: 170px;
  }
  .xdhdev-quicklink .item > span {
    font-size: 14px;
  }
  p.form-row-first {
    margin-right: 1%;
  }
  .xdh-pd-parameter table th {
    width: 220px;
  }
}

/******* END MOBILE AND UP  *****/

/******* TABLETS AND DOWN  *****/
@media only screen and (max-width: 768px) {
  .single-product .product-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/******* END TABLETS AND DOWN  *****/

/******* TABLETS AND UP  *****/
@media only screen and (min-width: 768px) {
  .single-product .product-right-content {
    padding-left: 20px !important;
  }

  .col-divided {
    border-right: none;
  }

  .col-divided + .col {
    padding-left: 0px;
  }

  .lightbox-content {
    min-width: 800px;
  }

  /* .mfp-content,
  .stuck,
  button.mfp-close {
    top: 10px !important;
  } */

  .row.category-page-row .col.large-3.hide-for-medium {
    padding-right: 8px;
  }

  .row-divided.row-reverse > .col + .col:not(.large-12) {
    border-left: 0;
    border-right: 0;
  }

  .xdh-pd-parameter table td:first-child {
    width: 220px;
  }
}

/******* END TABLETS AND UP  *****/
/******* ALL SCREENS *****/
.term-description li {
  margin-left: 1.6em;
}
.search-price {
  font-size: 1.3em !important;
}

.search-price del span.amount {
  font-size: 13px;
}

.off-canvas-right .mfp-content {
  width: 360px;
}

.woocommerce form .form-row .required {
  color: #f00;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea {
  box-shadow: unset;
  border-radius: 5px;
}

.product-footer .woocommerce-tabs {
  border-top: 0px;
  padding-top: 10px;
  padding-bottom: 0;
}

.devvn_review_mid p {
  font-size: 14px;
}

p.stock.in-stock > label {
  display: inline;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}

form.searchform > .flex-row.relative input.search-field {
  box-shadow: none;
  border: 0;
  font-size: 14px;
}

form.searchform > .flex-row.relative {
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 9%);
  padding: 3px;
  background: #fff;
  border-radius: 3px;
}

form.searchform > .flex-row.relative button.ux-search-submit.submit-button {
  background: #189eff;
  width: 60px;
  border-radius: 3px !important;
  box-shadow: none;
  border: 0;
  font-size: 11px;
  height: 33px;
}

.form-flat textarea,
.form-flat select {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.09);
  color: currentColor !important;
}

.header-main .icon-search:before {
  color: #fff;
  font-size: 20px;
}

.is-outline {
  color: #fff;
}

.button.icon.is-small {
  border-width: 2px;
}

h1.product-title {
  font-size: 20px;
}

del span.amount {
  font-size: 15px;
}

button.button.buy_now_button {
  font-size: inherit;
}

.product-small.box .box-text.box-text-products span.amount {
  color: red;
  font-size: 16px;
}

.product-small.box .box-text.box-text-products del span.amount {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}

p.price.product-page-price .amount {
  color: red;
}

.product-info .price del,
.product-info .price del .amount {
  color: #9c9c9c;
}

a.woocommerce-review-link {
  color: #189eff;
}

.border-block {
  position: relative;
  display: block;
  border-radius: 8px;
  border: #eee solid 1px;
  padding: 10px 10px;
  margin-bottom: 17px;
}

.hotline-num {
  color: #f14203 !important;
  font-size: 22px;
}

#product-sidebar .checked-list li {
  font-size: 15px;
}

.product-summary .woocommerce-Price-currencySymbol {
  vertical-align: middle;
}

.is-well {
  padding: 30px;
  box-shadow: none;
  border: 2px dotted #189eff;
  border-radius: 5px;
  background-color: #fff;
}

.large-7.col > ul {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-ordering select {
  box-shadow: none;
  border-radius: 5px;
  font-size: 15px;
}

.product-small.box .product-title a {
  color: #000;
}

.product-small.box span.price {
  margin-top: 10px;
}

.badge {
  height: 2em;
  width: 2em;
  display: inline;
}

.rating-box {
  display: inline-flex;
  z-index: 1;
  float: left;
  margin-top: 5px;
}

.product-main {
  padding: 0px;
}

.product-small.box .product-title a:hover {
  color: #189eff;
}

.footer-section .col-inner ul li {
  margin-left: 0;
  margin-bottom: 0;
}

.footer-widgets span.widget-title {
  font-size: 15px;
}

.footer-widgets li > a {
  color: #000;
}

.footer-widgets li > a:hover {
  color: #189eff;
}

.nav > li > a {
  color: #000;
}

.section-title span {
  text-transform: none;
}

.section-title-normal,
.section-title-normal span {
  border-bottom: none;
  padding-bottom: 7px;
}

.border-block {
  background: #fff;
}

.row-small > .col .col-inner {
  background: #fff;
  border-radius: 5px;
}

.row-small > .col {
  padding-right: 2.8px;
  padding-left: 2.8px;
}

.single-product .row-small > .col {
  padding-right: 10px;
  padding-left: 10px;
}

.box-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}

.term-description {
  background: #fff;
  padding: 15px 0px 15px 0px;
  border-radius: 10px;
}

.product.type-product .border-block {
  margin-top: 20px;
}

.page-title-inner {
  padding-top: 0px;
}

.related.related-products-wrapper.product-section .box-image {
  border: 1px solid #dedede;
}

.row.category-page-row .shop-container {
  background: #f3f5f7;
}

input[type="submit"].is-form,
input[type="reset"].is-form {
  overflow: hidden;
  position: relative;
  background-color: #d8f3ff;
  text-shadow: 1px 1px 1px #fff;
  color: #03a0e2;
  border: 1px solid #03a0e2;
  text-transform: none;
  font-weight: 700;
  width: 40px;
  border-radius: 8px;
}

.single_add_to_cart_button {
  width: 100%;
  margin: 0;
}

.footer-widgets.footer.footer-1 .widget-title,
.footer-widgets.footer.footer-1 .widget .is-divider {
  margin-left: 0px;
}

.label-hot.menu-item > a:after {
  background-color: #ff0000;
}

.label-new.menu-item > a:after,
.label-hot.menu-item > a:after,
.label-sale.menu-item > a:after,
.label-popular.menu-item > a:after {
  top: -5px;
}

.label-all.menu-item > a:after {
  content: "Tất cả sản phẩm";
  display: inline-block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin-left: 4px;
  background-color: #ff0000;
  font-weight: bolder;
  border-radius: 2px;
  color: #fff;
  padding: 2px 3px 3px;
  position: relative;
  top: -5px;
}

.zuna-detail-coupon {
  background-color: rgba(0, 153, 0, 0.05);
  padding: 8px 12px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 13px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.zuna-detail-coupon .zn-coupon-icon {
  flex-basis: 33px;
  width: 33px;
  margin: 0px 12px 0px 0px;
}

.zuna-detail-coupon .zn-coupon-content {
  font-size: 13px;
  line-height: 20px;
  color: rgb(0, 153, 0);
}

h4.title {
  font-size: 20px;
}

.mfp-bg.mfp-ready {
  opacity: 0.96;
}

.lightbox-content > ul > li {
  list-style: none;
  text-align: center;
}

.mfp-auto-cursor .mfp-content {
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.mfp-auto-cursor .mfp-content::-webkit-scrollbar {
  width: 9px;
}

.mfp-content::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.mfp-auto-cursor .mfp-content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 8px;
}

.mfp-content::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
}

.mfp-auto-cursor .mfp-content::-webkit-scrollbar-track {
  background: #fff;
  width: 11px;
  padding: 2px;
}

.mfp-content::-webkit-scrollbar-track {
  background-color: #fff;
}

.mfp-container {
  padding: 0px;
}

.hotline-header {
  height: 34px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.hotline-header span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #d0efff;
}

.hotline-header a {
  color: #fff;
}

.single_add_to_cart_button.button {
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  align-items: center;
  margin-top: 10px;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: 0.1em;
}

.single_add_to_cart_button i.icon-shopping-cart {
  font-size: 16px;
}

span.atc-text-after {
  font-size: 14px;
  display: block;
  font-size: 0.7em;
  line-height: 7px;
  text-transform: none;
  padding-bottom: 10px;
  font-weight: normal;
}

.breadcrumbs a {
  color: #288ad6;
}

.single-product .product-footer > .row > .col {
  margin: 20px 0;
}

.single-product .product-footer > .row {
  border-top: 1px solid #e4e4e4;
}

.single-product .product-right-content p {
  font-size: 16px;
  font-weight: bold;
}

.product-footer .container > .row {
  border-top: 1px solid #e4e4e4;
}

.product-footer .container > .row > .col {
  margin: 20px 0;
}

input#place_order {
  margin: 10px auto;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  background: linear-gradient(180deg, #f79429 0, #f7712e 100%);
  font-weight: 400;
}

.message-container.container.success-color.medium-text-center,
.message-wrapper {
  text-align: center;
}

.select2-container .select2-selection {
  box-shadow: none;
  border-radius: 4px;
}

.blog-wrapper .large-10 {
  background: #fff;
}

blockquote {
  font-size: 14px;
}

.readmore-link {
  background: #dbedf9;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid #c7e4f4;
}

.readmore-link > ul {
  margin-left: 20px;
  margin-top: 10px;
}

h5.post-title.is-large {
  font-size: 15px;
  margin-bottom: 15px;
}

a.a-footer {
  color: #000;
}

a.a-footer:hover {
  color: #189eff;
}

.entry-content ul li {
  margin-left: 2.3em;
}

.rm-content {
  margin-top: 20px;
}

.col-info-dt h6 {
  text-transform: none;
  font-weight: normal;
  line-height: 1.5em;
  color: #fff;
  opacity: 1;
}

.col-info-dt h5 {
  font-size: 13px;
  color: #189eff;
}

@keyframes bop {
  0% {
    transform: scale(0.9);
  }

  50%,
  100% {
    transform: scale(1);
  }
}

@keyframes bopB {
  0% {
    transform: scale(0.9);
  }

  80%,
  100% {
    transform: scale(1) rotateZ(-3deg);
  }
}

.flickity-page-dots li.dot {
  background: #000;
  width: 20px;
  height: 7px;
  border-radius: 7px;
  border: unset;
}

.flickity-page-dots li.dot.is-selected {
  border-radius: 99px;
  width: 20px;
  background-color: #c7c7c7;
}

::-webkit-scrollbar {
  width: 8px;
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #c7c7c7;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.blog-wrapper.blog-archive.page-wrapper .medium-col-first .xhd_blog_inner {
  padding: 10px;
  border-radius: 4px;
  background: #fff;
}

.row-divided > .col + .col:not(.large-12) {
  border-left: 0;
}

.blog-wrapper .box-text {
  padding-bottom: 0px;
}

ul.xdh-manual-list {
  background-color: #f5f5f5;
  padding: 10px;
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table {
  border-top: 0;
}

h3.coupon-title {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #288ad6;
  text-transform: inherit;
}

.shipping__list_label {
  opacity: unset;
}

.xdh-gifts-parameter table td:first-child {
  width: 188px;
}

.xdh-gifts-parameter table td {
  padding: 6px 10px;
  border-bottom: unset;
  color: #000;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.product-summary form.cart .quantity label.screen-reader-text {
  clip: unset;
  width: auto;
  height: auto;
  font-weight: 500;
  color: #1c1c1c;
  min-width: 100px;
  letter-spacing: 0.5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  left: 0;
  font-weight: normal;
}

.product-summary form.cart .quantity label.screen-reader-text {
  clip-path: none;
}

.product-summary form.cart .quantity {
  position: relative;
  padding-left: 120px;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.xdh-tilte-pd {
  margin-bottom: 10px;
  margin-top: 20px;
  color: rgb(51, 51, 51);
  font-weight: 500;
}

.widget.widget-woof {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.woof_list label {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  font-weight: unset;
}

.woof_container_inner h4 {
  font-size: 14px;
  color: #189eff;
}

.xdh_content_product_footer .col-inner {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.single-product .product-main > .row > .col > .col-inner {
  background: #fff;
  padding: 15px 5px 15px 5px;
  border-radius: 4px;
}

.single-product .product-main {
  padding-bottom: 40px;
}

.xdh-recent-posts ul {
  list-style: none;
}

.xdh-recent-posts ul li {
  overflow: hidden;
  list-style: none;
}

.news_box_horizontal a {
  position: relative;
  display: block;
  color: #565656;
}

.news_box_horizontal a:hover {
  color: var(--primary-color);
}

.news_img {
  width: 130px;
  margin-right: 10px;
  float: left;
}

.xdh-recent-posts .news_img .image_cover {
  border-bottom: 2px solid var(--primary-color);
}

.news_infor {
  overflow: hidden;
}

span.news_title {
  color: #000;
  font-size: 14px;
  margin: 0 0 2px 0;
  max-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.xdh-tilte-pd.sptt {
  margin-top: 20px;
}

.widget-upsell del,
.related-products-wrapper del {
  display: none;
}

.widget-upsell span.product-title {
  font-size: 14px;
}

.col.tt-hi {
  background: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
}

.product-section {
  border-top: unset;
}

.related.related-products-wrapper.product-section {
  margin-top: 20px;
}

.product-main .col-inner ul li {
  margin-left: unset;
}

.single-product .page-title {
  background-color: rgb(239, 239, 239);
}

.single-product .page-title-inner {
  min-height: 45px;
}

.xdh_box_main {
  display: block;
  position: relative;
  padding: 0 24px;
  margin: 15px 0 25px 0;
}

.xdh_box_main ul {
  display: block;
  overflow: visible;
  margin: auto;
  text-align: center;
  max-height: 98px;
}

.xdh_box_main li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  font-size: 11px;
  color: #333;
  padding-bottom: 5px;
  line-height: normal;
}

.xdh_box_main li div {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  margin-bottom: 5px;
  cursor: pointer;
}

.xdh_box_main a {
  color: #000;
}

.xdh_box_main a:hover {
  color: #189eff;
}

.single-post h1.entry-title {
  font-size: 25px;
  margin-top: 0
}

.single-post .entry-meta.is-small {
  color: #383838;
}

.category-blog .post-sidebar.large-4.col {
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  height: calc(100% - 100px);
}

.blog-wrapper .large-8.col .col {
  padding: 0 5px 10px;
}
.box-blog-post .is-divider {
  display: none;
}
.large-8.col .col .col-inner {
  background: #fff;
  border-radius: 5px;
}
.widget .current-cat > a {
  font-weight: unset;
}

.widget_categories ul li a:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border: 1px solid silver;
}

.widget_categories ul li a {
  color: #161616;
  position: relative;
  padding: 0 0 0 21px;
}

.Menu-button .hamburger-menu {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.Menu-button .wrap {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  color: rgb(255, 255, 255);
}

.Menu-button .wrap > span {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  text-transform: capitalize;
}

.Menu-button .wrap .text-icon {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  display: flex;
  align-items: flex-end;
}

.Menu-button .wrap .text-icon > img {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
}

a.Menu-button {
  cursor: pointer;
}

.xdhdev-quicklink {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px 16px;
  background: white;
  text-align: center;
  border-radius: 4px;
}

.xdhdev-quicklink .item {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
}

.xdhdev-quicklink .item > img {
  object-fit: contain;
  margin-bottom: 5px;
}

.xdhdev-quicklink .item > span {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.xdhdev-quicklink a {
  font-size: 14px;
  color: #000;
}

.xdhdev-quicklink a:hover {
  color: var(--primary-color);
}

.xdhdev-quicklink .item {
  transition: transform 0.2s;
}

.xdhdev-quicklink .item:hover {
  transform: scale(1.1);
}

.xdhdev-slider-home {
  margin-top: -20px;
}

.suggestion-post-title {
  color: #1a1a1a;
}

.aa-dropdown-menu .aa-suggestion em {
  background: transparent;
}

.suggestion-post-price {
  font-size: 14px;
}

.suggestion-post-price > .amount,
.suggestion-post-price > ins .amount {
  color: red;
  text-decoration: none;
}

.suggestion-post-price > ins {
  text-decoration: none;
}

.suggestion-post-price del {
  font-size: 12px;
  color: grey;
}

.checked-list li {
  margin-left: 0 !important;
  padding-left: 22px;
  margin-bottom: 3px;
  min-height: 14px;
  background: url(/wp-content/uploads/2022/07/correct-1.png) no-repeat 0 2px;
  background-size: 14px 14px;
}

.xdh-pd-parameter th,
.xdh-pd-parameter td {
  text-transform: unset;
}

.zna-product-meta {
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}

.zna-stock {
  font-size: 0.9em;
}

h1.product-title.product_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

p.stock.out-of-stock {
  display: none;
}

.box-image .out-of-stock-label {
  top: 50%;
  left: 40px;
  right: 10px;
  transform: rotate(342deg);
  color: #555;
  border: 1px solid #555;
  padding: 5px;
  border-radius: 10px;
  opacity: 0.5;
}

img.mfp-img {
  padding: 0;
}

.xdh-pd-parameter a,
.xdh-pd-parameter p {
  color: #000;
}

.xdh-pd-parameter a:hover {
  color: var(--primary-color);
}

.shop-unitsold {
  font-size: 13px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.54);
}

i.devvn-star {
  font-size: 15px;
  position: relative;
  left: 5px;
}

.devvn-star:before {
  content: "\e005";
  font-family: "fl-icons" !important;
  font-style: normal;
}

.star_average {
  color: #fb6e2e;
  font-weight: 700;
  margin: 0 10px 0 0;
}

.zna-vote-sold {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.cdt-product-param {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.cdt-product-param span {
  color: #6c757d;
  cursor: help;
  position: relative;
}

.cdt-product-param span:not(:last-child) {
  margin-right: 10px;
}

.cdt-product-param img {
  max-width: 10%;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.cdt-product-param span:before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  z-index: 11;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #333;
  border-radius: 6px;
  color: #cecece;
  white-space: nowrap;
  padding: 1px 5px 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.cdt-product-param span[data-title]:hover:after,
.cdt-product-param span[data-title]:hover:before {
  opacity: 1;
  visibility: visible;
}

.cdt-product-param span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 40%;
  bottom: calc(100% - 4px);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.eXUQVs {
  animation: 0.6s linear 0s infinite normal none running eLqMGs;
}

@keyframes eLqMGs {
  50% {
    opacity: 0.3;
    transform: scale(1.4);
  }
}

.home-fs-header {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgb(244, 244, 244);
  justify-content: space-between;
background: linear-gradient(to bottom, #2D0798, #035aad);
    padding: 10px;
    border-radius: 5px;
}

.home-fs-header div{color:#fff}

.ux-timer-text{
	color: #fff
}
.col-home-fs .box-text {
  border-radius: 5px;
}

.col-home-fs span.amount {
  color: #ff0000;
}

.home-fs-header span span{
	   padding: 4px 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: normal;
	font-family: "Open Sans"!important
}



.badge-inner.flash-sale {
  background: linear-gradient(to right, #ff2000, #ffc100);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 10px;
  line-height: unset;
  border-radius: 20px;
}

.badge-inner.flash-sale img {
  margin-top: 0;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.badge-container {
  margin: 0;
  top: 5px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.xdh-dot-1 {
  border: solid 1px #229a00;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
}

.xdh-dot {
  position: absolute;
  animation: dot-wave 1s linear infinite both;
  border-radius: 50%;
}

.xdh-dot-icon {
  float: left;
  position: relative;
  display: inline-block;
  top: -37px;
  left: 44px;
}

.xdh-icon-wrap {
  width: 10px;
  height: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background: #35cc03;
}

@keyframes phone-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes dot-wave {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.phone-mobile {
  display: none;
}

.text-zalo,
.text-messenger {
  margin-left: -10px;
}

.giuseart-nav {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 70px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}

.giuseart-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.giuseart-nav ul li {
  list-style: none !important;
}

.giuseart-nav ul > li a {
  border: none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}

.giuseart-nav ul > li .chat_animation {
  display: none;
}

.giuseart-nav ul > li a i.ticon-heart {
  background: url(/wp-content/uploads/2025/06/icon-map.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul > li a i.ticon-zalo-circle2 {
  background: url(/wp-content/uploads/2025/06/zalo-logo.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 5px;
}

.giuseart-nav li .button {
  background: transparent;
}

.giuseart-nav ul > li a i.ticon-angle-up {
  background: url(/wp-content/uploads/2025/06/icon-angle-up.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul > li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
  top: 35px;
  font-size: 10px;
  font-weight: 700;
  text-transform: none;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul > li a.chat_animation svg {
  margin: -13px 0 -20px;
}

.giuseart-nav ul > li a i.ticon-messenger {
  background: url(/wp-content/uploads/2025/06/messenger-2.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul > li a i.ticon-chat-sms {
  background: url(/wp-content/uploads/2025/06/menu-3.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  display: block;
}

.giuseart-nav ul > li a i.icon-phone-w {
  background: url(/wp-content/uploads/2025/06/icon-phone.png) no-repeat;
  background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .giuseart-nav li .chat_animation {
    display: block !important;
  }

  .giuseart-nav li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 15%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(#ff0024, #d0001d, #ff2140);
    line-height: 15px;
    border: 2px solid white;
    -webkit-animation: phone-ring 1.5s infinite;
    animation: phone-ring 1.5s infinite;
  }

  .giuseart-nav ul > li a {
    padding: 0;
    margin: 0 auto;
  }

  .giuseart-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }

  .giuseart-nav li {
    float: left;
    width: 19%;
    list-style: none;
    height: 50px;
  }

  .phone-mobile {
    display: block !important;
  }
}

.xdh-pd-parameter table th {
  background: rgb(239, 239, 239);
  letter-spacing: unset;
}

.xdh-pd-parameter table td {
  border-bottom: unset;
  padding-left: 15px;
}

.xdh-pd-parameter table tr:nth-child(2n) {
  background-color: rgb(250, 250, 250);
}

th:first-child,
td:first-child {
  padding-left: 10px;
}

th,
td {
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}

.cdt-product-param {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.cdt-product-param span {
  color: #6c757d;
  cursor: help;
  position: relative;
}

.cdt-product-param span:not(:last-child) {
  margin-right: 10px;
}

.cdt-product-param img {
  max-width: 10%;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.cdt-product-param span:before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  z-index: 11;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #333;
  border-radius: 6px;
  color: #cecece;
  white-space: nowrap;
  padding: 1px 5px 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.cdt-product-param span[data-title]:hover:after,
.cdt-product-param span[data-title]:hover:before {
  opacity: 1;
  visibility: visible;
}

.cdt-product-param span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 40%;
  bottom: calc(100% - 4px);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

/* Flash Sale */
.flash-sale-progress-bar {
  height: 18px;
  background: url(/wp-content/uploads/2025/06/flash-sale-progress-bg.png) 0 100% no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 8px;
  top: 15px;
}

.flash-sale-progress-bar__text {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  top: 0px;
}

.flash-sale-progress-bar__complement-wrapper {
  width: 100%;
  background: transparent;
  overflow: hidden;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 18px;
  border-radius: 8px;
}

.flash-sale-progress-bar__complement-sizer {
  background: #fff;
  float: right;
  position: relative;
  height: 18px;
}

.flash-sale-progress-bar__complement-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffbda6;
}

.flash-sale-progress-bar__fire {
  background: url(/wp-content/uploads/2025/06/flash-sale-progress-bar-fire.png) 0 no-repeat;
  width: 18px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 3px;
  top: -6px;
}

.product-home .flash-sale-progress-bar {
  display: none;
}

.col .post-item .box-text {
  padding-bottom: 20px;
}

.blog-home .section-title-container {
  margin-bottom: 0;
}
path.arrow {
  d: path("M 10,50 L 60,100 L 65,100 L 30,50 L 65,0 L 60,0 Z");
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button svg {
  height: 70px;
  background: #fff;
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}
.zna-box-sale {
  border: dashed 1px var(--primary-color);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zna-box-sale .zna-mz8-segment {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.zna-list-value {
  padding: 10px;
}
.zna-box-sale span {
  font-size: 0.9em;
}
.zna-box-sale span:before {
  content: "";
  background: url(/wp-content/uploads/2025/06/check-i.svg) no-repeat;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
.bisGJP {
  border-radius: 4px;
  box-shadow: rgb(242 242 242) 1px 1px 0px 0px inset, rgb(242 242 242) -1px -1px 0px 0px inset;
}
.bTlnnR .seller-info {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  min-height: 60px;
}
.bTlnnR .overview {
  display: flex;
  align-items: flex-start;
}
.bTlnnR .overview .logo {
  border-radius: 50%;
  overflow: hidden;
}
.bTlnnR .overview .overview-right {
  margin: 0px 0px 0px 12px;
}
.bTlnnR .overview .overview-right .seller-name {
  margin: 0px 0px 2px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgb(36, 36, 36);
}
.bTlnnR .overview .overview-right .seller-name > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dcoZYl {
  display: flex;
  padding: 8px;
  border-top: 1px solid rgb(242, 242, 242);
}
.dcoZYl .benefit-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  align-items: center;
}
.dcoZYl .benefit-item > img {
  height: 32px;
  width: 32px;
}
.dcoZYl .benefit-item > span {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
}
.article-inner {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.article-inner .entry-meta {
  color: #818181;
}
.meta-author,
.entry-date {
  font-size: 14px;
}
.dashicons,
.dashicons-before:before {
  line-height: 0.8;
}
#crumbs a,
#crumbs {
  color: #9f9f9f;
}
.badge-inner.on-sale {
  width: 80px;
  height: 31px;
  background: url(/wp-content/uploads/2025/06/badge-on-sale.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: unset !important;
}
span.onsale {
  font-size: 13px;
  line-height: 20px;
}