@charset "UTF-8";
.product-block .product-img > a > img.img-hover, .product-block .button-loop-pro {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(10, 77, 186, 0.5); }
  100% {
    box-shadow: 0 0 0px 10px rgba(10, 77, 186, 0); } }

@keyframes moveFadeInOut {
  0%,
  100% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 1;
    top: 30px;
    left: 0; } }

.padding-0 {
  padding: 0; }

div#modal-subscribe.image-only {
  padding: 0; }
  div#modal-subscribe.image-only img {
    border-radius: 8px; }

footer .top-ft-wanda .newletter form .btn {
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  text-align: center;
  font-weight: 600;
  position: absolute;
  background-color: var(--wd-bg_button);
  color: var(--wd-color_button);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: none;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0 20px; }

.smooth-trans, .product-block .product-img > a > img.img-hover, footer .top-ft-wanda .follow-wanda ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#navigation-mobile .navigation .mn-item .submenu {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

@keyframes moveFadeInOut {
  0%,
  100% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 1;
    top: 30px;
    left: 0; } }

@keyframes shine-loading-label {
  0% {
    background-position: -100px; }
  40%, 100% {
    background-position: 147px; } }

button[disabled] {
  opacity: 0.8; }

.btn-no-style {
  border: none;
  outline: none !important;
  background: none;
  color: var(--wd-color-shop); }

/* Header New Styling */
#header-new {
  background-color: var(--wd-bg-header);
  color: var(--wd-color_menu);
  font-family: var(--font-theme), sans-serif;
  position: sticky;
  z-index: 9999;
  top: 0; }

/* Top bar style */
.header-top-new {
  background-color: var(--bg-topbar);
  padding: 6px 0;
  font-size: 11px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 9999; }

.header-top-new a,
.header-top-new span {
  color: var(--color-topbar);
  opacity: 0.95;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px; }

.header-top-new a:hover {
  opacity: 1;
  text-decoration: underline; }

.topbar-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0; }

.topbar-list-left,
.topbar-list-right {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px; }

.topbar-list-left li,
.topbar-list-right li {
  display: inline-flex;
  align-items: center; }

/* Main Header style */
.header-main-new {
  padding: 10px 0; }

.header-main {
  gap: 15px; }

/* cellphoneS Logo */
.cellphones-logo {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center; }

.cellphones-logo .logo-s {
  background: #fff;
  color: #d70018;
  border-radius: 4px;
  padding: 0 4px;
  margin-left: 2px;
  font-style: normal;
  font-weight: 900;
  display: inline-block; }

/* Category Button (Danh mục) */
.btn-category {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
  height: 40px;
  outline: none; }

.btn-category:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.6); }

/* Glowing active state for Danh mục */
.btn-category.active {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), inset 0 0 8px rgba(255, 255, 255, 0.4);
  animation: glow-pulse 1.5s infinite alternate; }

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6), inset 0 0 4px rgba(255, 255, 255, 0.3); }
  100% {
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.95), inset 0 0 10px rgba(255, 255, 255, 0.5); } }

.btn-category .arrow-icon {
  transition: transform 0.3s ease; }

.btn-category.active .arrow-icon {
  transform: rotate(180deg); }

/* Search bar styling */
.search-form-header {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 12px;
  height: 40px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.search-input-header {
  border: none !important;
  outline: none !important;
  font-size: 13.5px;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 6px !important;
  background: transparent;
  margin: 0 !important; }

.btn-search-submit {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

/* Cart & Account buttons */
.header-cart-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 12px;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  margin-right: 15px;
  width: auto; }

.header-cart-btn:hover {
  background: rgba(255, 255, 255, 0.25); }

.cart-icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center; }

.number-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #ffdb00;
  color: #d70018;
  font-size: 10px;
  font-weight: 800;
  border-radius: 10px;
  padding: 1px 5px;
  min-width: 16px;
  text-align: center;
  line-height: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

.btn-icon-header {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 12px;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 40px;
  justify-content: center;
  text-decoration: none; }

.btn-icon-header:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff; }

/* Vertical Category Menu */
.vertical-category-menu {
  position: absolute;
  top: calc(100% + 25px);
  left: 15px;
  width: 240px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #eef0f3;
  padding: 8px 0; }

.vertical-category-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.category-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.category-item {
  width: 100%; }

.category-link {
  padding: 9px 16px;
  color: #343a40;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.15s ease;
  text-decoration: none;
  display: flex;
  width: 100%; }

.category-link:hover {
  background-color: #f8f9fa;
  color: #d70018; }

.link-left {
  gap: 10px; }

.cat-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  color: #707070;
  transition: color 0.15s ease; }

.category-link:hover .cat-icon {
  color: #d70018; }

.chevron-right {
  width: 14px;
  height: 14px;
  fill: currentColor;
  color: #a0aec0; }

/* Category Backdrop */
.category-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }

.category-backdrop.active {
  opacity: 1;
  visibility: visible; }

/* Mobile responsive menu button */
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer; }

/* Responsive adjustments */
@media (max-width: 991px) {
  .header-main {
    gap: 10px; }
  .header-top-new {
    display: none; }
  .header-logo {
    width: auto;
    justify-content: flex-start; }
  .mobile-menu-btn {
    display: block;
    margin-right: 12px; }
  .header-category {
    display: none !important; }
  .header-search {
    width: auto;
    max-width: 100%;
    flex: 2;
    margin-top: 0; }
  .header-right {
    width: max-content;
    justify-content: flex-end !important;
    gap: 10px;
    margin-top: 0; }
  .header-cart-btn {
    margin-right: 0;
    padding: 3px;
    background: transparent;
    border: none; }
  .header-cart-btn:hover {
    background: transparent; }
  .cart-text, .account-text {
    display: none !important; }
  .btn-icon-header {
    padding: 3px;
    background: transparent;
    border: none; }
  .btn-icon-header:hover {
    background: transparent; }
  .vertical-category-menu {
    width: calc(100vw - 30px);
    left: 15px;
    display: none; } }

