.bar, .filter-bar, .sort-bar {
  background: rgba(0, 0, 0, 0.03);
  padding: 0.8125rem 1.25rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  color: #000;
}

.bar__label, .sort-bar__label, .filter-bar__label, .filter-group__header {
  color: #000;
  margin: 0 0.3125rem 0 0;
}

.sort-bar {
  display: inherit;
  padding: 0.8rem 1rem;
}

.filter-group__header {
  font-size: smaller;
  margin-bottom: 5px;
}

.filter-group {
  padding: 0px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.filter-group__checkbox {
  padding-left: 5px;
}

.pl-0 {
  padding-left: 0px;
}

.filter-bar__label {
  margin: 7px !important;
  width: 100%;
}

.sort-bar__label {
  margin-right: 1rem;
  margin-bottom: 8px;
  margin-top: 6px;
}

svg:not(:root) {
  overflow: hidden;
}

.shopee-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}

.filter-panel {
  flex: 0 0 11.875rem;
}

.products {
  background-color: gray;
  height: 90%;
}

.item-product {
  height: 300px;
  background-color: red;
}

.footer {
  display: none !important;
}

.col-xs-2-4 {
  flex-basis: 20%;
  max-width: 20%;
}

.product-search-item-result__item {
  margin: 6px 0;
  padding: 0px 8px 0px 8px;
}

.col-xs-2-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.product {
  text-decoration: none;
  color: #000;
  display: block;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  overflow: visible;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.6, 1), box-shadow 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.item-img {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.product .product-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  overflow: hidden;
  height: 120px;
}

.title {
  flex-grow: 1;
  min-height: 1.75rem;
}

.label-content {
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: inline;
  line-height: 14px;
  font-size: 1rem;
  position: absolute;
}

.price {
  padding: 0.5rem 0 0;
  display: flex;
  height: auto;
  align-items: center;
  overflow: hidden;
  margin-top: 10px;
}

