@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

.product-col {
  padding-left: 10px;
  padding-right: 10px; }

.item_product_main .product-action .product-thumbnail .image_thumb::before {
  padding-top: 150%; }

.item_product_main .product-action .product-thumbnail .image_thumb img {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.item_product_main .btn-wishlist {
  width: 45px;
  height: 45px; }

.item_product_main .btn-views, .item_product_main .add_to_cart {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: black;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 9;
  padding: 0;
  margin: 0; }
  .item_product_main .btn-views svg, .item_product_main .add_to_cart svg {
    width: 19px;
    height: 16px; }
  .item_product_main .btn-views .action-name, .item_product_main .add_to_cart .action-name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    width: auto;
    min-width: max-content; }
    .item_product_main .btn-views .action-name::before, .item_product_main .add_to_cart .action-name::before {
      background: transparent;
      content: "";
      position: absolute;
      height: 8px;
      left: 0;
      top: 100%;
      width: 100%; }
    .item_product_main .btn-views .action-name::after, .item_product_main .add_to_cart .action-name::after {
      background: #333333;
      content: "";
      height: 10px;
      position: absolute;
      transform: rotate(45deg);
      width: 10px;
      left: calc(50% - 5px);
      bottom: -5px; }
  .item_product_main .btn-views:hover .action-name, .item_product_main .add_to_cart:hover .action-name {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px); }

.section_insta .embed-responsive::before {
  padding-top: 132%; }

