body {
  background-color: white;
  margin: 0;
  border: 0;
  font-family: "Prompt", serif;
  font-size: 18px;
  color: black;
  font-weight: 300;
}

img {
  width: 100%;
}

.form-check-input:focus {
  box-shadow: none;
}
.form-control::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.form-check-input:checked ,
  .customcheckboxround input:checked~.checkmark {
  background-color: #0d578b !important;
  border-color: #0d578b !important;
}


input,
.form-control,
.form-select,
select {
  border-radius: 0;
  border: 1px #5d5d5d solid;
  padding: 0.375rem 0.75rem;
}
.form-check-input[type="radio"],
.form-check-input[type="checkbox"] {
  padding: 0;
  width: 22px;
  height: 22px;
}

.prev-icon,
.next-icon {
  cursor: pointer;
}
/* color */

.black {
  color: black !important;
}
.white {
  color: white;
}
.blue {
  color: #0d578b !important;
}
.purple {
  color: #2e368f;
}
.hotpink {
  color: #e93b71;
}
.yellow {
  color: #ffc800;
}
.red {
  color: #c10000;
}
.lightred {
  color: #e13131;
}
.darkgray {
  color: #5d5d5d;
}
.BG-lightred {
  background-color: #e13131;
}
.BG-white {
  background-color: white;
}
.BG-lightblue {
  background-color: #53a3db;
}
.BG-yellow {
  background-color: #ffc800;
}
.BG-blue {
  background-color: #0d578b;
}

.BG-hotpink {
  background-color: #e93b71;
}
.BG-lightgray {
  background-color: #f6f6f6;
}

/* Scroll Bar */
::-webkit-scrollbar {
  width: 7px;
  padding: 1rem;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
}
::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
::-webkit-scrollbar-thumb:hover {
  background: #858585;
}

.fullmenu.left100 {
  left: -140%;
}

/* Privacy Policy */
.privacy-policy {
  display: flex;
  padding: 0 0 1rem 0;
}
.privacy-policy label {
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
}
.privacy-policy label span {
  font-size: 14px;
  font-weight: 200;
  text-decoration: underline;
}
.privacy-policy .modal .btn-close {
  background-color: unset;
  border-radius: 55px;
  width: 40px;
  height: 40px;
  margin: 0;
}
.privacy-policy .modal .btn-close:hover {
  background-color: white;
}
.privacy-policy .modal .modal-footer {
  justify-content: center;
}

.privacy-policy .modal-footer .btn {
  font-weight: 400;
  color: white;
  background-color: #0d578b;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 195px;
  height: 40px;
  margin: 0.25rem;
}
.privacy-policy .modal .btn-close {
  width: 1em;
  height: 1em;
  background-color: unset;
}
/* PDPA Pop-up*/
.PDPA .PDPA-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 3rem;
  background: rgba(0, 0, 0, 0.836);
  color: #ffffff;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  gap: 1rem;
  opacity: 1;
  visibility: visible;
  text-align: center;
  width: 100%;
}
.PDPA .PDPA-container.hide {
  opacity: 0;
  visibility: hidden;
}
.PDPA .PDPA-container a {
  font-size: 15px;
  font-weight: 400;
}
.PDPA .PDPA-container a:hover {
  transition: 0.3s ease-in-out;
}
.PDPA .PDPA-container .PDPA-text,
.PDPA .PDPA-container .PDPA-text a {
  font-size: 15px;
  font-weight: 300;
  color: white;
  margin-top: 1rem;
}
.PDPA .PDPA-container .PDPA-text a {
  color: #f3c527;
}
.PDPA .PDPA-container .agree {
  text-align: center;
}
.PDPA .agree button {
  background: #f3c527;
  color: black;
  border: 1px #f3c527 solid;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
  border-radius: 20px;
  font-size: 1rem;
  font-size: 15px;
}
.PDPA .agree button:hover {
  background: #f3c32700;
  transition: 0.3s ease-in-out;
  color: #f3c527;
}

.home-bestseller {
  padding: 4rem 0;
}
.recommended-pd {
  padding: 4rem 0;
}
.home-blog {
  padding: 4rem 0;
}

.home-lifestyle {
  padding: 2% 0;
}
.home-flashsale {
  padding: 2% 0 3% 0;
}

/* POP UP */
.popup .popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.26);
  color: #ffffff;
  position: fixed;
  z-index: 1020;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-container.hide {
  display: none;
}

