@charset "UTF-8";
.header-bg {
  min-height: 150px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.header-bg h1 {
  font-size: 30px;
  margin-bottom: 0;
}

.header-bg a,
.header-bg h1,
.header-bg span {
  color: #fff;
}

.breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 15px;
}

.breadcrumb-container .breadcrumb-current {
  color: var(--e-a-btn-bg-warning);
}

button.back-to-top {
  bottom: 100px;
}

textarea.lbaic-textarea {
  min-height: unset !important;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 0, 0, 0.73)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(255, 0, 0, 0.73) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.taxonomy-filter .search-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.taxonomy-filter .product-filter-search {
  right: 0px;
  top: 0px;
  left: auto;
  font-size: 18px;
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  margin: 0px;
  z-index: 9999999999;
}
.taxonomy-filter .product-filter-search:hover {
  background: rgba(255, 255, 255, 0) !important;
}
.taxonomy-filter .product-filter-search .search-button {
  background: rgba(255, 255, 255, 0) !important;
  color: black;
  border: none;
  border-radius: 100%;
  margin: 0px !important;
  height: 15px;
}
.taxonomy-filter .product-filter-search .search-button:hover {
  background: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.taxonomy-filter .product-filter-search .search-button i {
  font-size: 18px;
}
.taxonomy-filter #zbiz-training-search {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  border-radius: 99px;
}
.taxonomy-filter .search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 280px;
  overflow-y: auto;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.taxonomy-filter .search-results-dropdown div {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.taxonomy-filter .search-results-dropdown div:hover,
.taxonomy-filter .search-results-dropdown div.active {
  background: #f0f7ff;
}
.taxonomy-filter .search-results-dropdown .no-results {
  color: #999;
  font-style: italic;
  cursor: default;
}

.taxonomy-filter ul {
  list-style: none;
}

.taxonomy-filter ul li {
  margin-left: 0 !important;
  cursor: pointer;
  font-size: 15px;
}

.taxonomy-filter ul li.active,
.taxonomy-filter ul li:hover {
  color: var(--main-color);
}

.taxonomy-filter ul li.active {
  font-weight: 700;
}

.taxonomy-filter[data-tax=product-tags] ul li {
  margin-bottom: 0 !important;
}

.taxonomy-filter[data-tax=product-tags] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

#product-filter-form h3 {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  position: relative;
  margin-top: 0;
  font-size: 18px;
}

#product-filter-form h3 span {
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 4px;
}

.taxonomy-filter[data-tax=product-tags] ul li {
  background: #d7d7d7;
  padding: 10px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}

.taxonomy-filter:not([data-tax=product-tags]) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-item {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-item img {
  max-width: 100%;
  height: auto;
}

.discount {
  background: var(--main-color);
  color: white;
  padding: 5px;
  font-weight: bold;
}

.taxonomy-filter h3 {
  margin-top: 20px;
}

form#product-filter-form button {
  margin-top: 20px;
  background: var(--main-color);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.price-range input {
  width: 80px;
  margin: 0 5px;
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--main-color);
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: var(--main-color);
  border-color: var(--main-color);
  border-radius: 0;
  width: 10px;
}

.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
  border-color: var(--main-color);
  border-radius: 0;
  outline: 0;
}

.price-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.price-btn > button {
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 25px;
  border-radius: 0;
  border: 1px solid #D7D7D7;
  text-transform: none;
}

input#search-name {
  margin-bottom: 0;
}

#product-filter-form > .filter-box > div:not(:last-child) {
  margin-bottom: 20px;
}

.total-post {
  margin-bottom: 30px;
}

.product-item > .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.product-item > .price .discount {
  background: #07c307;
  color: #fff;
  font-size: 12px;
}

.product-item > .price ins {
  color: var(--main-color);
  font-weight: 700;
  font-size: 26px;
}

.product-item > .price del {
  color: #D7D7D7;
  font-size: 14px;
}

.product-item h3 a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-size: 16px;
}