.section_insta .pos-relative.embed-responsive[class*=embed-responsive-] img {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section_video .video-item iframe {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ft-register-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px; }
  .ft-register-flex .contact-form .input-group {
    min-width: 278px; }
  .ft-register-flex .follow_option {
    margin-top: 35px !important; }

.aside-filter ul {
  display: flex;
  flex-wrap: wrap; }

.aside-filter .aside-item .filter-group .filter-item .custom-checkbox {
  padding-left: 0;
  min-height: auto; }
  .aside-filter .aside-item .filter-group .filter-item .custom-checkbox .product-filter-item {
    padding: 7px 21px;
    border: 1px solid #EAECEC;
    margin: 0 9px 9px 0;
    position: relative;
    cursor: pointer;
    display: block; }
  .aside-filter .aside-item .filter-group .filter-item .custom-checkbox .filter-cancel {
    display: none; }
    .aside-filter .aside-item .filter-group .filter-item .custom-checkbox .filter-cancel .filter-item-close-icon {
      position: absolute;
      right: 2px;
      top: -7px;
      z-index: 10; }
    .aside-filter .aside-item .filter-group .filter-item .custom-checkbox .filter-cancel .filter-item-active-bg {
      position: absolute;
      top: -13px;
      right: -13px;
      width: 0;
      height: 0;
      border: 13px solid #000000;
      border-bottom-color: transparent;
      border-top-color: transparent;
      border-left-color: transparent;
      transform: rotateZ(135deg); }

.aside-filter .aside-item .filter-group .filter-item input:checked ~ .product-filter-item {
  border-color: #000; }
  .aside-filter .aside-item .filter-group .filter-item input:checked ~ .product-filter-item .filter-cancel {
    display: block; }

.aside-filter .aside-item .filter-group .filter-item.color .custom-checkbox {
  display: flex; }
  .aside-filter .aside-item .filter-group .filter-item.color .custom-checkbox .fa {
    left: 20px;
    top: 5px; }
  .aside-filter .aside-item .filter-group .filter-item.color .custom-checkbox .product-filter-item .filter-title {
    padding-left: 30px; }

.aside-filter .aside-item .filter-group .filter-item.color input:checked ~ .fa {
  border: none; }
  .aside-filter .aside-item .filter-group .filter-item.color input:checked ~ .fa::before {
    background: none !important; }

.addThis_contact__dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 130px;
  z-index: 1000;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.addThis_contact__icons {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
  border-radius: 0px;
  inset: auto 0px 280px auto; }
  .addThis_contact__icons .addThis_contact__icons_svg {
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px;
    right: 10px; }
    .addThis_contact__icons .addThis_contact__icons_svg svg {
      width: 20px;
      height: 20px; }
  .addThis_contact__icons .index_normal_3-8_M {
    padding: 20px 0 30px;
    width: 30px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 8px; }
    .addThis_contact__icons .index_normal_3-8_M span {
      max-height: 265px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
  .addThis_contact__icons .box-item {
    position: relative; }
    .addThis_contact__icons .box-item + .box-item {
      margin-top: 18px; }
    .addThis_contact__icons .box-item .svgico {
      position: relative;
      z-index: 4;
      display: block;
      height: 48px;
      width: 48px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #ffffff;
      cursor: pointer;
      background: var(--primary-color);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      animation: pulse 2s infinite;
      animation: pulse 2s infinite; }
      .addThis_contact__icons .box-item .svgico svg {
        fill: #ffffff;
        width: 28px;
        height: 100%;
        transition: opacity 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out; }
    .addThis_contact__icons .box-item:before, .addThis_contact__icons .box-item:after {
      position: absolute;
      content: '';
      height: 48px;
      width: 48px;
      left: 0;
      top: 0;
      background: var(--primary-color);
      border-radius: 50%; }
    .addThis_contact__icons .box-item:before {
      animation: euiBeaconPulseSmall 2s infinite ease-out; }
    .addThis_contact__icons .box-item:after {
      animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s; }
    .addThis_contact__icons .box-item.box-contact .svgico > svg {
      animation: iconSkew 1s infinite ease-out; }
    .addThis_contact__icons .box-item.box-contact .svgico .svgico--close {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.3);
      transition: opacity 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out; }
    .addThis_contact__icons .box-item.box-contact .svgico .svgico--close svg {
      fill: #ffffff;
      width: 17px;
      height: 100%; }
    .addThis_contact__icons .box-item.box-live .svgico {
      background: #ff0000; }
    .addThis_contact__icons .box-item.box-live:before, .addThis_contact__icons .box-item.box-live:after {
      background: #ff0000; }
    .addThis_contact__icons .box-item.box-chatmsg:before, .addThis_contact__icons .box-item.box-chatmsg:after {
      display: none; }
    .addThis_contact__icons .box-item.box-chatmsg .svgico {
      background: #ffffff;
      padding: 3px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
      transition: box-shadow 150ms linear; }
    .addThis_contact__icons .box-item.box-chatmsg .svgico svg {
      width: 100%;
      height: 100%; }

.addThis_contact__lists {
  position: absolute;
  bottom: 145px;
  border-radius: 12px;
  right: 30px;
  max-width: 300px;
  overflow: hidden;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .addThis_contact__lists .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent; }
    .addThis_contact__lists .addThis_close svg {
      opacity: 0.6;
      width: 24px;
      height: 24px;
      display: block;
      margin: auto; }
  .addThis_contact__lists .addThis_listing {
    padding: 0;
    margin: 0; }
    .addThis_contact__lists .addThis_listing .addThis_item {
      margin: 0;
      padding: 0; }
      .addThis_contact__lists .addThis_listing .addThis_item--icon {
        padding: 10px 15px;
        cursor: pointer;
        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
      .addThis_contact__lists .addThis_listing .addThis_item--icon :is(svg, img) {
        display: block;
        border-radius: 50%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
      .addThis_contact__lists .addThis_listing .addThis_item--icon .tooltip-text {
        opacity: 1;
        visibility: visible;
        position: initial;
        width: calc(100% - 32px);
        padding-left: 15px;
        text-align: left;
        background: transparent;
        color: #1d243e;
        font-size: 13px;
        font-weight: 400; }
    .addThis_contact__lists .addThis_listing .addThis_item:not(:last-of-type) {
      border-bottom: 1px solid #ecedf1;
      box-shadow: 0 1px 0 0 #fff; }
    .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
      display: block; }

.addThis_contact__dialog.active {
  opacity: 1;
  visibility: visible; }
  .addThis_contact__dialog.active .addThis_contact__lists {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .addThis_contact__dialog.active + .addThis_contact__icons .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .addThis_contact__dialog.active + .addThis_contact__icons .svgico > svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3); }
  .addThis_contact__dialog.active + .addThis_contact__icons .box-live {
    opacity: 0;
    visibility: hidden; }

@media (min-width: 992px) {
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover {
    background: #ffffff; }
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover .tooltip-text {
    color: var(--shop-color-hover); }
  .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: none; } }

@media (max-width: 991px) {
  .addThis_contact__dialog {
    background-color: rgba(0, 0, 0, 0.5); }
  .addThis_contact__icons {
    right: 12px;
    bottom: 80px; }
    .addThis_contact__icons .box-item .svgico {
      height: 45px;
      width: 45px; }
    .addThis_contact__icons .box-item .svgico svg {
      width: 24px; }
    .addThis_contact__icons .box-item .svgico .svgico--close svg {
      width: 16px; }
    .addThis_contact__icons .box-item:before, .addThis_contact__icons .box-item:after {
      height: 45px;
      width: 45px; }
  .addThis_contact__lists {
    left: 50px;
    right: 15px;
    bottom: 110px;
    max-width: 300px; }
    .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
      display: block; }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__icons {
    bottom: 90px; }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__lists {
    bottom: 110px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons {
    bottom: 140px; }
    .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-contact,
    .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-chatmsg {
      display: none; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__dialog {
    display: none; } }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  .actionToolbar_mobile.toolbar_style_1 .toolbar-wrapper {
    height: 55px;
    padding: 6px 5px 4px; }
  .actionToolbar_mobile.toolbar_style_1 .toolbar-item {
    flex: 0 0 auto;
    width: 20%; }
    .actionToolbar_mobile.toolbar_style_1 .toolbar-item__btn {
      border: 0;
      background: none;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      width: 100%;
      padding-right: 2px;
      padding-left: 2px; }
    .actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon {
      width: 20px;
      height: 22px;
      display: block;
      position: relative; }
      .actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon svg {
        display: block;
        margin: 0 auto;
        height: 100%; }
      .actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon .count {
        display: inline-block;
        vertical-align: top;
        background: #ff0000;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        position: absolute;
        border-radius: 50%;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        top: -4px;
        left: 12px; }
    .actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
      margin-top: 4px;
      right: 10px;
      left: 10px;
      text-align: center;
      font-weight: 500;
      font-size: 11px;
      line-height: 1; }
  .actionToolbar_mobile.toolbar_style_2 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-wrapper {
      margin: 0 -2px;
      padding: 5px; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item {
      padding: 0 1px;
      -webkit-flex: 1 1;
      flex: 1 1;
      max-width: calc(100% / 3); }
      .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink {
        border-radius: 20px;
        padding: 2px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background: var(--primary-color);
        color: #ffffff; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink svg {
          display: block;
          border-radius: 50%;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 30px;
          height: 30px;
          border: 1px solid #ffffff;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: calc(100% - 30px);
          padding: 2px 6px 2px 4px;
          line-height: 1.3;
          font-size: 10px;
          font-weight: 600;
          text-align: center;
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          @media (max-width: 991px) and (min-width: 768px) {
            .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
              font-size: 12px; } }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores {
      position: absolute;
      right: 8px;
      bottom: calc(100% + 10px);
      max-width: 90px; }
      .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
        border-radius: 0;
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
          width: 100%;
          padding: 2px 8px;
          border-radius: 8px;
          text-align: center;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          display: inline-block; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink svg {
          margin: 0 auto 4px; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .iconmap-down {
          animation: downscroll 0.45s ease-in alternate infinite;
          -webkit-animation: downscroll 0.45s ease-in alternate infinite; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
      background: transparent; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
      background: #eb1c24; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-msg .toolbar-item--boxlink {
      background: #0a7cff; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-zalo .toolbar-item--boxlink {
      background: #1272e8; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-phone .toolbar-item--boxlink {
      background: #e81a23; }
    @media (max-width: 767px) {
      .actionToolbar_mobile.toolbar_style_2 .container-pd {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 991px) {
    .actionToolbar_mobile {
      display: block; } }

@media (max-width: 991px) {
  .actionToolbar-product,
  .actionToolbar-cart {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  body.scroll-body-up .actionToolbar-product,
  body.scroll-body-up .actionToolbar-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  body.scroll-body-up .summary-button {
    transform: translateY(100%); }
  body.scroll-body-up .summary-button {
    transform: translateY(100%); }
  .addThis_product_scroll .addThis_contact__icons {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease0 0.2s; }
  body.scroll-body-up .addThis_product_scroll .addThis_contact__icons {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/*RESPONSIVE*/
@media (max-width: 991px) {
  .logo-wrapper {
    margin: 20px 0 0; }
  .ft-register-flex {
    flex-direction: column;
    align-items: start;
    margin: 20px 0 0;
    gap: 0; }
    .ft-register-flex .follow_option {
      margin-top: 0 !important; }
  .trustbadge-wrap {
    margin-top: 0 !important; }
    .trustbadge-wrap .product-trustbadge {
      justify-content: start !important; }
  .logo-ft-flex {
    flex-direction: column;
    gap: 20px; } }
