
/*header for mobile device*/
.mob_header
{
border-bottom: 1px solid #F4F4F4;
height: 48px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
overflow: hidden !important;
padding: 0px 8px;
}
.mob_img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    block-size: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.mob_end{
    margin-left: auto;
}
.mob_input{
    color: #C0C0C0;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    font-weight: 400;
    width: 90%;
    height: 40px;
}
::placeholder{
    transform: translate(8px, 0px);
}
/*contact*/
.contact_txt span{
    font-weight: 400;
font-size: 16px;
margin-top: 8px;
color: #808080;
line-height: 24px;
}
.contact_txt h4{
    font-weight: 600;
font-size: 16px;
color: #000000;
line-height: 24px;
}
/*end*/
/*whatsapp*/
.whatsapp {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
.whatsapp-btn {
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
}
.whatsapp-btn svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}
 .tooltip-1 {
  position: relative !important;
  display: inline-block !important;
}
.mt-12{
  margin-top: 12px;
}
.tooltip-1 .tooltiptext-1 {
  visibility: hidden !important;
  width: 120px !important;
  background: #fff !important;
  color: #202020 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  text-align: center !important;
  border-radius: 6px;
  padding: 5px 0 !important;
  /* Position the tooltip */
  position: absolute !important;
  z-index: 1 !important;
  bottom: 100% !important;
  left: 40% !important;
  margin-left: -90px !important;
 transform: translate(0,-50%);
}
.tooltip-1:hover .tooltiptext-1 {
  visibility: visible !important;
}
/*end*/
.navbar sup{
  display: inline-block;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background-color: #000000;
    border: 1.4px solid #fff;
    color: #fff;
    text-align: center;
    position: relative;
    right: 16px;
    bottom: 5px;
}
.header_logo{
    width: 82px;
    max-width: 100%;
   block-size: auto;
   aspect-ratio: 1/1;
   object-fit: contain;
}
.desk-menu{
  padding: 18px 0px;
  background-color: #f8f8f8;
}
.categ-scroll > li{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.desk-menu > ul > li >ul > li{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a4a4a4;
}
.collapse > li >a{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a4a4a4;
  text-transform: capitalize;
}
.collapse > li{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.desk-menu > ul > li >a>span{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #404040;
  text-transform: capitalize;
}
.hiddenlist {
  transition: height 0.5s ease;
  position: absolute;
  z-index: 99;
  width: 100%;
  pointer-events: none;
}
 .desk-arrow{
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  width: 5px;
  height: 5px;
  display: block;
  transition: all 200ms ease;
  transform: rotate(45deg);
}
 .arrow-open{
  transform: rotate(224deg);
}
.arrowhead{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: none;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #696969;
    background: none;
}
.openList,#hamburger{
  cursor: pointer;
}
.buttonIn {
  background-color: #fff;
  width:98%;
  position: relative;
  margin: 0 auto;
  padding-top: 2px;
}
.searchip {
  box-sizing: border-box;
  margin: 0px;
  padding: 4px 8px;
  width: 99%;
  outline: none;
  height: 30px;
  border:1px solid #c0c0c0;
}
.srchbtn{
  position: absolute;
  right: 15px;
  border: none;
  height: 30px;
  cursor: pointer;
  color: white;
 background: none;
}
#footimg{
  transition: all 0.2s linear;
}
.alert-danger-trial{
  color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding:5px;  
}


