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

.smooth-trans, .arrow-right:after, .site-nav-menu > ul > li .sub_top_menu, .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown.lv3, #navigation-mobile, footer .top-ft-wanda .follow-wanda ul li a, .product-block .product-img > a > img.img-hover, .product-block .product-tag-label, .product-block .button-loop-pro, .btn-animation-buy {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#pagination span, #pagination a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.arrow-right {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .arrow-right:after {
    content: "" !important;
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    border-color: var(--color_menu); }

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .scroll-x-tablet {
    flex-wrap: nowrap !important;
    overflow-x: auto; }
    .scroll-x-tablet::-webkit-scrollbar {
      display: none; } }

@media only screen and (max-width: 767px) {
  .scroll-x-mb {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    flex-direction: row;
    justify-content: initial; }
    .scroll-x-mb::-webkit-scrollbar {
      display: none; } }

.heading-line {
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative; }
  .heading-line:after {
    border-bottom: 2px solid var(--colorshophover);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%); }

.pro-loop-loading .list-color {
  height: 24px;
  background: #ededed;
  border-radius: 50%;
  width: 24px; }

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

.btn-no-style {
  border: none;
  outline: none !important;
  background: none; }

button[disabled] {
  opacity: 0.8; }

#header {
  z-index: 3000;
  background: var(--bgheader); }
  @media only screen and (max-width: 767px) {
    #header {
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 99; } }
  #header #site-header-top {
    padding: 10px 0; }
  #header .list-inline-item .button-icon {
    border: none;
    background: none;
    position: relative; }
    #header .list-inline-item .button-icon .icon-svg {
      top: 0;
      fill: var(--color_header); }
      #header .list-inline-item .button-icon .icon-svg.close {
        display: none; }
      @media only screen and (max-width: 767px) {
        #header .list-inline-item .button-icon .icon-svg {
          width: 20px;
          height: 20px; } }
    #header .list-inline-item .button-icon .number-cart, #header .list-inline-item .button-icon .number-like {
      color: #fff;
      position: absolute;
      background: var(--color_header);
      width: 12px;
      height: 12px;
      font-size: 8px;
      line-height: 12px;
      border-radius: 50%;
      text-align: center;
      right: -5px;
      top: -5px; }
  #header .list-inline-item.close-icon .button-icon .icon-svg.close {
    display: block; }
  #header .list-inline-item.close-icon .button-icon .icon-svg.open {
    display: none; }
  #header .list-inline-item.show-search > .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
  #header .list-inline-item .header-action_dropdown {
    position: absolute;
    top: calc(100% + 18px);
    left: auto;
    right: -15px;
    z-index: 2000;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out; }
    @media (min-width: 768px) {
      #header .list-inline-item .header-action_dropdown {
        width: 420px; } }
    #header .list-inline-item .header-action_dropdown .box-arrow {
      left: auto;
      right: 77px;
      position: absolute;
      bottom: calc(100% - 2px);
      margin: 0 auto;
      width: 22px;
      height: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #header .list-inline-item .header-action_dropdown .box-arrow {
          right: 103px; } }
      @media (max-width: 767px) {
        #header .list-inline-item .header-action_dropdown .box-arrow {
          right: 20%; } }
      #header .list-inline-item .header-action_dropdown .box-arrow svg {
        -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
    #header .list-inline-item .header-action_dropdown .header-dropdown_content {
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow: hidden;
      padding: 10px 20px; }
      #header .list-inline-item .header-action_dropdown .header-dropdown_content .title-search {
        font-size: 17px;
        color: var(--colorshop);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 10px;
        font-weight: 500;
        padding: 6px 10px;
        text-align: center;
        border-bottom: 1px solid #ededed; }
      #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search {
        position: relative;
        padding: 0; }
        #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .searchinput {
          background: #f5f5f5;
          border: 1px solid #ececec;
          font-size: 14px;
          color: #333333;
          font-weight: 500;
          width: 100%;
          height: 45px;
          padding: 0 55px 0 20px;
          margin: 0;
          display: inline-block;
          border-radius: 0;
          transition: all 150ms linear;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none; }
        #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search {
          width: 45px;
          height: 45px;
          line-height: 45px;
          position: absolute;
          padding: 0;
          top: 0px;
          right: 0px;
          background: transparent;
          transition: opacity 150ms linear;
          border: none;
          min-width: auto;
          outline: none;
          box-shadow: none; }
          #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search svg, #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search img {
            width: 18px;
            height: 45px;
            opacity: .4; }
      #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search #wanda-smart-search {
        position: relative; }
    @media (max-width: 991px) {
      #header .list-inline-item .header-action_dropdown {
        right: auto;
        left: 0;
        width: 100vw;
        max-width: initial;
        box-shadow: none;
        border: none;
        border-radius: 0; }
        #header .list-inline-item .header-action_dropdown .box-arrow {
          display: none; }
        #header .list-inline-item .header-action_dropdown .header-dropdown_content {
          padding: 0 20px 10px 15px; }
          #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search {
            right: auto;
            left: 0; }
          #header .list-inline-item .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .searchinput {
            border-radius: 30px;
            background: transparent;
            padding: 0 20px 0 40px; } }

