@charset "UTF-8";
a {
  text-decoration: none;
  color: #000;
}

.zalo-chat-widget {
  bottom: 80px !important;
  right: 20px !important;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Roboto", sans-serif !important;
  color: black;
  font-size: 1.4rem !important;
  overflow-x: hidden;
  counter-reset: my-sec-counter;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  display: none !important;
}

html {
  font-size: 62.5% !important;
  box-sizing: border-box;
}

.wrap-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
  color: white;
}

.wrap-btn {
  display: block;
  padding: 0px 0 0px;
  margin: 20px 0;
  text-align: center;
}
.wrap-btn .load-more-btn {
  display: inline-block;
  min-width: 150px;
  height: 36px;
  margin: 0 auto;
  color: #353535;
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
  background-color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  padding: 0 40px;
  background-size: 31px;
  background-position: right 50%;
  background-position: right -250%;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.wrap-btn .load-more-btn:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-position: right 50%;
}
.wrap-btn .load-more-btn i {
  margin-left: 5px;
}

.shopping-cart {
  cursor: pointer;
}

del bdi {
  font-weight: unset !important;
  color: #555555 !important;
}

ins {
  text-decoration: none;
}
ins bdi {
  font-size: 1.8rem !important;
  color: #353535 !important;
  font-weight: bold !important;
}

@media screen and (max-width: 1023px) {
  .zalo-chat-widget {
    bottom: 141px !important;
    right: 10px !important;
  }
  .scrollup .top-btn {
    bottom: 80px !important;
    right: 10px !important;
  }
  .mb_off {
    display: none;
  }
}
#pre-loader {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#pre-loader .custom-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #e4343c;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce .blockUI.blockOverlay::before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #e4343c;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  background: unset !important;
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.displaynonee {
  display: none !important;
}

body.svo-has-review .svo-modal {
  display: block;
}

body.svo-has-modal .svo-modal {
  display: block;
}

body.svo-has-modal:before, body.svo-has-popup::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}

body.svo-has-review:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}

body.ivy-has-modal:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9990;
}

.svo-modal .modal-header button {
  border: 0;
  background: initial;
  position: absolute;
  right: 10px;
  z-index: 91;
}

.svo-modal .modal-header .modal-title {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

.svo-modal .modal-footer button {
  margin: 0 5px;
  border: 1px solid #495164;
  border-radius: 2px;
  min-width: 100px;
  font-size: 16px;
}

.svo-modal .modal-footer button.close-modal {
  background: #fff;
  color: #454545;
  border: 1px solid #495164;
}

.svo-modal .modal-footer {
  padding: 10px 15px;
  border-top: 1px solid #d7d5d5;
  background: #fbfafa;
  justify-content: center;
}

.svo-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  width: 600px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.svo-modal .modal-content {
  transform: translateY(0px) !important;
}

.wrap-advertisement #quick {
  position: absolute;
  margin-top: 160px;
  top: 0;
  right: 50px;
  width: 200px;
  z-index: 180;
}
.wrap-advertisement img {
  max-width: 100%;
  width: 200px;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .wrap-advertisement #quick {
    display: none;
  }
}

.btn-ring {
  display: none;
}