.swiper-callback {
  position: relative;
  display: block; }

.logo-shop {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  height: auto; }

.header-search {
  flex: 1;
  position: relative;
  color: var(--wd-color-shop); }

.open-modal-seach .ajaxSearchResults {
  display: block; }

.arrow-search {
  border-style: solid;
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  width: 10px;
  height: 8px;
  top: -20px;
  left: 50%;
  z-index: 99999;
  position: relative; }

.ajaxSearchResults {
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px 0px #ccc;
  z-index: 999999;
  display: none;
  margin-top: 10px; }
  .ajaxSearchResults .scroll-search {
    overflow-y: auto;
    max-height: calc(100vh - 200px); }
  @media only screen and (max-width: 767px) {
    .ajaxSearchResults {
      /*position: fixed;
			left: 0;
			top: var(--height-all);
			.hSticky-up &{
			top: var(--height-header);
		}
			*/
      position: fixed;
      left: 0;
      top: 0;
      height: var(--hh);
      max-height: initial;
      margin-top: 0; }
      .ajaxSearchResults .arrow-search {
        display: none; } }
  .ajaxSearchResults .results-seach {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 15px 0;
    padding-top: 8px;
    max-height: 450px;
    overflow-y: auto; }
    @media only screen and (max-width: 767px) {
      .ajaxSearchResults .results-seach {
        max-height: calc(100vh - var(--height-header) - 50px); } }
    .ajaxSearchResults .results-seach::-webkit-scrollbar {
      width: 4px;
      background-color: #ccc; }
    .ajaxSearchResults .results-seach::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: var(--bgshop); }
    .ajaxSearchResults .results-seach .padding-15 {
      padding: 0 15px; }
    .ajaxSearchResults .results-seach .title-search {
      font-size: 18px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 600; }
    .ajaxSearchResults .results-seach .item-ult {
      display: flex;
      margin-bottom: 5px;
      padding: 0; }
      .ajaxSearchResults .results-seach .item-ult a {
        padding: 0; }
      .ajaxSearchResults .results-seach .item-ult .thumbs {
        width: 80px;
        flex: 0 0 100px;
        padding-right: 10px;
        height: 80px; }
        .ajaxSearchResults .results-seach .item-ult .thumbs img {
          width: 100% !important;
          height: 100% !important;
          object-fit: contain; }
      .ajaxSearchResults .results-seach .item-ult .title {
        width: calc(100% - 80px);
        text-align: left; }
        .ajaxSearchResults .results-seach .item-ult .title > a {
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 14px; }
        .ajaxSearchResults .results-seach .item-ult .title > p {
          margin: 0;
          color: #ff0000; }
          .ajaxSearchResults .results-seach .item-ult .title > p > del {
            color: #666;
            margin-left: 10px; }
          .ajaxSearchResults .results-seach .item-ult .title > p > del[data-price="0₫"] {
            display: none; }
        .ajaxSearchResults .results-seach .item-ult .title .read-btn {
          margin-top: 5px; }
        .ajaxSearchResults .results-seach .item-ult .title .desc {
          font-size: 12px;
          margin-top: 5px; }
          .ajaxSearchResults .results-seach .item-ult .title .desc i {
            margin-right: 5px; }
    .ajaxSearchResults .results-seach .article-result-data .thumbs img {
      object-fit: cover !important; }
  .ajaxSearchResults .group-head-smart {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 2px 15px; }
    .ajaxSearchResults .group-head-smart .title-search-item-parent {
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase; }
    .ajaxSearchResults .group-head-smart .result-total-smart {
      font-size: 14px;
      color: var(--wd-color-shop);
      font-weight: 400; }
  .ajaxSearchResults > .scroll-search > div[aria-hidden="true"] {
    display: none; }

.quick-main-search .search-drawer__poopular-searches ul li a {
  padding: 5px 10px 5px 35px;
  display: block;
  background-image: url(https://file.hstatic.net/200001034913/file/search-interface-symbol.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  color: var(--wd-color-shop); }
  .quick-main-search .search-drawer__poopular-searches ul li a:hover {
    background-color: #f5f5f5; }

.quick-main-search .search-drawer__heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 10px; }

.view-more-key-search button {
  background: transparent;
  border: none;
  color: var(--wd-color-shop); }

.view-more-key-search {
  padding: 10px 0;
  border-bottom: 1px solid #ddd; }

.search-drawer__header {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  z-index: 10; }

.search-drawer__media-blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  padding: 10px; }
  .search-drawer__media-blocks-wrapper .search-drawer__media-block {
    padding: 0 10px;
    text-align: center; }
    .search-drawer__media-blocks-wrapper .search-drawer__media-block:hover {
      box-shadow: 0 0px 7px 3px #ddd; }
    .search-drawer__media-blocks-wrapper .search-drawer__media-block .search-drawer__media-block-content {
      margin: 5px 0; }
  @media only screen and (max-width: 767px) {
    .search-drawer__media-blocks-wrapper {
      grid-template-columns: repeat(3, 1fr); } }

.search-drawer__header .search-drawer__form {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  height: 100%; }

.search-drawer__header .search-drawer__form input {
  width: 100%;
  height: 100%;
  border: none;
  font-family: PANGAIA, PANGAIA, Times, Georgia, serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 0;
  color: #000;
  background: none; }

.search-drawer__header .search-drawer__submit-button {
  display: grid;
  align-items: center;
  border: none;
  height: 100%;
  padding: 12px;
  background: none;
  cursor: pointer;
  color: inherit; }

.search-drawer__header .search-drawer__close-button {
  display: grid;
  align-items: center;
  border: none;
  padding: 12px;
  background: none;
  cursor: pointer;
  color: inherit;
  border-left: 1px solid #ebebeb; }

.search-product-hot {
  border-bottom: 1px solid #ddd; }
  .search-product-hot ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 10px; }
    .search-product-hot ul .thumbs {
      flex: 0 0 50px; }
    .search-product-hot ul .information {
      flex: 1;
      padding-left: 10px;
      font-size: 13px; }
      .search-product-hot ul .information .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .search-product-hot ul .information .price {
        color: var(--wd-color-price); }

.navigation-dropdown-menu {
  position: absolute;
  width: calc(1200px - 267px);
  left: 100%;
  padding-left: 7.5px;
  top: 0;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  @media (max-width: 1199px) and (min-width: 1000px) {
    .navigation-dropdown-menu {
      width: calc(100vw - 267px); } }
  .navigation-dropdown-menu .submenu {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    color: var(--wd-color-shop);
    padding: 15px;
    overflow-y: auto; }
    .navigation-dropdown-menu .submenu::-webkit-scrollbar-thumb {
      background-color: #333;
      border-radius: 10px; }
    .navigation-dropdown-menu .submenu::-webkit-scrollbar {
      width: 5px; }
  .navigation-dropdown-menu .submenu__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4 - 10px), 1fr));
    grid-gap: 10px 5px;
    padding: 0px;
    list-style: none; }
    .navigation-dropdown-menu .submenu__list .subnav {
      margin-top: 5px; }
      .navigation-dropdown-menu .submenu__list .subnav .item-lv2 {
        padding: 3px 0; }

.category-item:hover .navigation-dropdown-menu {
  visibility: visible;
  opacity: 1; }

/** product loop **/
.pro-loop-loading .list-color {
  height: 24px;
  background: #ededed;
  border-radius: 50%;
  width: 24px;
  margin-bottom: 10px; }

.pro-loop-loading .ratio-product-loop {
  background: #ededed; }

.pro-loop-loading .box-pro-detail .h3, .pro-loop-loading .box-pro-detail .pro-price {
  height: 13px;
  background: #ededed;
  border-radius: 20px; }

.pro-loop-loading .box-pro-detail .pro-price {
  max-width: 50%; }

.product-block .box-pro-detail {
  margin-top: 10px; }

.product-block {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 10px;
  min-height: 100%;
  flex: 1;
  background: var(--background-product-loop);
  border-radius: 5px;
  margin-top: 10px; }
  .product-block.loop-border {
    border: 1px solid #ededed;
    border-radius: 5px;
    /*margin-left: -1px;*/ }
    .product-block.loop-border:hover {
      filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)); }
  @media (min-width: 1200px) {
    .product-block:hover .product-tag-label {
      visibility: visible !important;
      opacity: 1 !important;
      height: 100% !important; } }
  .product-block .product-img {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0; }
    .product-block .product-img > a {
      display: block;
      position: relative;
      overflow: hidden;
      z-index: 9; }
      .product-block .product-img > a:before {
        content: "";
        padding-bottom: var(--ratio-product);
        display: block; }
      .product-block .product-img > a > img {
        position: absolute;
        height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
        z-index: 8;
        width: 100%;
        max-width: 175px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 175px; }
        .product-block .product-img > a > img.img-hover {
          visibility: hidden;
          opacity: 0; }
    .product-block .product-img .product-sale {
      position: absolute;
      top: -6px;
      left: 15px;
      background: #bd2525;
      color: #fff;
      font-size: 10px;
      padding: 3px 8px;
      border-radius: 0px 4px 4px 4px;
      z-index: 10;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
      .product-block .product-img .product-sale:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -5px;
        border-width: 3px 3px;
        border-style: solid;
        border-color: transparent #7a1515 #7a1515 transparent; }
      .product-block .product-img .product-sale span {
        font-size: 12px; }
    .product-block .product-img .sold-out-tag {
      position: absolute;
      top: 0;
      right: -5px;
      background: #222222;
      color: #fff;
      font-weight: 700;
      font-size: 11px;
      padding: 3px 8px;
      border-radius: 0 5px 0px 5px;
      z-index: 10; }
      .product-block .product-img .sold-out-tag:after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: -4px;
        border-width: 2px 2px;
        border-style: solid;
        border-color: #000000 transparent transparent #000000; }
    .product-block .product-img .product-tag-label {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.98);
      border-top: 1px solid #f1f3f5;
      padding: 8px 6px;
      margin: 0;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      border-radius: 5px;
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 6px 0; }
      .product-block .product-img .product-tag-label .pro-price {
        display: none !important; }
      .product-block .product-img .product-tag-label .variant-list-option {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 2px; }
        .product-block .product-img .product-tag-label .variant-list-option .swatch-group {
          margin-bottom: 10px; }
          .product-block .product-img .product-tag-label .variant-list-option .swatch-group:last-child {
            margin-bottom: 0; }
        .product-block .product-img .product-tag-label .variant-list-option .swatch-values {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
        .product-block .product-img .product-tag-label .variant-list-option .swatch-element {
          position: relative;
          margin: 0 3px 3px;
          /* Non-color swatches (Sizes) */
          /* Color swatches */ }
          .product-block .product-img .product-tag-label .variant-list-option .swatch-element.soldout {
            pointer-events: none; }
            .product-block .product-img .product-tag-label .variant-list-option .swatch-element.soldout label {
              opacity: 0.5; }
              .product-block .product-img .product-tag-label .variant-list-option .swatch-element.soldout label:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 100%;
                height: 1px;
                background: #000;
                transform: translate(-50%, -50%) rotate(-45deg);
                opacity: 0.8; }
          .product-block .product-img .product-tag-label .variant-list-option .swatch-element:not(.color-swatch) label {
            min-width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 600;
            color: var(--wd-color-shop, #2d3748);
            padding: 0 6px;
            cursor: pointer;
            transition: all 0.2s ease;
            margin: 0; }
            .product-block .product-img .product-tag-label .variant-list-option .swatch-element:not(.color-swatch) label:hover {
              border-color: #cbd5e1; }
          .product-block .product-img .product-tag-label .variant-list-option .swatch-element:not(.color-swatch) input:checked + label {
            border-color: var(--wd-color-shop, #000);
            background-color: var(--wd-color-shop, #000);
            color: #fff; }
          .product-block .product-img .product-tag-label .variant-list-option .swatch-element.color-swatch label {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 1px solid #cbd5e1;
            display: block;
            cursor: pointer;
            transition: all 0.2s ease;
            font-size: 0;
            margin: 0; }
            .product-block .product-img .product-tag-label .variant-list-option .swatch-element.color-swatch label:hover {
              transform: scale(1.1); }
          .product-block .product-img .product-tag-label .variant-list-option .swatch-element.color-swatch input:checked + label {
            box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--wd-bg_button, #d70018);
            border-color: transparent; }
      .product-block .product-img .product-tag-label .product-add-to-cart {
        flex: 1;
        margin-top: auto; }
        .product-block .product-img .product-tag-label .product-add-to-cart button {
          font-size: 14px;
          text-indent: initial;
          border-radius: 5px;
          border: 1px solid var(--wd-bg_button, #d70018);
          background-color: var(--wd-bg_button, #d70018);
          padding: 0px 10px;
          height: 32px;
          color: var(--wd-color_button, #fff);
          width: 100%;
          text-align: center;
          transition: opacity 0.2s ease; }
          @media (max-width: 480px) {
            .product-block .product-img .product-tag-label .product-add-to-cart button {
              font-size: 13px;
              line-height: normal;
              background-size: 25px 25px;
              padding: 0px 5px;
              padding-left: 25px; } }
          @media (max-width: 380px) {
            .product-block .product-img .product-tag-label .product-add-to-cart button {
              font-size: 11px;
              line-height: normal;
              background-size: 20px 20px;
              padding: 0px 5px;
              padding-left: 20px; } }
          .product-block .product-img .product-tag-label .product-add-to-cart button:hover {
            opacity: 0.9; }
          .product-block .product-img .product-tag-label .product-add-to-cart button.sold-out-btn {
            background: #a0aec0;
            border-color: #a0aec0;
            cursor: not-allowed; }
            .product-block .product-img .product-tag-label .product-add-to-cart button.sold-out-btn:hover {
              opacity: 1; }
      .product-block .product-img .product-tag-label .product-wishlist {
        flex: 0 0 37px; }
        .product-block .product-img .product-tag-label .product-wishlist button {
          font-size: 0;
          position: relative;
          outline: none;
          border: none;
          border-radius: 5px;
          background: none;
          width: 32px;
          height: 32px;
          text-align: center;
          background-color: var(--bg_button_add_to_cart);
          background-size: 20px 20px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: var(--heartfillwhile); }
          .product-block .product-img .product-tag-label .product-wishlist button.remove-wl {
            background-image: var(--removewishlist); }
          .product-block .product-img .product-tag-label .product-wishlist button.active {
            background-image: var(--heartfillwhile); }
  .product-block .product-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    min-height: var(--height-product-loop);
    max-height: var(--height-product-loop);
    margin-top: 5px; }
    .product-block .product-detail .vendor > a {
      text-transform: uppercase;
      font-size: 12px;
      margin: 6px 0 5px 0;
      display: block;
      line-height: 1;
      font-weight: bold;
      color: var(--wd-color-shop); }
    @media only screen and (max-width: 767px) {
      .product-block .product-detail {
        padding: 0 5px; } }
    .product-block .product-detail .pro-name {
      margin-bottom: 5px;
      display: flex;
      flex-direction: column;
      text-align: left; }
      .product-block .product-detail .pro-name a {
        text-transform: capitalize;
        height: 35px;
        font-size: 14px;
        font-weight: 500;
        color: var(--wd-color-shop);
        line-height: 18px;
        padding-top: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-name a {
            font-size: 13px; } }
    .product-block .product-detail .pro-price {
      margin: 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .product-block .product-detail .pro-price span {
        color: var(--wd-color-price);
        font-weight: 700;
        margin-right: 10px;
        font-size: 14px; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-price span {
            margin-right: 5px;
            font-size: 13px; } }
        .product-block .product-detail .pro-price span.sold-out-tag {
          margin: 0;
          color: #fff;
          padding: 2px 5px;
          background: #eb0000;
          font-size: 10px;
          font-weight: 400;
          border-radius: 3px;
          line-height: normal; }
      .product-block .product-detail .pro-price .compare-price {
        font-size: 13px;
        font-weight: 500;
        color: #888888; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-price .compare-price {
            font-size: 10px; } }
    .product-block .product-detail .group-review-sold .hrv-product-reviews-star {
      font-size: 10px; }
      .product-block .product-detail .group-review-sold .hrv-product-reviews-star i {
        font-size: 10px; }
    .product-block .product-detail .group-review-sold .productLoop-sold-qtt {
      font-size: 10px; }
    .product-block .product-detail .product-loop-labels {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-top: 5px;
      margin-bottom: 5px;
      width: 100%; }
      .product-block .product-detail .product-loop-labels .loop-label {
        font-size: 11px;
        line-height: 1.4;
        padding: 4px 8px;
        border-radius: 4px;
        text-align: left;
        font-weight: 500;
        word-break: break-word; }
        .product-block .product-detail .product-loop-labels .loop-label.label-one {
          background-color: var(--wd-lable-one);
          color: var(--wd-color-shop);
          order: 1; }
        .product-block .product-detail .product-loop-labels .loop-label.label-two {
          background-color: var(--wd-lable-two);
          color: var(--wd-color-shop);
          order: 2; }
  .product-block .button-loop-pro {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    opacity: 0;
    display: flex;
    transform: translate(-50%, -50%) scale(0); }
    .product-block .button-loop-pro button {
      border: none;
      background: #fff;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin: 0 5px;
      border-radius: 100%;
      box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25); }
      .product-block .button-loop-pro button img {
        width: 16px !important;
        height: 16px !important; }
  .product-block:hover .button-loop-pro {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  @media (min-width: 768px) {
    .product-block .has-hover:hover .img-first {
      opacity: 0;
      visibility: hidden; }
    .product-block .has-hover:hover .img-hover {
      opacity: 1;
      visibility: visible; } }

.wd-section-title {
  align-items: center;
  gap: 15px;
  margin-bottom: 15px; }
  .wd-section-title h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    top: 0;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .wd-section-title h2 {
        font-size: 17px; } }

/*footer */
footer {
  background: var(--wd-bg-footer);
  background-size: cover; }

footer * {
  color: var(--wd-color-footer); }

footer .infomation-wanda ul li {
  display: flex; }

footer .infomation-wanda ul span {
  flex: 0 0 calc(100% - 17px);
  line-height: normal; }

footer .infomation-wanda .icon-svg {
  margin-right: 3px; }

footer .top-ft-wanda {
  padding: 25px 0;
  border-bottom: 1px solid #ddd; }

footer .top-ft-wanda .title-footer h4,
footer .top-ft-wanda .title-footer .h4 {
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 10px; }

footer .top-ft-wanda ul li {
  padding: 5px 0; }

footer .top-ft-wanda ul li i {
  margin-right: 5px; }

footer .top-ft-wanda ul li:hover a {
  color: var(--wd-color-shop-hover); }

footer .top-ft-wanda .follow-wanda {
  margin-top: 15px; }

footer .top-ft-wanda .follow-wanda ul li {
  margin-right: 10px; }

footer .top-ft-wanda .follow-wanda ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--wd-color-footer); }

footer .top-ft-wanda .follow-wanda ul li a img {
  max-width: 18px;
  filter: grayscale(100%); }

footer .top-ft-wanda .follow-wanda ul li:hover a[href*="facebook"] {
  border-color: #4267b2; }

footer .top-ft-wanda .follow-wanda ul li:hover a[href*="insta"] {
  border-color: #c262c4; }

footer .top-ft-wanda .follow-wanda ul li:hover a[href*="youtube"] {
  border-color: #d90000; }

footer .top-ft-wanda .follow-wanda ul li:hover a img {
  filter: grayscale(0); }

footer .top-ft-wanda .newletter p {
  margin-bottom: 15px; }

footer .top-ft-wanda .newletter form {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  border: none;
  width: 100%;
  max-width: 100%;
  position: relative; }

footer .top-ft-wanda .newletter form input {
  border: none;
  width: 100%;
  padding: 0 100px 0 10px;
  color: #000; }

footer .top-ft-wanda .newletter form .btn:hover {
  background-color: #000000; }

footer .top-ft-wanda .bocongthuong img {
  max-width: 120px; }

footer .copyright-wanda {
  padding: 15px 0; }

footer .copyright-wanda * {
  color: var(--wd-color-footer);
  font-size: 12px; }

footer .infomation-wanda {
  margin-top: 10px; }

footer .footer-link-wanda ul {
  list-style: initial;
  padding-left: 15px; }

footer .footer-fanpage-wanda {
  margin-top: 15px; }

footer .footer-link-wanda ul {
  padding: 0; }

footer .footer-link-wanda ul li {
  padding: 5px 0;
  list-style: none; }

footer .list-icon-pttt-and-ship li {
  flex: 0 0 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #fff;
  padding: 3px !important;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px #ddd; }

footer .list-icon-pttt-and-ship li img {
  height: 24px;
  width: 34px;
  object-fit: contain; }

.social-footer-wd {
  margin: 15px 0; }

.social-footer-wd li {
  padding: 0 !important;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  position: relative;
  margin-right: 10px; }

.social-footer-wd li.hotline {
  background: #e9242f; }

.social-footer-wd li.zalo {
  background: #008fe5;
  line-height: 26px; }

.social-footer-wd li.twitter {
  background: #03a9f4; }

.social-footer-wd li.youtube {
  background: #ff0000; }

.social-footer-wd li.tiktok {
  background: #000;
  line-height: 26px; }

.social-footer-wd li.facebook {
  background: #4267b3; }

.social-footer-wd li.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

.social-footer-wd li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.form-ft-wanda {
  width: 100%; }

.form-ft-wanda p {
  margin-bottom: 15px; }

.form-ft-wanda form {
  background: transparent;
  height: 40px;
  line-height: 40px;
  border: none;
  width: 100%;
  max-width: 450px;
  position: relative; }

.form-ft-wanda form input {
  width: 100%;
  padding: 0 15px !important;
  height: 40px;
  background: transparent;
  color: var(--wd-color-footer);
  border: 1px solid var(--wd-color-footer);
  border-radius: 4px; }

.form-ft-wanda form input::placeholder {
  color: var(--wd-color-footer); }

.form-ft-wanda form .btn {
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  text-align: center;
  font-weight: 600;
  position: absolute;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 18px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: none;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0 10px;
  min-width: 80px;
  background: var(--wd-bg_button);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.form-ft-wanda form .btn svg {
  width: 20px;
  height: 20px; }

.footer-support {
  margin-bottom: 10px; }

.footer-support a {
  color: var(--wd-color-shop-hover); }

#fixed-action-btn {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 111;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear; }

#main-button-social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #0064f3;
  cursor: pointer;
  background-color: var(--wd-bg_button);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

#main-button-social ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, var(--color-social-one), var(--color-social-two));
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

#main-button-social.open ~ button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27); }

#main-button-social ~ a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear; }

/*
#main-button-social ~ .telegram-color {
background: linear-gradient(0deg, #017AB1, #01ABE6);
}
*/
#main-button-social ~ .messenger-color, #main-button-social ~ .zalo-color {
  background: linear-gradient(0deg, var(--color-social-one), var(--color-social-two)); }

#main-button-social.open ~ a {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27); }

#main-button-social.open ~ a:nth-of-type(1) {
  bottom: 60px; }

#main-button-social.open ~ a:nth-of-type(2) {
  bottom: 120px; }

#main-button-social.open ~ a:nth-of-type(3) {
  bottom: 180px; }

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.open {
  animation-iteration-count: 1; }

.show-buy-mobile #fixed-action-btn {
  bottom: 120px; }

.style-button-wd.btn-view-all {
  display: block;
  margin-top: 15px; }

.style-button-wd > a {
  position: relative;
  display: inline-block;
  width: auto;
  height: 42px;
  line-height: 42px;
  background-color: var(--wd-bg_button);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
  min-width: 180px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 !important; }

.style-button-wd > a:hover::after {
  left: 200%;
  opacity: 0.6; }

.style-button-wd > a:hover::before {
  left: 120%;
  opacity: 0.5; }

.style-button-wd > a span {
  color: var(--wd-color_button);
  transition: 0.2s 0.1s;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  top: 0px;
  left: 0px;
  width: 100%; }

.style-button-wd > a::before {
  left: -50%;
  background: white;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: 2000ms cubic-bezier(0.19, 1, 0.22, 1); }

.style-button-wd > a::after {
  background: white;
  content: "";
  height: 15rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 5rem;
  left: -100%; }

.tab-pane {
  display: none; }
  .tab-pane.show {
    display: block; }

.product-block {
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.padding-5 {
  padding: 5px; }

.swiper-callback .swiper-button-prev-wd, .js-product-detail .swiper-button-prev-wd {
  left: -10px; }

.swiper-callback .swiper-button-next-wd, .js-product-detail .swiper-button-next-wd {
  right: -10px; }

.swiper-callback .swiper-button-prev-wd, .swiper-callback .swiper-button-next-wd, .js-product-detail .swiper-button-prev-wd, .js-product-detail .swiper-button-next-wd {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .swiper-callback .swiper-button-prev-wd.btn-disabled, .swiper-callback .swiper-button-prev-wd.swiper-button-disabled, .swiper-callback .swiper-button-next-wd.btn-disabled, .swiper-callback .swiper-button-next-wd.swiper-button-disabled, .js-product-detail .swiper-button-prev-wd.btn-disabled, .js-product-detail .swiper-button-prev-wd.swiper-button-disabled, .js-product-detail .swiper-button-next-wd.btn-disabled, .js-product-detail .swiper-button-next-wd.swiper-button-disabled {
    opacity: 0;
    visibility: hidden; }
  .swiper-callback .swiper-button-prev-wd button, .swiper-callback .swiper-button-next-wd button, .js-product-detail .swiper-button-prev-wd button, .js-product-detail .swiper-button-next-wd button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.bg-color-while {
  background: #fff;
  padding: 15px; }
  @media only screen and (max-width: 767px) {
    .bg-color-while {
      padding: 10px; } }

.js-product-detail .swiper-button-prev-wd, .js-product-detail .swiper-button-next-wd {
  background: none;
  box-shadow: none;
  border: none; }

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .scroll-tab-two-row {
    display: grid !important;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 0;
    margin-left: 0;
    grid-auto-columns: var(--row-sm); }
  .scroll-tab-two-row .item-scroll {
    flex: 0 0 100% !important;
    width: 100% !important;
    display: block !important;
    padding-left: 0; } }

@media only screen and (max-width: 991px) {
  .ajaxSearchResults .scroll-search {
    max-height: calc(100vh); }
  .scroll-x-tablet {
    flex-wrap: nowrap !important;
    overflow-x: auto; }
  .scroll-x-tablet::-webkit-scrollbar {
    display: none; }
  .scroll-x-mb {
    flex-wrap: nowrap !important;
    overflow-x: auto; }
  .scroll-x-mb::-webkit-scrollbar {
    display: none; }
  .buy-now-mobile {
    position: absolute;
    z-index: 9;
    bottom: 6px;
    right: 6px; }
  .buy-now-mobile button {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 0;
    box-shadow: 0px 0px 9px 3px #ededed; }
  #navigation-mobile {
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    padding: 0;
    position: fixed;
    left: -100%;
    background: #fff;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
    transform: translatex(-100%);
    height: var(--hh);
    bottom: 0; }
    #navigation-mobile.active-menu {
      left: 0;
      transform: translatex(0); }
    #navigation-mobile .close-nav-mb {
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      border: none;
      outline: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10000;
      color: #333;
      transition: all 0.2s ease;
      background: transparent; }
    #navigation-mobile .navigation {
      border: none;
      background: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      max-height: calc(var(--hh));
      background: #fff;
      overflow-y: auto; }
      #navigation-mobile .navigation .mn-item {
        padding: 5px 0; }
        #navigation-mobile .navigation .mn-item .chevron-right {
          display: none; }
        #navigation-mobile .navigation .mn-item.active-nav > a {
          border-right: 3px solid var(--wd-bg-header); }
        #navigation-mobile .navigation .mn-item.active-nav .submenu {
          display: block; }
        #navigation-mobile .navigation .mn-item > a {
          border-right: 3px solid transparent;
          font-size: 13px;
          position: relative;
          width: 110px;
          flex: 0 0 110px;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 0 5px; }
          #navigation-mobile .navigation .mn-item > a > img {
            margin: 0; }
          #navigation-mobile .navigation .mn-item > a > span {
            margin-top: 3px;
            color: var(--wd-color-shop);
            gap: 5px;
            text-align: center;
            display: flex;
            flex-direction: column; }
            #navigation-mobile .navigation .mn-item > a > span svg {
              width: 24px;
              height: 24px; }
          #navigation-mobile .navigation .mn-item > a > i {
            display: none; }
        #navigation-mobile .navigation .mn-item .submenu {
          display: none;
          border-radius: 0px;
          border-width: 1px 1px 1px 0px;
          border-style: solid;
          border-color: #ddd #ddd #ddd #e1e1e1;
          position: absolute;
          top: 0px;
          bottom: 0px;
          background: #fff;
          margin-left: 0px;
          box-shadow: none;
          z-index: 1;
          overflow: auto;
          font-size: 14px;
          height: 100%;
          width: calc(100% - 110px);
          left: auto;
          right: 0;
          background: #F3F6F9;
          box-shadow: none;
          padding: 14px 10px; }
          #navigation-mobile .navigation .mn-item .submenu .view-all {
            text-align: right;
            margin-bottom: 5px; }
            #navigation-mobile .navigation .mn-item .submenu .view-all > a {
              font-size: 14px;
              color: var(--wd-color-shop-hover);
              font-weight: 600; }
          #navigation-mobile .navigation .mn-item .submenu .submenu__list {
            grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 10px), 1fr));
            display: grid;
            grid-gap: 10px 5px;
            padding: 0px;
            list-style: none; }
            #navigation-mobile .navigation .mn-item .submenu .submenu__list li a {
              display: block;
              padding: 5px; }
            #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv1 > a {
              font-size: 14px; }
            #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv2 > a {
              font-size: 13px; } }

