.inline-block.footer {
  max-height: 90px;
}
.inline-block.payment {
  max-height: 45px;
}

@media (max-width: 479px) {
  .coupon-sep {
    overflow: hidden;
  }
  #couponModal .coupon-group {
    padding-bottom: 0 !important;
  }
}
.item-card .butn-add2cart {
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.item-card .butn-add2cart img {
  width: 24px;
  height: 24px;
}

.me-login {
  overflow: hidden;
  height: 28px;
  width: 28px;
}
.me-login img.me-ico {
  height: 28px !important;
  width: 28px !important;
}
.pgntn > li > a.disabled:hover {
  color: #000;
  background: #c0c0c0;
  cursor: default;
}

.pgntn > li > a.disabled {
  color: #000;
  background: #c0c0c0;
  cursor: default;
}

.icon-heart {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.icon-heart > .dec-heart {
  content: url(../img/icon/heart.svg);
  height: 100%;
  width: 100%;
  /* size: 100%; */
}
.icon-heart.active > .dec-heart {
  content: url(../img/icon/heart-active.svg);
  size: 100%;
}
/* .icon-heart {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("../img/icon/heart.svg");
}

.icon-heart.active {
  background-image: url(".../img/icon/heart-active.svg");
} */

.product-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.toggle-flt-bag {
  position: relative;
}
.cart-noti {
  background: black;
  position: absolute;
  border-radius: 50%;
  font-size: 8px;
  line-height: 1;
  left: 60%;
  top: 0;
}

.bag-remove {
  cursor: pointer;
}
select.form-style option {
  padding: 6px 8px !important;
}

.file-upload {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.file-upload-content {
  display: none;
}
.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.image-upload-wrap {
  background-color: #f9f9f9;
  position: relative;
  transition: 0.25s;
}
.image-dropping,
.image-upload-wrap:hover {
  background-color: #d0d0d0;
}
.image-title-wrap {
  color: #222;
}
.drag-text {
  text-align: center;
}
.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  padding: 15px 0;
}
.file-upload-image {
  max-height: 200px;
  max-width: 200px;
}
.remove-image {
  margin-top: 10px;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  border: none;
  padding: 10px;
  border-radius: 4px;
  transition: 0.2s;
  outline: 0;
  text-transform: uppercase;
}
.remove-image:hover {
  transition: 0.2s;
  cursor: pointer;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.remove-image:active {
  border: 0;
  transition: 0.2s;
}
.subscrib_email::placeholder {
  color: black !important;
}
.pdpa-text {
  word-break: break-word !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.pdpa-btn {
  white-space: nowrap !important;
}
.cookies-text {
  display: flex;
}
@media (max-width: 767px) {
  .cookies-text {
    display: block;
  }
  .pdpa-text {
    width: auto !important;
    -webkit-line-clamp: 2 !important;
  }
}
.content-brand + div > div {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.mobile-men-pos > a,
.mobile-men-pos > div > button a {
  font-size: 16px;
}
.header-snip {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-snip .font.th-2.s-13 {
  font-size: 16px;
}

.floating-social {
  position: fixed;
  right: 26px;
  bottom: 80px;
  z-index: 10;
}
.floating-social > div{
  transition: all 0.25s ease;
}
.floating-social  > div:hover {
  transform: scale(1.05);
}
.floating-social img {
  width: 60px;
}
@media (max-width: 991px) {
  .floating-social {
    right: 22px;
  }
  .floating-social img {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .floating-social img {
    width: 40px;
  }
  .floating-social {
    right: 14px;
  }
}

.slash:before{
  font-weight: 900;
}
.flt-targ .x48{
  width: 48px!important;
  cursor: pointer;
}
.fllt {width:48px}
.fllt .x48{
  width: 38px!important;
  cursor: pointer;
  margin: 0 auto;
}
.flt-targ{
  display: none;
}
.flt-targ.active{
  display: block;
}