.header-bottom {
  position: sticky;
  top: -1px;
  z-index: 999;
  background: var(--bgheader);
  border-top: 1px solid #ddd; }

.site-nav-menu {
  width: 100%; }
  .site-nav-menu > ul {
    width: 100%;
    position: relative; }
    .site-nav-menu > ul > li {
      display: block;
      padding: 15px; }
      .site-nav-menu > ul > li > a:before {
        content: "";
        background: var(--colorshophover);
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        transition: all 0.2s ease 0s;
        width: 0%;
        height: 2px; }
      .site-nav-menu > ul > li a {
        font-size: 14px;
        font-weight: 400;
        display: block;
        position: relative;
        color: var(--color_menu); }
        .site-nav-menu > ul > li a:hover span, .site-nav-menu > ul > li a:hover {
          color: var(--colorshophover); }
        .site-nav-menu > ul > li a .fa-chevron-down {
          font-size: 10px;
          font-weight: 300;
          margin-left: 5px; }
      .site-nav-menu > ul > li:hover > a:before {
        width: 100%; }
      .site-nav-menu > ul > li.mega-menu:hover .mega-menu-wrap {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        -moz-transform: rotate3d(0, 0, 0, 0deg);
        -o-transform: rotate3d(0, 0, 0, 0deg);
        -ms-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
        visibility: visible; }
      .site-nav-menu > ul > li .sub_top_menu {
        padding-top: 0px;
        position: absolute;
        z-index: 999;
        min-width: 150px;
        margin-top: 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        top: 100%; }
        .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown {
          background: #fff;
          -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2); }
          .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown.lv3 {
            position: absolute;
            left: 100%;
            top: 0;
            min-width: 150px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform-origin: 0 0 0;
            -moz-transform-origin: 0 0 0;
            -o-transform-origin: 0 0 0;
            -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
            left: 130%;
            top: 0;
            margin-top: 0;
            opacity: 0;
            visibility: hidden; }
          .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown li {
            position: relative; }
            .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown li a {
              padding: 10px 10px 0 10px;
              white-space: nowrap;
              text-align: left;
              font-size: 14px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown li a i {
                font-size: 10px; }
            .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown li:last-child a {
              padding-bottom: 10px; }
            .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown li:hover .lv3 {
              left: 100%;
              opacity: 1;
              visibility: visible; }
      .site-nav-menu > ul > li:hover > .sub_top_menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0; }
  .site-nav-menu .mega-menu-wrap {
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0; }
    .site-nav-menu .mega-menu-wrap .menu-mega-inner {
      background: #fff;
      display: flex;
      padding: 20px; }
      .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu {
        flex: 1; }
        .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .hd-title-menu > a {
          font-size: 14px;
          display: block;
          padding: 0 7px 10px;
          padding-right: 0;
          text-transform: uppercase;
          font-weight: 500;
          position: relative; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .hd-title-menu > a {
              font-size: 12px; } }
        .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu {
          padding: 5px 10px; }
          .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li {
            position: relative;
            display: block; }
            .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li a {
              display: flex;
              padding-bottom: 10px;
              font-size: 14px;
              position: relative;
              align-items: center; }
              .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li a span {
                display: inline-block; }
                .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li a span.icon {
                  margin-right: 10px; }
              @media (min-width: 992px) and (max-width: 1199px) {
                .site-nav-menu .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li a {
                  font-size: 12px; } }

@media only screen and (max-width: 991px) {
  .open-menu-mob.minus-menu:after {
    transform: rotate(135deg); }
  #navigation-mobile {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 999;
    left: -100%; }
    #navigation-mobile .close-nav-mb {
      position: absolute;
      background: transparent;
      left: 15px;
      top: 18px; }
    #navigation-mobile .nav-group {
      height: calc(100% - 58px);
      overflow-y: auto; }
      #navigation-mobile .nav-group > ul {
        flex: 1;
        list-style: none; }
        #navigation-mobile .nav-group > ul li {
          list-style: none; }
        #navigation-mobile .nav-group > ul .text {
          color: #fff;
          padding-left: 5px; }
        #navigation-mobile .nav-group > ul.navigation {
          padding: 15px; }
          #navigation-mobile .nav-group > ul.navigation a {
            color: var(--color_menu);
            position: relative; }
          #navigation-mobile .nav-group > ul.navigation .mn-item {
            padding: 10px 0; }
            #navigation-mobile .nav-group > ul.navigation .mn-item > a {
              font-size: 14px;
              position: relative;
              width: 100%;
              flex: 0 0 100%;
              align-items: center;
              justify-content: flex-start; }
            #navigation-mobile .nav-group > ul.navigation .mn-item .icon, #navigation-mobile .nav-group > ul.navigation .mn-item .text-mn {
              display: inline-block; }
            #navigation-mobile .nav-group > ul.navigation .mn-item .icon {
              margin-right: 10px; }
          #navigation-mobile .nav-group > ul.navigation .submenu__list, #navigation-mobile .nav-group > ul.navigation .subnav {
            display: none;
            padding-left: 10px;
            padding-top: 5px; }
            #navigation-mobile .nav-group > ul.navigation .submenu__list li, #navigation-mobile .nav-group > ul.navigation .subnav li {
              padding: 6px 0; }
        #navigation-mobile .nav-group > ul.contact-mob {
          background: #101012;
          padding: 15px; }
          #navigation-mobile .nav-group > ul.contact-mob li {
            padding: 10px 0; }
    #navigation-mobile.show-menu-mobile {
      left: 0;
      visibility: visible; } }

.sidebar-main {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 500px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  height: 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; }

.sale-tag {
  margin-left: 5px;
  color: #EB3636; }

@media (min-width: 1024px) {
  .pro-loop .product-img.has-hover:hover .img-fea:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .pro-loop .product-img.has-hover:hover .img-fea:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; } }

/* Footer */
.copyright-wd {
  padding: 10px 0;
  border-top: 1px solid #E1E1E1; }

footer {
  background: var(--bgfooter);
  border-top: 1px solid #E1E1E1; }
  footer * {
    color: var(--colorfooter); }
  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; }
    footer .top-ft-wanda .title-footer h4, footer .top-ft-wanda .title-footer .h4 {
      font-size: 15px;
      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(--colorshophover); }
    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(--colorfooter); }
          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;
    background: var(--bgfooter); }
    footer .copyright-wanda * {
      color: var(--colorfooter); }
  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: 3px 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: auto;
      object-fit: contain; }