.product-item h3,
.product-item .desc {
  text-align: left;
  margin-bottom: 15px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-item > button,
.btn-filter-mb > button {
  margin-right: 0;
  padding: 0;
  text-wrap: nowrap;
  font-size: 12px;
  margin-bottom: 0;
}

.product-item > button.get-code {
  width: 100%;
  background: var(--main-color);
  color: #FFF;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid var(--main-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-item > button.get-code:hover {
  background: #fff;
  color: var(--main-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input#search-product {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  min-height: 50px;
}

.search-keyword > div {
  position: relative;
}

.search-keyword > div input {
  margin-bottom: 0;
}

.search-keyword > div i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-filter {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination .wp-pagenavi > * {
  border-radius: 0;
  border: 1px solid #D7D7D7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.pagination .wp-pagenavi > span.current {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .products-grid {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #product-filter-form {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
  }
  .total-post {
    margin-bottom: 10px;
  }
  .filter-box {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow-y: auto;
    -webkit-transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #product-filter-form.active .filter-box {
    right: 0;
  }
  #product-filter-form.active {
    display: block;
  }
  .filter-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #product-filter-form.active .filter-overlay {
    opacity: 1;
  }
  .btn-filter-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .btn-filter-mb > button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    min-height: 50px;
  }
  .btn-filter-mb > button#btn-filter {
    background: green;
  }
  .btn-filter-mb > button.close-filter {
    background: var(--main-color);
  }
}
.category-card-swiper .category-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.category-card-swiper .category-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.category-card-swiper .card-image-wrapper {
  position: relative;
}

.category-card-swiper .card-main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-card-swiper .card-content > div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
  width: 90%;
}

.category-card-swiper .card-content > div > div {
  position: relative;
  border-top: 5px solid var(--main-color);
  background: #F8F8F8;
  min-height: 185px;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -65px;
}

.category-card-swiper .card-icon-box {
  position: absolute;
  top: -20px;
  left: 15px;
  z-index: 10;
  width: 65px;
  height: 65px;
  background-color: var(--main-color);
  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;
}

.category-card-swiper .card-icon-image {
  width: 30px;
  height: 30px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.category-card-swiper .card-icon-box svg {
  color: #ffffff;
  width: 30px;
  height: 30px;
}

.category-card-swiper .card-content {
  background-color: #ffffff;
  position: relative;
  min-height: 215px;
}

.category-card-swiper .swiper-wrapper {
  padding-bottom: 75px;
}

.swiper-pagination .swiper-pagination-bullet {
  min-width: 20px;
  border-radius: 8px;
  background: #4c4c4c;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.category-card-swiper .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.category-card-swiper .card-description {
  font-size: 14px;
  color: #555;
  min-height: 40px;
  margin-bottom: 0;
}

.category-card-swiper .card-button {
  display: block !important;
  width: 100%;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
  position: relative;
}

.category-card-swiper .card-button:hover {
  background-color: #b30024;
  color: #FFF;
}

.category-card-swiper .card-content > div::before {
  content: "";
  position: absolute;
  top: -45px;
  right: 20px;
  pointer-events: none;
  background: url("./../images/down-arrow.png") center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1;
}

#salertWrapper .popup_position .popup_box .popup_template {
  border-radius: 999px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

#salertWrapper figure.circle {
  max-height: 100px;
  width: 100px;
  border: unset !important;
}

#salertWrapper .popup_position.bottomLeft .popup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#salertWrapper .popup_position.bottomLeft .popup-item .salert-content-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#salertWrapper .popup_position.bottomLeft .popup-item .salert-content-wrap > div > a {
  width: auto;
  max-width: 150px;
  height: 20px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 25px;
  padding: 2px 3px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#salertWrapper .popup_position.bottomLeft .popup-item > .salert-content-wrap {
  padding: 10px;
}

#salertWrapper .popup_template .popup-item .btn-close {
  top: 15px;
  right: 25px;
}

#salertWrapper .popup_template .popup-item .btn-close img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/*About Us*/
.gallery-affilate > .elementor-image-gallery .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gallery-affilate > .elementor-image-gallery .gallery > .gallery-item {
  max-width: 100% !important;
}

#about-02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(69%, #f3f4f7), color-stop(54%, rgba(236, 0, 0, 0.8784313725)));
  background-image: linear-gradient(270deg, #f3f4f7 69%, rgba(236, 0, 0, 0.8784313725) 54%);
}

#about-02 .video-intro-list,
#about-04 .members-list {
  margin-top: 30px;
}

#about-02 .video-intro-list iframe {
  height: 250px;
}

#about-04 .member-img {
  margin-bottom: 0;
}

#about-04 .info-member {
  background-color: var(--white);
  padding: 20px 50px 20px 30px;
  width: 80%;
  margin: -50px auto 0;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
}

#about-04 .info-member::after {
  content: "";
  width: 9px;
  height: 45px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#about-04 .info-member p {
  margin-bottom: 0;
}

#about-04 .info-member p strong {
  font-size: 22px;
  color: var(--black);
}

