@charset "UTF-8";
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans/static/NotoSans-Regular.ttf") format("woff");
}
@font-face {
  font-family: "Noto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans/static/NotoSans-Medium.ttf") format("woff");
}
@font-face {
  font-family: "Noto-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Noto_Sans/static/NotoSans-SemiBold.ttf") format("woff");
}
@font-face {
  font-family: "Noto-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto_Sans/static/NotoSans-Bold.ttf") format("woff");
}
body {
  font-family: "Noto", sans-serif !important;
  margin: 0;
  font-size: 15px;
  background: #f2f2f2;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  body .zalo-chat-widget iframe {
    bottom: 40px !important;
    right: -40px !important;
  }
}
body .container {
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: auto;
}
body .font-bold {
  font-family: "Noto-bold", sans-serif !important;
}
body .font-semi-bold {
  font-family: "Noto-SemiBold", sans-serif !important;
}

@media (min-width: 960px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .danhmuc {
    display: none;
  }
}
@media (max-width: 960px) {
  .danhmuc {
    width: 100%;
    height: 100%;
    display: none;
    background: #fff8f4;
    position: fixed;
    top: 100px;
    z-index: 102;
  }
  .danhmuc .category {
    height: calc(100vh - 68px);
    padding-top: 14px;
  }
  .danhmuc .category .sub-menu {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
    padding-left: 0;
  }
  .danhmuc .category .sub-menu li {
    list-style: none;
  }
  .danhmuc .category .sub-menu .menubottom .show_par {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    text-decoration: none;
    background: #fbfbfb;
    margin-bottom: 6px;
    font-size: 12px;
    text-align: center;
  }
  .danhmuc .category .sub-menu .menubottom .show_par .icon_plus {
    position: relative;
    z-index: 111;
    text-align: center;
    display: contents;
    font-size: 12px;
  }
  .danhmuc .category .sub-menu .menubottom .show_par .icon_plus img {
    display: block;
    margin: 0 auto;
  }
  .danhmuc .category .sub-menu .menubottom.active {
    border-left: 3px solid #f47a53;
  }
  .danhmuc .category .sub-menu .menubottom.active .icon_plus {
    color: #f47a53;
  }
  .danhmuc .category .sub-menu .menubottom.first .show_cat {
    top: 10%;
  }
  .danhmuc .category .sub-menu .menubottom.active .show_cat {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    right: 2px;
    top: 0;
    overflow-x: hidden;
  }
  .danhmuc .category .sub-menu .menubottom.active .show_cat .me-float {
    border-radius: 10px;
    flex-wrap: wrap;
    width: 280px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1;
    background: #fff;
    padding: 10px;
    display: inline-table;
  }
  .danhmuc .category .sub-menu .second.active .show_cat .me-float li:first-child {
    flex: 45% !important;
    padding: 5px 2px;
    border-radius: 8px;
    width: 45%;
  }
  .danhmuc .category .sub-menu .second.active .show_cat .me-float li {
    border-radius: 8px;
    padding: 5px 2px;
  }
  .danhmuc .category .sub-menu .second .show_cat li {
    background: #fff;
    flex: 100% !important;
    display: block;
  }
  .danhmuc .category .sub-menu .second .show_cat li div {
    display: block;
  }
  .danhmuc .category .sub-menu .second .show_cat li div img {
    height: 85px !important;
    margin: 0 auto;
    padding: 8px 2px;
    text-align: center;
    border-radius: 8px;
  }
  .danhmuc .category .sub-menu .second .show_cat li span {
    text-align: center;
    display: block;
    padding-left: 10px;
  }
  .danhmuc .category .sub-menu .second .show_cat .me-float {
    flex-wrap: unset;
  }
  .danhmuc .category .sub-menu .second .show_cat .me-float li:not(:first-child) {
    flex: 45% !important;
    padding: 8px 2px;
  }
  .danhmuc .category nav {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    height: 100%;
    padding-bottom: 3px;
  }
  .danhmuc .category .side-right {
    height: 100%;
    overflow-y: auto;
    border-radius: 12px;
  }
  .danhmuc.active {
    display: block;
  }
  .danhmuc.active ul.me-float {
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    border-radius: 12px;
    background: #ffffff;
  }
  .danhmuc.active ul.me-float li {
    display: block;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 14px;
    line-height: 14px;
    border-radius: 30px;
    text-align: left;
  }
  .danhmuc.active ul.me-float li img {
    padding-bottom: 10px;
    width: 100%;
  }
  .danhmuc.active ul.me-float li span {
    text-align: left;
    display: block;
    font-weight: 600;
  }
  .danhmuc.active ul.me-float li .me-float2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .danhmuc.active ul.me-float li .me-float2 li {
    flex-grow: 1;
    width: 45%;
    margin: 7px 4px;
  }
  .danhmuc.active ul.me-float li .me-float2 li a {
    display: block;
    background: #f5f5f7;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
  }
  .danhmuc.active .ul-child {
    padding-left: 20px !important;
  }
  .danhmuc.active .side-right a {
    padding: 10px 20px;
    display: block;
  }
  .danhmuc.active .show_cat.active ul.me-float {
    display: block;
  }
}
.fixed_top {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.bottom-header .top-header {
  background: #ecffc7;
}
.bottom-header .cate-btn {
  background: #f15928;
  border: 0;
  color: #0d0d0d;
  font-size: 14px;
  padding: 10px 0;
  width: 260px;
}
@media (max-width: 767px) {
  .bottom-header .cate-btn {
    width: 50% !important;
  }
}
.bottom-header .right-bottom a {
  color: #0d0d0d;
}
.bottom-header .right-bottom .shop select {
  border: 0;
  background: unset;
  color: #0d0d0d;
  outline: 0;
}

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

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .active {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.menu-store {
  background: #f15928;
}
.menu-store .box-header-bottom {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  position: relative;
}
.menu-store .img_home .img_pc {
  height: 40px;
  width: auto;
}
.menu-store .site-logo-mb {
  display: none;
}

.menu-store .menu_center {
  grid-gap: 20px;
  display: flex;
  align-items: center;
}

.menu-store .menu_center .select_city {
  padding: 5px 15px;
  background-color: #ffa366;
  position: relative;
  border-radius: 3px;
  height: 40px;
}

.menu-store .menu_center .select_city button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

.menu-store .menu_center .select_city span {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.menu-store .menu_center .select_city .click_drop {
  cursor: pointer;
}

.menu-store .menu_center .select_city .click_drop i {
  margin-left: 5px;
}

.menu-store .menu_center .select_city .list_location {
  padding: 10px;
  left: 0;
  top: 107%;
  border-radius: 4px;
  width: 270px;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.menu-store .menu_center .select_city .list_location p {
  font-weight: bold;
  text-align: center;
}

.menu-store .menu_center .select_city .list_location .list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.menu-store .menu_center .select_city .list_location .list a {
  display: block;
  line-height: 16px;
}

.menu-store .right_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-store .right_menu .box-member {
  border-right: 1px solid #ffffff;
  padding-right: 12px;
}
.menu-store .right_menu .box-love {
  border-right: 1px solid #ffffff;
  padding: 0 12px;
}

.menu-store .right_menu a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.menu-store .right_menu a .user-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.menu-store .right_menu a:last-child {
  padding-right: 0;
}

.menu-store .right_menu a span {
  font-family: "Noto-bold";
}

.menu-store .right_menu .hotline_menu {
  padding: 0 0 0 40px;
  background: url("../images/call.svg") left center no-repeat;
}

.menu-store .right_menu .hotline_menu span {
  display: block;
}

.menu-store .right_menu .address {
  padding: 0 0 0 30px;
  background: url("../images/store-w.svg") left center no-repeat;
  position: relative;
}

.menu-store .right_menu .cart_dd {
  background: url("../images/cart-w.svg") center no-repeat;
  display: flex;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  position: relative;
  margin-left: 12px;
}
.menu-store .right_menu .cart_dd span {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 24px;
  height: 24px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background: #e71313;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border: 2px solid #fff;
}
.menu-store .right_menu .box-like {
  position: relative;
}
.menu-store .right_menu .box-like span {
  position: absolute;
  left: 22px;
  top: -12px;
  width: 24px;
  height: 24px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background: #e71313;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border: 2px solid #fff;
}

.menu-store .right_menu .cart_dd span:nth-of-type(2) {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 6px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff6700;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
}

.menu-store .right_menu_mb {
  display: flex;
  align-items: center;
}

.menu-store .right_menu_mb .cart_dd {
  display: block;
  padding: 7px 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
}

.menu-store .right_menu_mb #page {
  padding: 0 10px 0 20px;
}

.menu-store .right_menu .member-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
}

.menu-store .title-mb {
  display: none !important;
}

.scrollToTop {
  display: none;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  text-align: center;
  position: fixed !important;
  bottom: -60px !important;
  right: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background: #ff6700 !important;
  background-size: auto !important;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.8s ease;
}
.scrollToTop.active {
  bottom: 190px !important;
}

.sticky {
  position: relative;
  display: block;
}

#page {
  opacity: 6;
}

a {
  color: #444;
}

a:hover {
  text-decoration: none;
  color: #f60;
}

.clear {
  clear: both;
}

.clear:before {
  content: " ";
  display: table;
}

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.banners-home {
  margin-bottom: 10px;
}

.full {
  height: 100%;
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 4;
  display: none;
  top: 0;
  left: 0;
}

.wrapper-popup {
  width: 300px;
  position: absolute;
  right: 40px;
  top: 110px;
  display: none;
  background: #fff;
  z-index: 1111111;
  padding: 15px 20px;
  box-shadow: 0px 1px 4px 1px #999;
}

.wrapper-popup-2 {
  width: 920px;
  position: fixed;
  border-radius: 5px;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.sale_cat {
  float: right;
  padding-top: 6px;
}

a {
  text-decoration: none;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

p {
  margin: 0;
}

.menu-show-click {
  max-width: 260px;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.menu-show-click .layout-hotline {
  margin-top: 40px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 30px 0;
  padding-bottom: 20px;
}
.pagination a,
.pagination font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.pagination a i,
.pagination font i {
  font-size: 20px;
}
.pagination a:hover,
.pagination font:hover {
  background: #f15928;
  color: #fff;
}
.pagination .current {
  background: #f15928;
  color: #fff;
}

.type-product a {
  color: #fff;
  padding: 11px 25px;
  font-size: 12px;
}
.type-product .active {
  background: #8bd000;
  border-radius: 100px;
  color: #ffffff;
}

.label_error {
  font-size: 12px;
  color: red;
}

.popup_block .popup_cart_consume {
  background: #fff;
  width: 430px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 16px;
  position: absolute;
  right: 15%;
  top: 140%;
  border-radius: 8px;
}
.popup_block .popup_cart_consume .popup-item {
  display: flex;
  gap: 20px;
  margin: 16px 0;
}
.popup_block .popup_cart_consume .popup-item .image img {
  max-width: 100%;
  height: auto;
  max-width: 70px;
}
.popup_block .popup_cart_consume .popup-item .detail .prd_name {
  color: #000000;
  font-size: 14px;
}
.popup_block .popup_cart_consume .popup-item .detail .color_name {
  font-size: 12px;
  margin: 12px 0;
}
.popup_block .popup_cart_consume .popup-item .detail .price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_block .popup_cart_consume .popup-item .detail .price_box .left {
  display: flex;
  gap: 10px;
}
.popup_block .popup_cart_consume .popup-item .detail .price_box .left .price {
  font-size: 16px;
  color: #f15928;
}
.popup_block .popup_cart_consume .popup-item .detail .price_box .left .price_old {
  color: #a3a3a3;
  text-decoration: line-through;
}
.popup_block .popup_cart_consume .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.popup_block .popup_cart_consume .bottom .btn-buy {
  background: #f15928;
  border-radius: 8px;
  width: 100%;
  padding: 8.75px 0;
  text-align: center;
  color: #fff;
}

.grid-members {
  display: grid;
  grid-template-columns: 500px 1fr;
  background: #fff;
  border-radius: 10px;
  padding: 16px 12px;
  margin: 8px 0;
}
.grid-members #memberModal {
  background: #fafafa;
  padding: 40px;
}
.grid-members .grid-item .image-login {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.grid-members .form-control {
  padding: 8px 16px;
  height: 48px;
  border-radius: 4px;
  border-color: #f5f5f5;
  color: inherit;
  font-size: inherit;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(214, 61, 0, 0);
}
.grid-members .form-control::-moz-placeholder {
  color: #a3a3a3;
}
.grid-members .form-control::placeholder {
  color: #a3a3a3;
}
.grid-members .form-control:focus {
  border-color: #d53c00;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(214, 61, 0, 0.6);
}
.grid-members .form-control.form-otp {
  background: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 0;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 32px;
  height: 58px;
  padding: 2px;
  -moz-appearance: textfield;
}
.grid-members .form-control.form-otp.active, .grid-members .form-control.form-otp:focus {
  border-color: #d53c00;
}
.grid-members .form-control.form-otp::-webkit-inner-spin-button, .grid-members .form-control.form-otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.grid-members .form-submit {
  padding: 8px 16px;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  background: rgba(214, 61, 0, 0.4);
}
.grid-members .form-submit:hover {
  background: rgb(214, 61, 0);
}
.grid-members .wrap {
  color: #a3a3a3;
}
.grid-members .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.grid-members .wrap span {
  background: #fafafa;
  padding: 0 16px;
  z-index: 1;
}
.grid-members .btn-log-with {
  height: 48px;
  border-radius: 4px;
  background: #f5f5f5;
}
.grid-members .btn-log-with:hover {
  color: #fff;
  background: #d53c00;
}
.grid-members .text-red {
  color: #d53c00;
}
.grid-members .text-blue {
  color: #2476ff;
}
.grid-members .text-gray {
  color: #3b3b3b;
}
.grid-members .text-black {
  color: #000;
}
.grid-members .label_error {
  margin-top: 10px;
  font-size: 12px;
  color: red;
}

.toggle-password {
  position: absolute;
  right: 1rem;
}

@media (max-width: 767px) {
  .box-member img {
    border-radius: 50%;
    height: 45px !important;
  }
  #footer {
    padding-bottom: 80px;
  }
  .popup_cart_consume {
    right: 8% !important;
    top: 100px !important;
    width: unset !important;
    z-index: 2;
    position: fixed !important;
  }
  .top-header {
    background: #f15928;
  }
  .header-top-mobile {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 8px 15px;
    gap: 5px;
  }
  .header-top-mobile .type-product-mobile a {
    font-size: 12px !important;
    color: #fff !important;
  }
  .header-top-mobile .type-product-mobile .active {
    color: #b5ee41 !important;
    border-bottom: 1px solid #8bd000;
  }
  .header-top-mobile .shop select {
    font-size: 12px;
    background: unset;
    border: 0;
    color: #ffffff;
  }
  .header-top-mobile .shop select:focus {
    outline: 0;
  }
  .header-top-mobile .right_menu {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-top-mobile .right_menu .member-btn .user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .header-top-mobile .right_menu .box-like {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-top-mobile .right_menu .box-like span {
    position: absolute;
    right: -7px;
    top: -10px;
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    background: #e71313;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border: 2px solid #fff;
  }
  .header-top-mobile .right_menu .cart_dd {
    background: url("../images/cart-w.svg") center no-repeat;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
  }
  .header-top-mobile .right_menu .cart_dd span {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    background: #e71313;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border: 2px solid #fff;
  }
  .bottom-header-mb {
    background: #f47a53;
    padding: 8px 15px;
  }
  .bottom-header-mb .layout-header-bottom .cate-btn {
    background: #f15928;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
  }
  .bottom-header-mb .layout-header-bottom .news {
    justify-content: center;
  }
  .bottom-header-mb .layout-header-bottom .news a {
    font-size: 12px;
    color: #ffffff;
  }
  .bottom-header-mb .layout-header-bottom .menu_center {
    width: 100%;
  }
  .menu-show-click {
    max-width: 100%;
  }
  .layout-hotline {
    margin-top: 20px !important;
    padding: 15px !important;
  }
  .layout-hotline .hotline p,
  .layout-hotline .order p,
  .layout-hotline .transport p {
    font-size: 12px !important;
  }
  .layout-hotline .hotline span,
  .layout-hotline .order span,
  .layout-hotline .transport span {
    font-size: 12px !important;
  }
  .box-banner-home {
    display: none;
  }
}
.flash-message-container {
  background: rgba(0, 0, 0, 0);
  display: none;
  z-index: 1056;
}
.flash-message-container#msgModal {
  background: rgba(0, 0, 0, 0.3);
}
.flash-message-container .flash-message {
  border-radius: 4px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
  width: 320px;
}
.flash-message-container .flash-message.success, .flash-message-container .flash-message.alert {
  background: #ebf6e6;
  color: #2a7500;
}
.flash-message-container .flash-message.success .svg-success, .flash-message-container .flash-message.alert .svg-success {
  display: inline-block;
}
.flash-message-container .flash-message.success .svg-error, .flash-message-container .flash-message.alert .svg-error {
  display: none;
}
.flash-message-container .flash-message.error {
  background: #fbece6;
  color: #d53c00;
}
.flash-message-container .flash-message.error .svg-success {
  display: none;
}
.flash-message-container .flash-message.error .svg-error {
  display: inline-block;
}

#memberModal .modal-dialog {
  max-width: 800px;
}
#memberModal .modal-content {
  border-radius: 4px;
}
#memberModal .d-grid {
  grid-template-columns: 2fr 1fr;
}
#memberModal .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
  opacity: 1;
  background-color: #fff;
  border-radius: 100%;
  color: inherit;
  padding: 0;
  transition: 0.15s ease-in-out;
}
#memberModal .btn-close:hover {
  background-color: #d53c00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