.social-footer {
  margin: 15px 0; }
  .social-footer 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 li.hotline {
      background: #e9242f; }
    .social-footer li.zalo {
      background: #008FE5;
      line-height: 26px; }
    .social-footer li.twitter {
      background: #03A9F4; }
    .social-footer li.youtube {
      background: #FF0000; }
    .social-footer li.tiktok {
      background: #000;
      line-height: 26px; }
    .social-footer li.facebook {
      background: #4267B3; }
    .social-footer 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 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;
    margin-left: auto; }
    .form-ft-wanda form input {
      border: none;
      width: 100%;
      padding: 0 !important;
      height: 40px;
      background: transparent;
      color: var(--colorfooter);
      border-bottom: 1px solid var(--colorfooter); }
      .form-ft-wanda form input::placeholder {
        color: var(--colorfooter); }
    .form-ft-wanda form .btn {
      border-radius: 0;
      display: inline-block;
      text-transform: uppercase;
      -webkit-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      border: none;
      text-align: center;
      font-weight: 600;
      position: absolute;
      background-color: transparent;
      color: #fff;
      font-size: 16px;
      letter-spacing: .1em;
      line-height: 18px;
      top: 0;
      right: 0;
      height: 100%;
      box-shadow: none;
      white-space: nowrap;
      transition: .3s;
      padding: 0 10px; }
      .form-ft-wanda form .btn svg {
        width: 20px;
        height: 20px; }

.footer-support {
  margin-bottom: 10px; }
  .footer-support a {
    color: #288ad6; }

@media only screen and (min-width: 768px) {
  .banner-information-collection {
    position: relative; }
    .banner-information-collection .box-content {
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 50%;
      transform: translatey(-50%);
      color: #003A40; }
      .banner-information-collection .box-content .heading {
        font-size: 24px;
        margin-bottom: 30px; }
      .banner-information-collection .box-content .btn-link {
        margin-top: 30px; }
        .banner-information-collection .box-content .btn-link a {
          display: inline-block;
          background: #003A40;
          color: #fff;
          border-radius: 5px;
          padding: 10px 25px;
          border: 1px solid #003A40; }
          .banner-information-collection .box-content .btn-link a:hover {
            background: transparent;
            color: #003A40; } }

@media only screen and (max-width: 767px) {
  .footer-toggle-mb {
    display: none; }
  .open-js button {
    transform: rotate(180deg); }
  .footer-logo-wd ul {
    display: flex; }
    .footer-logo-wd ul li {
      flex: 1; }
      .footer-logo-wd ul li img {
        padding: 0 10px; }
  .sale-tag {
    margin-left: 0; }
  .collection-scroll-mb .special-product {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden; }
    .collection-scroll-mb .special-product .pro-loop {
      flex: 0 0 60% !important;
      width: 60% !important;
      display: block !important; }
  .banner-information-collection .box-content {
    margin-top: 30px;
    text-align: center; }
  .banner-information-collection .heading {
    font-size: 20px; }
  .banner-information-collection .btn-link {
    margin-top: 30px; }
    .banner-information-collection .btn-link a {
      display: inline-block;
      background: #101012;
      color: #fff;
      border-radius: 5px;
      padding: 10px 25px;
      border: 1px solid #101012; }
      .banner-information-collection .btn-link a:hover {
        background: transparent;
        color: #101012; }
  .group-icon-cart-account {
    justify-content: space-between; } }

.scroll-style-wd::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc; }

.scroll-style-wd::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--colorshop); }

#search-template .content-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media only screen and (max-width: 991px) {
    #search-template .content-product-list {
      grid-template-columns: repeat(2, 1fr); } }

#search-template .group-top-search {
  margin-bottom: 15px;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    #search-template .group-top-search {
      justify-content: center; }
      #search-template .group-top-search .right-result-search {
        margin-top: 10px; } }
  #search-template .group-top-search .subtext-result {
    margin-bottom: 0; }
  #search-template .group-top-search .right-result-search .item {
    margin-left: 10px; }
    #search-template .group-top-search .right-result-search .item a {
      display: block;
      padding: 10px;
      border-radius: 5px;
      text-transform: uppercase;
      color: var(--colorshop);
      letter-spacing: 0;
      font-weight: 500;
      border: 1px solid #dddddd; }
      #search-template .group-top-search .right-result-search .item a:hover, #search-template .group-top-search .right-result-search .item a.active {
        color: var(--color_button);
        font-weight: 600;
        border: 1px solid var(--bg_button);
        background: var(--bg_button); }

.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: 500;
    outline: none;
    height: 35px;
    width: 35px;
    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: 500;
    height: 35px;
    text-align: center;
    width: 35px;
    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; } }

#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(--bg_button);
    color: var(--color_button);
    border: 1px solid var(--bg_button); }

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

/** product loop **/
.product-block {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  flex: 1;
  background: #fff;
  /*
	&.loop-border{
	box-shadow: 0px 2px 8px 3px #ddd;
}*/ }
  .product-block .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0; }
    .product-block .product-img > a {
      display: block;
      position: relative;
      z-index: 2; }
      .product-block .product-img > a:before {
        content: "";
        padding-bottom: var(--aspect-ratio);
        display: block; }
      .product-block .product-img > a > img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: var(--typeimageproduct);
        object-position: center;
        display: block;
        z-index: 1;
        width: 100%; }
        .product-block .product-img > a > img.img-hover {
          visibility: hidden;
          opacity: 0; }
      .product-block .product-img > a.sold-out:after {
        content: "";
        background-image: var(--bg-soldout);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9; }
      .product-block .product-img > a .product_gift_label {
        position: absolute;
        top: 2px;
        right: 3px;
        z-index: 11; }
        .product-block .product-img > a .product_gift_label img {
          width: 24px;
          height: 24px;
          position: relative; }
  .product-block .product-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: var(--height-product-loop);
    margin-top: 10px; }
    .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(--colorshop); }
    @media only screen and (max-width: 767px) {
      .product-block .product-detail {
        padding: 0 5px; } }
    .product-block .product-detail .pro-name {
      margin-bottom: 7px;
      display: flex;
      flex-direction: column; }
      .product-block .product-detail .pro-name a {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        color: var(--colorshop);
        line-height: 18px;
        padding-top: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .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(--color-price);
        font-weight: 700;
        margin-right: 10px; }
        @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: #4c4c4c; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-price .compare-price {
            font-size: 12px; } }
    .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: 11px; }
  .product-block .product-tag-label {
    position: absolute;
    top: auto;
    bottom: -50px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    right: auto;
    left: 0;
    z-index: 10;
    padding: 5px 0; }
    .product-block .product-tag-label > div {
      flex: 1;
      text-align: center;
      border-left: 1px solid #ddd; }
      .product-block .product-tag-label > div:first-child {
        border: none; }
    .product-block .product-tag-label button {
      width: 24px;
      height: 24px;
      border: none;
      background-color: transparent;
      font-size: 0;
      position: relative; }
    .product-block .product-tag-label .product-add-to-cart button {
      background-position: center;
      background-image: var(--add-to-cart);
      background-size: 28px 28px;
      background-repeat: no-repeat; }
    .product-block .product-tag-label .product-wishlist button {
      text-align: center;
      background-color: transparent;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: var(--heartnofillwhile); }
      .product-block .product-tag-label .product-wishlist button.remove-wl {
        background-image: var(--removewishlist); }
      .product-block .product-tag-label .product-wishlist button.active {
        background-image: var(--heartfillwhile); }
    .product-block .product-tag-label .product-quickview button {
      text-align: center;
      background-color: transparent;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: var(--quick-view); }
  .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;
        height: 16px; }
  @media (min-width: 768px) {
    .product-block:hover .product-tag-label {
      bottom: 0; } }
  .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; } }