/*Media queries*/
@media only screen and (max-width: 580px) {
  .buttonIn{
    z-index: 9;
  }
  /* .menu-scrollbar{
    overflow-y: scroll;
    max-height: 250px;
  } */
  .collapse > li >a{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #a4a4a4 !important;
  }
  .collapse > li{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .sticky2{
    width: 100%;
    height: 65px;
  }
    .hide_headmb,.desk-menu{
        display: none;
    }
    .header_logo{
      display: block;
      margin: 0 auto;
      width: 36px;
    }
    .header-ads {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 24px;
}
    .closebtn{
      width: 15px;
      height: 20px;
      padding: 12px 0px 0px 18px;
      text-align: center;
      cursor: pointer;
    }
    .head-rsp-btn{
      background-color: #202020;
      color: #ffffff;
      border: none;
      font-weight: 500;
      font-size: 10px;
      padding: 10px 26px;
      letter-spacing: 0.04em;
      margin: 20px 0px 32px;
    }
    .accordionhd button .ham-arrow{
      border-width: 0px 1px 1px 0px;
      border-style: solid;
      border-color: #000000;
      width: 4px;
      height: 4px;
      display: block;
      transition: all 200ms ease;
  }
    body.no-scroll {
        overflow: hidden;
    }
    .mob_search{
        border-bottom: 1px solid #F4F4F4;
        box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.04);
    }
  #hiddenDiv {
    overflow: hidden;
    transition: height 0.5s ease;
  }
  .mbcountwish,.mbcountcart{
    display: inline-block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #000000;
    border: 1.4px solid #fff;
    color: #fff;
    text-align: center;
    position: relative;
    right: -10px;
    bottom: 29px;
    font-size: 9px;
  }
  .searchmbpos{
    position: relative;
    top: 4px;
    cursor: pointer;
  }
  .mob_img{
    transform: scale(1.5);
    display: block;
    margin: 0 auto;
    width: 36px;
  }
  .header_logo{
    display: none;
  }
}
  @media only screen and (min-width:1091px) {
    .hide_desk{
        display: none;
    } 
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.04);
  }
  @media only screen and (max-width: 579px) and (min-width: 492px) {
    .mbcountwish,.mbcountcart{
      right: 12px;
    bottom: 6px;
    } 
    .searchmbpos {
      position: relative;
      cursor: pointer;
  } 
  }
  @media screen and (max-width:360px){
    .searchmbpos{
      position: relative;
      /* top: 0px !important; */
      cursor: pointer;
    }
  }
  @media only screen and (max-width: 1090px) and (min-width: 580px) {
    .buttonIn{
      z-index: 9;
    }
    .collapse > li >a{
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      color: #a4a4a4 !important;
      display: flex !important;
      justify-content: center !important;
      gap: 4px !important;
    }
    .collapse{
      display: none;
    }
    .fa-chevron-down{
      border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #000000;
    width: 4px;
    height: 4px;
    display: block;
    transition: all 200ms ease;
      transform: rotate(45deg);
    }
    .sticky2{
      width: 100%;
    height: 65px;
    }
    .navbar{
      display: none;
    }
    .mbcountwish,.mbcountcart{
      display: inline-block;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      background-color: #000000;
      border: 1.4px solid #fff;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 9px;
    }
    .mbcountwish{
      right: 11px;
    bottom: 6px;
    }
    .mbcountcart{
      right: 15px;
      bottom: 6px;
    }
    .searchmbpos{
      position: relative;
      left: -8px;
      top: 6px;
    cursor: pointer;
    }
    .mob_img{
      display: block;
      margin: 0 auto;
      width: 36px;
    }
    .header_logo{
      display: none;
    }
    .container{
      border-bottom: none !important;
    }
    .hide_headmb{
      display: none;
    }
      .mbwishpos{
        position: relative;
      right: -7px
      }
      .ham-categ{
        padding: 0px !important;
        text-decoration: none;
        font-weight: 400 !important;
        font-size: 12px !important;
        color: #000000 !important;
      }
      .closebtn{
          width: 15px;
          height: 20px;
          padding: 12px 0px 0px 18px;
          cursor: pointer;
      }
      .accordionhd button .ham-arrow{
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #000000;
        width: 4px;
        height: 4px;
        display: block;
        transition: all 200ms ease;
    }
  }
@media only screen and (max-width: 580px) and (min-width: 450px) {
  .mbwishpos{
    position: relative;
  right: -4px;
  }
}
@media only screen and (max-width: 1090px) {
  .fa-chevron-down{
    border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  width: 4px;
  height: 4px;
  display: block;
  transition: all 200ms ease;
    transform: rotate(45deg);
  }
  .collapse{
    display: none;
  }
  .ullist_mob{
    position: fixed;
    z-index: 100;
    background-color:#fff;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: max-height 700ms linear;
    will-change: max-height;
    }
    .ham-menu{
      border-bottom: 1px solid #F4F4F4;
      text-align: center;
      padding: 16px;
    }
    .webmenu{
      -webkit-padding-after:0px !important; 
    }
    .logout_btn{
      font-size: 10px !important;
    }
    .log-pb{
      padding: 19px 16px 32px 16px;
      border-bottom: 1px solid #F4F4F4;
      text-align: center;
    }
    .accordionhd button[aria-expanded='true'] .ham-arrow{
      transform: rotate(-135deg);
      margin-top: 4px;
  }
  .accordionhd button[aria-expanded='false'] .ham-arrow{
      transform: rotate(45deg)
  }   
  .accordionhd button:hover,.accordionhd button:focus{cursor:pointer}
  .accordionhd button:hover::after,.accordionhd button:focus::after{cursor:pointer;color:#202020;border-bottom:1px solid #EAEAEA;}
  .accordionhd button[aria-expanded='true'] + .accordion-content{opacity:1;transition:all 200ms linear;will-change:opacity,max-height;overflow: scroll;}
  .accordionhd button[aria-expanded='false'] + .accordion-content{pointer-events: none;}
  .accordionhd .accordion-content{opacity:0;transition:opacity 200ms linear,max-height 200ms linear;will-change:opacity,max-height}

  .menu-btn2{
    background:none;
    border: none;
    padding-top: 4px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #000000;
  }
  .menu-content >li{
    padding: 0px!important;
    text-transform: capitalize;
    margin-bottom: 16px;
  }
  .menu-content >li >a{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #404040;
    display: flex !important;
    margin: 0 auto;
    align-items: center !important;
    gap: 4px !important;
  }
  .overlay-span_home {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.4);
    visibility: hidden;
    z-index: 9;
}
.accordion-trigger{ 
  width:100%;}
.desk-menu{
  display: none;
}
.header-ads{
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px !important;
  line-height: 24px;
}
.footpad{
  padding: 0px 24px;
}
}

.popup_fix{
  height: 10vh;
}

.subscrib_modal_msg{
  margin: 0 0 15px 0;
}

.plan_btn{
  background-color: #000000;
  padding: 5px 30px;
  border-radius: 10px;
  color: #ffffff;
}