.in_1 {
  display: flex;
  align-items: center;
  gap: 5px; }

.notifix {
  position: fixed;
  left: 10px;
  bottom: 100px;
  z-index: 99; }
  .notifix a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center; }
    .notifix a span {
      font-size: 10px;
      text-align: center; }

@media (max-width: 991px) {
  .left-search {
    left: calc(100% - 10px); }
  .left-search input[type="text"] {
    max-width: calc(100% - 70px); } }

.menuprodfix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: none; }
  .menuprodfix .menuprodfixgrid {
    display: grid;
    grid-template-columns: 100px auto; }
  .menuprodfix .menuprodfixgrid1 {
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 0px;
    background: #fef4db; }
  .menuprodfix .menuprodfixgrid2 {
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-top: 10px; }
  .menuprodfix .itemmenu {
    padding: 0; }
    .menuprodfix .itemmenu a {
      display: flex;
      flex-flow: column;
      justify-content: center;
      color: #000;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      padding-top: 2px;
      text-align: center;
      gap: 3px;
      border-left: 3px solid transparent; }
      .menuprodfix .itemmenu a.active {
        border-left: 3px solid var(--menuHover);
        background: #fff; }
      .menuprodfix .itemmenu a img {
        width: 40px; }
  .menuprodfix .clossedd {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 99; }
  .menuprodfix .brandowflow {
    display: flex;
    overflow: auto;
    gap: 15px; }
    .menuprodfix .brandowflow > div {
      flex: 0 0 auto; }
      .menuprodfix .brandowflow > div img {
        max-height: 50px;
        width: 100%;
        object-fit: contain; }
  .menuprodfix .gridmenucap2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 23px; }
    .menuprodfix .gridmenucap2 a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1px;
      align-items: center;
      font-size: 12px; }
      .menuprodfix .gridmenucap2 a img {
        width: 78px;
        object-fit: contain; }
  .menuprodfix .hastagdtitle {
    color: #21409a;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px; }
  .menuprodfix .hastagdgrid a {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block; }

.menuactivebar .menuprodfix {
  display: block; }

.boxallmenu {
  display: none; }
  .boxallmenu.active {
    display: block; }

.lismenubloga {
  display: none; }
  .lismenubloga.active {
    display: block; }
    .lismenubloga.active a {
      border-right: 1px solid #ccc;
      padding-right: 10px;
      margin-right: 10px;
      display: inline-block; }
      .lismenubloga.active a:last-child {
        border-right: 0; }

.clickedpo {
  cursor: pointer; }

.chonmungay {
  display: block;
  text-align: center;
  border: 1px solid #F2F2F2;
  padding: 7px;
  margin-top: 5px;
  border-radius: 4px;
  background: #b8e1ff; }
  .chonmungay:hover {
    background: #ff6a00;
    color: #fff; }

.add-cart {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 8px;
  position: fixed;
  bottom: 60px;
  text-align: center;
  width: 216px;
  z-index: 10;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.5s ease; }

.add-cart.show-cart {
  visibility: visible;
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateX(0%); }

.add-cart-bottom-desktop {
  position: fixed;
  bottom: 96px;
  top: unset;
  right: -170px; }

.add-cart-bottom-desktop::before {
  display: none; }

.add-cart::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #fff;
  content: '';
  position: absolute;
  right: 92px;
  top: -5px; }

.add-cart .icon-closepopup {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

.add-cart-txt {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 8px !important; }

.add-cart-txt i {
  margin-right: 6px; }

.add-cart-info {
  display: flex;
  margin: 10px 0; }

.add-cart-info img {
  width: 40px;
  height: 40px; }

.add-cart-info span {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  padding-left: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333; }

.add-cart-btn {
  background-color: #ff6a00;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  padding: 10px 20px;
  text-align: center;
  width: 190px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700; }

.error-onlinesaving {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #000;
  padding: 8px 8px 8px 10px;
  position: absolute;
  right: 180px;
  top: 64px;
  text-align: left;
  width: 260px;
  z-index: 11;
  display: none; }

.listproduct .giftv2 .item-img img {
  width: 70%;
  float: left;
  border-radius: 8px; }

.listproduct .giftv2 .boxpromotionimgv2 {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  z-index: 1; }

.listproduct .giftv2 .boxpromotionimgv2 .imgpromo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; }

.listproduct .giftv2 .boxpromotionimgv2 .imgpromo img {
  width: 40px;
  aspect-ratio: 1; }

.listproduct .giftv2 .boxpromotionimgv2 .imgpromo span {
  position: relative;
  font-size: 9px;
  color: #fff;
  background: #184087;
  padding: 2px;
  border-radius: 30px;
  display: block;
  height: 15px;
  width: 100%;
  text-align: center;
  line-height: 12px;
  text-wrap: nowrap; }

.listproduct .giftv2 .boxpromotionimgv2 .imgpromo span:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #184087;
  clear: both;
  z-index: 1; }

.tagtext {
  display: flex;
  align-items: center;
  gap: 5px; }
  .tagtext .tagtextitem {
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 3px 7px;
    margin: 5px 0;
    border-radius: 4px; }
  .tagtext .tagtichdiem {
    font-size: 12px;
    border: 1px solid #f00;
    padding: 3px 7px;
    margin: 5px 0;
    border-radius: 4px;
    color: #f00; }

@media (min-width: 992px) {
  .menu_mobile #menu-mew .level0:hover .lv1 {
    width: 1061px; }
  .menuprodfixgrid2 {
    max-height: var(--heightv);
    overflow: auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-top: 20px;
    width: 100%; }
  .itemmenu {
    padding: 5px 0; }
    .itemmenu a {
      display: flex;
      flex-flow: column;
      justify-content: center;
      color: #000;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      text-align: center;
      gap: 10px;
      border-left: 3px solid transparent; }
      .itemmenu a.active {
        border-left: 3px solid #7ed321;
        background: #fff; }
      .itemmenu a img {
        width: 35px; }
  .clossedd {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 99; }
  .brandowflow {
    display: flex;
    overflow: auto;
    gap: 15px; }
    .brandowflow > div {
      flex: 0 0 auto; }
      .brandowflow > div img {
        max-height: 50px;
        width: 100%;
        object-fit: contain; }
  .gridmenucap2 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
    margin-top: 23px; }
    .gridmenucap2 a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 9px;
      align-items: center;
      font-size: 12px; }
      .gridmenucap2 a img {
        width: 78px;
        object-fit: contain; }
  .hastagdtitle {
    color: #21409a;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px; }
  .hastagdgrid a {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block; } }

@media (min-width: 992px) {
  .menu_mobile #menu-mew .level0:hover .lv1 {
    transition: 0s ease; } }