#memberModal .grid-banner {
  background: #fbece6;
  color: #e37c54;
  border-radius: 0 4px 4px 0;
}
#memberModal .grid-content {
  border-radius: 4px 0 0 4px;
}
#memberModal .form-control {
  padding: 8px 16px;
  height: 48px;
  border-radius: 4px;
  border-color: #f5f5f5;
  color: inherit;
  font-size: inherit;
  background: #f5f5f5;
  box-shadow: 0px 0px 6px 0px rgba(214, 61, 0, 0);
}
#memberModal .form-control::-moz-placeholder {
  color: #a3a3a3;
}
#memberModal .form-control::placeholder {
  color: #a3a3a3;
}
#memberModal .form-control:focus {
  border-color: #d53c00;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(214, 61, 0, 0.6);
}
#memberModal .form-control.form-otp {
  background: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 0;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 32px;
  height: 58px;
  padding: 2px;
  -moz-appearance: textfield;
}
#memberModal .form-control.form-otp.active, #memberModal .form-control.form-otp:focus {
  border-color: #d53c00;
}
#memberModal .form-control.form-otp::-webkit-inner-spin-button, #memberModal .form-control.form-otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#memberModal .form-submit {
  padding: 8px 16px;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  background: rgba(214, 61, 0, 0.4);
}
#memberModal .form-submit:hover {
  background: rgb(214, 61, 0);
}
#memberModal .wrap {
  color: #a3a3a3;
}
#memberModal .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
#memberModal .wrap span {
  background: #fafafa;
  padding: 0 16px;
  z-index: 1;
}
#memberModal .btn-log-with {
  height: 48px;
  border-radius: 4px;
  background: #f5f5f5;
}
#memberModal .btn-log-with:hover {
  color: #fff;
  background: #d53c00;
}
#memberModal .text-red {
  color: #d53c00;
}
#memberModal .text-blue {
  color: #2476ff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .type-product a {
    font-size: 11px !important;
  }
}
.bottom-menu-mobile {
  z-index: 2000000055;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 5px #888;
}
.bottom-menu-mobile ul {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-count: 5;
       column-count: 5;
  margin-bottom: 0;
}
.bottom-menu-mobile ul li {
  padding: 16px 0;
  text-align: center;
}
.bottom-menu-mobile ul li a {
  background: #fff;
  text-align: center;
  display: block;
}
.bottom-menu-mobile ul li a img {
  margin: 0 auto;
  display: block;
  height: 22px;
}
.bottom-menu-mobile ul li a span {
  white-space: nowrap;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-top: 8px;
}

