* {
  margin: 0;
  padding: 0;
}

*,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Assistant, sans-serif !important;
}

p:empty {
  display: block !important;
}

body {
  overflow-x: hidden;
}

.mt-10 {
  margin-top: 10px;
}

.text-center {
  text-align: center;
}

.ms-container {
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}

.no-scroll
{
  overflow-y: hidden !important;

}
#admin-bar-iframe {
  display: none !important;
}

.ms-content-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
    1px 1px 0 white;
}

.ms-content-header h3 {
  font-size: 20px;
  font-weight: 300;
  color: #383c41;
  margin-bottom: 13px;
  text-align: right;
}

.ms-product-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ms-product-price p {
  font-size: 25px;
  font-weight: 300;
  color: #383c41;
  margin-right: 15px;
  margin-bottom: 0;
}

.ms-product-price span {
  font-size: 11px;
  font-weight: 300;
  color: #383c41;
  margin-bottom: 5px;
}

.ms-actions-left {
  display: flex;
  align-items: center;
}

.ms-actions-left svg {
  cursor: pointer;
}

.ms-actions-right {
  position: absolute;
  right: 15px;
  z-index: 100;
}

.mb-cart,
.mb-product-price,
.mb-heart,
.mb-cart-footer,
.mb-show {
  display: none !important;
}

.ms-actions-right .ms-btn-cart {
  float: right;
  margin: inherit;
  margin-bottom: 22px;
}

.ms-product {
  clear: right;
}

.ms-model {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}