@media (min-width: 992px) {
  .box-filter {
    position: sticky;
    top: 108px;
    background: #fff;
    z-index: 1; } }

@media (max-width: 991.98px) {
  .box-filter {
    position: sticky;
    top: 50px;
    background: #fff;
    z-index: 1;
    padding-top: 1px !important; } }

.filter-list--hang .c-btnbox, .filter-list--column .c-btnbox {
  width: initial !important; }

.filter-list {
  max-height: 400px;
  overflow: auto; }

.price-slider .container.activegia2 {
  display: none; }
  .price-slider .container.activegia2.priceactive {
    display: block; }

.down {
  position: relative; }

.range-toggle span::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ee6464;
  content: '';
  height: 0;
  position: absolute;
  top: 5px;
  right: -17px;
  transform: none;
  width: 0; }

.filterchinhxacs:has(.choosed) .filter-button {
  display: block !important; }

.lst-quickfilter .scrolling {
  max-height: 200px;
  overflow: auto; }

.lst-quickfilter {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .filter-show {
    max-width: 90% !important;
    width: 100%; }
  .filter-show.show-total {
    z-index: 5;
    max-width: 100% !important;
    z-index: 9999 !important; } }

.congtrusoluong {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .congtrusoluong .qtySelector {
    background-color: #fafafa;
    display: none; }
  .congtrusoluong .qtySelector span {
    background-color: #f0f0f0;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
    cursor: pointer; }
  .congtrusoluong .qtySelector span::before, .congtrusoluong .qtySelector span::after {
    background-color: #222;
    content: '';
    position: absolute; }
  .congtrusoluong .decreaseQty {
    border-radius: 8px 0 0 8px;
    left: -1px;
    top: 0; }
  .congtrusoluong .increaseQty {
    border-radius: 0 8px 8px 0;
    right: -1px;
    top: 0; }
  .congtrusoluong .decreaseQty::before {
    height: 2px;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    width: 14px; }
  .congtrusoluong .increaseQty::before, .congtrusoluong .increaseQty::after {
    height: 2px;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    width: 14px; }
  .congtrusoluong .qtyValue {
    background-color: transparent;
    border: none;
    color: #ed1164;
    font-size: 0;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    transition: .4s;
    width: calc(100% - 60px); }
  .congtrusoluong .qtySelector.shownb .qtyValue {
    font-size: 16px; }
  .congtrusoluong .block-increaseQty::before, .congtrusoluong .block-increaseQty::after {
    background-color: #a3a3a3 !important;
    pointer-events: none !important; }
  .congtrusoluong .increaseQty::after {
    transform: rotate(90deg); }
  .congtrusoluong .flag-ajax .qtySelector span::before, .congtrusoluong .flag-ajax .qtySelector span::after {
    background-color: #999; }
  .congtrusoluong .flag-ajax .qtyValue {
    color: #f78cb3; }
  .congtrusoluong input::-webkit-outer-spin-button,
  .congtrusoluong input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .congtrusoluong input[type=number] {
    -moz-appearance: textfield; }

.pricewtag {
  font-weight: 500;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  display: inline-block;
  transform: translateY(-2px); }

.danhmucthuongdanhnmuyc {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px; }
  @media (max-width: 767px) {
    .danhmucthuongdanhnmuyc {
      display: grid;
      grid-auto-rows: minmax(min-content, max-content);
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px; }
      .danhmucthuongdanhnmuyc > div {
        flex: 0 0 calc(100%/4.5); }
      .danhmucthuongdanhnmuyc img {
        max-width: 70px; } }
  .danhmucthuongdanhnmuyc a {
    display: block;
    text-align: center; }
    .danhmucthuongdanhnmuyc a span {
      font-size: 13px;
      margin-top: 5px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      word-break: break-word;
      -webkit-line-clamp: 2;
      height: calc(14px * 2);
      line-height: 14px; }

.danhmuctmuycthct {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .danhmuctmuycthct {
      display: grid;
      grid-auto-rows: minmax(min-content, max-content);
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin: 0px; }
      .danhmuctmuycthct > div {
        flex: 0 0 calc(100%/4.5); } }
  .danhmuctmuycthct a {
    align-items: center;
    border-radius: 9px;
    background-color: #fff;
    justify-content: center;
    display: flex;
    padding: 0;
    border: 1px solid #e0e0e0;
    color: #023f88; }

.fldp .section-dis {
  margin-bottom: 2rem !important; }

.fldp .fldp-banner a {
  display: block; }
  .fldp .fldp-banner a img {
    width: 100%; }
    @media (min-width: 640px) {
      .fldp .fldp-banner a img {
        height: 450px;
        object-fit: cover; } }

.fldp .fldp-navigation {
  margin: auto; }
  @media (max-width: 767px) {
    .fldp .fldp-navigation {
      display: none !important; } }
  .fldp .fldp-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 400px;
    overflow: hidden auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px; }
    .fldp .fldp-navigation ul::-webkit-scrollbar {
      width: 5px;
      background-color: #f5f5f5; }
    .fldp .fldp-navigation ul::-webkit-scrollbar-thumb {
      background-color: #000;
      border: 2px solid #555; }
    .fldp .fldp-navigation ul::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #f5f5f5; }
    .fldp .fldp-navigation ul li a {
      display: block;
      width: 135px;
      border-top: 0;
      background: #fff;
      color: #333;
      margin-bottom: 3px;
      border-radius: 5px;
      cursor: pointer;
      min-height: 55px;
      align-items: center;
      justify-content: center;
      border: 1px solid #1595f1;
      font-size: 12px;
      text-transform: capitalize;
      text-align: center;
      max-width: 100px;
      padding: 3px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fldp .fldp-navigation ul li a.active {
        background-color: #1595f1;
        color: #ffffff;
        pointer-events: none; }
      .fldp .fldp-navigation ul li a span {
        margin: auto;
        max-height: 35px;
        line-height: 17px;
        display: block;
        overflow: hidden;
        text-align: center;
        padding: 0 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis; }

.fldp .fldp-products {
  /*max-width: 1200px;
		margin: 0 auto;*/ }
  @media (max-width: 640px) {
    .fldp .fldp-products {
      margin: 0 -15px; } }
  .fldp .fldp-products .fldp-products-banner img {
    width: 100%; }
  .fldp .fldp-products .fldp-products-menu {
    background: var(--fldp-color-main);
    padding: 1rem; }
    .fldp .fldp-products .fldp-products-menu .fldp-products-menu-items {
      display: flex;
      justify-content: safe center;
      align-items: center;
      overflow: auto hidden;
      gap: 1rem;
      margin: 0;
      padding: 0;
      padding-bottom: 5px;
      list-style-type: none; }
      .fldp .fldp-products .fldp-products-menu .fldp-products-menu-items li {
        background: #f9f9fe;
        border: 1px solid #f9f9fe;
        border-radius: 50px;
        white-space: nowrap;
        min-width: fit-content; }
        .fldp .fldp-products .fldp-products-menu .fldp-products-menu-items li.active {
          background: linear-gradient(57.62deg, #1595f1 9.06%, #4fb2f8 89.93%);
          border: 1px solid #1595f1; }
          .fldp .fldp-products .fldp-products-menu .fldp-products-menu-items li.active a {
            color: #FFF !important; }
        .fldp .fldp-products .fldp-products-menu .fldp-products-menu-items li a {
          display: block;
          padding: .5rem;
          font-size: 12px; }
  .fldp .fldp-products .fldp-products-grids {
    background: var(--fldp-color-main);
    padding: 1rem; }
    .fldp .fldp-products .fldp-products-grids .fldp-products-grids-items {
      /*&:not(.swiper-container-initialized){
				display: grid;
				grid-template-columns: repeat(5, 1fr);
				gap: 1rem;
				@media(max-width: 1200px){ grid-template-columns: repeat(4, 1fr); }
				@media(max-width: 991px){ grid-template-columns: repeat(3, 1fr); }
				@media(max-width: 640px){ grid-template-columns: repeat(2, 1fr); }
				> *{ min-width: 0; }
			}*/ }
    .fldp .fldp-products .fldp-products-grids .fldp-products-grids-more a {
      max-width: 400px;
      width: 100%;
      margin: 13px auto 5px auto;
      text-align: center;
      height: 40px;
      line-height: 42px;
      border-radius: 4px;
      border: 1px solid #4a90e2;
      display: block;
      color: #4a90e2;
      font-size: 16px;
      background-color: #fff;
      cursor: pointer; }
      .fldp .fldp-products .fldp-products-grids .fldp-products-grids-more a:after {
        content: '';
        width: 0;
        right: 0;
        border-top: 6px solid #288ad6;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px; }

.sale-label-inline {
  font-size: 13px !important;
  color: #fff !important; }

.ratio3by5 {
  padding-bottom: 60% !important; }

@media (max-width: 992px) {
  .js-menu-toggle, .col-mobile {
    display: none !important; }
  .searchResult {
    left: 14px !important; }
  .mew_mobi_bar {
    z-index: 999999 !important; }
  .notifix {
    display: none !important; }
  .menuprodfix {
    position: fixed;
    top: 80px;
    bottom: 50px; }
  .menuprodfix .menuprodfixgrid1 {
    max-height: calc(100vh - 100px); }
  body:not(:has(.js-close-slogan.open_slogan)) .menuprodfix {
    top: 50px; }
  .mew_mobi_bar .item {
    padding: 0 !important; }
  .mew_mobi_bar .item svg {
    max-width: 22px !important; }
  .mew_mobi_bar .item .tit {
    font-size: 11px !important;
    line-height: 20px; }
  .mew_mobi_bar .item .btn-cart-indicator {
    top: -1px !important;
    right: 3px !important; }
  .out-circle {
    bottom: 190px !important; }
  .fix-phone {
    bottom: 51px !important;
    right: 5px !important; } }

.option.browse-tags > span > select {
  height: 32px;
  border-radius: 6px;
  padding: 0 3px; }

.searchResult .result-item {
  background: #fff !important;
  border-bottom: 1px solid #dedede; }

.xemdiachi {
  font-size: 16px;
  background: #ffe5a4;
  border-radius: 10px; }
  .xemdiachi svg {
    fill: var(--mainColor); }
  .xemdiachi a {
    height: 40px; }

.miniappcute {
  text-decoration: underline;
  color: var(--mainColor); }