.item-buy-with-style {
  border-radius: 6px;
  overflow: hidden; }

.artile-item-large .blog-post-image {
  border-radius: 5px;
  overflow: hidden; }

.artile-item-large .label-date {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: var(--wd-bg_button);
  padding: 5px;
  color: #fff;
  border-radius: 0 0 3px 3px; }
  .artile-item-large .label-date .label-big {
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }
  .artile-item-large .label-date span {
    display: block;
    font-size: 10px; }

.artile-item-large .blog-post-content {
  margin: 10px 0; }
  .artile-item-large .blog-post-content .blog-title {
    font-size: 14px; }
    .artile-item-large .blog-post-content .blog-title > a {
      color: var(--wd-color-shop); }

/* Quantity */
.quantity-area {
  float: left;
  border: 1px solid #e1e1e1;
  display: flex;
  margin-right: 15px;
  border-radius: 5px; }

.quantity-area .qty-btn {
  border: none;
  border-radius: 5px;
  background: #fff;
  float: left;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: black;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: unset; }

.quantity-area .quantity-selector {
  border: none;
  background: #fff;
  font-weight: 600;
  height: 40px;
  text-align: center;
  width: 40px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
  font-size: 15px;
  color: black;
  padding: 0; }

@media (max-width: 767px) {
  .quantity-area .quantity-selector, .quantity-area .qty-btn {
    height: 35px;
    width: 35px; } }