.bottom-menu-mobile {
  z-index: 2000000055;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 5px #888;
}
.bottom-menu-mobile ul {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-count: 5;
       column-count: 5;
  margin-bottom: 0;
}
.bottom-menu-mobile ul li {
  padding: 16px 0;
  text-align: center;
  list-style: none;
}
.bottom-menu-mobile ul li svg {
  max-width: 20px;
  height: 20px;
}
.bottom-menu-mobile ul li a {
  background: #fff;
  text-align: center;
  display: block;
}
.bottom-menu-mobile ul li a img {
  margin: 0 auto;
  display: block;
  height: 22px;
}
.bottom-menu-mobile ul li a span {
  white-space: nowrap;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-top: 8px;
}

.hidden-md {
  display: none;
}

@media (max-width: 960px) {
  .hidden-md {
    display: block !important;
  }
}
.list-color-item .color-item .shadow-span {
  box-shadow: 1px 1px 0 0 #a3a3a3;
}
.list-color-item .active .shadow-span {
  box-shadow: none;
}

.list-color-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.list-color-item .color-item {
  border-radius: 100%;
  display: block;
}
.list-color-item .color-item img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-color-item .color-item .color-span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.list-color-item .color-item .shadow-span {
  box-shadow: 1px 1px 0 0 #a3a3a3;
}
.list-color-item .active {
  border: solid 2px #f15928;
}
.list-color-item .active .shadow-span {
  box-shadow: none;
}