.list-variants {
  min-height: 16.8px; }
  .list-variants li {
    font-size: 12px; }

.product-sale, .pro-sale-qv, .pro-sale-detail {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  display: flex; }
  .product-sale span, .pro-sale-qv span, .pro-sale-detail span {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 12px;
    position: relative;
    background: var(--color-price);
    min-width: 38px;
    padding: 0 4px;
    height: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px; }
    .product-sale span.new, .pro-sale-qv span.new, .pro-sale-detail span.new {
      background: #029018; }
  .product-sale.hidden, .pro-sale-qv.hidden, .pro-sale-detail.hidden {
    display: none; }

.review-loop {
  min-height: 18px; }
  .review-loop > p, .review-loop > span {
    display: none; }
  .review-loop .hrv-product-reviews-star {
    line-height: normal;
    display: flex;
    align-items: center; }
    .review-loop .hrv-product-reviews-star:after {
      content: "(" attr(data-score) ")";
      margin-left: 5px;
      line-height: 12px;
      font-size: 12px; }
    .review-loop .hrv-product-reviews-star i {
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .review-loop .hrv-product-reviews-star i {
          font-size: 11px; } }

/** end product loop **/
.style-button-wd.btn-view-all {
  display: block;
  margin-top: 20px; }

.style-button-wd > a {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 180px;
  border-radius: 5px;
  overflow: hidden; }
  .style-button-wd > a span {
    color: #fff;
    border: 1px solid var(--bg_button);
    transition: 0.2s 0.1s;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px; }
  .style-button-wd > a:before {
    background-color: var(--bg_button);
    transition: 0.3s ease-out;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: ""; }
  .style-button-wd > a:hover span {
    color: var(--bg_button);
    transition: 0.2s 0.1s; }
  .style-button-wd > a:hover:before {
    height: 0%; }

.collection-slider .arrow-custom-slide {
  padding-bottom: 15px; }
  .collection-slider .arrow-custom-slide .slick-dots {
    bottom: 0;
    left: 7.5px; }
  .collection-slider .arrow-custom-slide .slick-prev {
    left: -5px !important; }
  .collection-slider .arrow-custom-slide .slick-next {
    right: -20px !important; }
  @media (max-width: 480px) {
    .collection-slider .arrow-custom-slide .slick-prev {
      left: 0px !important; }
    .collection-slider .arrow-custom-slide .slick-next {
      right: -15px !important; } }

.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item .blog-post-image a {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex; }
    .artile-item .blog-post-image a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .7s ease;
      z-index: 99; }
    .artile-item .blog-post-image a img {
      object-fit: cover;
      height: 100%; }

.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%;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    min-height: 45px;
    padding-bottom: 5px; }
    .artile-item .blog-post-content .blog-title a {
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--colorshop); }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }
  .artile-item:hover .blog-post-image a:before {
    opacity: 1; }

.artile-item .article-loop-footer {
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 13px; }
  .artile-item .article-loop-footer .date-time svg {
    margin-right: 5px; }

.list-variants-img {
  flex: 1;
  padding-left: 0 !important; }
  .list-variants-img li {
    margin-right: 5px;
    line-height: 20px;
    text-align: center;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 7px;
    list-style: none !important; }
    .list-variants-img li.active {
      border-color: var(--colorshop); }
    .list-variants-img li span {
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 50%;
      cursor: pointer; }
      .list-variants-img li span.bigloaded {
        background-image: var(--bg-colorloop);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat; }
  .list-variants-img.type-square li, .list-variants-img.type-square span {
    border-radius: 3px; }

.collection-slider .slick-initialized .slick-track {
  display: flex; }

.collection-slider .slick-initialized .slick-slide > div, .collection-slider .slick-initialized .slick-slide > div > .item-owl {
  height: 100%; }

.fl_progressbar_group {
  margin-top: 8px; }
  .fl_progressbar_group .fl_label {
    display: flex;
    align-items: center;
    font-size: 12px; }
    .fl_progressbar_group .fl_label img {
      width: 16px;
      margin-right: 5px; }
  .fl_progressbar_group .fl_progressbar {
    display: block;
    width: 100%;
    height: 7px;
    background: #ddd;
    margin-top: 5px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden; }
    .fl_progressbar_group .fl_progressbar .fl_percent {
      width: 0%;
      height: 100%;
      background-color: var(--bgshop);
      border-radius: 9999px;
      position: absolute;
      top: 0;
      z-index: 1; }