.popup .popup-container a:hover {
  transition: 0.3s ease-in-out;
}
.popup .popup-container .pad {
  width: 700px;
}
.popup .slide-popup .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .slide-popup .item img {
  width: auto;
  border-radius: 9px 9px 0 0;
}
.popup .slide-popup .item .close-btn {
  position: absolute;
  top: 0.75rem;
  right: 4rem;
  cursor: pointer;
}
.popup .slide-popup .item .close-btn i {
  font-size: 24px;
  color: black;
}
.popup .slide-popup .item .tab {
  display: flex;
  border-radius: 0 0 9px 9px;
  align-items: center;
}
.popup .slide-popup .item .tab .box {
  width: 100%;
  text-align: center;
  cursor: pointer;

  padding: 0.75rem 0;
  border-radius: 0 0 9px 0;
}
.popup .slide-popup .item .tab .box.left {
  border-right: 1px #d9d9d9 solid;
  border-radius: 0 0 0 9px;
}
.popup .slide-popup .item .tab .box.one-btn {
  border-radius: 0 0 9px 9px;
}
.popup .slide-popup .item .tab .box a {
  color: white !important;
}

.slide-popup .owl-dots .owl-dot.active span,
.slide-popup .owl-dots .owl-dot:hover span {
  background: #00b050;
}
.slide-popup .owl-dots .owl-dot span {
  background: white;
}
.slide-popup .owl-nav button.owl-next {
  position: absolute;
  top: 3rem;
  right: 8%;
  width: 50px;
  height: 70%;
}
.slide-popup .owl-nav button.owl-prev {
  position: absolute;
  top: 3rem;
  left: 8%;
  width: 50px;
  height: 70%;
}
.slide-popup .owl-nav button.owl-next i,
.slide-popup .owl-nav button.owl-prev i {
  font-size: 20px;
  color: black;
}

/* Breadcrumb */
.breadcrumb {
  margin: 1rem 0;
}
.breadcrumb .menu-link {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 100%;
}
.breadcrumb .menu-link a,
.breadcrumb .menu-link .detail {
  font-size: 14px;
  color: black;
  text-decoration: none;
  padding: 0 0.5%;
}

.breadcrumb .menu-link i {
  font-size: 16px;
}
.breadcrumb .menu-link i:hover,
.breadcrumb .menu-link a:hover,
.breadcrumb .menu-link .detail:hover {
  transition: 0.3s ease;
  color: #0d578b;
}

/* ---------------TEXT BUTTON VIDEO IN BANNER---------------- */
.banner-lg,
.banner-sm {
  position: relative;
  margin-bottom: 10px;
}
.textbox .inner,
.buttonbox .inner,
.videobox .inner {
  width: 1300px;
  display: flex;
  justify-content: space-around;
}

/* ------TEXT------ */

