@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Open+Sans:wght@300..800&display=swap');

html{
  overflow: hidden;

}

body {
  height: 100vh;
  overflow: scroll;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "IBM Plex Sans Thai", serif;
  background-color: var(--gray50);
}
@font-face {
  font-family: Avenir;
  src: url(Avenir.ttc);
}
@font-face {
  font-family: Blauernue;
  src: url(BlauerNue-Regular.ttf);
}

.font-en-title{
  font-family: Blauernue;
}
.font-en{
  font-family: Avenir;
}


:root {
    --teal50: #e5f2f3;
    --teal100: #D2EBEC;
    --teal200: #AFE8EB;
    --teal300: #247E83;
    --teal500: #0D5458;
    --gray50: #f7f7f7;
    --gray100: #f0f0f0;
    --gray300: #d1d1d1;
    --gray500: #aaaaaa;
    --gray700: #818181;
    --gray900: #585858;
    --neutralblack: #000000;
    --neutralwhite:#ffffff;
    --red100:#FFF7F7;
    --red500:#F64141;
    --orange500:#F68C41;
    --opacitygray300:#606D85;

    --h1:56px;
    --h2-half:44px;
    --h2:32px;
    --h3-half:28px;
    --h3:24px;
    --h4-half:22px;
    --h4:20px;
    --h5:16px;
    --h6:14px;
    --h7:24px;
    --h8:16px;
  
}

  /* Font size  */
  .h1{
    font-size: var(--h1);
  }
  /* font weight */
  
  .bold{
    font-weight: bold;
  }
  .regular{
    font-weight:normal;
  }
  p{
    margin: unset;
  }

  

  /* eve start */
    /* banner */
    .banner-head {
      width: 100%;
      /* height: 790px; */
      height: 56vw;
      aspect-ratio: 1 / 1; 
      position: relative;
    }

    .images-area {
      width: 100%;
      height: 100%;
      display: flex;
      overflow: hidden;
      position: relative;
    
    }

    .images-area img {
      width: 100%;
      height: 100%;
      object-fit: cover;      
      flex: 0 0 100%;
      transition: 0.3s cubic-bezier(.79, .03, 0, .99);
    }
    .chev-arrow{
      height: 40px;
      width: 40px;
      cursor: pointer;
    }
    .box-chev{
      position: absolute;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 100%;
    }
    /* banner */
    .f-head{
      font-size: var(--h1);
      font-family: Blauernue;
    }
    .f-head-home{
      font-size: var(--h1);
      font-family: Blauernue;
    }
    .detailvaccine{
      color: var(--gray700);
      font-size: var(--h4);
      margin-top: 16px;
    }
    .df-vaccine{
      display: flex;
      margin-top: 56px;
      padding: 0 76px;
    }
    .pic-vaccine{
      width: 506px;
      height: 506px;
    }
    .w-vaccine{
      width: 60%;
      display: flex;
      flex-direction: column;
    }
    .btn-lernmore{
      font-size: var(--h8);
      height: 43px;
      padding: 0 24px;
      border-radius: 16px;
      border: 1px solid var(--neutralblack);
      width: fit-content;
      display: flex;
      align-items: center;
      margin-top: 16px;
      cursor: pointer;
    }
    .df-popular{
      margin-top: 56px;
      padding: 0 76px;
    }
    .boxproduct{
      width: 294px;
      border-radius: 32px;
      background: var(--neutralwhite);
      padding: 24px;
      margin-right: 30px;
  }

  .h-pic-product{
      height: 264px;
      position: relative;
      border-radius: 8px;
      background-color: var(--gray50);
      border-radius: 24px;
  }
  .size-product{
      width: 100%;
      height: 100%;
  }
  .box-tag{
      height: 34px;
      width: fit-content;
      padding: 0 12px;
      position: absolute;
      top: 8px;
      right: 8px;
      border: 1px solid var(--neutralblack);
      border-radius: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      font-family: Blauernue;
      font-size: var(--h5);
  }
  .size-logo-adobe{
      width: 100%;
      height: 100%;
  }
  .name-product{
      font-size: var(--h3);
      font-weight: 600;
      color: #111827;
      margin-top: 24px;
      font-family: Blauernue;
  }
  .dis-product{
    font-size: var(--h5);
    color: var(--gray700);
    margin-top: 8px;
    height: 54px;
  }
 