.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(--bg_button_add_to_cart);
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid transparent;
    color: var(--color_button); }
    @media (max-width: 767px) {
      .wrap-addcart .add-to-cart-style, .wrap-addcart .add-to-cart-style-qv, .wrap-addcart .add-to-combo-style {
        padding: 7.8px 10px; } }
  .wrap-addcart .add-to-combo-style {
    background: transparent;
    border-color: var(--bg_button_add_to_cart); }

.btn-animation-buy {
  position: relative;
  overflow: hidden; }
  .btn-animation-buy:before {
    left: -50%;
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-animation-buy:after {
    background: #fff;
    content: "";
    height: 15rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 5rem;
    left: -100%; }
  .btn-animation-buy:hover:before {
    left: 120%;
    opacity: 0.5; }
  .btn-animation-buy:hover:after {
    left: 200%;
    opacity: 0.6; }

#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(--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; }

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

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

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

.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-sider-seen .slick-arrow.slick-disabled, #section-related .slick-arrow.slick-disabled {
  display: block !important; }

.product-block .product-img[data-frame*="frame1"] a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: var(--iframe_1);
  background-size: contain; }

.product-block .product-img[data-frame*="frame2"] a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: var(--iframe_2);
  background-size: contain; }

/* CSS Moi */
#section-banner-home .banner-home-item {
  margin-bottom: 24px; }

#section-banner-home .ratiobox {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f5f5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }

#section-banner-home .banner-home-inner {
  display: flex;
  padding-top: 40px; }

@supports not (aspect-ratio: 1/1) {
  #section-banner-home .ratiobox::before {
    content: "";
    display: block;
    padding-top: 65.2%; }
  #section-banner-home .ratiobox > a,
  #section-banner-home .ratiobox > a > img {
    position: absolute;
    inset: 0; } }

#section-banner-home .ratiobox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  transform: scale(1.001);
  transition: transform .35s ease, filter .35s ease; }

#section-banner-home .ratiobox:hover img {
  transform: scale(1.03);
  filter: brightness(0.98); }

#section-banner-home .container {
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 991px) {
  #section-banner-home .banner-home-item {
    margin-bottom: 18px; } }

@media (max-width: 575px) {
  #section-banner-home .banner-home-item {
    margin-bottom: 0; }
  #section-banner-home .banner-home-inner {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px; }
  #section-banner-home .banner-home-item {
    min-width: 92%;
    flex: 0 0 auto;
    scroll-snap-align: start; } }

.border-radius1 {
  border-radius: 14px; }

#section-category .box-cat .img-cat {
  border-radius: 0% !important; }

#section-flash-sale .js-center {
  justify-content: left !important; }

#section-flash-sale .container {
  background: black;
  padding: 10px;
  border-radius: 10px; }

.bg-flash-sale {
  background: #ffff;
  padding: 30px 15px; }

.countdown-deal {
  margin-left: 20px;
  margin-top: -10px; }

.heading-line {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #00512f; }

.section_hight_light .category-info h3 {
  color: #00512f; }

.product-block .product-detail .pro-name a {
  font-weight: 800; }

.product-block .product-detail .group-review-sold {
  margin-bottom: 3px; }

.artile-item .blog-post-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.artile-item .blog-post-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.product-block .product-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.product-block .product-detail {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.product-block {
  border-radius: 8px; }

.section-reviews {
  margin: 40px auto; }

.section-reviews h2 {
  font-size: 28px;
  margin-bottom: 24px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

.review-card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.review-card img {
  width: 100%;
  height: 220px;
  object-fit: cover; }

.review-body {
  padding: 14px; }

.review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px; }

.review-date {
  font-size: 12px;
  color: #888; }

.review-stars {
  color: #FFD700;
  margin: 6px 0; }

.review-text {
  font-size: 14px;
  line-height: 1.6; }

@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr); }
  .review-card img {
    height: 180px; } }

@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: 2fr; }
  .review-card img {
    height: 160px; } }

.section-reviews h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00512f; }

@media (max-width: 600px) {
  .reviews-grid {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 8px 12px 12px; }
    .reviews-grid .review-card {
      flex: 0 0 85%;
      max-width: 85%;
      scroll-snap-align: start;
      height: auto; } }

.rv-textwrap {
  position: relative; }

.rv-toggle {
  display: none; }

.rv-more {
  display: inline-block;
  margin-top: 6px;
  color: #0a58ca;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px; }

.rv-toggle ~ .review-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.rv-toggle:checked ~ .review-text {
  -webkit-line-clamp: unset;
  display: block; }

.rv-more::after {
  content: 'Xem thêm'; }

.rv-toggle:checked ~ .rv-more::after {
  content: 'Thu gọn'; }

.content-page table tr td:last-child {
  display: none; }

.banner-collection-1 {
  display: none; }

.installment-hero {
  color: #111827; }

.fi-hero-bg {
  background-image: url("https://cdn.hstatic.net/files/200000272983/file/banner-tra-gop__1_.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: left center, left center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* đẩy nội dung sang phải */
  padding: 0 clamp(24px, 8vw, 120px);
  /* khoảng cách mép phải */
  overflow: hidden; }

.fi-hero__content {
  max-width: 560px; }

.fi-title {
  margin: 0 0 18px 0;
  font-weight: 800;
  line-height: 1.18;
  font-size: 32px;
  color: #ffff;
  /* xanh đậm như mock */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06); }

.fi-list {
  margin: 0 0 26px 0;
  padding-left: 20px; }

.fi-list li {
  margin: 10px 0;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #ffffff;
  opacity: .98; }

/* CTA buttons */
.fi-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }

.fi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: .18s ease;
  border: 2.5px solid transparent; }

.fi-btn--outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff; }

.fi-btn--outline:hover {
  background: #ffffff;
  color: #153f8f; }

.fi-btn--solid {
  background: #ef4444;
  border-color: #ef4444;
  color: #ffffff; }

.fi-btn--solid:hover {
  filter: brightness(0.96);
  transform: translateY(-1px); }

/* Thanh ngăn xám */
.fi-sep {
  height: 10px;
  background: #e5e7eb;
  margin: 12px 0 16px;
  border-radius: 10px; }

/* ===== DẢI LỢI ÍCH ===== */
.fi-benefits {
  background: #c82131;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px clamp(18px, 3vw, 42px);
  position: relative; }

.fi-benefit {
  text-align: center;
  padding: 10px 22px;
  position: relative; }

.fi-benefit:not(:last-child):after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 18%;
  width: 1px;
  background: rgba(255, 255, 255, 0.28); }

.fi-ico {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  display: grid;
  place-items: center; }

.fi-ico img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1) !important; }