/* banner height:600px */
.banner-lg .textbox {
  width: 100%;
  position: absolute;
  top: 33%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* banner height:350px */
.banner-sm .textbox {
  width: 100%;
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.productdt-nutrient .content-img .textbox .inner .box {
  width: auto;
}

.banner-lg .textbox .inner .box,
.banner-sm .textbox .inner .box {
  width: 33.33%;
  /*   height: 13vh;
  overflow: hidden; */
}

/* ------BUTTON------ */
.banner-lg .buttonbox .inner .button,
.banner-sm .buttonbox .inner .button {
  width: 33.33%;
  display: flex;
  justify-content: center;
}
.banner-lg .buttonbox .inner .button button,
.banner-sm .buttonbox .inner .button button {
  font-size: 20px;
  border-radius: 50px;
  border: none;
  width: 10.16vw;
  height: 2.65vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px #00000070;
}
.banner-lg .buttonbox .inner .button button:hover,
.banner-sm .buttonbox .inner .button button:hover {
  transform: scale(1.08);
  transition: 0.3s ease-in-out;
}
.banner-lg .buttonbox,
.banner-sm .buttonbox {
  width: 100%;
  position: absolute;
  top: 65%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* ------VIDEO------ */
.banner-lg .videobox {
  width: 100%;
  position: absolute;
  top: 24%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* banner height:350px */
.banner-sm .videobox {
  width: 100%;
  position: absolute;
  top: 12%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.banner-lg .videobox .inner .box,
.banner-sm .videobox .inner .box {
  width: 22.5vw;
  height: 14vw;
  background-color: rgba(30, 255, 0, 0.281);
}

/* ---------------------HOME INTRO---------------------- */
.home-intro {
  padding: 4rem 0 2rem 0;
}
.home-intro .title-img img {
  width: 225px;
}
.home-intro .img,
.home-intro .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* ---------------------HOME PRODUCT (WATERDOC)---------------------- */
.home-product-img {
  /* background-image: url(../images/home-product--mg-BG.png); */
  background-size: contain;
  background-repeat: no-repeat;
}
.slide-home-product-img .item a {
  position: relative;
}
.slide-home-product-img .item .img-overflow {
  overflow: hidden;
}
.slide-home-product-img .item .img-overflow,
.slide-home-product-img .item .img-overflow img {
  border-radius: 15px 15px 0 0;
}
.slide-home-product-img .item:hover img {
  transform: scale(1.08);
  transition: 0.3s ease-in-out;
}
.home-product-img .pad {
  height: 49vw;
  display: flex;
  align-items: center;
  padding: 0 6vw;
}
.slide-home-product-img .item .item-title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  background: white;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 0 0 15px 15px;
}

.slide-home-product-img .item .gradient-black::after {
  background: rgb(0, 212, 255);
  background: linear-gradient(
    180deg,
    rgba(0, 212, 255, 0) 0%,
    rgb(0 0 0 / 75%) 95%,
    rgb(0 0 0 / 75%) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  content: "";
}

.slide-home-product-img .owl-nav i {
  font-size: 28px;
  color: white;
}
.slide-home-product-img .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 40%;
}
.slide-home-product-img .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 40%;
}
/* ---------------------HOME SOCIALMEDIA---------------------- */
.home-socialmedia .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 28px;
  font-weight: 500;
}
.home-socialmedia .social-box {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-socialmedia .social-box .img {
  width: 220px;
  margin: 0 1rem;
}
/* .home-socialmedia .box .icon {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: black;
  width: 220px;
  height: 70px;
  border-radius: 100px;
  align-items: center;
  margin: 0 1rem 0;
  position: relative;
  padding-left: 5rem;
}
.home-socialmedia .box .icon.fb {
  border: 2px #1877f2 solid;
}
.home-socialmedia .box .icon.line {
  border: 2px #06c655 solid;
}
.home-socialmedia .box .icon.shopee {
  border: 2px #fe5722 solid;
}
.home-socialmedia .box .icon.lazada {
  border: 2px #1a56d5 solid;
}
.home-socialmedia .box .icon img {
  width: 70px;
  position: absolute;
  left: -1px;
} */
.home-socialmedia .box .img:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  color: black;
}
/* ---------------------HOME SERVICE---------------------- */
.home-service {
  background-image: url("../images/bg-service2.webp");
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
}
.home-service .title-img {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.home-service .title-img img {
  width: 300px;
}
.home-service .img,
.home-service .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-service .title-img {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

/* ---------------------HOME MAIN---------------------- */
.slide-home-2 {
  z-index: auto;
}
.home-title {
  margin-bottom: 3%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-title::before {
  content: " ";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: #ffc800;
  top: -1rem;
}
.home-title .title {
  font-size: 28px;
  font-weight: 600;
}

.home-title .subtitle {
  font-size: 20px;
  font-weight: 400;
}
.home-title .subtitle .text {
  font-size: 30px;
}
.home-title .subtitle .icon {
  display: none;
}
.home-viewall {
  width: 110px;
  height: 35px;
  border: 1px #0d578b solid;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.home-viewall:hover {
  background-color: #0d578b;
  transition: 0.3s ease-in-out;
}
.home-viewall:hover i,
.home-viewall:hover a {
  color: white;
  transition: 0.3s ease-in-out;
}

.home-viewall a,
.home-viewall i {
  color: #0d578b;
  text-decoration: none;
  font-size: 16px;
}

/* ---------------------PRODUCTS---------------------- */

.home-product .card {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  border: white 1px solid;
  border-radius: 15px;
  margin: 0 0.25rem;
}
.home-product .card:hover {
  /*  box-shadow: 0 0px 11px #0000001c; */
  border: 1px #0d578b solid;
  transition: 0.5s ease-in-out;
}
/* .home-product .card:hover .addtocart {
  background-color: #2987ca;
  transition: 0.3s ease;
} */
.home-product .card .card-img-top {
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.home-product .card .card-img-top img {
  width: 100%;
  opacity: 1;
  display: block;
  backface-visibility: hidden;
}
.home-product .card .addtocart {
  background-color: #0d578b;
  width: 100%;
  height: 40px;
  margin-top: 0.25rem;
  border-radius: 0 0 11px 11px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}
.home-product .card .addtocart.outofstock {
  background-color: #5c5c5c;
}
.home-product .card .addtocart.outofstock a {
  color: white;
}
.home-product .card .addtocart svg {
  margin-right: 0.5rem;
}
.home-product .card .addtocart path {
  fill: white;
}

.home-product .card .card-body {
  padding: 0;
}
.home-product .card .card-body a {
  color: black;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}
.home-product .card .card-body .product-name {
  font-size: 14px;
  font-weight: 300;
  color: #9b9794;
  text-decoration: none;
}
.home-product .card .card-body .sku-no {
  font-size: 14px;
  font-weight: 300;
  color: #9b9794;
text-align: start;
}
.home-product .card .card-body .product-desc {
  font-size: 16px;
  height: 3rem;
  font-weight: 300;
  color: black;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  cursor: pointer;

}
.home-product .card .card-body .pricebox {
  height: 3.25rem;

}
.home-product .card .card-body .price-discount {
  font-size: 26px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}
.home-product .card .card-body .price-discount span {
  font-size: 20px;
  font-weight: 400;
  margin-right: 0.25rem;
}
.home-product .card .card-body .pricefrom {
  text-decoration: line-through;
  display: flex;
  align-items: baseline;
  height: 2rem;
  color: #9b9794;
  font-size: 15px;
}
.home-product .card .card-body .pricefrom span {
  font-size: 14px;
  margin-right: 0.25rem;
}
/* FLASHSALE PRICE*/
.flashsale .card .card-body .pricebox {
  height: 1.75rem;
  display: flex;
  align-items: center;
}
.flashsale .card .card-body .price-discount,
.flashsale .card .card-body .pricebox .price-black {
  font-size: 26px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  margin-right: 0.25rem;
}
.flashsale .card .card-body .price-discount span,
.flashsale .card .card-body .pricebox .price-black span {
  font-size: 20px;
  font-weight: 400;
  margin-right: 0.25rem;
}
.flashsale .card .card-body .pricefrom {
  text-decoration: line-through;
  display: flex;
  align-items: baseline;
}
.flashsale .card .card-body .pricefrom span {
  font-size: 14px;
  margin-right: 0.25rem;
}

.home-product .card .card-body .price-black {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  height: 2rem;
  display: flex;
  align-items: baseline;
}
.home-product .card .card-body .price-black span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.25rem;
}

.home-product .star-group {
  display: flex;
}
.home-product .star-group img {
  margin-right: 0.15rem;
  width: 17px;
}
.home-product .star {
  font-size: 16px;
  height: 1.75rem;
  display: flex;
  align-items: center;
}
.home-product .alltag {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem 0.4rem 0 0.4rem;
}

.home-product .tag-freeshipping {
  background-color: #00b050;
  border-radius: 50px;
  height: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .tag-discount {
  background-color: #e00000;
  border-radius: 50px;
  height: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .tag-new {
  background-color: #422b7e !important;
  border-radius: 50px;
  height: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .tag-hot {
  background-color: #ff6a00;
  border-radius: 50px;
  height: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .tag-recommend {
  background-color: #ffc800;
  border-radius: 50px;
  height: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .tag-none {
  color: #1caf4d00;
  background-color: #dff3e500;
  position: absolute;
  top: 0;
  left: 0;
}
.home-product .icon-type {
  display: none;
}
.home-product .icon-type .icon {
  background-color: #dff3e5;
  background-color: #dff3e5;
  margin: 0 0.5rem 0 0;
  padding: 0.35rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product .icon-type .icon img {
  width: 30px;
}
/* ---------------------EXCLUSIVE BRAND---------------------- */
.BG-exclusive {
  background-color: #f2f2f2;
}

.home-exclusivebrand {
  padding: 4rem 0;
}
.home-exclusivebrand .box {
  border: 1px #909090 solid;
  padding: 1.65vw 0;
  position: relative;
}

/* .slide-exclusivebrand .item.dottedline {
  border-right: #d9d9d9 2px dotted;
} */
.slide-exclusivebrand .item a {
  display: flex;
  justify-content: center;
}
.slide-exclusivebrand .item .brand {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #cdcdcd solid;
  border-radius: 13px;
  padding: 1rem;
}
.slide-exclusivebrand .item .brand img {
  width: 100px;
}
.slide-exclusivebrand .item :hover img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

/* ---------------------IMG MENU---------------------- */

.home-imgmenu img {
  width: 100%;
  height: 100%;
}
.home-imgmenu .imgmenu {
  position: relative;
}
.home-imgmenu .text {
  position: absolute;
  bottom: 2%;
}
.home-imgmenu .icon {
  width: 2.61vw;
  height: 2.61vw;
  background-color: rgba(255, 255, 255, 0.808);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2%;
  right: 5%;
}
.home-imgmenu .icon:hover {
  transition: 0.3s ease-in-out;
  transform: translateX(10px);
}
.home-imgmenu .icon a,
.home-imgmenu .icon a .img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-imgmenu .icon a .img img {
  width: 17px;
  height: 16px;
}
.home-imgmenu .icon:hover {
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}

.home-imgmenu .text .title {
  font-size: 2.19vw;
  font-weight: 400;
  height: 3vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-imgmenu .text .subtitle {
  font-size: 1.25vw;
}

.home-imgmenu .text.text-11,
.home-imgmenu .text.text-21,
.home-imgmenu .text.text-31,
.home-imgmenu .text.text-41,
.home-imgmenu .text.text-51,
.home-imgmenu .text.text-61,
.home-imgmenu .text.text-71,
.home-imgmenu .text.text-81,
.home-imgmenu .text.text-91,
.home-imgmenu .text.text-101 {
  left: 5%;
  top: 2%;
}
.home-imgmenu .text.text-12,
.home-imgmenu .text.text-22,
.home-imgmenu .text.text-32,
.home-imgmenu .text.text-42,
.home-imgmenu .text.text-52,
.home-imgmenu .text.text-62,
.home-imgmenu .text.text-72,
.home-imgmenu .text.text-82,
.home-imgmenu .text.text-92,
.home-imgmenu .text.text-102 {
  right: 5%;
  top: 2%;
}
.home-imgmenu .text.text-13,
.home-imgmenu .text.text-23,
.home-imgmenu .text.text-33,
.home-imgmenu .text.text-43,
.home-imgmenu .text.text-53,
.home-imgmenu .text.text-63,
.home-imgmenu .text.text-73,
.home-imgmenu .text.text-83,
.home-imgmenu .text.text-93,
.home-imgmenu .text.text-103 {
  left: 5%;
  bottom: 2%;
}
.home-imgmenu .text.text-14,
.home-imgmenu .text.text-24,
.home-imgmenu .text.text-34,
.home-imgmenu .text.text-44,
.home-imgmenu .text.text-54,
.home-imgmenu .text.text-64,
.home-imgmenu .text.text-74,
.home-imgmenu .text.text-84,
.home-imgmenu .text.text-94,
.home-imgmenu .text.text-104 {
  right: 5%;
  bottom: 2%;
}
/* ---------------------PRODUCT CATEGORY (NEW)---------------------- */
.home-product-category {
  padding: 0 0 4rem 0;
}

.home-product-category .width {
  width: 95%;
}

.home-product-category .slide-product-category .item .heading {
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 2px #ffffff solid;
  cursor: pointer;
  position: relative;
}
.home-product-category .slide-product-category .item .heading-active,
.home-product-category .slide-product-category .item .heading:hover {
  background-color: #ed3a6f;
  color: white;
  transition: 0.3s ease-in-out;
}
.home-product-category .slide-product-category .item .heading::after {
  content: " ";
  position: absolute;
  background-color: #ed3a6f;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.home-product-category .slide-product-category .item .heading:hover::after,
.home-product-category .slide-product-category .item .heading-active::after {
  transition: 0.3s ease-in-out;
  content: " ";
  position: absolute;
  background-color: #ed3a6f;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.home-product-category .slide-product-category .owl-nav button {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px #eaeaea solid;
  border-radius: 50px;
  display: grid;
  place-items: center;
}
.home-product-category .slide-product-category .owl-nav button i {
  font-size: 14px;
  color: #5d5d5d;
}
.home-product-category .slide-product-category .owl-nav .owl-prev {
  right: -2.5rem;
  top: 16%;
}
.home-product-category .slide-product-category .owl-nav .owl-next {
  right: -4.5rem;
  top: 16%;
}
.home-product-category .content {
  margin-top: 2.5rem;
}
.home-product-category .content .box {
  flex-wrap: wrap;
  display: flex;
  /* justify-content: space-between; */
}
.home-product-category .content .box .home-product {
  width: 20%;
  display: flex;
  justify-content: center;
}
.home-product-category .content .box .home-product .card {
  margin-bottom: 3rem;
  width: 80%;
}

/* ---------------------BLOG---------------------- */
.blog-card .card a {
  text-decoration: none;
  color: black;
}

.blog-card .card {
  border-radius: 0;
  border-color: white;
  margin: 0.25rem 0;
}
.blog-card .card:hover .title {
  transition: 0.3s ease-in-out;
}
.blog-card .card .card-img-top img {
  width: 100%;
}
.blog-card .card .card-body {
  background-color: #f7f7f7;
  padding: 3%;
}
.blog-card .card .card-body .categ {
  font-size: 14px;
  font-weight: 500;
}
.blog-card .card .card-body .title {
  font-size: 16px;
  font-weight: 500;
  height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .card .card-body .date {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
}
.blog-card .card .card-body .date .text {
  padding-left: 2%;
}

.blog-card .card .card-body .detail {
  font-size: 14px;
  height: 2.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .card .card-body .date .text {
  font-size: 12px;
}

/* KNOWLEDGE */

.home-knowledge {
  padding: 0 0 4rem 0;
}
.home-knowledge img {
  border-radius: 10px;
}
.home-knowledge .heading-bar {
  text-align: center;
  margin-bottom: 1rem;
}
.home-knowledge .head {
  font-size: 18px;
  color: #5d5d5d;
  text-decoration: none;
  cursor: pointer;
}
.home-knowledge .head-active {
  text-decoration: underline;
}
.home-knowledge .textbox {
  height: 100%;
  text-decoration: none;
}
.home-knowledge .textbox a:hover {
  color: white;
}
.home-knowledge .textbox a:hover button {
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}
.home-knowledge .textbox .tooltips {
  --b: 2em;
  --h: 1em;
  border-image: fill 0 / / var(--h) conic-gradient(#e13131 0 0);
  clip-path: polygon(
    0 100%,
    100% 100%,
    100% 0,
    0 0,
    0 calc(50% - var(--b) / 2),
    calc(-1 * var(--h)) 50%,
    0 calc(50% + var(--b) / 2)
  );
  padding: 3rem;
  height: 100%;
}
.home-knowledge .textbox .tooltips .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-knowledge .textbox .tooltips .title {
  font-size: 30px;
  font-weight: 400;
  border-left: white 3px solid;
  padding-left: 2rem;
}
.home-knowledge .textbox .tooltips .detail {
  font-size: 18px;
  font-weight: 400;
  height: 7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  margin: 1rem 0;
}
.home-knowledge .textbox .tooltips button {
  font-size: 18px;
  margin-left: 2rem;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}
.slide-knowledge .item a:hover {
  color: black;
}
.home-knowledge .card {
  border: none;
}
.home-knowledge .card .card-title {
  font-size: 16px;
  font-weight: 400;
  height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  margin: 0.5rem 0 0 0;
}
.home-knowledge .card .card-detail {
  color: #5d5d5d;
  font-size: 16px;
  height: 2.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.home-banner-end img {
  width: 100%;
}

.prev-icon {
  float: left;
}
.next-icon {
  float: right;
}
.month-filter-holder {
  text-align: center;
  margin: 10px 10px 25px;
}
.month-data.active {
  height: auto;
}
.month-list {
  display: inline-block;
  vertical-align: top;
}
.month-list .month-filter {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 0 3px;
  cursor: pointer;
}
.month-list .month-filter.active {
  background-color: #ccc;
}
.month-data-holder {
  padding: 15px;
}
.month-data {
  height: 0;
  overflow: hidden;
}

.show-pc {
  display: block;
}
.show-mobile {
  display: none;
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .nsm7Bb-HzV7m-LgbsSe {
    width: 300px !important;
    height: 42px !important;
    font-size: 18px !important;
    margin: 0 !important;
  }
  input,
  .form-control,
  select {
    border-radius: 0;
    border: 1px #5d5d5d solid;
    padding: 0.375rem 0.75rem;
  }
  .form-check-input[type="radio"] {
    border: #d9d9d9 1px solid;
    width: 20px;
    height: 20px;
  }
  .recommended-pd {
    padding: 2rem 0;
  }
  .ourshop-recommended .container-sm,
  .ourshop-toppick .container-sm,
  .blog-detail-recommended-pd .container-sm,
  .home-bestseller .container-sm,
  .home-recommended .container-sm,
  .home-blog .container-sm,
  .home-product-category .container-sm,
  .home-ourstorymb .container-sm,
  .home-knowledge .container-sm {
    padding: 0 0 0 1rem;
  }
  .home-lifestyle .container-sm,
  .ourshop-recommended .title.container-sm,
  .ourshop-toppick .title.container-sm,
  .blog-detail-recommended-pd .title.container-sm,
  .home-bestseller .title.container-sm,
  .home-recommended .title.container-sm,
  .home-blog .title.container-sm {
    padding: 0 1rem;
  }
  .popup .slide-popup .item img {
    width: 100%;
  }
  .popup .popup-container .pad {
    width: 100%;
  }
  .slide-popup .owl-nav button.owl-prev {
    height: 67%;
  }
  .slide-popup .owl-nav button.owl-next {
    height: 67%;
  }
  .PDPA .PDPA-container {
    padding: 1rem 2rem 5.5rem 2rem;
    z-index: 100;
    flex-direction: column;
  }
  .PDPA .PDPA-container .PDPA-text,
  .PDPA .PDPA-container .PDPA-text a,
  .PDPA .agree button {
    font-size: 12px;
    margin: 0;
  }
  .nav-ad img {
    width: 100%;
    object-fit: cover;
  }

  .banner-sm .textbox,
  .banner-lg .textbox {
    justify-content: flex-start;
    padding: 0 1rem;
    bottom: 32%;
  }
  .banner-lg .textbox {
    top: 16%;
  }
  .banner-lg .textbox .inner .box,
  .banner-sm .textbox .inner .box {
    width: 100%;
  }

  .banner-lg .buttonbox .inner {
    width: 100%;
    padding: 0 1rem;
  }
  .banner-lg .buttonbox,
  .banner-sm .buttonbox {
    width: 100%;
    position: absolute;
    top: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .banner-sm .buttonbox {
    padding: 0 1rem;
  }
  .banner-sm .buttonbox .inner .button {
    width: 100%;
  }
  .banner-sm .buttonbox .inner .button button {
    height: 30px;
    padding: 0 0.75rem;
    width: fit-content;
  }
  .banner-lg .buttonbox .inner .button {
    width: 100%;
    margin: 0;
  }
  .banner-lg .buttonbox .inner .button button {
    width: 100px;
    height: 30px;
  }

  .slide-bestseller .item {
    width: 157px;
  }

  /*   PRODUCT SLIDE */
  .home-product-img {
    background-size: cover;
    background-position: center;
    height: 500px;
    padding-top: 1rem;
  }
  .home-product-img .pad {
    height: 450px;
    padding: 0;
  }
  .home-product-category {
    padding: 0;
  }

  .slide-home-product-img .owl-nav .owl-prev {
    left: 0;
  }
  .slide-home-product-img .owl-nav .owl-next {
    right: 0;
  }

  /*   RECOMMENDED */
  .home-bestseller {
    padding: 2rem 0;
  }
  .home-title {
    text-align: start;
    border-left: 2px #f3c527 solid;
    padding: 0 0 0 0.75rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-title::before {
    display: none;
  }
  .home-title.nogreenborder {
    align-items: center;
    border-left: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .home-title .title {
    font-size: 24px;
  }
  .home-title .subtitle {
    border-left: none;
    padding: 0 0.35rem 0 0;
    font-size: 18px;
    display: flex;
  }
  .home-title .subtitle .text {
    font-size: 18px;
  }
  .home-title .subtitle .icon {
    width: 23px;
    margin-left: 0.25rem;
    display: block;
  }
  .home-viewall {
    height: 35px;
    margin-bottom: 0;
    position: absolute;
    right: 1rem;
    bottom: 0;
  }
  .home-viewall.service-viewall {
    position: relative;
    margin-left: 1rem;
  }
  .home-viewall a,
  .home-viewall i {
    font-size: 14px;
  }

  .home-product .star {
    height: 1rem;
  }

  .home-product .card .card-body a .product-name,
  .home-product .card .card-body a .product-desc {
    font-size: 12px;
  }
  .home-product .card .card-body a .product-desc {
    height: 2rem;
    -webkit-line-clamp: 2;
  }
  .home-product .card .card-body .sku-no {
    font-size: 12px;
  }
  .home-product .star-group img {
    width: 12px;
  }

  .home-product .card .card-body .price-discount,
  .home-product .card .card-body .price-black {
    font-size: 18px;
  }
  .home-product .card {
    width: 100%;
  }
  .ourshop-recommended .card {
    height: 320px;
  }
  .home-product .card .card-img-top {
    width: 100%;
  }
/*   .home-product .card .card-img-top img {
    width: 157px;
  } */
  .addtocart .text {
    font-size: 3.4vw;
  }

  .home-product .card .card-body .price-discount,
  .home-product .card .card-body .price-black {
    font-size: 18px;
    height: 1.25rem;
    display: flex;
    align-items: baseline;
  }
  .home-product .card .card-body .price-black span {
    font-size: 14px;
    font-weight: 400;
  }
  .home-product .card .card-body .price-discount span {
    font-size: 14px;
    font-weight: 400;
  }
  .home-product .card .card-body .pricefrom {
    font-size: 14px;
    font-weight: 300;
    height: 1rem;
  }
  .home-product .card .card-body .pricefrom span {
    font-size: 12px;
    font-weight: 300;
  }
  .home-product .card .card-body .pricebox {
    height: 2.5rem;
  }
  .home-product .star i,
  .home-product .star {
    font-size: 10px;
  }
  .home-product .star a {
    font-size: 10px;
    color: black;
  }
  .home-product .tag-freeshipping,
  .home-product .tag-discount,
  .home-product .tag-new,
  .home-product .tag-hot,
  .home-product .tag-none {
    font-size: 12px;
    height: 18px;
    align-items: center;
  }

  .home-product .icon-type .icon {
    width: 25px;
    height: 25px;
    margin: 0 0.25rem 0 0;
  }
  .home-product .icon-type .icon img {
    width: 17px;
  }
  .slide-home-product-img .item .item-title {
    font-size: 16px;
    padding: 0 0.5rem;
    height: 60px;
  }
  /* HOME SOCIALMEDIA */
  .home-socialmedia .social-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-socialmedia .social-box .img {
    width: 165px;
    margin: 0.25rem;
}
  /* PRODUCT SERVICE */
  .home-service {
    background-size: cover;
    background-position: right;
    padding-top: 0rem;
  }
  /* PRODUCT CATEGORY */

  .home-product-category .content {
    margin-top: 1rem;
  }
  .home-product-category .width {
    width: 80%;
  }
  .home-product-category .slide-product-category .item {
    width: auto;
  }
  .home-product-category .slide-product-category .item .heading {
    font-size: 16px;
    padding: 0 1.5rem;
  }

  /* OUR STORY */
  .home-ourstorymb .title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
  }
  .home-ourstorymb .slide-mbourstory .item {
    width: 330px;
  }
  .home-ourstorymb .slide-mbourstory .item a {
    color: black;
  }
  .home-ourstorymb .blanktext1,
  .home-ourstorymb .blanktext2 {
    position: absolute;
  }
  .home-ourstorymb .blanktext1 {
    font-size: 18px;
    font-weight: 400;
    top: 8%;
    left: 8%;
  }
  .home-ourstorymb .blanktext2 {
    bottom: 6%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .home-ourstorymb .blanktext2 .text {
    font-size: 12px;
    border-bottom: 1px black solid;
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .home-ourstorymb .blanktext2 .text i {
    font-size: 24px;
  }
  /* EXCLUSIVE */
  .BG-exclusive {
    padding: 1rem 0 0.5rem 0;
  }
  .home-exclusivebrand .box {
    border: none;
  }

  .home-exclusivebrand .home-title {
    border: none;
    align-items: center;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .home-exclusivebrand .title {
    font-size: 18px;
  }
  .home-exclusivebrand {
    padding: 2rem 0;
  }

  .slide-exclusivebrand .item .brand img {
    width: 55px;
  }

  /* BLOG */
  .home-blog .container-xl {
    padding: 0 0 0 1rem;
  }
  .home-blog .title.container-xl {
    padding: 0 1rem;
  }

  .slide-homeblog .item .card {
    width: 265px;
  }

  .blog-card .card .card-body .categ,
  .blog-card .card .card-body .detail,
  .blog-card .card .card-body .date .text {
    font-size: 12px;
  }
  .blog-card .card .card-body .date .text {
    width: 100%;
  }
  .blog-card .card .card-body .detail {
    height: 2rem;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
  }
  .blog-card .card .card-body {
    background-color: white;
  }
  .blog-card .card .card-body .title {
    font-size: 15px;
  }
  /*  KNOWLEDGE */
  .home-knowledge {
    padding: 2rem 0;
  }
  .home-knowledge .slide-knowledge .item {
    width: 200px;
  }
  .home-knowledge img {
    border-radius: 10px 10px 0 0;
  }
  .home-knowledge .card img {
    border-radius: 10px;
  }
  .home-knowledge .textbox,
  .home-knowledge .textbox .tooltips {
    border-radius: 0 0 10px 10px;
  }
  .home-knowledge .textbox .tooltips {
    border-image: none;
    clip-path: none;
    padding: 2rem;
  }
  .home-knowledge .textbox .tooltips .title {
    font-size: 18px;
    padding-left: 1rem;
  }
  .home-knowledge .textbox .tooltips .detail {
    font-size: 14px;
    height: 5rem;
  }
  .home-knowledge .textbox .tooltips button {
    font-size: 16px;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-ad img {
    width: 100%;
    height: 65px;
    object-fit: cover;
  }
  .home-flashsale .home-flashsale-text .timebox .box {
    width: 40px;
    height: 40px;
  }
  .home-flashsale .home-flashsale-text {
    top: 3rem;
  }
  .productdt-details-tab .quantity .count .quantity-text {
    display: block !important;
    margin-right: 0.75rem;
  }
  .thankyou .sum .box.border-gray,
  .thankyou .sum .box {
    display: flex;
    justify-content: space-around;
  }
  .thankyou .sum .inner {
    width: 240px;
  }
  .thankyou .bank {
    flex-direction: row !important;
  }
  .thankyou .bank .box {
    display: flex;
    margin: 0 1rem !important;
  }
  .thankyou .buttongroup-pc-tablet {
    display: block !important;
  }
  .thankyou .buttongroup-mobile {
    display: none !important;
  }
  .thankyou .button {
    flex-direction: row !important;
    align-items: unset !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .textbox .inner,
  .buttonbox .inner,
  .videobox .inner {
    width: 1116px;
  }
  .home-product .icon-type .icon {
    padding: 0.25rem;
  }
  .home-product .icon-type .icon img {
    width: 25px;
  }
  .member-cartview
    .detail.productlist
    .body
    .box.score
    .myscore
    .button
    button {
    width: 125px !important;
  }
  .member-cartview .detail.productlist .body .box.score .score-box .text3 span {
    font-size: 10px !important;
  }
}