.ms-collection-thumbnail {
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.ms-ic-heart {
  margin: 0px 15px;
  width: 40px;
  height: 40px;
}

.ms-actions .ms-btn-cart {
  width: 268px !important;
  height: 62px !important;
  margin-bottom: 0;
}

.ms-content {
  height: 60%
}

.ms-content canvas {
  width: 100%;
  height: 100%;
}

.ms-content canvas:focus-visible {
  outline: none;
}

.ms-option {
  border-top: 1px solid #e9e9e9;
  width: 100%;
  background-color: #fff;
}

.ms-container .ms-overlay {
  display: none;
}

.ms-container-loading .ms-content .ms-overlay {
  display: block;
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.ms-loading-model {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  /* background: #fff; */
  border-radius: 6px;
  min-width: 100px;
  padding: 5px 10px;
  /* flex-direction: column; */
}

.ms-loading-model svg {
  font-size: 15px;
  margin-right: 5px;
}

.ms-loading-model .ms-loader {
  margin-bottom: 5px;
}

.ms-option .option-content {
  overflow-y: scroll;
  max-height: 90%;
}

.ms-option .option-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.ms-option .option-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.ms-option .option-content::-webkit-scrollbar-thumb {
  background-color: #999;
}

.ms-option .option-content .material-opts.expanded {
  border: 1px solid #383838;
}

.ms-option .option-content .material-opts.expanded .label-view {
  border-bottom: 1px solid;
}

.ms-option label {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

.ms-option .color-opts {
  margin-bottom: 20px;
}

.ms-option .material-images {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}

.ms-option .material-images .mat-item {
  width: 80px;
}

.ms-option .material-images div {
  cursor: pointer;
  margin-right: 10px;
}

.ms-option .material-images p {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: 500;
  min-height: 32px;
}

.ms-btn-ar {
  position: absolute;
  top: 30px;
  right: 30%;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  background-color: white;
  color: darkgrey;
  cursor: pointer;
  z-index: 100;
  font-size: 20px;
  border: 3px solid darkgrey;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-btn-ar:hover {
  background-color: darkgrey;
  color: white;
}

.part-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: auto;
  margin-bottom: 18px;
  padding-top: 15px;
}

.part-item {
  display: none;
  color: #111;
  font-size: 21px;
  font-weight: 300;
  width: 372px;
  text-align: center;
}

.part-item.active {
  display: block;
}

.choose-prod-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding-bottom: 38px;
  overflow: auto;
  /* scroll-behavior: smooth; */
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .choose-prod-list {
    justify-content: flex-start;
  }
}

.choose-prod-item {
  width: 250px;
  height: 150px;
}

.choose-prod-item {
  width: 250px;
  height: 150px;
}

.choose-prod-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-prod-item.active p {
  display: -webkit-box;
}

.pl-0 {
  padding-left: 0 !important;
}
.choose-prod-item p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.material-list {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 27px;
  padding-bottom:10px;
}

.material-list-scroll {
  overflow-x: overlay;
  overflow-y: hidden;
  display: flex;
  gap: 27px;
}

.material-item {
  height: 32px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  line-height: 32px;
  text-align: center;
  padding: 0px 10px;
  font-size: 14px;
  color: #cfcfcf;
  font-weight: 300;
  cursor: pointer;
  /* max-width: 185px; */
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.material-item:hover {
  background-color: #ededed;
  border: 1px solid #ededed !important;
  color: #fff !important;
}

.material-item.active {
  color: #000;
  border: 1px solid #000;
}

.ic-arrow {
  cursor: pointer;
  padding-right:20px;
  margin-left:20px

}

.ic-lock {
  cursor: not-allowed;
  opacity: 0.2;
}

.color-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: hidden;
  height: 150px;
  margin: auto;
  padding: 0px 20px;
  scrollbar-width: none;
  /* Ẩn thanh cuộn */
  -ms-overflow-style: none;
  position: relative;
}

.color-list::-webkit-scrollbar {
  display: none;
}

.color-list-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 50%;
  margin: auto;
}

/* Thêm hiệu ứng làm mờ hai bên */
.color-list-wrapper::before,
.color-list-wrapper::after {
  content: "";
  position: absolute;
  top: -30px;
  width: calc(98px / 2);
  height: 150px;
  pointer-events: none;
  /* border: 1px solid; */
  z-index: 1;
}

.color-list-wrapper::before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.color-list-wrapper::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.color-list,
.color-item,
.img,
.img img {
  user-select: none;
  /* Ngăn trình duyệt bôi đen */
  -webkit-user-drag: none;
  /* Chặn drag mặc định trên Safari */
}

.scroll-x {
  overflow-x: scroll;
  justify-content: flex-start;
}

.scroll-x::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scroll-x::-webkit-scrollbar {
  height: 0px;
  background-color: #f5f5f5;
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: #999;
}

.color-item-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-align-left {
  justify-content: flex-start;
}

.color-align-left .color-item-group {
  justify-content: flex-start;
}

.color-align-left .color-item-group:first-child {
  /* padding-left: 50px; */
}

.color-item-group.active {
  display: flex;
}

.color-dividing {
  width: 1px;
  height: 49px;
  background-color: #999;
  margin: 0px 20px;
  display: block !important;
}

.color-item {
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-out;
  transform: scale(1);
  opacity: 1;
}

.color-item .img {
  width: 98px;
  height: 98px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.color-item.active .img {
  border: 1px solid #ad2900;
}

.color-item img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.color-item.active img {
  width: 73px;
  height: 73px;
}

.color-item p {
  text-align: center;
  font-size: 14px;
  color: #111;
  font-weight: 300;
  /* visibility: hidden; */
  opacity: 0;
  width: 300px;
  transform: translateX(-35%);
  position: absolute;
  margin-top: 13px;
}

#gvo-back {
  border: 1px solid #b8b6b6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}

@supports (-webkit-line-clamp: 1) {
  .color-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.color-item.active p {
  opacity: 1;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(60%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-slide-in {
  animation: slideIn 0.5s ease-out;
}

@supports (-webkit-line-clamp: 2) {
  .ms-option .material-images p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ms-option .material-images .img {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 1px;
}

.ms-option .material-images img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  cursor: pointer;
}

.ms-option .material-images .active .img {
  border: 1px solid #000;
}

.ms-option .material-images .active p {
  font-weight: 600;
}

.label-view {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 85px;
  border-bottom: 1px solid #ebebeb;
  padding: 0px 10px;
}

.label-view label {
  flex: 1;
}

.label-view .selected-option {
  font-size: 13px;
  font-weight: 500;
  color: #777;
  margin-right: 10px;
}

.poiter {
  cursor: pointer;
}

.header-label {
  font-weight: 700;
  font-size: 35px;
  padding-left: 10px;
  padding-top: 10px;
}

.header-desc {
  font-weight: 400;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.tag-view {
  display: flex;
  flex-wrap: wrap;
}

.tag-view .tag {
  background-color: #0d9488;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  min-width: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.nodata {
  text-align: center;
  width: 100% !important;
}

.nodata .nodata-content {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.nodata .nodata-content img {
  width: 250px;
}

.nodata canvas {
  display: none;
}

.ms-download {
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.ms-download svg {
  margin-right: 10px;
  width: 18px;
}

.ms-loading {
  -webkit-animation: rotation 2s infinite linear;
}

.ms-popup-download {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 100px;
  width: 158px;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  bottom: calc(100% + 2px);
  z-index: 10;
  left: calc(50% - calc(158px / 2));
  text-align: left;
  display: none;
}

.ms-download:hover .ms-popup-download {
  display: block;
}

.ms-arrow-down {
  position: absolute;
  bottom: calc(100% - 8px);
  width: 0;
  height: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  /* 40px height (20+20) */
  border-left: 10px solid transparent;
  right: calc(50% - 10px);
  z-index: 10;
  display: none;
}

.ms-download:hover .ms-arrow-down {
  display: block;
}

.ms-popup-head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  cursor: default;
}

.ms-popup-head:last-child {
  margin-top: 10px;
}

.ms-popup-item {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  padding: 6px 0px;
  cursor: pointer;
  text-align: center;
  width: 300px;
}

.ms-popup-item:last-child {
  margin-bottom: 5px;
}

.ms-popup-item:hover {
  text-decoration: underline;
}

.ms-popup-share {
  padding: 10px 0px;
  border-radius: 14px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  padding: 17px;
}

.ms-share-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ms-share-title span {
  color: #2d3748;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.ms-share-link {
  width: 414px;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 4.8px;
  border: 0.96px solid #bec4c6;
  margin-top: 17px;
  margin-bottom: 16px;
}

.ms-share-link p {
  color: #9da3a3;
  font-size: 14px;
  font-weight: 300;
  display: block;
  width: 100%;
}

.ms-share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000000;
}

@supports (-webkit-line-clamp: 1) {
  .ms-share-link p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.ms-share-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-share-actions button {
  border: none;
  width: 128px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.ms-share-actions button:first-child {
  margin-right: 10px;
  background-color: #edf2f7;
  color: #1a202c;
  font-size: 16px;
  font-weight: 600;
}

.ms-share-actions button:last-child {
  background-color: #4fd1c5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.ms-popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.ms-prod-info {
  padding: 10px 0px;
  border-radius: 14px;
  width: 419px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10000;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 95vh;
  overflow: hidden;
}

.ms-prod-header {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  padding-bottom: 10px;
}

.ms-close {
  width: 25px;
  height: 25px;
  color: #999;
  cursor: pointer;
}

.ms-handle {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ms-handle-line {
  width: 60px;
  height: 6px;
  background: #e9e9e9;
  margin: auto;
  border-radius: 8px;
  display: block !important;
}

.ms-prod-content {
  padding: 0px 10px;
  height: 90%;
  overflow-y: scroll;
}

.ms-prod-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.ms-prod-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.ms-prod-content::-webkit-scrollbar-thumb {
  background-color: #999;
}

.ms-prod-title {
  background-color: #9da3a3;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 22px;
  padding-left: 22px;
  border-radius: 5px;
}

.ms-prod-part {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ms-part-name {
  font-size: 14px;
  font-weight: 300;
  color: #383c41;
  flex: 1;
  margin-right: 10px;
  padding-left: 24px;
}

.ms-part-name.non-group {
  color: #000;
}

.ms-part-color {
  width: 222px;
  min-height: 46px;
  /* line-height: 46px; */
  padding: 0px 10px;
  border-radius: 5px;
  border: 1px solid #bec4c6;
  font-size: 14px;
  font-weight: 300;
  color: #9da3a3;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ms-prod-actions {
  margin-top: 17px;
  border-top: 1px solid #e3e8e8;
  padding-top: 28px;
}

.ms-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 43px;
  border-radius: 28px;
  margin: auto;
  margin-bottom: 20px;
  border: 1px solid #a3a7a8;
  background: white;
  color: #a3a7a8;
  cursor: pointer;
  font-size: 14px;
}

.ms-btn:hover {
  background: #ededed;
}

.ms-btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  height: 61px;
  border-radius: 28px;
  margin: auto;
  margin-bottom: 20px;
  border: none;
  background: #fff;
  border: 1px solid #ededed;
  cursor: pointer;
  margin-bottom: 30px;
}

.ms-btn-cart span {
  font-size: 16px;
  color: #404344;
}

.ms-btn-cart svg {
  color: #404344;
}

.ms-btn-cart:hover {
  background: #ededed;
}

.ms-btn-reset {
  border: none;
  background-color: #a3a7a8;
  color: #fff;
  opacity: 0.5;
}

.ms-btn-reset:hover {
  background-color: #919394;
}

.ms-btn svg {
  margin-right: 10px;
}

.ms-info-name {
  margin-bottom: 18px !important;
}

.ms-qty {
  padding-left: 24px;
  display: flex;
  align-items: center;
  padding-left: 34px;
}

.ms-line {
  margin-top: 15px;
  background: #e3e8e8;
  height: 1px;
  margin-bottom: 20px;
}

.ms-qty-label {
  font-size: 14px;
  font-weight: 300;
  color: #383c41;
  flex: 1;
}

.ms-qty-group {
  display: flex;
  align-items: center;
  background-color: #f1f3f3;
  height: 39px;
}

.ms-minus,
.ms-plus {
  width: 49px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7c7c7;
  font-size: 17px;
  font-weight: 400;
  color: #c7c7c7;
  cursor: pointer;
}

.ms-qty-group span {
  font-size: 17px;
  font-weight: 400;
  color: #c7c7c7;
  width: 49px;
  text-align: center;
}

.qt-price {
  display: flex;
  align-items: flex-start;
  padding-left: 34px;
}

.ms-total-price {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  padding-left: 34px;
}

.ms-total-name {
  font-size: 14px;
  font-weight: 300;
  color: #383c41;
  flex: 1;
}

.ms-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ms-price p {
  font-size: 19px;
  font-weight: 300;
  color: #383c41;
  margin-right: 10px;
}

.ms-price span {
  font-size: 12px;
  font-weight: 300;
  color: #383c41;
  margin-bottom: 3px;
}

.qt-status {
  display: flex;
  justify-content: flex-end;
}

.qt-status p {
  color: #636363;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  border-radius: 20px;
  border: 1px solid #636363;
  width: 96px;
  height: 32px;
  line-height: 35px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 2px;
}

.qt-price {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 5px;
}

.qt-price-label {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  color: #383c41;
}

.qt-price-value {
  display: flex;
  align-items: flex-end;
  width: 40%;
  flex-direction: column;
}

.qt-price-qty {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.qt-price-value p,
.qt-price-value span {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  color: #383c41;
}

.qt-price-value span {
  margin-left: 10px;
}

.ms-hide {
  display: none;
}

.ms-option-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  margin-top: 10px;  
}

.ms-radio-inventory {
  cursor: pointer;
}

.ms-radio-inventory p {
  color: #404344;
  font-weight: 300;
  font-size: 16px;
}

.ms-open-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  color: #404344;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: #ededed;
  border-radius: 24px;
  cursor: pointer;
  margin-left: 7px;
  padding:20px
}

.ms-open-info svg {
  color: #404344;
}

.mb-sku {
  text-align: center;
  color: #383c41;
  margin-bottom: 16px;
}

.mb-sku h3 {
  font-size: 23px;
  font-weight: 300;
}

.mb-sku p {
  font-size: 11px;
  font-weight: 300;
}

.cp-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: white;
  width: 100%;
  height:50px
}

.cp-head .ic-arrow {
  transform: translateX(-50px);
  margin-top:5px
}

.cp-text {
  color: #404344;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.cp-row {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.cp-image {
  width: 100%;
  height: 288px;
  display: block;
  margin: auto;
}

.cp-info-view {
  margin-top: 20px;
  padding-top: 33px;
  padding-bottom: 33px;
  border-top: 1px solid #eeeeee;
}

.cp-part-view {
  margin-top: 20px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.cp-prod-name {
  margin-bottom: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-prod-name p {
  color: #383c41;
  font-size: 20px;
  font-weight: 300;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 33px;
}

.cp-price p {
  font-size: 25px;
  color: #383c41;
  font-weight: 300;
  margin-right: 14px;
}

.cp-price span {
  font-size: 14px;
  color: #383c41;
  font-weight: 300;
  margin-bottom: 6px;
}

.cp-row .ms-btn-cart {
  width: 323px !important;
  height: 62px !important;
  margin-bottom: 20px;
}

.cp-link {
  color: #4697c6;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  display: block;
  text-decoration: none;
}

.cp-link:hover {
  text-decoration: underline;
}

.cp-link path {
  stroke: #4697c6;
}

.cp-part-title {
  color: #383c41;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 6px;
}

.cp-material-name {
  color: #383c41;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 17px;
}

.cp-col{
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.cp-color {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  display: block;
  margin: auto;

}

.cp-status {
  min-width: 56px;
  max-width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  border-radius: 20px;
  border: 1px solid #636363;
  display: block;
  margin: 17px auto 0px;
  text-align: center;
  color: #636363;
  font-size: 14px;
}

.cp-part-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 0 auto; /* Căn giữa ngang */
  width: 300px;
}

.cp-part-div {
  display: flex;
  gap: 10px;
}

.cp-part-name {
  color: #636363;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-part-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.cp-part-status {
  min-width: 56px;
  max-width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  border-radius: 20px;
  border: 1px solid #636363;
  text-align: center;
  color: #636363;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-inventory {
  color: #383c41;
  font-size: 24px;
  text-align: center;
}

.cp-inventory-desc {
  color: #383c41;
  text-align: center;
  font-size: 16px;
  margin-bottom: 33px;
  margin-top: 5px;
  word-break: break-word;

}

.cp-store-code {
  color: #383c41;
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
  margin-top: 5px;
  word-break: break-word;
}

.ms-ar-page {
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: scroll;
  
}

.ms-ar-page .btn-close {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 119px;
  cursor: pointer;
  border: none;
  background: #fff;
  font-size: 24px;
}

.ms-ar-page .btn-close svg {
  height: 18px;
}

.ms-ar-page model-viewer {
  width: 100%;
  position: relative;
  height: 50%;
}

.ar-btn {
  background-color: #fff;
  white-space: nowrap;
  padding: 0px 16px;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dadce0;
  display: block;
  margin: auto;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 10px;
}

.ar-choose {
  background-color: #fff;
  border: 1px solid #dadce0;
  display: block;
  margin: auto;
  width: 250px;
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 10px;
  height: 36px;
}

.ar-choose:focus-visible {
  outline: 1px solid #dadce0;
}

#ar-button:active {
  background-color: #e8eaed;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.ms-loader {
  width: 60px;
  aspect-ratio: 1.154;
  --c: #0000, #25b09b 2deg 59deg, #0000 61deg;
  --c1: conic-gradient(from 149deg at top, var(--c));
  --c2: conic-gradient(from -31deg at bottom, var(--c));
  background: var(--c1) top, var(--c1) bottom right, var(--c2) bottom,
    var(--c1) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  animation: l37 1s infinite;
}

.arpopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 440px;
  text-align: center;
  border-radius: 10px;
  max-height: 90vh;
  overflow: auto;
}

.arpopup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.close-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.arTxt1 {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

.arpopup-image {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.arpopup-qrcode {
  margin: 20px 0;
}

.arpopup-content p {
  color: #1c1c1c;
}

.Toastify__toast-container {
  z-index: 100000;
}

.ms-drag-container {
  transition: transform 0.3s ease-out;
}

.ms-popup-overlay {
  transition: opacity 0.3s ease-out;
}

small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.ms-ic-share {
  width: 40px;
  height: 40px;
}

.ms-prod-info .ms-ic-share {
  width: 24px;
  height: 24px;
}

@keyframes l37 {
  80%,
  100% {
    background-position: bottom right, bottom left, bottom, top;
  }
}

.animated-container {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.animated-container.right {
  animation-name: slideRight;
}

.animated-container.left {
  animation-name: slideLeft;
}

@keyframes slideRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1440px) {
  .ms-container {
    max-width: 100%;
  }

  .color-list-wrapper {
    max-width: 80%;
  }

  .cp-part-item {
    width: 65%;
  }
}

@media (max-width: 1280px) {

  .cp-prod-name p {
    font-size: 18px;
  }

  .cp-inventory-desc {
    font-size: 14px;
  }

  .cp-row .ms-btn-cart {
    height: 44px !important;
  }

  .color-list-wrapper {
    max-width: 70%;
  }
}

@media (max-width: 1110px) {
  .ms-btn-ar {
    top: 80px;
    right: 22%;
    width: 40px;
    height: 30px;
  }

  #gvo-back {
    width: 30px;
    height: 30px;
  }

  .ms-ic-share {
    width: 30px;
    height: 30px;
  }

  .ms-ic-heart {
    width: 30px;
    height: 30px;
  }

  .ms-content-header h3 {
    font-size: 15px;
  }


  .cp-prod-name p {
    font-size: 14px;
  }

  .cp-part-item {
    width: 90%;
  }

  .cp-row .ms-btn-cart {
    height: 33px !important;
  }

  .ms-btn-cart span {
    font-size: 12px;
  }

  .ms-btn-cart svg {
    width: 13px;
    height: 10px;
    margin-right: 10px;
  }

  .color-list-wrapper {
    max-width: 80%;
  }
}

@media (max-width: 1024px) and (min-width: 1024px) and (max-height: 1366px) and (min-height: 1024px) {
  .color-list-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 820px) and (max-height: 1180px) {


  .color-list-wrapper {
    max-width: 85%;
  }

  .mb-cart-footer {
    display: flex !important;
  }

  .ms-radio-inventory {
    display: none;
  }
}

@media (max-width: 768px) and (max-height: 1024px) and (min-height: 1024px) {

  .color-list-wrapper {
    max-width: 80%;
  }

  .ms-btn-ar {
    top: 20px;
    right: 25%;
  }
}

@media (max-width: 780px) {
  .cp-col{
    flex-shrink: 0;
    width: 100vw;
  }

  .ms-btn-ar {
    left: 15px;
    top: 65px;
    right: inherit !important;
  }

  .color-list-wrapper {
    max-width: 100%;
  }

  .ms-download {
    bottom: 20px;
  }

  .ms-container {
    flex-direction: column !important;
    height: 100vh;
    justify-content: flex-start !important;
  }



  .color-list-wrapper::before,
  .color-list-wrapper::after {
    display: none;
  }

  .ms-radio-inventory {
    order: 1;
  }

  .ms-radio-inventory p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .ms-open-info svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .ms-ar-page .btn-close {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }


  .cp-prod-name p,
  .cp-link {
    font-size: 12px;
  }

  .cp-price {
    margin-bottom: 13px;
  }

  .cp-price p {
    font-size: 14px;
  }

  .cp-price span {
    font-size: 11px;
  }

  .cp-material-name {
    color: #999;
    font-size: 12px;
  }

  .cp-color {
    width: 41px;
    height: 41px;
  }

  .cp-inventory {
    font-size: 12px;
  }

  .cp-store-code {
    font-size: 16px;
    color: #999;
  }

  .cp-inventory-desc {
    color: #999;
  }

  .ms-open-info{
    background-color:white;
    border:none;
    padding:0px
  }
  .ms-open-info span{
    display: none;
  }
  .mb-heart {
    display: block !important;
    position: absolute;
    left: 10px;
    margin-top: 15px;
    }

  .mb-heart .ms-ic-heart {
    margin: 0;
  }
  .cp-row {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .ms-content {
    height: 50%
  }
}

@media (max-width: 608px) and (max-height: 926px) {
  .ms-open-info span,
  .ms-product {
    display: none;
  }

  .ms-open-info svg {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .ms-btn-ar {
    top: 15px;
    left: 65px;
  }

  .ms-popup-share {
    width: 86%;
  }

  .ms-share-link {
    width: 94%;
  }

  .color-list-wrapper {
    max-width: 100%;
  }

  .color-item .img {
    width: 71px;
    height: 71px;
  }


  .cp-row .ms-btn-cart {
    width: 90% !important;
  }

  .cp-prod-name {
    padding: 0px 10px;
  }

  .ms-actions-left .ms-ic-share,
  .ms-actions-left .ms-ic-heart,
  .ms-product,
  .pc-cart {
    display: none;
  }

  .mb-cart {
    display: block !important;
  }

  .ms-actions-right .ms-btn-cart {
    width: 112px;
    height: 44px;
    border-radius: 30px;
    margin-right: 10px;
  }

  .ms-actions-right {
    position: inherit;
    display: flex;
    justify-content: flex-end;
    /* width: 100%; */
  }

  .mb-product-price {
    display: flex !important;
    align-items: flex-end;
    position: absolute;
    top: -40px;
    padding-left: 10px;
  }

  .mb-product-price p {
    color: #383c41;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
  }

  .mb-product-price span {
    color: #383c41;
    font-size: 11px;
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: 5px;
  }

  .ms-prod-info {
    width: 100%;
    padding-top: 0;
    position: initial;
    border-radius: 0;
    box-shadow: none;
  }

  .ms-handle {
    background: #fff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    display: block !important;
  }

  .ms-download {
    bottom: 33px;
    right: -50px;
    left: inherit;
  }

  .ms-popup-download {
    left: inherit;
    right: 0;
  }

  .ms-open-info span {
    display: none;
  }

  .ms-open-info svg {
    margin-right: 0;
    width: 24px;
    height: 24px;
  }

  .ms-radio-inventory {
    display: none;
  }

  .mb-cart-footer {
    display: flex !important;
    height: 61px !important;
    z-index: 100001;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: inherit;
  }

  .mb-cart-footer span {
    font-size: 16px !important;
  }

  .mb-cart-footer svg {
    width: 22.988px;
    height: 17.77px;
  }

  .color-item p {
    color: #383c41;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 9.621px;
    font-style: normal;
    font-weight: 300;
    width: 200px;
  }

  .color-item img {
    width: 49px;
    height: 49px;
  }

  .color-item.active img {
    width: 61px;
    height: 61px;
  }

  .ms-close {
    display: none;
  }

  .ms-handle {
    display: block;
  }

  .ms-prod-info .ms-btn-cart {
    display: none !important;
  }

  .mb-show {
    display: block !important;
  }

  .ms-qty {
    margin-top: 15px;
  }

  .ms-info-name .mb-show {
    display: flex !important;
  }

  .ms-prod-header {
    padding-bottom: 0;
  }

  product-info {
    padding-top: 0 !important;
  }

  .page-width:not(.header) {
    padding: 0 !important;
  }

  .header {
    padding: 5px 10px !important;
  }

  .choose-prod-item {
    width: 40%;
    height: 100px;
  }
}

@media (max-width: 581px) and (max-height: 832px) {
  .mb-cart-footer {
    bottom: 30px;
  }

  .ms-download {
    bottom: 10px;
  }
}

@media (max-width: 480px) and (max-height: 1040px) {
  .mb-cart-footer {
    bottom: 50px;
  }
}

@media (max-width: 480px) {
  .ms-download {
    display: none;
  }


  .arpopup {
    width: 80%;
  }
}

@media (max-width: 440px) {
  .arpopup {
    width: 80%;
  }
}

@media (max-width: 430px) and (max-height: 932px) {
  .material-item:first-child {
    margin-left: 10px;
  }

  .mb-cart-footer {
    bottom: 30px;
  }

}

@media (max-width: 414px) and (min-width: 414px) and (max-height: 714px) and (min-height: 618px) {

  .mb-cart-footer {
    bottom: 10px;
  }

}

@media screen and (max-width: 393px) {

  .mb-cart-footer {
    bottom: 10px;
  }
}

@media (max-width: 390px) {
  .mb-cart-footer {
    bottom: 44px;
  }

}

@media (max-width: 375px) {

  .mb-cart-footer {
    bottom: 10px;
  }

}

@media (max-width: 375px) and (max-height: 667px) {

  .mb-cart-footer {
    bottom: 10px;
  }
}

@media (max-width: 369px) and (max-height: 932px) {

  .mb-cart-footer {
    bottom: 80px;
  }

}

@media (max-width: 360px) and (max-height: 780px) {

  .mb-cart-footer {
    bottom: 15px;
  }
}

.xr-button-overlay {
  display: none !important;
}

.ms-popup-share-dropdown {
  border-radius: 14px;
  position: fixed;
  z-index: 10000;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  padding: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home-page,
#show-page,
#compare-page,
#ar-page {
  display: none;
}
/* 
#show-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  cursor: pointer;
} */

.image-placeholder {
  width: 100%;
  height: 100px;
  background-color: #f8f8f8; /* màu nhạt hơn #eee */
  border-radius: 4px;
  pointer-events: none; /* ngăn tương tác chuột */
  cursor: default; /* hiển thị con trỏ mặc định */
  opacity: 0.3; /* làm nhạt hình ảnh hơn nữa */
}

.choose-prod-image{
  cursor: pointer; /* hiển thị biểu tượng bàn tay khi rê chuột */
}