.fi-benefit h3 {
  margin: 6px 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff; }

.fi-benefit p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: .96; }

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  .fi-hero-bg {
    min-height: 420px; }
  .fi-title {
    font-size: clamp(26px, 3.2vw, 42px); } }

@media (max-width: 992px) {
  .fi-hero-bg {
    justify-content: center;
    background-position: center, left 30% center;
    /* vẫn thấy người + 0% */
    padding: 40px 26px;
    min-height: 380px; }
  .fi-hero__content {
    max-width: 720px;
    text-align: center; }
  .fi-cta {
    justify-content: center; } }

@media (max-width: 768px) {
  .fi-hero-bg {
    background-position: center, left 38% center;
    min-height: 330px; }
  .fi-benefits {
    grid-template-columns: 1fr;
    gap: 16px; }
  .fi-benefit:not(:last-child):after {
    display: none; } }

.review-vp .rvp-title {
  color: #00512f;
  font-size: 28px; }

.section-reviews.ikea-slider {
  padding: 20px !important;
  margin-bottom: -30px; }

@media (max-width: 575px) {
  #section-banner-home .banner-home-inner {
    display: block; }
  #section-banner-home .banner-home-item {
    padding-bottom: 15px; }
  .img-flash-sale img {
    width: 100% !important;
    height: 100%; }
  .style-button-wd > a:before {
    display: none; }
  .style-button-wd > a span {
    color: #000; }
  .rvp-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px; }
  .rvp-grid::-webkit-scrollbar {
    display: none; }
  .rvp-card {
    flex: 0 0 78%;
    max-width: 78%;
    scroll-snap-align: start;
    border-radius: 14px; }
  /* Giảm chiều cao video cho gọn */
  .rvp-media iframe {
    border-radius: 12px 12px 0 0; }
  .rvp-price {
    margin-top: -25px !important; }
  .section-reviews.ikea-slider .ikea-left {
    padding-top: 0px !important; }
  .section-reviews.ikea-slider {
    padding: 20px !important; }
  .section-reviews.ikea-slider .ikea-left {
    flex: 0px !important; }
  .ikea-nav {
    left: 9% !important;
    right: unset !important; }
  .section-reviews.ikea-slider {
    display: block !important; }
  .section-reviews.ikea-slider .ikea-left {
    max-width: 100% !important; }
  .ikea-desc {
    padding-bottom: 20px  !important;
    text-align: center  !important; }
  .ikea-nav {
    bottom: -50px !important;
    right: 50% !important;
    left: unset !important; } }

h1, h2, h4, h3, h5 {
  color: #00512f; }

.description-collectiondetail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 700px;
  margin: 0 auto;
  display: block; }

.description-collectiondetail .desc-content {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px; }

/* Ghim cột hình bên trái khi scroll – chỉ desktop */
@media (min-width: 992px) {
  .product-gallery-sticky {
    position: sticky;
    top: 90px;
    /* nếu bị đụng header thì tăng lên 100–120px */
    align-self: flex-start; }
  /* Đảm bảo 2 cột bắt đầu từ trên, không căn giữa */
  #product-template .d-flex.row,
  .product-page .d-flex.row {
    align-items: flex-start; } }

@media (max-width: 767px) {
  .product-service ul {
    overflow-x: unset !important;
    overflow-y: unset !important;
    flex-wrap: wrap !important; } }

@media only screen and (max-width: 767px) {
  .collection-scroll-mb .special-product .pro-loop {
    flex: 0 0 60% !important;
    width: 100% !important;
    display: block !important; } }

/* ===== STYLE TAB GIỐNG HÌNH 2 ===== */
.product-description-tab .nav-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  background: #fff; }

/* mỗi tab chiếm đều chiều rộng, căn giữa text */
.product-description-tab .nav-tabs li {
  list-style: none;
  flex: 1 1 0;
  text-align: center; }

/* link tab */
.product-description-tab .nav-tabs li a {
  position: relative;
  display: inline-block;
  padding: 14px 8px 12px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-transform: none; }

/* tab active */
.product-description-tab .nav-tabs li.active a,
.product-description-tab .nav-tabs li a:hover {
  color: #000;
  font-weight: 600; }

/* thanh gạch khi active */
.product-description-tab .nav-tabs li.active a::after {
  width: 60px;
  /* độ dài gạch dưới – chỉnh tùy ý */ }

/* bỏ border/box mặc định Bootstrap nếu còn */
.product-description-tab .nav-tabs > li > a,
.product-description-tab .nav-tabs > li.active > a,
.product-description-tab .nav-tabs > li > a:focus,
.product-description-tab .nav-tabs > li > a:hover {
  border: none !important;
  background: transparent !important; }

/* nội dung tab */
.product-description-tab .tab-pane {
  padding-top: 24px; }

/* Mobile: cho tabs tràn ngang, cuộn được (nếu text dài) */
@media (max-width: 767px) {
  .product-description-tab .nav-tabs {
    overflow-x: auto;
    white-space: nowrap; }
  .product-description-tab .nav-tabs li {
    flex: 0 0 auto;
    padding: 0 16px; } }

.product-description-tab .nav li {
  background: #ffff !important; }

.description-collectiondetail .desc-content {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px; }

h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #00512f; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #00512f; }

@media (max-width: 600px) {
  .product-description-tab .tab-pane {
    margin-top: 0px !important;
    padding-top: 0px !important; } }

.product-page .countdown-deal {
  margin-top: 0px; }

/* ===== POPUP OVERLAY ===== */
#modal-find-store {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  /* mặc định ẩn */
  justify-content: center;
  align-items: center;
  z-index: 99999 !important;
  padding: 20px; }

