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

.logo-store img {
  max-width: 150px; }

.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;
  overflow: hidden;
  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);
    max-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; }