div#moby-overlay1 {
  opacity: 0.5 !important;
}

.prd_list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.prd_list_item .prd_item {
  display: block;
  position: relative;
  width: calc((100% - 36px) / 4);
  border-radius: 8px;
  background: #fff;
}
.prd_list_item .prd_item .img_prd {
  padding: 8px;
  transition: ease-in-out 0.3s;
  position: relative;
}
.prd_list_item .prd_item .img_prd img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
}
.prd_list_item .prd_item .img_prd .img_discount {
  position: absolute;
  z-index: 1;
  bottom: 3px;
  right: 16px;
  width: 43px;
  height: 43px;
}
.prd_list_item .prd_item .bottom {
  padding: 12px;
}
.prd_list_item .prd_item .bottom .title_prd {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  line-height: normal;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prd_list_item .prd_item .bottom .func {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.prd_list_item .prd_item .bottom .func .left {
  height: 35px;
}
.prd_list_item .prd_item .bottom .func .left p {
  margin-bottom: 0;
}
.prd_list_item .prd_item .bottom .func .left .price {
  font-size: 16px;
  font-weight: 700;
  color: #f15928;
}
.prd_list_item .prd_item .bottom .func .left .price u {
  font-size: 12px;
}
.prd_list_item .prd_item .bottom .func .left del {
  color: #a3a3a3;
}
.prd_list_item .prd_item .bottom .func .left del .price_old {
  color: #a3a3a3;
  font-size: 12px;
}
.prd_list_item .prd_item .bottom .func .addCart {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 36px;
  height: 36px;
  background: #feeeea;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  z-index: 9;
  padding: 0;
  border: none;
}
.prd_list_item .prd_item .bottom .func .addCart:hover {
  background: #f15928;
}
.prd_list_item .prd_item .bottom .func .addCart:hover svg g path {
  stroke: #fff;
}
.prd_list_item .prd_item .bottom .list-color-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.prd_list_item .prd_item .bottom .list-color-item .color-item {
  display: block;
  border-radius: 100%;
}
.prd_list_item .prd_item .bottom .list-color-item .color-item img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.prd_list_item .prd_item .bottom .list-color-item .color-item .color-span {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.prd_list_item .prd_item .bottom .list-color-item .active {
  border: solid 2px #f15928;
}
.prd_list_item .prd_item .discount {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #f15928;
  border-radius: 12px;
  padding: 3px 8px;
}
.prd_list_item .prd_item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.prd_list_item .prd_item:hover .img_prd {
  padding: 0;
  transition: ease-in-out 0.3s;
}
.prd_list_item .prd_item:hover .img_prd .img-prd {
  height: 386px;
  transition: ease-in-out 0.3s;
}

.hover-menu-consume {
  margin-top: 4px;
}
.hover-menu-consume .menu-click.for-click-consume {
  display: none;
}

.hover-menu-fashion {
  margin-top: 4px;
}
.hover-menu-fashion .menu-click.for-click-fashion {
  display: none;
}

#cartModal .modal-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
#cartModal .modal-header h5 {
  margin: auto;
}
#cartModal .modal-content {
  width: 100%;
  max-width: 400px;
}
#cartModal #html_cart .prd_item {
  display: flex;
  gap: 12px;
}
#cartModal #html_cart .prd_item .img_prd {
  width: 100%;
  max-width: 100px;
  height: auto;
}
#cartModal #html_cart .prd_item .img_prd img {
  border-radius: 6px;
}
#cartModal #html_cart .prd_item .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: calc(100% - 100px - 12px);
}
#cartModal #html_cart .prd_item .bottom .title_prd {
  font-size: 16px;
  color: #000;
}
#cartModal #html_cart .prd_item .bottom .func .price {
  font-size: 18px;
  font-weight: 700;
  color: #db000e;
}
#cartModal #html_cart .prd_item .bottom .func del {
  color: #a3a3a3;
  font-size: 12px;
}
#cartModal #html_cart .color-name,
#cartModal #html_cart .title_size {
  margin: 16px 0;
  color: #000;
  font-weight: 600;
}
#cartModal #html_cart .section-color {
  margin-bottom: 20px;
}
#cartModal #html_cart .section-color .color-name {
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
  text-transform: capitalize;
}
#cartModal #html_cart .section-color .list-color-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#cartModal #html_cart .section-color .list-color-item .color-item {
  display: block;
  border-radius: 100%;
}
#cartModal #html_cart .section-color .list-color-item .color-item img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cartModal #html_cart .section-color .list-color-item .color-item .color-span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
#cartModal #html_cart .section-color .list-color-item .active {
  border: solid 2px #f15928;
}
#cartModal #html_cart .section-color .list-color-item .active img,
#cartModal #html_cart .section-color .list-color-item .active .color-span {
  width: 32px;
  height: 32px;
  padding: 2px;
}
#cartModal #html_cart .list-size-item {
  display: flex;
  gap: 10px;
}
#cartModal #html_cart .list-size-item .size_item {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  color: #000;
  text-align: center;
  position: relative;
}
#cartModal #html_cart .list-size-item .active {
  background: #f15928;
  border: 1px solid #f15928;
  color: #fff;
}
#cartModal #html_cart .list-size-item .disable {
  color: #dedede;
  pointer-events: none;
}
#cartModal #html_cart .list-size-item .disable::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cartModal #html_cart .section-cart .top-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
#cartModal #html_cart .section-cart .top-price .total {
  display: flex;
  flex-direction: column;
}
#cartModal #html_cart .section-cart .top-price .total span {
  font-size: 16px;
  color: #000;
}
#cartModal #html_cart .section-cart .top-price .total .total-price {
  font-weight: 700;
  color: #db000e;
}
#cartModal #html_cart .section-cart .quantity-box {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 48px;
}
#cartModal #html_cart .section-cart .quantity-box .title {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #757575;
}
#cartModal #html_cart .section-cart .quantity-box .count-number {
  display: flex;
  align-items: center;
  border: solid 1px #dedede;
  border-radius: 8px;
}
#cartModal #html_cart .section-cart .quantity-box .count-number .toggle-quantity button {
  border: none;
  background: none;
  padding: 18px 10px;
}
#cartModal #html_cart .section-cart .quantity-box .count-number input {
  width: 50px;
  height: 48px;
  border: none;
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 600;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
}
#cartModal #html_cart .section-cart .quantity-box .count-number input:focus, #cartModal #html_cart .section-cart .quantity-box .count-number input:focus-visible {
  outline: none;
  box-shadow: none;
}
#cartModal #html_cart .section-cart .quantity-box .count-number input[type=number]::-webkit-inner-spin-button,
#cartModal #html_cart .section-cart .quantity-box .count-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#cartModal #html_cart .section-cart .quantity-box .count-number input[type=number] {
  -moz-appearance: textfield;
}
#cartModal #html_cart .section-cart .box-add-cart {
  width: 100%;
}
#cartModal #html_cart .section-cart .box-add-cart .addCart {
  display: none;
  background: #f15928;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