#modal-find-store.in {
  display: flex !important;
  /* khi thêm class in sẽ hiện popup giữa màn */ }

/* ===== KHUNG POPUP ===== */
#modal-find-store .modal-dialog {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

#modal-find-store .modal-content {
  background: #fff;
  border-radius: 12px;
  border: none;
  padding: 24px 28px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.18);
  max-height: 90vh;
  overflow-y: auto; }

/* ===== HEADER ===== */
#modal-find-store .modal-header {
  border-bottom: none;
  padding: 0 0 16px; }

#modal-find-store .modal-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#modal-find-store .title-heading {
  font-size: 24px;
  font-weight: 700;
  color: #111827; }

#modal-find-store .close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer; }

/* ===== DÒNG "Có X showroom..." + chọn tỉnh ===== */
#modal-find-store .heading-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 16px; }

#modal-find-store .heading-list-count {
  font-weight: 700;
  color: #16a34a; }

#modal-find-store .province-block {
  position: relative; }

#modal-find-store .province-select {
  min-width: 180px;
  padding: 8px 32px 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  background: #fff;
  appearance: none; }

#modal-find-store .select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; }

/* ===== LIST SHOWROOM ===== */
#modal-find-store .store-list-container {
  margin-top: 8px; }

#modal-find-store .store-item {
  padding: 16px 18px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb; }

/* dòng tên + nút xem chi tiết */
#modal-find-store .store-info-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }

#modal-find-store .store-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827; }

/* Nút xem chi tiết */
#modal-find-store .toggle-detail {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: 6px 14px;
  font-size: 14px;
  cursor: pointer;
  min-width: 96px; }

#modal-find-store .toggle-detail.is-open {
  background: #e5efff;
  border-color: #2563eb;
  color: #1d4ed8; }

/* KHỐI DETAIL */
#modal-find-store .store-detail {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e5e7eb; }

#modal-find-store .address-item {
  font-size: 14px;
  color: #374151;
  margin-bottom: 4px; }

#modal-find-store .address-item b {
  font-weight: 600; }

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  #modal-find-store {
    padding: 10px; }
  #modal-find-store .modal-content {
    padding: 18px 16px; }
  #modal-find-store .title-heading {
    font-size: 20px; }
  #modal-find-store .store-item {
    padding: 14px; } }

.description-collectiondetail .desc-content.expanded p {
  text-align: left !important; }

.description-collectiondetail .desc-content h1,
.description-collectiondetail .desc-content h1 span {
  font-size: 24px !important; }

#section-instagram {
  display: none; }

.pd-size-count {
  display: inline-block;
  margin: 4px 0 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5fbf7;
  color: #00512f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3; }

.product-block .product-sale {
  left: auto !important;
  right: -6px !important; }

@media (max-width: 767px) {
  .description-collectiondetail .desc-content h1,
  .description-collectiondetail .desc-content h1 span {
    font-size: 20px !important; }
  .section-reviews.ikea-slider .ikea-nav {
    justify-content: center !important;
    transform: unset; } }

.upsell-info .pro-vendor {
  display: none; }

.upsell-item.is-selected {
  border-color: #00512f !important;
  background: #f5fbf7 !important; }

.btn-upsell-toggle {
  border: 1px solid #00512f !important;
  color: #00512f !important; }

.btn-upsell-toggle.is-selected {
  background: #00512f !important;
  color: #fff !important; }

.product-description-tab .nav-tabs li a {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 50px; }

.product-description-tab .nav-tabs {
  justify-content: center; }

.product-description-tab .nav-tabs li {
  flex: unset;
  text-transform: capitalize; }

.product-description-tab .nav li.active, .product-description-tab .nav li:hover {
  border-bottom: 2px solid #000;
  border-top: unset !important; }

.desc-content h2 {
  text-align: left !important; }

/* Bảng thông số trong phần mô tả */
.more-description table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  color: #333;
  border: 1px solid #7fb24b;
  /* viền xanh nhạt */
  border-radius: 8px;
  /* bo tròn 4 góc */
  overflow: hidden;
  /* đảm bảo bo góc không bị vỡ */ }

/* Mỗi dòng */
.more-description table tr {
  border-bottom: 1px solid #d8e8c9;
  /* viền dưới nhẹ */ }

/* DÒNG XEN KẼ */
.more-description table tr:nth-child(odd) {
  background-color: #ffffff; }

.more-description table tr:nth-child(even) {
  background-color: #f5fbf7;
  /* xanh nhạt */ }

/* Cột trái (Title) */
.more-description table td:first-child {
  font-weight: 700;
  /* In đậm hơn */
  padding: 12px 16px;
  width: 35%;
  color: #222; }

/* Cột phải (Value) */
.more-description table td:last-child {
  padding: 12px 16px;
  font-weight: 500; }

/* Bo tròn từng góc chuẩn */
.more-description table tr:first-child td:first-child {
  border-top-left-radius: 8px; }

.more-description table tr:first-child td:last-child {
  border-top-right-radius: 8px; }

.more-description table tr:last-child td:first-child {
  border-bottom-left-radius: 8px; }

.more-description table tr:last-child td:last-child {
  border-bottom-right-radius: 8px; }

.rating-bar {
  background-color: #f5fbf7 !important; }

.rating-bar span {
  background: #00512f !important; }

.review-summary-right #hrv-prv-summary-star i {
  color: #00512f !important; }

.filter-chip.active, .filter-chip:hover {
  background: #00512f !important;
  color: #fff !important; }

.filter-chip {
  border: 1px solid #f5fbf7 !important;
  background: #fff;
  color: #00512f !important; }

/* Canh giữa modal Số lượng tại showroom */
#modal-find-store {
  position: fixed;
  /* bootstrap đã có, ghi lại cho chắc */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* Canh giữa hộp nội dung */
#modal-find-store .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* giữa màn hình */
  margin: 0;
  /* bỏ margin mặc định của bootstrap */
  width: 100%;
  max-width: 640px;
  /* hoặc modal-lg nếu bạn muốn lớn hơn */ }

#article-template .col-md-3 {
  width: 25%;
  order: 2; }

#article-template .col-md-9 {
  order: 1; }

.product-block .product-detail .group-review-sold {
  display: none; }

.review-stars {
  display: none; }

.blog-posts .pd-left--15 {
  padding-right: 15px; }

/* Cho mobile đỡ bí */
@media (max-width: 767px) {
  #modal-find-store .modal-dialog {
    max-width: 95%; }
  #article-template .col-md-3 {
    width: 100%; }
  .heading-line {
    font-size: 26px; } }

.list-variants-img li {
  width: 27px;
  height: 27px; }

.list-variants-img {
  margin-top: 5px; }

#header .list-inline-item .header-action_dropdown .header-dropdown_content {
  display: none; }

.hd-title-menu {
  text-align: left; }

.km-submit-btn {
  border: none !important;
  /* Xóa bỏ mọi đường viền */
  outline: none !important;
  /* Xóa đường bao mặc định của trình duyệt khi click */
  box-shadow: none !important;
  /* Đảm bảo không có bóng đổ hiện lên */
  background: transparent !important;
  /* Nền trong suốt hoàn toàn */
  padding: 0 10px;
  /* Khoảng cách vừa phải cho icon */
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666;
  /* Màu của icon */
  transition: color 0.2s ease; }

/* Hiệu ứng khi rê chuột vào để icon đổi màu */
.km-submit-btn:hover {
  color: #0046af; }

/* Container chính giữ nguyên layout bung */
#fixed-action-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex !important;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px; }

/* Ép tất cả các nút con về màu Đen như cũ */
#fixed-action-btn a,
#fixed-action-btn button.hl-call {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  position: relative !important;
  background: #333333 !important;
  /* Màu đen charcoal sang trọng */
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  text-decoration: none; }

/* Riêng nút Hotline (hl-call) để bo góc dài nếu có chữ, hoặc tròn nếu chỉ có icon */
#fixed-action-btn button.hl-call {
  width: auto !important;
  padding: 0 15px !important;
  border-radius: 25px !important;
  height: 40px !important; }

/* Fix kích thước và màu icon trắng trên nền đen */
#fixed-action-btn .icon-svg {
  width: 22px !important;
  height: 22px !important;
  fill: #ffffff !important;
  /* Màu icon trắng */
  margin: 0 !important; }

/* Nút Zalo icon thường to hơn nên chỉnh riêng một chút */
#fixed-action-btn a.zalo-color .icon-svg {
  width: 32px !important;
  height: 32px !important; }