.price-product{
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-top: 16px;
    font-family: Blauernue;
    display: flex;
    align-items: center;
}

.btn-view{
    font-size: var(--h5);
    background-color: var(--teal500);
    color: #fff; 
    height: 43px;
    padding:  0  16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    cursor: pointer;
    margin-top: 24px;
    font-family: Blauernue;
    border: 1px solid var(--teal300);
  }
  .df-ourservice{
    display: flex;
    margin: 64px 0;
    align-items: center;
  }
  .w-ourservice{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 24px;
  }
  .pic-ourservice{
    width: 50%;
    height: 506px;
    
  }
  .box-tagpd{
    height: 34px;
    width: fit-content;
    padding: 0 12px;
    border: 1px solid var(--neutralblack);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--neutralwhite);
    margin-right: 8px;
}
.pd-btn{
  display: flex;
  width: 100%;
  justify-content: center;
}
.box-allproduct{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
}
.pd-allproduct{
  padding: 64px 76px;
}
.line-home{
  border: solid 1px var(--neutralblack);
  margin: 24px 0;
  width: 182px;
}
.title-disc-home{
  color: var(--teal500);
  font-size: var(--h4);
  font-weight: 700;
}
.subtitle-disc-home{
  color: var(--gray700);
  font-size: var(--h4);
  display: flex;
  align-items: start;
}
.mg-check{
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 7px;
}
.disc-company{
  font-size: var(--h8);
  color: var(--gray700);
  margin: 24px 0;
}
.txt-disccompany{
  color: var(--neutralblack);
  font-size: var(--h4);
  font-family: Avenir;
  width: 100%;

}
.box-disc-company{
  background-color: var(--neutralwhite);
  padding: 24px;
  margin-top: 16px;
  border-radius: 24px;
}
.detail-disc{
  display: flex;
  margin-bottom: 24px;
}
.icon-disc{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.name-tap{
  font-family: Blauernue;
  font-size: var(--h3);
  color: var(--neutralblack);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  cursor: pointer;
}
.tapactive{
  border-bottom: 4px solid var(--teal500);
}
::-webkit-scrollbar {
  display: none;
}
.sb-ul {
  width: 100%;
  padding: 0;
}
.sb-ul li {
  list-style: none;
}
.sb-ul li a {
  display: flex;
  text-decoration: none;
  color: black;

  padding: 8px 0;
  transition: 0.3s ease;

  position: relative;
  cursor: pointer;
}
.sb-ul li a:hover {
  z-index: 9;
}
.sb-sub-a-box{
  font-family: Blauernue;
  font-size: var(--h3);
  border-bottom: 1px solid var(--neutralblack);
}
.sb-sub-ul {
  margin-bottom: 1vh;
  padding: 10px 48px 0 48px;
  display: none;
}
.disc-pd{
  color: var(--gray900);
  font-size: var(--h4);
  width: 100%;
  line-height: 30px;
  overflow-wrap: break-word;
}
.discpd-bold{
  font-weight: 600;
}
.discpd-underline{
  text-decoration: underline;
  cursor: pointer;
}
.pic-disc-size{
  height: 350px;
  object-fit: contain;
}
.pic-disc-full{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.chev-pos {
  position: absolute;
  right: 0;
  top: 20px;
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
}
.chev-rotate {
  transform: rotate(180deg);
}
.box-disc-pd{
  padding: 64px 76px; 
}
.bg-tap-pd{
  display: flex;
  padding: 0 76px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: var(--neutralwhite);
}
.pic-pd-size{
  /* height: 300px; */
  width: 100%;
}
.size-pic-pd{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-pd-vc{
  background-color: var(--neutralwhite);
  height: 382px;
  width: 382px;
  padding: 16px;
  border-radius: 32px;
}
.bg-pd-gray{
  height: 100%;
  width: 100%;
  background-color: var(--gray50);
}
.btn-buy{
  font-size: var(--h5);
  background-color: var(--teal500);
  color: #fff; 
  height: 45px;
  padding:  0  16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  margin-top: 16px;
  font-family: Blauernue;
  border: 1px solid var(--teal300);
}
.box-tag-pd{
  height: 34px;
  width: fit-content;
  padding: 0 12px;
  border: 1px solid var(--neutralblack);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Blauernue;
  font-size: var(--h5);
}
.detail-pd{
  font-family: Blauernue;
  display: flex;
  font-size: var(--h1);
  justify-content: space-between;
  width: 100%;
  line-height: 110%;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
}
.sizeicon-shipping{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.font-freeshipping{
  font-family: Avenir;
  font-size: var(--h5);
  display: flex;
}
.line-product{
  border: solid 1px var(--neutralblack);
  margin: 16px 0;
  width: 182px;
}
.txt-promo{
  font-family: Blauernue;
  font-size: var(--h7);
}
.txt-price-promo{
  font-family: Avenir;
  font-size: var(--h4);
}
.bg-box-promo{
  background-color: var(--neutralwhite);
  padding: 16px 32px;
  border-radius: 24px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box-promo{
  margin: 24px 0;
  display: flex;
  gap: 16px;
}
.size-iconbaht{
  height: 1vw;
}
.size-iconbold{
  height: 2.5vw;
}
.bg-txt-warning{
  font-family: Avenir;
  display: flex;
  padding: 16px;
  background-color: var(--red100);
  border: 1px solid var(--red500);
  border-radius: 16px;
  font-size: var(--h6);
}
.btn-back{
  font-family: Blauernue;
  font-size: var(--h3);
  padding: 64px 76px 0 76px;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;

}
.sizesrrow-back{
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.box-detail-pd{
  padding: 24px 76px 64px 76px;
  display: flex;
}
.price-product-disc{
  width: 304px;
  display: flex;
  align-items: center;
}
.size-iconwarning{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.box-detail-disc{
  margin-left: 24px;
  width: 100%;
}
.head-txttap{
  font-size: var(--h2);
  color: var(--neutralblack);
  font-family: Blauernue;
}
.box-footer{
  padding: 24px 76px 52px 76px;
}
.content-footer{
  border-top: 1px solid var(--neutralblack);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.size-iconbaht-pd{
    height: 0.7vw;
}
.flippic{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
.flippic-mb{
  display: none;
  width: 100%; 
  height: 100%;
  object-fit: cover;
}



 /* eve end */


/* nice start  */
.size-iconbathmodal{
  height: 13px;
}
.coverboxmid{
  display: flex;
  height:calc(100% - 50px - 45px);
  overflow: scroll; 
  flex-direction: column;
  background-color: var(--neutralwhite);
}
.box-mid01{
  height: 74px;
  padding: 0 8px;
  display: flex;
  align-items: center;
 border-radius: 16px;
 border: 1px solid var(  --gray100);
 background: var(--neutralwhite);
}
.box-mid01-1{
  height: 58px;
  width: 58px; 
  margin-right: 12px;
  border-radius: 10px;
  border: 1px solid var(  --gray100);
  background: var(--neutral-white);
}
.box-mid01-2{
  font-size:var(--h5);
  padding-bottom: 14px; 
  display: flex; 
  align-items: baseline;
}
.box-mid02{
  display: flex; 
  align-items: center; 
  height: 55px; 
  width: 100%; 
  justify-content: space-between;
}

.box-mid03{
  height: 38px;
  color: var(--gray700);
  font-size: var(--h5);
  display: flex;
  align-items: start
}
.box-mid04{
  display: flex; 
  flex-direction: column;
}

.box-mid04-1{
  display: flex; 
  margin-bottom: 6px; 
  width: 100%;
  justify-content:space-between
}
.box-mid04-2{
  font-size: var(--h5);
}
.box-mid04-3{
  font-size: var(--h5); display: flex; align-items: center;
}
.box-mid04-4{
  color: var(--gray700); margin-left: 4px;
}
.box-mid05 {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  justify-content: start;
}
.btubuylinkggfrom{
  display: flex;
  height: 45px;
  width: 100%; 
  cursor: pointer;
  display: flex; 
  font-size: var(--h5);
  border-radius: 16px;
  color: var(--neutralwhite);
  justify-content: center; 
  align-items: center; 
  background-color: var(--teal500);
}
.box-mid05-1{
  display: flex;
  flex-direction: column;
  /* height: 70px; */
}
.box-mid05-1-1{
  display: flex;     margin-bottom: 4px;
}
.box-mid05-1-2{
  width: 40px;                        
  height: 40px;
  margin-right: 8px;
   display: flex; 
   justify-content: center;
  align-items: center;
}
.box-mid05-1-3{
  display: flex; flex-direction: column;line-height: 22px;
}

.covercontent-modal{
  display: flex;
  width: 100%;
   height: 100%; 
   justify-content: center; 
   align-items: center;
}
.boxcontent-pd{
  width: 406px;
  padding: 24px; 
  display: flex; 
  flex-direction: column; 
  border-radius: 24px;
  height: 500px; 
  background-color: var(--neutralwhite);
}
.coverboxtop{
  width: 100%; height: 50px;display: flex;justify-content: space-between;
}
.box-top01-sup1{
  width: 28px; 
  height: 28px; 
  border-radius: 100px; 
  display: flex;
  cursor: pointer;
  background-color: var( --gray100);
  justify-content: center;
  align-items: center;
}
.box-top01hd{
  font-size: var(--h3);
}
.box-mid05-sup01{
  font-size: var(--h5);
}
.bg-modallap{
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(16px);
  width: 100%; 
  height: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
}
@keyframes fade-in {  
  0% { opacity: 0; }
  100% { opacity: 1; }  
}

@keyframes fade-out {  
  0% { opacity: 1; }  
  100% { opacity: 0; }
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(16px);
  z-index: 1;
  animation: fade-in 200ms ease-out forwards;
}

.overlay.open {
  display: block;
}

.overlay.fadeOut {
  animation: fade-out 200ms ease-out forwards;
}

.modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: black;
}
.textpaytoggfrom{
  font-size: var(--h5);
  color: black;
  outline: none; text-decoration: none !important; border-bottom-style: none;
}
.textpaytoggfrom[href^="tel:"] {
  text-decoration: none;
  color: black;
}

/* nice end */

@media (max-width: 1870px){


  .boxproduct{
    padding: 17px;
  }
  .btn-view{
    height: 50px;
  }

  .button {
    font-size: 1em;
    padding: 10px 20px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
  }
  .button:hover {
    background: #06D85F;
  }

  /* popup ซ่อนตอนแรก */
  .overlay {
    display: none; /* ปิดตลอด */
    position: fixed;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(16px);    justify-content: center;
    align-items: center;
    /* transition:  580ms; */
    opacity: unset;
  }

  .popup-sortby {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    width: 406px;
    height: 685px;
    left: 35%;
    top: 13%;
    position: relative;
    transition:  650ms;

  }
  .popup {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    width: 406px;
    left: 35%;
    top: 30%;
    position: relative;
  }
 

  .popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
  }
  .popup .close:hover {
    color: #06D85F;
  }

  /* article  */
  .centerarticle-div{
    display: flex; 
    width: 100%; 
    padding-bottom: 60px;
    justify-content: center;
  }
  .coverarticlemain{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 67px;
    padding-bottom: 50px;
    background-color: var(--gray50);
  }
  .btuarticles{
    height: 43px;
    padding: 0 10px;
    margin-right: 16px;
    margin-bottom: 8px;
    font-family: Blauernue;
    display: flex;
    border-radius: 16px;
    border: 1px solid var(--neutralblack);
    align-items: center;
    font-size: var(--h5);
    cursor: pointer;
    justify-content: center;
  }
  .btuarticles input[type="checkbox"] {
    display: none;
  }
  .btuloadmore{
    height: 43px; display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    cursor: pointer;
    width: 110px;
    background-color: var(--neutralwhite); 
    border: 1px solid var(--neutralblack);
  }

 
  /* nice end */
}

@media (max-width: 1780px){



}
@media (max-width: 1680px){  

  .boxproduct{
    margin-right: 20px;
    
  }

 
}
@media (max-width: 1600px){
  .size-iconbathmodal{
    height: 1vw;
  }
  .size-iconbold{
    height: 2.6vw;
  }
  .size-iconbaht {
    height: 1.2vw;
}
.size-iconbaht-pd {
  height: 0.8vw;
}
 

 
 
}
@media (max-width: 1512px){
  .size-iconbaht-pd{
    height: 0.8vw;
}




}
@media (max-width: 1470px){

  .size-iconbold{
    height: 2.8vw;
  }

 

 
}
@media (max-width: 1440px){

  

  /* nice start */
  .popup-sortby{
    height: 560px;
  }
  .content-poppu{
    height: calc(560px - 85px);
  }

  /* nice end */
}
@media (max-width: 1365px){
  .boxproduct{
    margin-right: 20px;

  }
  .box-detail-pd{
    flex-direction: column;
    position: relative;
    padding: 24px 24px 109px 24px;
  
  }

  .box-detail-disc{
    margin-left: unset;
    margin-top: 24px;
    
  }
 
  .btn-buy{
    position: absolute;
    bottom: 40px;
    width: 94%;
    margin-top: unset;

  }
  .picproduct-position{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .btn-back{
    padding: 64px 24px 0 24px;
  }
  .box-promo{
    gap: 16px;
    justify-content: space-between;
  }
  .bg-box-promo{
    width: 100%;
  }
  .size-iconbaht-pd{
    height: 1vw;
}

}
@media (max-width: 1280px){
 
  .box-allproduct{
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
  }

  .size-iconbold{
    height: 3vw;
  }
  .size-iconbaht {
    height: 1.5vw;
}
.size-iconbaht-pd {
  height: 1.1vw;
}

 


  /* nice start */
 

  /* nice end */
}
@media (max-width: 1200px){
  .size-iconbathmodal{
    height: 1.2vw;
  }
 
}
@media (max-width: 1050px){

  

  .pd-allproduct{
    padding: 64px 24px;
  }
  .size-iconbaht-pd{
    height: 1.2vw;
  }

  .size-iconbold{
    height: 4vw;
  }
  .size-iconbaht {
    height: 1.8vw;
}
.size-iconbaht-pd {
  height: 1.3vw;
}

}
@media (max-width: 1024px){
  .size-iconbold{
    height: 4vw;
  }
  .size-iconbaht {
    height: 2vw;
}
  

}
/* ไซส์ tablet */
@media (max-width: 834px){


  /* eve start */
  .banner-head{
    height: 388px;
  }
  .chev-arrow{
    height: 20px;
    width: 20px;
  }
  .df-vaccine{
    flex-direction: column;
    padding: 0 24px;
    align-items: center;
    justify-content: space-around;
  }
  .w-vaccine{
    width: 100%;
  }
  .pst-btn{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .pic-vaccine{
    width: 300px;
    height: 300px;
  }
  .df-popular{
    margin-top: 56px;
    padding: 0 24px;
  }
  .box-footer{
    padding: 24px 24px 52px 24px;
  }
  .df-ourservice{
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: unset;

  }
  .pic-ourservice{
    width: 100%;
    height: 388px;
  }
  .w-ourservice{
    padding: unset;
    width: unset;
    margin-top: 24px;
  }
  #viewall{
    display: none;
  }

.btn-view{
  margin-top: 14px;
}
.name-product{
  margin-top: 14px;
}
.line-home{
  margin: 16px 0;
}
.box-promo{
  flex-direction: column;
}
.bg-box-promo{
  padding: 16px 24px;
  width: unset;
}
.txt-promo{
  font-size: var(--h3-half);
}
.detail-pd{
  font-size: var(--h2-half);
}
.price-product-disc{
  width: unset;
}
.btn-buy{
  width: 90%;
}
.head-txttap{
  font-size: var(--h3);

}
.size-iconbathmodal{
  height: 1.5vw;
}
.box-disc-pd{
  padding: 64px 24px;
}
.size-iconbaht-pd{
  height: 1.5vw;
}
.flippic{
  width: 100%; 
  height: 100%;
  object-fit: cover;
  display: none;
}
.flippic-mb{
  display: block;
  width: 100%; 
  /* height: 100%; */
  object-fit: contain;
}





  /* eve end */
  /* nice start  */
  .boxcontent-pd{
    width: 380px;
  }
  /* nice end  */

 
}
/* ไซส์ mobile */
@media (max-width: 670px){
 

  /* eve start */
  .f-head-home{
    text-align: center;
    font-size: var(--h2);
  }
  .banner-head{
    height: 200px;
  }
  .chev-arrow{
    height: 20px;
    width: 20px;
  }
  .pic-vaccine{
    width: 200px;
    height: 200px;
  }
  .f-head{
    font-size: var(--h2);
  }
  
  .pic-ourservice {
    height: 200px;
}
.box-allproduct {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
}
.box-disc-pd {
  padding: 64px 24px;
}
.sb-sub-a-box{
  font-size: var(--h4);
}
.name-tap{
  font-size: var(--h5);
}
.chev-pos{
  top: 10px;
  right: 5px;
}
#txtbth{
  display: none;
}
.content-footer{
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.size-iconbathmodal{
  height: 2vw;
}
.size-iconbaht {
  height: 3vw;
}
.bg-tap-pd{
  padding: 0 24px;
}
.size-iconbaht-pd{
  height: 2.1vw;
}
.sb-sub-ul{
  padding:  24px;
}
.size-iconbold{
  height: 5vw;
}

/* eve end */

  /* nice start */
  .overlay{
    position: absolute;
    top: 0;
    left: 0;
  }
  .popup-sortby{
    width: 350px;
  }
  /* nice end */
}

@media (max-width: 520px){
  .btn-buy{
    width: 85%;
  }
  .size-iconbold {
    height: 6vw;
}
.size-iconbaht {
  height: 3.5vw;
}
  /* nice start  */
  .boxcontent-pd {
    width: 295px;
  }
  .box-mid01-2{
    font-size: var(--h6);
  }
  .box-mid03{
    font-size: var(--h6);
  }
  .size-iconbathmodal {
    height: 2.5vw;
}
.box-mid04-2{
  font-size: var(--h6);
}
.box-mid04-3{
  font-size: var(--h6);

}
  /* nice end */

}
@media (max-width: 393px) {
  .size-iconbold {
    height: 8.5vw;
}
.size-iconbaht {
  height: 4.5vw;
}
.size-iconbaht-pd{
  height: 3vw;
}
  
}

@media (max-width: 375px) {
  .size-iconbold {
    height: 8.5vw;
}
.size-iconbaht {
  height: 4vw;
}
.size-iconbaht-pd{
  height: 3vw;
}
  
}