.btn-ring:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ring 1.2s linear infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce:not(.swiper-product) .products:not(.related) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.woocommerce:not(.swiper-product) .products:not(.related)::before, .woocommerce:not(.swiper-product) .products:not(.related)::after {
  display: none !important;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product {
  float: unset;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .ywpc-countdown-loop {
  display: none;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .inner {
  position: relative;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .tinv-wishlist {
  position: absolute;
  top: 5px;
  right: 15px;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0px;
  opacity: 0.5;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 30px;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .onsale,
.woocommerce:not(.swiper-product) .products:not(.related) li.product .star-rating {
  display: none;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon .cart-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon .cart-icon img {
  width: 100%;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon .product-label-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon .product-label-wrap .product-label-custom img {
  height: 14px;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon .product-label-wrap::before, .woocommerce:not(.swiper-product) .products:not(.related) li.product .content-icon .product-label-wrap::after {
  display: none;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .content {
  display: flex;
  flex-direction: column;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .discount {
  display: flex;
  align-items: flex-start;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .discount .percent {
  margin-right: 12px;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .discount .percent span {
  font-size: 36px;
  font-weight: 600;
  color: #ff6252;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .discount .price-info .summary-description p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 12px;
  color: #555554;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .discount .price-info .retail-price {
  font-size: 13px;
  color: #555555;
  text-decoration: line-through;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .discount .price-info .regular-price {
  font-size: 18px;
  color: #353535;
  font-weight: bold;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .woocommerce-loop-product__title {
  padding: 0 !important;
  height: 40px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .woocommerce-loop-product__title .custom-link > span {
  word-break: break-word;
  font-size: 1.6rem;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  font-weight: 400;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .woocommerce-loop-product__link {
  display: block;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .woocommerce-loop-product__link img {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.woocommerce:not(.swiper-product) .products:not(.related) li.product .woocommerce-loop-product__link img:hover {
  border-color: #6e6e6e;
}
@media screen and (max-width: 800px) {
  .woocommerce:not(.swiper-product) .products .woocommerce-loop-product__title span {
    font-size: 14px !important;
  }
  .woocommerce:not(.swiper-product) .products .percent span {
    font-size: 20px !important;
  }
  .woocommerce:not(.swiper-product) .products .retail-price,
  .woocommerce:not(.swiper-product) .products .regular-price {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .woocommerce:not(.swiper-product) .products {
    gap: 10px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce:not(.swiper-product) .products {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.count-down {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.count-down:has(span.end-count-down) {
  background-color: #000;
  color: white;
}

div:where(.swal2-popup) {
  font-size: 1.6rem !important;
}

.woocommerce-pagination {
  margin: 30px 0;
}

/* Error Page */
.error .clip .shadow {
  height: 180px; /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow {
  width: 130px; /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
  width: 250px; /*Contrall*/
}

.error .digit {
  width: 150px; /*Contrall*/
  height: 150px; /*Contrall*/
  line-height: 150px; /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}

.error h2 {
  font-size: 32px;
}

.error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}

.error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.error .container-error-404 {
  margin-top: 5%;
  position: relative;
  height: 250px;
  padding-top: 40px;
}

.error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}

.error .clip .shadow {
  overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}

.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}

.error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #e3617a;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
  left: -10%;
}

.error .clip:nth-of-type(1) .digit {
  right: -20%;
}

.error .clip:nth-of-type(3) .digit {
  left: -20%;
}

.error h2 {
  color: #a2a2a2;
  font-weight: bold;
  padding-bottom: 20px;
}

.error .msg {
  position: relative;
  z-index: 9;
  display: block;
  background: #535353;
  color: #a2a2a2;
  border-radius: 50%;
  font-style: italic;
}

.error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}

/* Error Page */
@media (max-width: 767px) {
  /* Error Page */
  .error .clip .shadow {
    height: 100px; /*Contrall*/
  }
  .error .clip:nth-of-type(2) .shadow {
    width: 80px; /*Contrall play with javascript*/
  }
  .error .clip:nth-of-type(1) .shadow,
  .error .clip:nth-of-type(3) .shadow {
    width: 100px; /*Contrall*/
  }
  .error .digit {
    width: 80px; /*Contrall*/
    height: 80px; /*Contrall*/
    line-height: 80px; /*Contrall*/
    font-size: 52px;
  }
  .error h2 {
    font-size: 24px;
  }
  .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .error .container-error-404 {
    height: 150px;
  }
  /* Error Page */
}
/*--------------------------------------------Framework --------------------------------*/
.ground-color {
  background: white;
} /*done*/
.item-bg-color {
  background: #eaeaea;
} /*done*/
/* Padding Section*/
.padding-top {
  padding-top: 10px;
} /*done*/
.padding-bottom {
  padding-bottom: 10px;
} /*done*/
.padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-all {
  padding: 10px;
} /*done*/
.no-padding-left {
  padding-left: 0px;
} /*done*/
.no-padding-right {
  padding-right: 0px;
} /*done*/
.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding {
  padding: 0px;
} /*done*/
/* Padding Section*/
/* Margin section */
.margin-top {
  margin-top: 10px;
} /*done*/
.margin-bottom {
  margin-bottom: 10px;
} /*done*/
.margin-right {
  margin-right: 10px;
} /*done*/
.margin-left {
  margin-left: 10px;
} /*done*/
.margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
} /*done*/
.margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
} /*done*/
.margin-all {
  margin: 10px;
} /*done*/
.no-margin {
  margin: 0px;
} /*done*/
.no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.inside-col-shrink {
  margin: 0px 20px;
} /*done - For the inside sections that has also Title section*/
/* Margin section */
hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}

/*--------------------------------------------FrameWork------------------------*/
.error .container-floud .ground-color .btn-go-home {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #e3617a; /* Màu nền */
  color: white; /* Màu chữ */
  text-decoration: none;
  margin-bottom: 50px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease; /* Thêm transition cho hiệu ứng hover và animation */
}

.error .container-floud .ground-color .btn-go-home:hover {
  background-color: #e3617a; /* Màu nền khi di chuột qua */
  transform: scale(1.1); /* Hiệu ứng phóng to khi di chuột qua */
}

/* Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.error .container-floud .ground-color .btn-go-home.pulse {
  animation: pulse 1s infinite; /* Áp dụng animation vô hạn */
}

#login-popup .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999999;
  background: #e4343c;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
}
#login-popup .close-modal:hover {
  background: #000;
}

@media only screen and (max-width: 767px) {
  .svo-modal {
    width: 96%;
  }
}