/* Hiệu ứng hover cho chuyên nghiệp */
#fixed-action-btn a:hover,
#fixed-action-btn button:hover {
  background: #000000 !important;
  /* Đen tuyền khi hover */
  transform: translateY(-3px) !important; }

/* Ẩn nút đóng/mở cũ nếu nó còn sót lại */
#main-button-social {
  display: none !important; }

@media only screen and (max-width: 767px) {
  #product-template #buy-now {
    margin-top: 0px; }
  .quantity-area {
    height: 45px;
    margin-left: 10px;
    margin-bottom: 10px; } }

#section-banner-home .ratiobox {
  height: 200px; }

@media (max-width: 600px) {
  #section-banner-home .ratiobox {
    height: 180px; }
  .description-collectiondetail img {
    max-width: unset; }
  .dt-width-auto {
    width: 100% !important; }
  .flex-addcart-mb {
    margin-bottom: 10px; } }

/* Style cho khung tìm kiếm mới trên Desktop */
.search-box-header {
  display: flex;
  align-items: center;
  background: #fff;
  /* Màu nền trắng */
  border: 1px solid #e1e1e1;
  /* Màu viền xám nhạt */
  border-radius: 25px;
  /* Bo tròn giống ảnh mẫu */
  padding: 6px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 180px;
  /* Độ rộng của khung, bạn có thể chỉnh lại */
  outline: none !important; }

.search-box-header:hover {
  border-color: #0046af;
  /* Đổi màu viền khi di chuột vào */
  background: #f9f9f9; }

.search-box-header .icon-svg {
  margin-right: 10px;
  color: #666;
  flex-shrink: 0; }

.search-box-header .placeholder-text {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#section-ldp-black-friday-2 .countdown-deal li.cd-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  height: auto !important;
  /* Bỏ chặn height 48px ở code cũ */
  width: auto !important;
  background: none !important;
  /* Xóa nền ở li nếu bị tràn */
  margin: 0 5px !important; }

/* 2. Style cho ô số (Giữ nguyên giao diện của bạn) */
#section-ldp-black-friday-2 .countdown-deal li span.days,
#section-ldp-black-friday-2 .countdown-deal li span.hours,
#section-ldp-black-friday-2 .countdown-deal li span.minutes,
#section-ldp-black-friday-2 .countdown-deal li span.seconds {
  display: block !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to bottom, #ff9800, #f44336);
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  font-size: 20px;
  text-align: center; }

/* 3. Dùng ::after để chèn chữ - JS KHÔNG THỂ XÓA ĐƯỢC CÁI NÀY */
.cd-item::after {
  display: block !important;
  margin-top: 5px !important;
  font-size: 10px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 1 !important; }

.cd-days::after {
  content: "Ngày"; }

.cd-hours::after {
  content: "Giờ"; }

.cd-minutes::after {
  content: "Phút"; }

.cd-seconds::after {
  content: "Giây"; }

/* Căn chỉnh lại dấu hai chấm */
.countdown-deal li.separator {
  height: 45px !important;
  line-height: 40px !important;
  background: none !important; }

.no-buy-now {
  opacity: 0.8 !important; }

/* Đảm bảo icon tìm kiếm trên Mobile không bị ảnh hưởng */
@media (max-width: 768px) {
  .header-search-desktop {
    display: none !important; }
  .wd-marquee-text a {
    font-size: 30px !important; } }
