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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  color: #000;
  font-family: "Inter", sans-serif;
  background: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--fs-color-primary);
}

.border-img img {
  border-radius: 10px;
}

.hover-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover-img:hover::before {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  z-index: 2;
}

.custom-nav .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  background: unset !important;
}

.custom-nav .owl-nav {
  margin: 0;
}

.custom-nav .owl-nav .owl-prev {
  left: 4px;
}

.custom-nav .owl-nav .owl-next {
  right: 4px;
}

.custom-nav .owl-nav .arrow {
  width: 32px;
  height: 62px;
  display: block;
  background: url(./assets/images/icon-left.png) no-repeat;
  background-position: 6px center;
  background-size: 10px 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #fff;
  -webkit-box-shadow: 0 0.7487px 4.4922px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.7487px 4.4922px rgba(0, 0, 0, 0.25);
  border-radius: 0 50px 50px 0;
}

.custom-nav .owl-nav .arrow-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading:not(.button) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(
        0deg,
        rgb(0 0 0/50%) 30%,
        #0000 0 70%,
        rgb(0 0 0/100%) 0
      )
      50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0)
      50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}
@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

.box-text,
.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  font-size: 100%;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.header-nav.nav-right > li > a {
  color: #fff;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-transform: none;
  padding: 6px 12px;
  border-radius: 4px;
}

.header-nav.nav-right > li:nth-child(2) a {
  background-color: #1781e0;
}

.header-nav.nav-right > li:last-child a {
  background-color: transparent;
  padding: 0;
}

.header-nav.nav-right > li:last-child a .image-icon {
  width: 40px;
  height: 40px;
}

.header-nav.nav-right .icons {
  width: 20px;
  height: 32px;
  margin-right: 8px;
  background-position: -9px -37px;
}

.header-nav.nav-right .cicon-phone {
  background-position: -9px -37px;
  -webkit-animation: tada 1.8s infinite ease-in-out;
  animation: tada 1.8s infinite ease-in-out;
}

.header-nav.nav-right .cicon-map {
  background-position: -45px -40px;
}

.text-14 {
  font-size: 14px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  background-color: var(--fs-color-primary) !important;
  border-color: rgba(0, 0, 0, 0.05);
}

/*  */
.home-deal-container {
  margin: 12px 0 20px;
  padding: 20px 6px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url(./assets/images/home-category-bg.png); */
}

