#header-fixed {
  visibility: hidden;
  opacity: 0;
  top: -100%;
  pointer-events: none !important;
}

#header-fixed.show {
  visibility: visible;
  opacity: 1;
  top: 0;
  pointer-events: all !important;
}

.search-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  display: none;
}

.search-box .search-box-gr {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.search-box .search-box-gr.show {
  display: block;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.search-box.active {
  display: block;
  opacity: 1;
  pointer-events: all !important;
  visibility: visible;
}

.cus-pagination .active {
  background-color: #3b82f6;
  color: #ffffff;
}

.js-tablet-menu-container .js-menu-overlay {
  opacity: 0;
  pointer-events: none;
}

.js-tablet-menu-container .js-menu-overlay.show {
  opacity: 1;
  pointer-events: all;
}

.js-tablet-menu-container .js-menu-body {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.js-tablet-menu-container .js-menu-body.show {
  right: 10px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-mb-menu-container {
  opacity: 0;
  pointer-events: none;
}

.js-mb-menu-container.show {
  opacity: 1;
  pointer-events: all;
}

#content-banner-thumbs .swiper-slide-thumb-active button {
  border-color: #2d2c74;
  background: rgba(45, 44, 116, 0.0941176471);
  color: #000;
}

.js-scrolltop {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.js-scrolltop.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-option-body {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-option-body.show {
  opacity: 1;
  pointer-events: all;
}

.js-prd-filter .js-prd-filter-body {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-prd-filter .js-prd-filter-body.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.js-prd-filter-mb-body {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-prd-filter-mb-body.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.js-select-box {
  position: absolute;
  z-index: 100000;
  max-height: 1045px;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-select-box.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.js-authen-btn.active {
  color: #2563eb;
  background-color: #ffffff;
}

.js-authen-btn.active:hover {
  color: #2563eb;
}

.cart-baohanh .cart-tabnav .cart-cursor {
  opacity: 0;
}

.cart-baohanh .cart-tabnav.active .cart-cursor {
  opacity: 1;
}

.cart-baohanh .js-cart-tabpanel {
  display: none;
}

.cart-baohanh .js-cart-tabpanel.active {
  display: block;
}

.cart-baohanh .js-cart-tabpanel.active .cart-cursor {
  opacity: 1;
}

.user-sidemenu .user-sidemenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 13px;
  font-weight: 300;
  color: rgb(17, 24, 39);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  background-color: rgb(243, 244, 246);
}

.user-sidemenu .user-sidemenu-item.active {
  background-color: rgb(209, 213, 219);
  font-weight: 500;
  color: rgb(17, 24, 39);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.xdch-nav-btn {
  position: relative;
  z-index: 10;
  grid-column: span 4/span 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2rem;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0px;
  background-color: rgb(217, 217, 217);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0.97) scaleY(0.97);
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0.97) scaleY(0.97);
  outline-width: 2px;
}

.xdch-nav-btn.active {
  background-color: rgb(45, 56, 119);
  color: rgb(255, 255, 255);
}

.js-prdcomment-block .js-commentform-btn.is-expanded {
  color: #288ad6;
  background-color: #ffffff;
  outline-style: none;
  border-width: 1px;
  border-color: #f3f4f6;
}

.js-upload-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.js-upload-preview-item {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.js-upload-preview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-upload-preview-item .remove {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ef4444;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

.voucher-button.voucher-selected {
  border-color: #ef4444;
}

.voucher-button.voucher-selected .voucher-icon {
  border-color: #ef4444;
  background-color: #ef4444;
}

.voucher-button.voucher-selected .voucher-icon>div {
  display: block;
}

.voucher-button .voucher-icon>div {
  display: none;
}

.product__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product__color span {
  color: #444;
  font-size: 14px;
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  line-height: normal;
}

.product__color .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  padding: 0;
}

.product__color .form-check input[type=radio] {
  display: none;
}

.product__color .form-check input[type=radio]:checked+label {
  border: 1px solid #288ad6;
}

.product__color .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.product__color .form-check label img {
  height: 95%;
  width: 95%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__color .form-check label span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.product__color .form-check label.disabled-click {
  pointer-events: none;
  opacity: 0.5;
}

.product__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.product__size>span {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product__size-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

@media screen and (min-width: 768px) {
  .product__size-list {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .product__size-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}

.product__size .form-check {
  margin: 0;
}

.product__size .form-check-input {
  display: none;
}

.product__size .form-check-input:checked+label span {
  background: #1ac023;
  color: #fff;
  border-color: #1ac023;
  font-weight: 700;
}

.product__size .form-check-label {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.product__size .form-check-label img {
  width: 120px;
  height: 120px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product__size .form-check-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0a0a27;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid var(--stroke, #eaeaea);
  width: 100%;
  text-align: center;
}

.product__size .form-check-label.disabled-click {
  pointer-events: none;
  opacity: 0.5;
}

/*# sourceMappingURL=body.css.map */