/* cart sidebar */
.sidebar-main {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 500px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  height: var(--hh, 100vh);
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s; }

.wrap-addcart {
  flex: 1; }

.wrap-addcart .row-flex {
  display: flex;
  flex-wrap: wrap; }

.wrap-addcart .add-to-cart-style, .wrap-addcart .add-to-cart-style-qv, .wrap-addcart .add-to-combo-style {
  border: none;
  background: var(--wd-bg_button_add_to_cart);
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  color: var(--wd-color_btn_add_to_cart); }

/* Recently Viewed Products Card */
.product-viewed-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  margin-bottom: 5px; }
  .product-viewed-card .viewed-img-wrap {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-viewed-card .viewed-img-wrap img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .product-viewed-card .viewed-info {
    flex-grow: 1;
    padding-right: 15px; }
  .product-viewed-card .viewed-title {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px; }
    .product-viewed-card .viewed-title a {
      color: inherit;
      text-decoration: none; }
      .product-viewed-card .viewed-title a:hover {
        color: var(--wd-color-shop-hover, #ff6517); }
  .product-viewed-card .viewed-price {
    font-size: 13px;
    font-weight: 700;
    color: var(--wd-color-price);
    margin: 0; }
    .product-viewed-card .viewed-price .price-old {
      font-size: 11px;
      color: #888888; }
  .product-viewed-card .viewed-outofstock {
    font-size: 12px;
    font-weight: 700;
    color: var(--wd-color-price);
    margin: 0; }
  .product-viewed-card .js-remove-viewed {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #adb5bd;
    border: 1px solid #fff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    padding: 0; }
    .product-viewed-card .js-remove-viewed:hover {
      background: #868e96; }

.top-ft-wanda .d-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 992px) {
    .top-ft-wanda .d-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .top-ft-wanda .d-grid {
      grid-template-columns: minmax(0, 1fr); } }

#pagination span, #pagination a {
  width: 42px;
  height: 42px;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 9px;
  color: #868686; }

#pagination span .icon-svg, #pagination a .icon-svg {
  fill: #868686; }

#pagination span:hover .icon-svg, #pagination a:hover .icon-svg {
  fill: #ffffff; }

#pagination span.current, #pagination a.current {
  background: var(--wd-bg_button);
  color: var(--wd-color_button);
  border: 1px solid var(--wd-bg_button); }

#pagination a:hover {
  background: var(--wd-bg_button);
  color: var(--wd-color_button); }

#search-template .content-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  #search-template .content-product-list .pro-loop {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    @media (max-width: 991px) {
      #search-template .content-product-list .pro-loop {
        width: 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 767px) {
      #search-template .content-product-list .pro-loop {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 15px; } }
  #search-template .content-product-list.type-article .pro-loop {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      #search-template .content-product-list.type-article .pro-loop {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      #search-template .content-product-list.type-article .pro-loop {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

#search-template .heading-page {
  margin-bottom: 25px; }
  #search-template .heading-page h1 {
    font-size: 32px;
    font-weight: 500;
    color: #222222;
    margin: 0; }

#search-template .group-top-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px; }
  #search-template .group-top-search .subtext-result {
    font-size: 15px;
    color: #444444;
    margin: 0; }
    #search-template .group-top-search .subtext-result strong {
      color: var(--wd-color-shop-hover, #a68546);
      font-weight: 700; }
  #search-template .group-top-search .right-result-search {
    display: flex;
    align-items: center;
    gap: 10px; }
    #search-template .group-top-search .right-result-search .item {
      margin: 0; }
    #search-template .group-top-search .right-result-search .product-text-result,
    #search-template .group-top-search .right-result-search .article-text-result {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 20px;
      border-radius: 30px;
      background-color: #f7f3eb;
      color: #555555;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid #e8e2d8;
      text-decoration: none;
      transition: all 0.3s ease; }
      #search-template .group-top-search .right-result-search .product-text-result:hover,
      #search-template .group-top-search .right-result-search .article-text-result:hover {
        color: var(--wd-color-shop-hover, #a68546);
        border-color: var(--wd-color-shop-hover, #a68546); }
      #search-template .group-top-search .right-result-search .product-text-result.active,
      #search-template .group-top-search .right-result-search .article-text-result.active {
        background-color: var(--wd-color-shop-hover, #a68546);
        color: #ffffff;
        border-color: var(--wd-color-shop-hover, #a68546);
        box-shadow: 0 4px 12px rgba(166, 133, 70, 0.25); }
  @media (max-width: 767px) {
    #search-template .group-top-search {
      flex-direction: column;
      align-items: flex-start; }
      #search-template .group-top-search .right-result-search {
        width: 100%; }
        #search-template .group-top-search .right-result-search .item {
          flex: 1; }
        #search-template .group-top-search .right-result-search .product-text-result,
        #search-template .group-top-search .right-result-search .article-text-result {
          width: 100%; } }