.sale-off {
  color: #000;
  text-decoration: line-through;
  margin-right: 5px;
  max-width: 100%;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.current-sale {
  flex-grow: 1;
  flex-shrink: 0;
  color: #ee4d2d;
  max-width: calc(100% - 22px);
}

.currency {
  font-size: 1.35rem;
  color: #ee4d2d;
}

.price-sale {
  font-size: 1.4rem;
  color: #ee4d2d;
}

.wrap-label {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sales-count {
  color: #000;
  font-size: 1rem;
  line-height: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 0.25rem;
}

.location {
  margin-top: 0.5rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  min-height: 1em;
  text-align: left;
  font-weight: 200;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 6px;
}

.description {
  display: flex;
  align-items: center;
  height: 1.25rem;
  margin-top: 0.45rem;
  justify-content: space-between;
}

.ratings {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.product:hover {
  border: 1px solid #ee4d2d;
  z-index: 2;
  box-shadow: 0 0.0625rem 20px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-0.0625rem);
}

.form-check-label {
  font-size: smaller;
  font-weight: normal;
  color: #000;
  display: flex;
  align-content: center;
}
.form-check-label input[type=checkbox] {
  margin: 0px 6px 2px;
}

.btn-sort {
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid #eaeaea;
  margin-right: 4px;
}

.btn-sort:hover, .active-sort {
  background-color: rgba(23, 136, 14, 0.7803921569);
  color: white;
}

.select-price {
  border-radius: 4px;
  background-color: white !important;
  font-weight: normal;
  padding: 9px 30px 9px 10px;
  font-size: 12px;
}

.btn-filter-price {
  width: 80%;
  margin: 10px;
  padding: 8px;
  border-radius: 4px;
}

.filter-group__price {
  display: block;
  justify-content: center;
  text-align: center;
}

.filter-group {
  margin-top: 5px;
}

.filter-group__price_input {
  width: 40%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 2px;
  font-size: 12px;
  line-height: 24px;
}

input[type=text].filter-group__price_input {
  padding-left: 10px;
  color: black;
}

.mr-10 {
  margin-right: 10px;
}

.rating-star {
  display: inline-table;
  margin-bottom: 4px;
  padding: 2px;
}

.ratings-flex {
  display: grid;
}

.fa-star {
  padding: 2px;
}

.selected-star, .rating-star:hover {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(223, 130, 50, 0.1882352941);
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
}

.more {
  cursor: pointer;
  color: black;
  margin-left: 24px;
  font-size: 12px;
}

.hidden-categories {
  display: none;
}

.show-categories {
  display: block;
}

.discount {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.WVxeBE {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  font-weight: 400;
  line-height: 0.8125rem;
  color: #ee4d2d;
  text-transform: uppercase;
  font-size: 0.75rem;
}

._3NQO {
  width: 36px;
  height: 32px;
}

.NTmuqd {
  display: grid;
  box-sizing: border-box;
  position: relative;
  padding: 8px 0px 0px;
  font-weight: 700;
  background-color: rgba(255, 212, 36, 0.9);
}

.Th6IF {
  color: #fff;
}

.mlr-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.rating-star-review {
  display: inline-table;
}

.won {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 2px;
  padding-left: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::-moz-placeholder {
  padding-left: 4px;
}

::placeholder {
  padding-left: 4px;
}

.card-skeleton {
  background-color: rgba(221, 221, 221, 0);
  font-family: "@microsoft yahei light", sans-serif;
  overflow: hidden;
  margin: 6px 0;
  padding: 0px 8px 0px 8px;
}

.cover {
  height: 180px;
  overflow: hidden;
}

.cover img {
  display: block;
  width: 100%;
  opacity: 0.95;
}

/* add to img on load event */
.animate {
  animation: animate 1s ease;
}

@keyframes animate {
  from {
    transform: rotateX(20deg);
    opacity: 0;
  }
  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.content {
  position: relative;
  color: #333;
  margin-top: 8px;
}

.content small {
  display: block;
  margin: 8px 0;
  color: grey;
}

/* sleleton elements */
.skeleton {
  background: linear-gradient(90deg, hsl(210deg, 15%, 88%), hsl(210deg, 15%, 95%), hsl(210deg, 15%, 88%));
  background-size: 200%;
  animation: loader 2s infinite reverse;
}

h2.skeleton {
  width: 100%;
  height: 1em;
}

small.skeleton {
  height: 1rem;
  width: 4rem;
}

p.skeleton {
  height: 3em;
}

/* skeleton animation */
@keyframes loader {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 100% 0;
  }
}
.card-filter {
  width: 92%;
  background-color: rgba(221, 221, 221, 0);
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0px 14px 14px;
}

.skeleton-filter {
  background: linear-gradient(90deg, hsl(210deg, 15%, 88%), hsl(210deg, 15%, 95%), hsl(210deg, 15%, 88%));
  background-size: 200%;
  animation: loader 2s infinite reverse;
}

h2.skeleton-filter {
  width: 100%;
  height: 0.8em;
}

h2.top {
  height: 1.6em;
  border-radius: 8px;
}

small.skeleton-filter {
  height: 1rem;
  width: 4rem;
}

p.skeleton-filter {
  height: 3em;
}

.skeleton-sm.skeleton {
  height: 3.8rem;
  width: 6rem;
  margin-bottom: 0px;
  margin-left: 10px;
}

.skeleton-md.skeleton {
  height: 3.8rem;
  width: 14rem;
  margin-bottom: 0px;
  margin-left: 10px;
}

.official-shop {
  position: absolute;
  left: 0;
  top: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  max-width: 70%;
}

.LIaN-a.LIaN-a {
  height: 1.2rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.YeGYFd {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.9375rem;
  font-size: 0.5625rem;
  line-height: 0.6875rem;
  font-weight: 500;
  padding: 0 4px;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  background: currentColor;
  left: -0.1875rem;
}

.YeGYFd:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  border-top: 0.1875rem solid;
  border-left: 0.1875rem solid transparent;
  filter: brightness(60%);
}

.LIaN-a ._0aihnk {
  background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/1ea7594a0e6dbc0cdb8640b83a1079bb.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.25rem;
  position: relative;
  height: 80%;
}

.txt-result-key-word {
  margin-bottom: 0px;
  margin-top: 10px;
  color: black;
}

.key-word {
  font-weight: 700;
  color: rgba(23, 136, 14, 0.7803921569);
}

.not-allowed {
  cursor: not-allowed;
}

.show-mb {
  float: right;
  cursor: pointer;
  display: none;
}

.invisible {
  visibility: hidden;
}

.cart-shopping {
  top: 12%;
}

@media (max-width: 575.98px) {
  .sort-bar {
    display: inline-block !important;
  }
  .btn-sort {
    margin-top: 6px !important;
  }
  .select-price {
    margin-top: 5px;
  }
}
@media (max-width: 1199.98px) {
  .show-mb {
    display: block;
  }
  .filter-xl, .card-filter-xl {
    display: none;
  }
}
.menu {
  bottom: 0;
  background-color: #ffffff;
  right: 0;
  margin: 0;
  padding: 32px;
  position: fixed;
  top: 0;
  width: 288px;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s linear;
}

.menu--open {
  transform: translate3d(0, 0, 0);
  transition: right 0.2s ease-in-out;
  z-index: 99;
  opacity: 0.9;
  max-height: 100vh;
  overflow: auto;
  padding: 0px;
}