.home-deal-container .group-title {
  padding: 0 0 0 5px;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-deal-container .group-title .title {
  color: brown;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  line-height: 48px;
  margin: 0;
  display: block;
  width: auto;
}

.home-deal-container .group-title-right {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.home-deal-container .group-title-right > b {
  margin-right: 4px;
  font-weight: 700;
}

.home-video-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-video-holder .big-video-holder,
.home-video-holder .video-list {
  width: calc(100% / 2 - 6px);
}

.homepage .home-art-item {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
}

.home-video-holder .home-art-item {
  width: calc(100% / 2 - 6px);
}

.home-video-holder .big-video-holder .home-art-item {
  width: 100%;
}

.home-video-holder .home-art-item .item-image {
  display: block;
  position: relative;
  padding-bottom: 65.7%;
  overflow: hidden;
}

.home-video-holder .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-video-holder .has-video .item-image::before {
  content: "\25B6";
  width: 57px;
  height: 57px;
  line-height: 57px;
  border-radius: 50%;
  background: #e00;
  opacity: 0.6;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 41px;
  padding-left: 7px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home-video-holder .has-video:hover .item-image::before {
  opacity: 1;
}

.home-art-item .item-title {
  background: #fff;
  padding: 5px 12px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.home-art-item .item-title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-art-item .item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-art-item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.home-video-holder .big-video-holder .has-video .item-image::before {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 65px;
  padding-left: 13px;
}

.home-video-holder .big-video-holder .item-title {
  font-size: 20px;
  line-height: 30px;
  padding: 8px 20px;
}

.home-art-item:nth-child(n + 3) {
  margin-top: 12px;
}

.home-article-holder .row:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
}

.home-article-holder .row:not(.row-collapse) .col {
  padding: 0 6px 12px;
}

.home-article-holder .art-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 12px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  -webkit-filter: unset !important;
  filter: unset !important;
}

.home-article-holder .art-summary {
  display: none !important;
}

.home-customer-review-holder .item {
  border: 1px solid #dedede;
  background: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-customer-review-holder .item-image {
  position: relative;
  margin-right: 26px;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  overflow: hidden;
}

.home-customer-review-holder .item-text {
  width: calc(100% - 213px);
  position: relative;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 129.867%;
}

.home-customer-review-holder .item-text::before {
  content: "";
  width: 275px;
  height: 1px;
  background: #005ec4;
  position: absolute;
  top: 0;
  left: 0;
}

.home-customer-review-holder .icon-star {
  margin: 10px 0;
  background-image: url(./assets/images/star.png);
  width: 85px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 85px 90px;
  vertical-align: sub;
}

.home-customer-review-holder .icon-star::before {
  content: none;
}

.home-customer-review-holder .item-summary {
  margin: 0 0 10px;
}

.home-customer-review-holder b {
  font-weight: 500;
}

.home-category-group {
  margin-top: 15px;
}

.global-footer-container {
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(90, 90, 90, 0.25);
  box-shadow: 0 -2px 10px 0 rgba(90, 90, 90, 0.25);
}

.global-footer-container .group-title {
  color: var(--fs-color-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}

.global-footer-store-container .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-footer-store-container .item {
  margin: 0 24px 20px 0;
  width: calc(100% / 4 - 18px);
}

.global-footer-store-container .item:nth-child(4n) {
  margin-right: 0;
}

.global-footer-store-container .item .item-image {
  position: relative;
  padding-bottom: 71%;
  margin: 0 0 14px 0;
}

.global-footer-store-container .item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.global-footer-store-container .item-title {
  display: inline-block;
  background: var(--fs-color-primary);
  line-height: 30px;
  border-radius: 5px;
  border-left: 4px solid var(--fs-color-primary);
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding: 0 16px;
}

.global-footer-store-container .item-text a,
.global-footer-store-container .item-text p {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 24px;
}

.global-footer-store-container .item-text .btn-link {
  display: table;
  margin-left: 27px;
  color: #0059a9;
  text-decoration: underline;
}

.global-footer-store-container .item-text .btn-link::before {
  content: "\276F";
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.global-footer-store-container .item-text .icons,
.global-footer-store-container
  .item-text
  .global-breadcrumb
  li:first-child::before,
.global-breadcrumb
  .global-footer-store-container
  .item-text
  li:first-child::before,
.global-footer-store-container .item-text .pd-offer-group .group-title::before,
.pd-offer-group .global-footer-store-container .item-text .group-title::before {
  width: 27px;
  height: 24px;
}

.item-text i[class*=" icon-"]:before {
  content: none !important;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  padding: 10px;
}

.global-footer-info {
  position: relative;
  padding: 30px 0 0;
  background: #f8f8f8;
}

.global-footer-info .item-list a {
  color: #000;
  display: table;
  margin: 3px 0;
}

.global-footer-info .item-list a:hover {
  color: var(--fs-color-primary);
}

.global-footer-info img {
  display: block;
  width: auto;
}

.global-footer-info .title {
  position: relative;
  color: var(--fs-color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 15px;
  display: inline-block;
}

.global-footer-info .title::before {
  content: "";
  width: 58%;
  height: 1px;
  background: var(--fs-color-primary);
  position: absolute;
  left: 0;
  bottom: -3px;
}

.global-footer-info .btn-bct {
  margin-top: 12px;
}

.global-footer-info .btn-bct img {
  max-height: 56px;
}

.global-footer-info .payment-img {
  margin: 3px 0 40px;
}

.global-footer-info .footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-footer-info .footer-social-media a {
  width: 24px;
  height: 24px;
  margin: 8px 15px 0 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  bottom: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.global-footer-info .footer-social-media a:hover {
  margin-top: 3px;
}

.global-footer-info .icon-youtube {
  background-position: -9px -162px;
}

.global-footer-info .icon-facebook {
  background-position: -51px -162px;
}

.global-footer-info .icon-tiktok {
  background-position: -93px -162px;
}

.global-footer-info .icon-instagram {
  background-position: -135px -162px;
}

.global-footer-info .icon-zalo {
  background-position: -174px -162px;
}

.footer-end-group {
  width: 100%;
  color: #6c6c6c;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  border-top: 1px solid #ececec;
  margin: 0;
  padding: 16px 0;
  text-align: center;
}

.absolute-footer {
  display: none !important;
}

.home-banner .col {
  padding-bottom: 0;
}

.home-banner .col .img {
  border-radius: 8px;
  overflow: hidden;
}

.header-search-form-wrapper .form-flat input:not([type="submit"]) {
  background-color: #fff;
  height: 40px;
  border-radius: 6px;
}

.global-footer-store-container .item-text span {
  width: calc(100% - 27px);
}

.global-footer-store-container .icon-map {
  background-position: -51px -115px;
}

.global-footer-store-container .icon-clock {
  background-position: -87px -114px;
}

.global-footer-store-container .icon-phone {
  background-position: -122px -114px;
}

.global-countdown-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-countdown-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-countdown-holder b {
  margin: 0 6px;
  color: #cb1c21;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border-radius: 3px;
  padding: 0 4px;
  min-width: 30px;
  text-align: center;
  position: relative;
}

.global-countdown-holder b::after {
  content: ":";
  position: absolute;
  right: -8px;
  color: #fff;
}

.global-countdown-holder b:last-child {
  margin-right: 9px;
}

.global-countdown-holder b:last-child::after {
  content: none;
}

.home-deal-container .group-title a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background: #fff;
  border-radius: 3px;
  padding: 1px 5px;
}

.home-category-group .group-title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.home-category-group .group-title-holder .cat-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  min-height: 46px;
  text-transform: uppercase;
  padding: 0 12px;
  background: url(./assets/images/home-category-bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: auto;
  border-top-right-radius: 8px;
}

.home-category-group .cat-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-category-group .cat-child-list a {
  color: #515151;
  font-size: 13px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  margin: 0 0 0 8px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  padding: 0 13px;
}

.home-category-group .cat-child-list a {
  color: #515151;
  font-size: 13px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  margin: 0 0 0 8px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  padding: 0 13px;
}

.home-category-group .cat-child-list .current,
.home-category-group .cat-child-list a:hover {
  background: var(--fs-color-primary);
  color: #fff;
  border-color: transparent;
}

.row .row:not(.row-collapse).product-categories {
  margin-left: -6px;
  margin-right: -6px;
}

.product-categories .col {
  padding: 10px 6px;
}

.product-filter-group {
  margin: 20px 0;
}

.product-filter-group .group-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 4px;
  width: 100%;
}

.product-filter-group .filter-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-filter-group .filter-item {
  position: relative;
  margin: 8px 8px 0 0;
}

.product-filter-group .box-title {
  color: #000;
  border-radius: 3px;
  border: 1px solid #ececec;
  background: #f8f8f8;
  line-height: 32px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  margin: 0 !important;
  max-width: unset !important;
}

.icons,
.global-breadcrumb li:first-child::before,
.pd-offer-group .group-title::before {
  background: url(./assets/images/sprite.png) no-repeat;
  background-size: 200px 350px;
}

.product-filter-group .icons,
.product-filter-group .global-breadcrumb li:first-child::before,
.global-breadcrumb .product-filter-group li:first-child::before,
.product-filter-group .pd-offer-group .group-title::before,
.pd-offer-group .product-filter-group .group-title::before {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.product-filter-group .icon-down {
  background-position: -9px -230px;
}

.product-filter-group .icon-up {
  background-position: -161px -203px;
}

.product-filter-group .icon-eye {
  background-position: -126px -204px;
}

.product-filter-group .filter-item:hover .box-title,
.product-filter-group .filter-item.current .box-title {
  color: #fff;
  background: var(--fs-color-primary);
  border-color: transparent;
}

.product-filter-group .filter-item:hover .icons,
.product-filter-group
  .filter-item:hover
  .global-breadcrumb
  li:first-child::before,
.global-breadcrumb
  .product-filter-group
  .filter-item:hover
  li:first-child::before,
.product-filter-group .filter-item:hover .pd-offer-group .group-title::before,
.pd-offer-group .product-filter-group .filter-item:hover .group-title::before,
.product-filter-group .filter-item:hover .icon-arrow,
.product-filter-group .filter-item.current .icons,
.product-filter-group
  .filter-item.current
  .global-breadcrumb
  li:first-child::before,
.global-breadcrumb
  .product-filter-group
  .filter-item.current
  li:first-child::before,
.product-filter-group .filter-item.current .pd-offer-group .group-title::before,
.pd-offer-group .product-filter-group .filter-item.current .group-title::before,
.product-filter-group .filter-item.current .icon-arrow {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
  color: #fff;
}

.shop-page-title {
  display: none !important;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #f3f3f3;
  text-align: center;
  color: #000;
  margin: 0 4px;
  -webkit-transition: 0.12s all;
  transition: 0.12s all;
  overflow: hidden;
  border: 0;
}

.product-small.box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  border-radius: 9px;
  padding: 13px 13px 10px;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-bottom: 12px;
}

.product-small .product-title {
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}

.product-small .product-title a {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #3f3f3f;
}

.product-small .price-wrapper {
  margin: 5px 0;
  color: #a0a0a0;
  font-weight: 600;
  line-height: 26px;
  min-height: 26px;
}

.product-small span.amount {
  color: #e00;
  font-weight: 800;
  font-size: 16px;
  margin: 0 5px 0 0;
}

.product-small del span.amount {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 500;
  opacity: 1;
}

.product-small .p-offer-group {
  margin: 5px 0;
  height: 43px;
}

.cicon-star {
  background-image: url(./assets/images/star.png);
  width: 85px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 85px 90px;
  vertical-align: sub;
}

.cicon-star.star-5,
.cicon-star.star-0 {
  background-position: -2px -2px;
}

.product-small .cicon-star {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin: auto auto auto -14px;
  display: block;
}

.product-small .p-btn-like {
  display: table;
  margin: 5px 0 auto auto;
  color: #a0a0a0;
  line-height: 19px;
  cursor: pointer;
  width: auto;
}

.product-small .p-btn-like::after {
  content: "\2661";
  color: #e00;
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}

.video-item .image {
  display: block;
  position: relative;
  padding-bottom: 62%;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.video-item .has-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.video-item .image img {
  display: block;
  border-radius: inherit;
  width: 100%;
}

.video-item .title,
.video-item .title h3 {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  margin-bottom: 0 !important;
}

.video-item .has-video::after {
  content: "\25B6";
  width: 57px;
  height: 57px;
  line-height: 57px;
  border-radius: 50%;
  background: #e00;
  opacity: 0.6;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 41px;
  padding-left: 7px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.video-item:hover .has-video::after {
  opacity: 1;
}

.archive-page-header {
  display: none !important;
}

.fit-img,
.p-item .p-img img,
.art-item img,
.homepage .category-accessories-holder img,
.homepage .home-art-item img,
.home-brand-group img,
.home-customer-review-holder .item-image img,
.product-page .product-child-list a img,
.pd-image-gallery a img,
.pd-variant-group-list img,
.fancybox-video-container .pd-video-list img {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 850px) {
  .large-columns-3 > .col.has-post-icon {
    flex-basis: 25%;
    max-width: 25%;
  }
}

#post-list .row:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
}

#post-list .row:not(.row-collapse) .col {
  padding: 0 6px 12px;
}

.art-item {
  color: #222;
  font-size: 14px;
}

.art-item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.archive .art-item {
  border-radius: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 6px 6px 30px 6px;
}

.art-item:hover img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.art-item .art-img {
  display: block;
  position: relative;
  padding-bottom: 67%;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 15px;
}

.art-item img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-item .art-time {
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 50px;
  line-height: 30px;
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-weight: 500;
  padding: 0 15px;
  font-size: 14px;
}

.art-item .art-title,
.art-item .art-summary {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.art-item .art-title,
.art-item .art-title h3 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 16px;
}

.art-item .art-title h3 {
  margin-bottom: 0;
}

.archive .cat-child-group {
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f8f8f8;
  justify-content: center;
}

.archive .cat-child-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
  color: #555555;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  margin: 0 12px 12px 0;
}

.archive .cat-child-group .cat-thumb {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(43%) sepia(42%) saturate(4035%) hue-rotate(190deg)
    brightness(91%) contrast(92%);
  display: block;
  min-width: 20px;
}

.archive .cat-child-group .cat-title {
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
  color: var(--fs-color-primary);
  font-weight: bold;
}

.archive .cat-child-group a:hover,
.archive .cat-child-group a.current {
  color: #fff;
  background: var(--fs-color-primary);
}

.archive .cat-child-group a:hover .cat-thumb,
.archive .cat-child-group a.current .cat-thumb {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.archive .cat-child-group a:hover *,
.archive .cat-child-group a.current * {
  color: #fff;
}

.archive .row .box-title {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  max-width: calc(100% - 30px);
  margin-top: 45px;
}

.archive .row .box-title .cat-title {
  color: var(--fs-color-primary);
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  border-bottom: 3px solid var(--fs-color-primary);
  line-height: 44px;
  display: inline-block;
  margin-bottom: -1px;
  text-transform: uppercase;
  width: fit-content;
}

.top-art-right-holder .box-title {
  border-radius: 12px 12px 0 0;
  background-color: var(--fs-color-primary);
  line-height: 42px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.top-art-right-holder .item {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.top-art-right-holder .img {
  width: 105px;
  height: 75px;
  margin-right: 10px;
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.top-art-right-holder .title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 115px);
  float: left;
}

#comments .comment-respond {
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  border-radius: 10px;
  background: #fff;
  padding: 15px 12px;
  margin-bottom: 12px;
}

.global-popup-customer-like {
  border-radius: 10px;
  padding: 34px 16px 24px;
}

.global-popup-customer-like .icon-notification {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 auto 15px;
  background: #ce000c;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.global-popup-customer-like p {
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
}

.global-popup-customer-like a {
  width: 49%;
  line-height: 38px;
  background: #ce000c;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid transparent;
  font-size: 16px;
  transition: 0.2s all;
}

.global-popup-customer-like a:hover {
  box-shadow: 0px 0px 7px 0px rgb(206 0 12 / 40%);
}

.global-popup-customer-like a:last-child {
  border-color: #ce000c;
  color: #ce000c;
  background: #fff;
}

.global-popup-customer-like .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
  border: 1px solid var(--fs-color-primary);
  color: #000 !important;
  font-size: 16px;
}

.global-menu-container {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  z-index: 4;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
}

.global-menu-container a {
  color: #3f3f3f;
  font-size: 16px;
  display: table;
}

.global-menu-container .cat-1 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  position: relative;
  border-radius: inherit;
  min-height: 40px;
}

.global-menu-container .cat-thumb {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.global-menu-container .sub-menu {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(1000px);
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  z-index: 1;
  border-radius: 0 10px 10px 0;
  padding: 12px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  overflow: auto;
}

.global-menu-container .cat-item:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-menu-container .sub-item {
  float: left;
  width: 25%;
  padding-right: 15px;
  margin-bottom: 20px;
}

.global-menu-container .cat-2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.global-menu-container .sub-menu a {
  font-size: 13px;
  line-height: 16px;
  margin: 7px 0;
}

.global-menu-container .sub-menu a:hover {
  color: var(--fs-color-primary);
  font-weight: 700;
}

.global-menu-container .cat-item > a:hover {
  background-color: var(--fs-color-primary);
  border-radius: 8px;
  color: #fff;
}

.global-menu-container .cat-item > a:hover .cat-thumb {
  filter: brightness(0) invert(1);
}

.global-menu-container .cat-3-holder {
  position: relative;
  display: table;
}

.global-menu-container .has-child::after {
  content: "\276F";
  font-size: 10px;
  display: inline-block;
  position: absolute;
  right: 15px;
  left: unset;
}

.ss_df .col {
  padding-bottom: 0;
}

.ss_df .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.ss_df .col input[type="email"],
.ss_df .col input[type="number"],
.ss_df .col input[type="tel"],
.ss_df .col input[type="text"],
.ss_df .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
}

.primary,
input[type="submit"],
input[type="submit"].button {
  margin: 0;
  border-radius: 8px;
}

.bbrum .col {
  padding-top: 15px;
  padding-bottom: 0;
}

.row.category-page-row {
  padding-top: 0;
}

.row.scroll-menu {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  top: 120px;
}

.icons.icon-menu {
  position: relative;
  background: url(/wp-content/uploads/2025/07/sprite.png?v=1) no-repeat;
  background-size: 200px 350px;
  display: block;
  background-position: -100px -1px;
  width: 40px;
  height: 40px;
  border: 1px solid #1781e0;
  border-radius: 4px;
  cursor: pointer;
}

.icons.icon-menu:before {
  display: none;
}

.box-text .add-to-cart-button {
  display: flex;
  justify-content: end;
}

.box-text .add-to-cart-button a {
  font-size: 14px;
  font-weight: 500;
  min-height: unset;
  text-transform: none;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
}

.box-text .title-wrapper {
  margin-top: 12px;
}

.product-detail-page .js-static-content img {
  width: 100%;
}

.post-item > .col-inner {
  padding: 0.5rem !important;
  border: 1px solid #dee2e6 !important;
}

.post-item .post-title,
.post-item .post-title a {
  font-weight: 700;
  color: var(--fs-color-primary);
  font-size: 16px;
}

.post-item .box-text {
  padding-bottom: 0;
}

.post-item .box-text .button {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  margin-top: 15px;
  margin-left: calc(100% - 142px);
  width: max-content;
  background-color: transparent !important;
  color: #aaa !important;
  opacity: 1;
}

.box-blog-post .is-divider {
  display: none;
}

.page-wrapper {
  padding-top: 0;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

h1.entry-title {
  color: var(--fs-color-primary);
}

.archive-page-header {
  display: none;
}

.bbrum {
  margin-bottom: 15px;
}

.entry-content {
  padding-top: 0;
}

h6.entry-category {
  display: none;
}

.contact-1 .col {
  padding-bottom: 0;
}

.contact-1 .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.contact-1 .col input[type="email"],
.contact-1 .col input[type="number"],
.contact-1 .col input[type="tel"],
.contact-1 .col input[type="text"],
.contact-1 .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
  margin-bottom: 30px;
}

.contact-1 input[type="submit"] {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .global-menu-container {
    display: none;
  }

  .home-category-group .cat-child-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    justify-content: left;
    margin-left: -8px;
  }

  .home-article-holder .row:not(.row-collapse) {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: initial !important;
    text-align: center !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
  }

  .home-article-holder .row:not(.row-collapse) .col {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 5px 10px;
  }

  .global-footer-store-container .store-list {
    display: block;
  }

  .global-footer-store-container .item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .global-footer-store-container .item .item-image {
    display: none;
  }

  .nav > li > a > i {
    color: #fff;
  }

  .home-deal-container .group-title .title {
    color: brown;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 29px;
    margin: 0 0 8px;
  }

  .home-deal-container .group-title {
    padding: 0 0 0 5px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
  }

  .home-deal-container .group-title-right {
    justify-content: center;
  }

  .home-category-group .cat-child-list {
    overflow-x: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }

  /* WebKit browsers (Chrome, Safari, Edge) */
  .home-category-group .cat-child-list::-webkit-scrollbar {
    height: 4px; /* Chính là chiều cao thanh cuộn ngang */
  }

  .home-category-group .cat-child-list::-webkit-scrollbar-track {
    background: transparent;
  }

  .home-category-group .cat-child-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .nav > li > a > i.icon-menu {
    color: #222;
  }
}