#search-template .content-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  #search-template .content-product-list .pro-loop {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    @media (max-width: 991px) {
      #search-template .content-product-list .pro-loop {
        width: 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 767px) {
      #search-template .content-product-list .pro-loop {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 15px; } }
  #search-template .content-product-list.type-article .pro-loop {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      #search-template .content-product-list.type-article .pro-loop {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      #search-template .content-product-list.type-article .pro-loop {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #search-template .content-product-list.type-article .pro-loop .artile-item, #search-template .content-product-list.type-article .pro-loop .news-slide-item {
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      padding-left: 0; }
    #search-template .content-product-list.type-article .pro-loop .news-card {
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-radius: 20px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      border: 1px solid rgba(0, 0, 0, 0.04);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      #search-template .content-product-list.type-article .pro-loop .news-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1); }
        #search-template .content-product-list.type-article .pro-loop .news-card:hover .news-img {
          transform: scale(1.05); }
        #search-template .content-product-list.type-article .pro-loop .news-card:hover .news-item-title a,
        #search-template .content-product-list.type-article .pro-loop .news-card:hover .news-readmore {
          color: var(--wd-color-shop-hover, #a68546); }
      #search-template .content-product-list.type-article .pro-loop .news-card .news-card-media {
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        position: relative;
        width: 100%; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-media .news-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
      #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body {
        padding: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .box-tag {
          gap: 5px;
          position: absolute;
          top: -13px; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .news-tag-pill {
          display: inline-block;
          background-color: #fbf5e6;
          color: var(--wd-color-shop-hover, #c89334);
          font-size: 13px;
          font-weight: 600;
          padding: 5px 16px;
          border-radius: 50px;
          line-height: 1.2; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .news-date {
          display: inline-block;
          background-color: #eef0f2;
          color: #555555;
          font-size: 13px;
          font-weight: 500;
          line-height: 1.2;
          padding: 5px 16px;
          border-radius: 50px; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .news-item-title {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.4;
          margin: 8px 0 12px 0; }
          #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .news-item-title a {
            color: var(--wd-color-shop, #111111);
            text-decoration: none;
            transition: color 0.3s ease;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .news-excerpt {
          font-size: 14px;
          line-height: 1.65;
          color: #666666;
          font-weight: 400;
          margin-bottom: 16px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        #search-template .content-product-list.type-article .pro-loop .news-card .news-card-body .news-readmore {
          font-size: 14px;
          font-weight: 700;
          color: var(--wd-color-shop, #111111);
          text-decoration: none;
          transition: color 0.3s ease; }

#search-template .artile-item .blog-post-image {
  position: relative;
  display: block;
  box-shadow: 0px 0px 8px 0px #ccc;
  border-radius: 5px 5px 0 0; }

#search-template .artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 2px 10px 0px #ccc;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 5px; }
  #search-template .artile-item .blog-post-content .blog-title {
    font-size: 14px;
    padding-top: 0;
    text-transform: capitalize; }
    #search-template .artile-item .blog-post-content .blog-title a {
      color: var(--wd-color-shop);
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  #search-template .artile-item .blog-post-content .artible-loop-footer {
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
    font-size: 13px; }
    #search-template .artile-item .blog-post-content .artible-loop-footer .date-time svg {
      margin-right: 5px;
      width: 13px;
      height: 13px; }
  #search-template .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

#search-template .artile-item .label-date {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: var(--wd-bg_button);
  padding: 5px;
  color: #fff;
  border-radius: 0 0 3px 3px; }

#search-template .artile-item .label-date span {
  display: block; }

#search-template .artile-item .label-date .label-big {
  font-size: 20px;
  font-weight: bold; }

