@charset "UTF-8";
#wrapper {
  overflow: visible !important;
}

.p-item1__box2 .info1,
.info1__box1,
.p-item1__price1 span:first-child {
  color: #174E8D !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.left,
.c-breadcrumbs,
.p-item1__title1 {
  padding-right: 15px;
  padding-left: 15px;
}

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

.p-item1__content1 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.st-btn-order {
  width: 100%;
  padding: 15px 20px;
  border-radius: 9px;
  border: none;
  background-color: #174E8D;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.st-btn-order .iconmoon-store:before {
  color: #fff;
}

.p-item1__box2 .info1__box1:first-child {
  border-bottom: none !important;
}

.icon {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  stroke-width: 0;
  fill: #174E8D !important;
}

.list-content {
  padding-bottom: 25px;
}
.list-content-item {
  align-items: center;
  gap: 6px;
  margin-left: 3px;
  color: #000;
  list-style-position: inside;
}
.list-content-item::marker {
  color: #0F1DFE;
  font-size: 22px;
  list-style-type: circle !important;
}
.list-content-item:first-child {
  font-weight: 500;
  list-style-type: none !important;
  margin-left: 0 !important;
  display: flex !important;
}

.right {
  background-color: #B9E3FA;
  padding: 20px 30px;
}
.right-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #2A597C;
}
.right-intro {
  text-align: center;
  font-size: 16px;
  color: #676767;
}
.right-block {
  padding-bottom: 40px !important;
}
.right-block .right-intro {
  margin-bottom: 0 !important;
}
.right-block-content-item {
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-color: #fff;
  align-items: center;
}
.right-block-content-item-img {
  max-width: 50px;
  max-height: 50px;
}
.right-block-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-block-content-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.right-block-content-item-content-text {
  padding: 5px 0;
}
.right-block-content-item-content-text h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #2A597C;
  margin-bottom: 8px !important;
}
.right-block-content-item-content-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0 !important;
}
.right-block-content-item-number span {
  font-weight: 500;
  color: #2A597C !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #D6E4FF;
  display: flex;
  align-items: center;
}
.right-block .nutri-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Arial", sans-serif;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}
.right-block .nutri-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
}
.right-block .nutri-row:last-child {
  border-bottom: none;
}
.right-block .nutri-cell.label {
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
  font-weight: 500;
  color: #2A597C;
}
.right-block .nutri-cell.value {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.c-nav1__arrow1--right, .c-nav1__arrow1--left {
  width: 40px !important;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none !important;
  justify-content: center;
  align-items: center;
}

.c-nav1__arrow1--right::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #174E8D;
  border-right: 2px solid #174E8D;
  transform: rotate(45deg);
}

.c-nav1__arrow1--left::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #174E8D;
  border-left: 2px solid #174E8D;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
  }
  /* LEFT SIDEBAR */
  .left {
    /* chiếm 40% */
    width: 100%;
    max-width: 30%;
    position: sticky;
    top: 20px;
    /* khoảng cách từ trên */
    align-self: flex-start;
  }
  /* RIGHT CONTENT */
  .right {
    /* chiếm 60% */
    width: 100%;
    padding: 40px 80px;
  }
}

/*# sourceMappingURL=sua-tuoi-tiet-trung-nguyen-chat-1-lit.css.map */