#cartModal #html_cart .section-cart .box-add-cart .addCart .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#cartModal #html_cart .section-cart .box-add-cart .active {
  display: flex;
  justify-content: center;
}
#cartModal #html_cart .section-cart .box-buy-now .buyNow {
  display: none;
  background: #fff;
  border-radius: 8px;
  color: #f15928;
  border: solid 1px #f15928;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  cursor: pointer;
}
#cartModal #html_cart .section-cart .box-buy-now .active {
  display: flex;
}

@keyframes shake {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(-5px, -5px) rotate(-5deg);
  }
  20% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  30% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  40% {
    transform: translate(5px, -5px) rotate(5deg);
  }
  50% {
    transform: translate(-5px, -5px) rotate(-5deg);
  }
  60% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  70% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  80% {
    transform: translate(5px, -5px) rotate(5deg);
  }
  90% {
    transform: translate(-5px, -5px) rotate(-5deg);
  }
}
.shake {
  animation: shake 0.75s ease-in-out; /* Giảm thời gian xuống 0.75 giây */
}

.layout-product .box-hover {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.layout-product .box-hover .layout-percent .discount-percent {
  z-index: 10;
  top: 8px;
  left: 8px;
  background: #f15928;
  border-radius: 100px;
  padding: 4px;
  color: #fff;
  font-size: 11px;
}
.layout-product .box-hover .box-img {
  padding: 8px;
}
.layout-product .box-hover .box-img .img_sub {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  transition: transform 0.5s;
  height: auto !important;
  max-height: 100% !important;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-product .box-hover .name-prd {
  margin-top: 8px;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  padding: 0 8px;
  height: 35px;
}
.layout-product .box-hover .price-cart {
  padding: 8px;
}
.layout-product .box-hover .price-cart .price-layout {
  height: 42px;
}
.layout-product .box-hover .price-cart .price {
  font-size: 16px;
  color: #f15928;
  font-weight: bold;
}
.layout-product .box-hover .price-cart del {
  color: #a3a3a3;
  font-size: 12px;
}
.layout-product .box-hover .price-cart .price-old {
  font-size: 12px;
  color: #a3a3a3;
}
.layout-product .box-hover .price-cart .add-cart {
  background: #feeeea;
  border-radius: 100%;
  z-index: 9;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7px;
}
.layout-product .box-hover .price-cart .add-cart:hover {
  background: #f15928;
}
.layout-product .box-hover .price-cart .add-cart:hover svg path {
  stroke: #fff;
}
.layout-product .box-hover:hover .box-img {
  overflow: hidden;
}
.layout-product .box-hover:hover .box-img .img_sub {
  transform: scale(1.1);
  transition: all 0.5s;
}

.add_cart_consume {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 36px;
  height: 36px;
  background: #feeeea;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  z-index: 9;
  padding: 0;
  border: none;
}
.add_cart_consume:hover {
  background: #93d600;
}
.add_cart_consume:hover svg g path {
  stroke: #fff;
}
.add_cart_consume:hover .quantity_prd {
  color: #000;
}
.add_cart_consume .quantity_prd {
  color: #f15928;
  font-weight: 700;
}

.quantity_cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  padding: 8px;
  transition: ease-in-out 0.15s;
}
.quantity_cart.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.quantity_cart .count-number {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #e6ffd5;
  padding: 0 5px;
}
.quantity_cart .count-number .toggle-quantity button {
  border: none;
  background: none;
  height: 35px;
  width: 35px;
  background: #93d600;
  border-radius: 100%;
}
.quantity_cart .count-number input {
  width: 100%;
  height: 42px;
  border: none;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  background: none;
}
.quantity_cart .count-number input:focus, .quantity_cart .count-number input:focus-visible {
  outline: none;
  box-shadow: none;
}
.quantity_cart .count-number input[type=number]::-webkit-inner-spin-button,
.quantity_cart .count-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity_cart .count-number input[type=number] {
  -moz-appearance: textfield;
}

.box-tags {
  margin-top: 20px;
}/*# sourceMappingURL=main.css.map */