#search-template .artile-item .label-date .label-small {
  font-size: 14px; }

/* SONGHONG MENU VISUAL TUNE v2.8 */
.vertical-category-menu svg.cat-icon,
#js-category-menu svg.cat-icon,
#navigation-mobile svg.cat-icon,
.cat-icon {
  fill: none !important;
  stroke: currentColor !important; }

.vertical-category-menu svg.cat-icon *,
#js-category-menu svg.cat-icon *,
#navigation-mobile svg.cat-icon *,
.cat-icon path,
.cat-icon rect,
.cat-icon circle,
.cat-icon line,
.cat-icon polyline,
.cat-icon polygon,
.cat-icon ellipse {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important; }

#js-category-menu .songhong-heading-real,
#navigation-mobile .songhong-heading-real,
#js-category-menu .songhong-menu-group-label,
#navigation-mobile .songhong-menu-group-label {
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: .015em !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  font-family: Arial, Helvetica, sans-serif !important;
  -webkit-text-stroke: .55px currentColor !important; }

#goog-gt-tt, .skiptranslate {
  display: none !important; }

.goog-te-banner-frame {
  display: none !important; }

.goog-te-menu-value:hover {
  text-decoration: none !important; }

body {
  top: 0 !important; }

#google_translate_element2 {
  display: none !important; }

.gg-translate {
  margin-left: 15px; }
  .gg-translate .gflag img {
    width: 30px;
    height: auto; }