.members-list.elementor-section > .elementor-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.members-list > .elementor-container > div {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .members-list.elementor-section > .elementor-container {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #about-04 .info-member.elementor-widget-text-editor > p {
    font-size: 14px;
  }
  #about-04 .info-member.elementor-widget-text-editor p strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 601px) {
  .products-grid,
  .members-list.elementor-section > .elementor-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  #about-04 .info-member {
    padding: 10px 20px;
    margin: -50px auto 0;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 480px) {
  .gallery-affilate > .elementor-image-gallery .gallery {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.back_to_top,
.pix-cookie-banner {
  display: none !important;
}

header .logo {
  max-width: 260px !important;
}

header .header-nav-main .menu-item-has-children::after,
header .header-nav-main .menu-item-has-children::before {
  display: none;
}

header .header-nav-main .icon-angle-down {
  opacity: 1 !important;
}

header .header-nav-main > li > a {
  font-weight: 700 !important;
  font-size: 14px !important;
  position: relative;
}

header .header-nav-main > li > a:after {
  content: " ";
  position: absolute;
  background: white !important;
  top: 100%;
  margin-top: 4px;
  border-radius: 3px;
  left: 0%;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

header .header-nav-main > li:hover a,
header .header-nav-main > li.active a {
  border-bottom: unset !important;
}

header .header-nav-main > li:hover > a:after,
header .header-nav-main > li.active > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header-nav-main .sub-menu {
  border: unset !important;
  border-radius: 5px;
  padding: 0px;
  top: 55px;
}

header .header-nav-main .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

header .header-nav-main .sub-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

header .header-nav-main .sub-menu li:hover {
  background-color: #f2f2f2;
}

header .header-nav-main .sub-menu li,
header .header-nav-main .sub-menu a {
  border: unset !important;
}

header .header-nav-main .sub-menu li a {
  padding: 10px 20px !important;
  margin: 0px !important;
}

header .header-nav-main .sub-menu a,
header .header-nav-main .sub-menu li:hover a {
  color: black !important;
  font-weight: 700;
}

header {
  /* HEADER SEARCH – FLATSOME */
}

header .header-search-form-wrapper .searchform {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  background: transparent;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header-search-form-wrapper .searchform:hover,
header .header-search-form-wrapper .searchform:focus-within {
  border-color: rgba(255, 255, 255, 0.9);
}

header .header-search-form-wrapper .searchform .flex-row {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-search-form-wrapper .searchform .search-field {
  background: transparent;
  border: none;
  color: #fff;
  padding: 8px 6px;
  font-size: 14px;
}

header .header-search-form-wrapper .searchform .search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

header .header-search-form-wrapper .searchform .search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

header .header-search-form-wrapper .searchform .search-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

header .header-search-form-wrapper .searchform .search-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

header .header-search-form-wrapper .searchform .search-field::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

header .header-search-form-wrapper .searchform .search-field:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .header-search-form-wrapper .searchform .ux-search-submit {
  background: transparent;
}

header .header-search-form-wrapper .searchform .ux-search-submit:hover {
  background: transparent !important;
}

header .header-search-form-wrapper .searchform .ux-search-submit {
  border: none;
  padding: 0 6px;
  cursor: pointer;
}

header .header-search-form-wrapper .searchform .ux-search-submit:before {
  color: #fff;
  font-size: 16px;
}

header .header-search-form-wrapper .searchform .ux-search-submit:hover:before {
  color: #ffdede;
}

header .header-main {
  /* Cột menu bên trái */
}

header .header-main .flex-col.hide-for-medium.flex-left.flex-grow {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .header-main .flex-col.hide-for-medium.flex-left.flex-grow ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
}

header .header-main .flex-col.hide-for-medium.flex-left.flex-grow ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase > li {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .header-button .button,
header .header-button .button:hover,
header .header-button .button:focus,
header .header-button:hover .button,
header .header-button:hover .button:hover,
header .header-button:hover .button:focus {
  border-radius: 99px;
  background: white !important;
  color: #ec0000 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding: 2px 15px 2px 35px;
  opacity: 1 !important;
}
header .header-button .button::before,
header .header-button .button:hover::before,
header .header-button .button:focus::before,
header .header-button:hover .button::before,
header .header-button:hover .button:hover::before,
header .header-button:hover .button:focus::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'%3E%3Cpath fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17,9 L19,9 C20.1045695,9 21,9.8954305 21,11 L21,18 C21,19.1045695 20.1045695,20 19,20 L5,20 C3.8954305,20 3,19.1045695 3,18 L3,11 C3,9.8954305 3.8954305,9 5,9 L7,9 M12,4 L12,15 M9,13 L12,16 L15,13' transform='rotate(-90 12 12)'/%3E%3C/svg%3E");
}

/* Icons list phía trên footer – chỉ block này */
section.footer .row.above-footer {
  padding: 32px 0px !important;
  margin: 0;
  background-color: #17161a;
  /* Hàng icon */
}

section.footer .row.above-footer .row.icons-list {
  margin: 0 auto;
  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;
  padding: 0px 5px !important;
  /* Cột */
}

section.footer .row.above-footer .row.icons-list > .col {
  padding-bottom: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

section.footer .row.above-footer .row.icons-list > .col .col-inner {
  width: 100%;
  text-align: center;
}

section.footer .row.above-footer .row.icons-list > .col .icon-info {
  padding-bottom: 0px;
}

section.footer .row.above-footer .row.icons-list > .col {
  /* Icon box */
}

section.footer .row.above-footer .row.icons-list > .col .icon-box {
  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;
  padding-bottom: 0;
  height: 70px;
}

section.footer .row.above-footer .row.icons-list > .col .icon-box p {
  margin-bottom: 0 !important;
  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;
}

section.footer .row.above-footer .row.icons-list > .col .icon-box .icon-box-img {
  margin-bottom: 0;
}

section.footer .row.above-footer .row.icons-list > .col .icon-box .icon-box-text p {
  margin-bottom: 0 !important;
}

section.footer .row.footer-2 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

section.footer .row.footer-2 .widget-title h4 {
  margin-bottom: 30px !important;
  line-height: 1;
}

section.footer .row.footer-2 .footer__aboutus {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__aboutus .col-inner .text {
  margin-bottom: 16px;
}

section.footer .row.footer-2 .footer__aboutus .col-inner .button.primary {
  border-radius: 8px;
  padding: 0 24px;
  margin-bottom: 0;
}

section.footer .row.footer-2 .footer__form {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__form .footer__formtext {
  margin-top: -7px;
}

section.footer .row.footer-2 .footer__form {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__form .footer__formtext {
  margin-top: -7px;
}

section.footer .row.footer-2 .footer__form .wpcf7-form {
  margin-top: 30px !important;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000 !important;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::-moz-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::-ms-input-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]:focus {
  outline: none;
  border-color: #ec0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.footer .row.footer-2 .footer__form .wpcf7-form {
  /* BUTTON SEND */
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=submit] {
  width: 100%;
  background-color: #ec0000;
  border-radius: 5px;
}

section.footer .row.footer-2 .footer__menu {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start {
  /* Chỉ item cuối */
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link:last-child {
  margin-bottom: 0px !important;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link .ux-menu-link__text {
  color: #adb5bd;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link .ux-menu-link__text:before {
  content: "\f105";
  color: #ec0000;
  font-family: fl-icons !important;
  margin-right: 10px;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link .ux-menu-link__text:hover {
  color: #ec0000 !important;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link a.ux-menu-link__link {
  padding-bottom: 0;
  padding-top: 0 !important;
  line-height: 1;
  min-height: 0;
}

#salertWrapper {
  display: none !important;
}

.header-bg {
  min-height: 500px;
}

.header-bg h1 {
  color: white !important;
  margin-bottom: 20px;
}

.header-bg .breadcrumb-container * {
  color: rgba(255, 255, 255, 0.7019607843);
  font-weight: bold;
  font-size: 16px;
}

.header-bg .breadcrumb-container .breadcrumb-separator {
  color: transparent !important;
  width: 20px;
  position: relative;
}

.header-bg .breadcrumb-container .breadcrumb-separator::before {
  content: "\f105";
  font-family: fl-icons !important;
  color: rgba(255, 255, 255, 0.7019607843);
  left: 7px;
  position: absolute;
}

@media (max-width: 849px) {
  header .header-inner {
    background: #fff !important;
    padding: 0 15px !important;
    min-height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* ================= MOBILE MENU ICON ================= */
  }
  header .header-inner .mobile-nav .icon-menu {
    font-size: 40px;
    color: #000;
  }
  header .header-inner .mobile-nav li {
    margin-left: 6px;
  }
}

@media (max-width: 849px) {
  .mfp-content {
    min-width: 100%;
  }
  .mfp-close {
    top: 20px !important;
    opacity: 1 !important;
  }
  #main-menu {
    min-width: 100%;
    width: 100%;
  }
  #main-menu .sidebar-menu {
    background: #fff;
    padding-top: 0;
    min-width: 100%;
    width: 100%;
  }
  #main-menu {
    /* ================= SEARCH ================= */
  }
  #main-menu .header-search-form {
    padding-left: 0px;
    padding-right: 25px !important;
    margin-bottom: 0px !important;
  }
  #main-menu .header-search-form .searchform-wrapper .search-field {
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
  }
  #main-menu .header-search-form .searchform-wrapper .ux-search-submit {
    height: 40px;
    width: 40px;
    background: #e31e24;
  }
  #main-menu .header-search-form .searchform-wrapper .ux-search-submit i {
    color: #fff;
  }
  #main-menu .header-search-form .searchform-wrapper {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main-menu .header-search-form .searchform-wrapper form.searchform {
    width: 100%;
  }
  #main-menu .header-search-form .searchform-wrapper form.searchform .flex-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main-menu .header-search-form .searchform-wrapper form.searchform .search-field {
    height: 40px;
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 30px;
    background: transparent;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  #main-menu .header-search-form .searchform-wrapper form.searchform .ux-search-submit {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border: none;
    border-radius: 30px;
    background: transparent;
    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;
  }
  #main-menu .header-search-form .searchform-wrapper form.searchform .ux-search-submit i {
    font-size: 16px;
    color: #000;
  }
  #main-menu {
    /* ================= MENU LIST ================= */
  }
  #main-menu .nav-sidebar {
    padding: 0 15px;
  }
  #main-menu .nav-sidebar .sub-menu {
    padding: 0px;
    margin: 0px;
  }
  #main-menu .nav-sidebar .header-social-icons {
    padding-left: 0px !important;
  }
  #main-menu .nav-sidebar .header-social-icons a,
  #main-menu .nav-sidebar .header-social-icons i {
    margin-right: 3px;
    color: #000 !important;
    font-size: 20px;
  }
  #main-menu .nav-sidebar > li {
    border: unset;
    margin-bottom: 5px;
  }
  #main-menu .nav-sidebar > li > a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    text-transform: none;
  }
  #main-menu {
    /* ================= ACTIVE ITEM ================= */
  }
  #main-menu .menu-item.current-menu-item,
  #main-menu .menu-item.active {
    background: white !important;
    border-radius: 6px;
  }
  #main-menu {
    /* ================= DROPDOWN ================= */
  }
  #main-menu .menu-item-has-children {
    position: relative;
    background: transparent !important;
  }
  #main-menu .menu-item-has-children > a {
    padding-right: 40px;
  }
  #main-menu .menu-item-has-children .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent !important;
    border: none;
    opacity: 1;
    margin: 0px !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #main-menu .menu-item-has-children .toggle i {
    color: #000;
    font-size: 30px;
  }
  #main-menu .menu-item-has-children .children li a {
    font-size: 16px;
    color: #000;
    padding: 8px 0;
    display: block;
    font-weight: bold;
  }
}
/* =========================
   BLOG PRODUCT BOX filter

========================= */
.products__filter .box-image {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.products__filter .box-gallery {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 5px;
  background: #f9f9f9;
  margin: 0;
}
.products__filter .box-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}
.products__filter .post-title {
  height: 3rem;
  overflow: hidden;
}
.products__filter .box-text {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.products__filter .box-text-bottom {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.products__filter .products__price .boxtext__heading,
.products__filter .products__price .boxtext__linkonline {
  display: none;
}
@media (max-width: 849px) and (min-width: 598px) {
  .products__filter .products__price .col {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
.products__filter .products__price .flickity-button {
  display: none !important;
}
.products__filter .products__price .dot.is-selected {
  border-radius: 5px;
  width: 25px;
  background-color: #495057 !important;
}
.products__filter .products__price .box-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}
.products__filter .products__price .box-blog-post:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.products__filter .products__price .box-blog-post {
  /* text block - header */
}
.products__filter .products__price .box-blog-post .box-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #fff !important;
  padding: 15px 15px 10px 15px;
  text-align: left !important;
}
.products__filter .products__price .box-blog-post {
  /* image block */
}
.products__filter .products__price .box-blog-post .box-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  margin-bottom: 0;
  background: #fafafa;
  padding: 15px;
}
.products__filter .products__price .box-blog-post .box-image .image-cover {
  padding-top: 75% !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.products__filter .products__price .box-blog-post .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.products__filter .products__price .box-blog-post .box-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products__filter .products__price .box-blog-post {
  /* divider */
}
.products__filter .products__price .box-blog-post .is-divider {
  display: none;
}
.products__filter .products__price .box-blog-post {
  /* title section */
}
.products__filter .products__price .box-blog-post .boxtext__bottom {
  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;
}
.products__filter .products__price .box-blog-post .blog-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.products__filter .products__price .box-blog-post .boxtext__titletop {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__filter .products__price .box-blog-post .boxtext__titletop .cat-label {
  font-size: 12px;
  background: #f2f2f2;
  opacity: 1;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
}
.products__filter .products__price .box-blog-post .boxtext__titletop .sale-badge {
  color: #ff6c5f;
  background: #fff7f6;
  font-size: 12px !important;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-left: 10px;
  display: none !important;
}
.products__filter .products__price .box-blog-post {
  /* product title */
}
.products__filter .products__price .box-blog-post .post-title {
  margin: 0;
  margin-bottom: 10px;
}
.products__filter .products__price .box-blog-post .post-title a {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.products__filter .products__price .box-blog-post .post-title a:hover {
  color: #e74c3c;
}
.products__filter .products__price .box-blog-post {
  /* bottom section */
}
.products__filter .products__price .box-blog-post .box-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 12px 15px 15px 15px;
  background: #fff;
  border-top: 1px solid #f5f5f5;
}
.products__filter .products__price .box-blog-post {
  /* price wrapper */
}
.products__filter .products__price .box-blog-post .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products__filter .products__price .box-blog-post {
  /* price */
}
.products__filter .products__price .box-blog-post .price-sale {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #495057 !important;
  margin: 0;
}
.products__filter .products__price .box-blog-post .price-original {
  text-decoration: line-through !important;
  color: #a4a7ab !important;
  margin: 0 !important;
  font-size: 13px;
  font-weight: bold;
}
.products__filter .products__price .box-blog-post {
  /* cart icon link */
}
.products__filter .products__price .box-blog-post .boxtext__link {
  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;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products__filter .products__price .box-blog-post .boxtext__link:hover {
  background: #e74c3c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.products__filter .products__price .box-blog-post .boxtext__link:hover svg path {
  stroke: #fff;
}
.products__filter .products__price .box-blog-post .boxtext__link .btn-icon {
  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;
}
.products__filter .products__price .box-blog-post .boxtext__link .btn-icon svg {
  width: 20px;
  height: 20px;
}
.products__filter .products__price .box-blog-post .boxtext__link .btn-icon svg path {
  stroke: #333;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
@media (max-width: 849px) {
  .products__filter .products__price .box-blog-post .box-image .image-cover {
    padding-top: 65% !important;
  }
  .products__filter .products__price .box-blog-post .post-title a {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
  .products__filter .products__price .box-blog-post .price-sale {
    font-size: 16px !important;
  }
  .products__filter .products__price .box-blog-post .price-original {
    font-size: 12px;
  }
  .products__filter .products__price .box-blog-post .boxtext__link {
    width: 36px;
    height: 36px;
  }
  .products__filter .products__price .box-blog-post .boxtext__link svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .products__filter .products__price .col {
    margin-bottom: 20px;
  }
  .products__filter .products__price .box-blog-post .box-text {
    padding: 12px;
  }
  .products__filter .products__price .box-blog-post .box-image {
    padding: 12px;
  }
  .products__filter .products__price .box-blog-post .box-text-bottom {
    padding: 10px 12px 12px 12px;
  }
}

.products__totalsort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.products__totalsort .total-post {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  margin: 0px !important;
}
.products__totalsort .zbiz-sort-wrapper {
  display: none;
}
.products__totalsort .zbiz-sort-wrapper #zbiz-sort-select {
  padding: 10px 10px 10px 10px !important;
  border: 1px solid #d1d5db;
  line-height: 1;
  border-radius: 8px;
  min-width: 200px !important;
  width: 200px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  font-size: 16px;
  color: #374151;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products__totalsort .zbiz-sort-wrapper #zbiz-sort-select:focus {
  outline: none;
  border-color: #e31e24;
  -webkit-box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
          box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.products__totalsort .zbiz-sort-wrapper #zbiz-sort-select:hover {
  border-color: #9ca3af;
}
@media (max-width: 768px) {
  .products__totalsort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .products__totalsort .zbiz-sort-wrapper {
    width: 100%;
  }
  .products__totalsort .zbiz-sort-wrapper #zbiz-sort-select {
    width: 100%;
  }
}

.products__filter {
  margin-bottom: 40px;
}
.products__filter .row.products__price > .col {
  padding: 10px !important;
}
.products__filter .row.products__price .col-inner {
  height: 100%;
}
.products__filter .row.products__price .col-inner .box-blog-post {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.products__filter .row.products__price .col-inner .box-blog-post:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.products__filter .row.products__price .col-inner .box-blog-post .box-image {
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-image .image-cover {
  position: relative;
  background: #f3f4f6;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-image .image-cover a {
  display: block;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-image .image-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text .box-text-inner .boxtext__titletop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 7px;
  margin-bottom: 0px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text .box-text-inner .boxtext__titletop .cat-label {
  background: rgba(255, 83, 83, 0.1490196078);
  color: #ec0000;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-transform: inherit !important;
  letter-spacing: 0.5px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text .box-text-inner .boxtext__titletop .sale-badge {
  background: #fbbf24;
  color: #78350f;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text .box-text-inner .post-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text .box-text-inner .post-title a {
  color: #1f2937;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text .box-text-inner .post-title a:hover {
  color: #e31e24;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom {
  padding: 0px;
  border: unset !important;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .products__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f8f9fa !important;
  padding: 5px 15px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .products__footer .products__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .products__footer .button {
  text-transform: inherit !important;
  color: black;
  margin: 0px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .products__footer .button::after {
  content: "→";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .price-wrapper {
  padding: 0 15px 15px;
  padding-bottom: 0px !important;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .price-wrapper .price-sale {
  font-size: 22px;
  font-weight: 700;
  color: black !important;
}
.products__filter .row.products__price .col-inner .box-blog-post .box-text-bottom .price-wrapper .price-original {
  font-size: 16px;
  color: #ed1c24 !important;
  text-decoration: line-through;
}
@media (max-width: 1024px) {
  .products__filter .row.products__price.large-columns-3 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .products__filter .row.products__price.large-columns-3 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.filter-section {
  background: #fafafa;
  border-radius: 5px;
  padding: 15px;
  position: sticky;
  top: 20px;
}
.filter-section #product-filter-form .taxonomy-filter {
  margin-bottom: 30px;
}
.filter-section #product-filter-form .taxonomy-filter:last-child {
  margin-bottom: 0;
}
.filter-section #product-filter-form .taxonomy-filter h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 16px 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #eae9eb;
}
.filter-section #product-filter-form .taxonomy-filter h3 span {
  position: relative;
}
.filter-section #product-filter-form .taxonomy-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-section #product-filter-form .taxonomy-filter ul li {
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: black;
}
.filter-section #product-filter-form .taxonomy-filter ul li:last-child {
  border-bottom: none;
}
.filter-section #product-filter-form .taxonomy-filter ul li span {
  color: black;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}
.filter-section #product-filter-form .taxonomy-filter ul li:hover {
  color: #e31e24;
  padding-left: 8px;
}
.filter-section #product-filter-form .taxonomy-filter ul li:hover span {
  background: #fee2e2;
  color: #e31e24;
}
.filter-section #product-filter-form .taxonomy-filter ul li.active {
  color: #e31e24;
  font-weight: 600;
  padding-left: 0px;
  position: relative;
}
.filter-section #product-filter-form .taxonomy-filter ul li.active span {
  color: #e31e24;
}
@media (max-width: 1024px) {
  .filter-section {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .filter-section {
    padding: 20px;
  }
}

.product-filter-form-sidebar h3 {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 15px;
  position: relative;
  font-size: 18px;
  padding-bottom: 4px;
}
.product-filter-form-sidebar h3 span {
  border-bottom: 2px solid #ec0000;
  padding-bottom: 4px;
  color: black;
}

.taxonomy-filter-sidebar ul {
  list-style: none !important;
}
.taxonomy-filter-sidebar ul li.active, .taxonomy-filter-sidebar ul li:hover {
  color: var(--main-color);
}
.taxonomy-filter-sidebar ul li.active {
  font-weight: 700;
}
.taxonomy-filter-sidebar ul li a {
  margin-left: 0 !important;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: black;
  min-width: 100%;
}
.taxonomy-filter-sidebar ul li a span {
  font-weight: 600;
}
.taxonomy-filter-sidebar {
  /* ===== TAGS TAXONOMY ===== */
}
.taxonomy-filter-sidebar[data-tax=product-tags] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.taxonomy-filter-sidebar[data-tax=product-tags] li {
  margin-bottom: 0 !important;
  background: #d7d7d7;
  padding: 10px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.taxonomy-filter-sidebar {
  /* ===== NON TAG TAXONOMY ===== */
}
.taxonomy-filter-sidebar:not([data-tax=product-tags]) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zbiz-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zbiz-pagination .page-numbers .next,
.zbiz-pagination .page-numbers .prev {
  color: transparent;
  width: 2.25em !important;
}
.zbiz-pagination .page-numbers .prev:before {
  content: "\f104";
  font-family: fl-icons !important;
  color: black;
  left: 5px;
  position: relative;
}
.zbiz-pagination .page-numbers .next:before {
  content: "\f105";
  font-family: fl-icons !important;
  color: black;
  right: -7px;
  position: relative;
}
.zbiz-pagination .page-numbers li {
  margin: 0px 5px;
}
.zbiz-pagination .page-numbers li .current, .zbiz-pagination .page-numbers li:hover a, .zbiz-pagination .page-numbers li:hover span {
  background: #ed1c24;
  color: white;
  border-color: #ed1c24;
}
.zbiz-pagination .page-numbers li:hover .prev {
  color: transparent !important;
}
.zbiz-pagination .page-numbers li:hover a::before, .zbiz-pagination .page-numbers li:hover a::after {
  color: white;
}
.zbiz-pagination .page-numbers li a,
.zbiz-pagination .page-numbers li span {
  border-radius: 100%;
  display: block;
  font-size: 1.1em;
  font-weight: bolder;
  height: 2.25em;
  line-height: 2em;
  min-width: 2.25em;
  padding: 0 7px;
  text-align: center;
  border: 2px solid black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  width: auto;
}

.products__filter .training-categories {
  display: none;
}
.products__filter .price-wrapper {
  display: none !important;
}
.products__filter .products__listbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
  text-transform: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
}
.products__filter .products__listbutton > a.button.primary {
  margin: 0;
  text-transform: initial;
  padding: 0 10px 0 0;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  line-height: 1;
  border: unset !important;
  max-height: 30px !important;
}
.products__filter .products__listbutton > a.button.primary i.icon-angle-right {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 99px;
  color: #ec0000;
  margin-left: -2px;
  margin-top: 4px !important;
  border: 1px solid #ec0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0px;
}
.products__filter .products__listbutton > a.button.primary i.icon-angle-right::before {
  font-size: 20px;
}
.products__filter .products__listbutton > a.button.primary img {
  width: 30px !important;
  height: 30px !important;
  margin-left: 1px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.products__filter.product_list .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.products__filter.product_list .training-categories {
  display: block;
}
.products__filter.product_list .box-blog-post {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.products__filter.product_list .box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products__filter.product_list .wrap-image {
  max-width: 280px;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}
.products__filter.product_list .products__listbutton {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products__filter.product_list .wrap-text {
  max-width: calc(100% - 280px);
  -ms-flex-preferred-size: calc(100% - 280px);
      flex-basis: calc(100% - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* WRAPPER TOP */
.products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  padding: 10px 14px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  /* LEFT SIDE */
}
.products__top .products__totalsort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0px;
}
.products__top .icon-grid {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.products__top {
  /* 2 ô bên trái */
}
.products__top .icon-grid::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  bottom: -3px;
  left: 0;
}
.products__top {
  /* 2 ô bên phải */
}
.products__top .icon-grid::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  bottom: -3px;
  right: 1px;
}
.products__top .icon-menu:before {
  font-size: 20px;
  font-weight: bold;
}
.products__top .view-grid {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.products__top .view-grid::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  top: 8px;
  left: 8px;
}
.products__top .view-grid::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  top: 8px;
  right: 8px;
}
.products__top .view-btn {
  margin: 0px !important;
}
.products__top .total-post {
  color: #333;
  white-space: nowrap;
}
.products__top {
  /* SORT SELECT */
}
.products__top .zbiz-sort-wrapper select {
  height: 34px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
}
.products__top {
  /* RIGHT SIDE – VIEW SWITCH */
}
.products__top .shop-view-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 849px) {
  .products__top .shop-view-switch {
    display: none !important;
  }
}
.products__top {
  /* VIEW BUTTON */
}
.products__top .shop-view-switch .view-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  background: #fff;
  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;
  cursor: pointer;
  border-radius: 3px;
  color: #555;
}
.products__top {
  /* ACTIVE BUTTON */
}
.products__top .shop-view-switch .view-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.products__top {
  /* ICON */
}
.products__top .shop-view-switch i {
  font-size: 14px;
}