.msnhcn{
  border: solid 1px #ccc !important;
  margin: -1px;
}
.tblshwnh td,.tblshwnh th{
  vertical-align: middle;
}
.tooltipbottom {
  position: relative;
  display: inline-block;
}

.tooltipbottom .tooltipbottomtext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltipbottom */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: 12px;
}

.tooltipbottom:hover .tooltipbottomtext {
  visibility: visible;
}
.topsearchboxhidden{
    display: none !important;
}
.tooltipnh {
    position: relative;
    /* display: inline-block;
    border-bottom: 1px dotted black; */
  }
.tooltipnh .tooltipnhtext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;;
  }
  
  .tooltipnh .tooltipnhtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltipnh:hover .tooltipnhtext {
    visibility: visible;
    opacity: 1;
  }
.lobibox-notify.notify-mini{
  border-radius: 28px !important;
}
.productimge{
  width: 65px;
  height: 65px;
  border: 3px solid #cccdce;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 10px;
  margin: 2px;
  padding: 3px;
}
.singleproductimge{
  width: 100%;
  height: auto;
  border: 3px solid #cccdce;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 10px;
  margin: 2px;
  padding: 3px;
}
#pagination_link{
  position: relative;
  float: inline-end;
}
.btn_view_hide{
  display: none;;
}
.empdocimg{
  width: 100%;
  height: 190px;
  /* border: 5px solid gold; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.card-img-top_fixed{
    width: 100%;
    height: 180px;
    /* border: 5px solid gold; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.card-title-product-name{
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 35px;
}
.card-title-product-name-subheading{
  font-size: 12px;
  font-weight: 500;
}
.btn_product_wishlistcartremoved{
  color: green;
}
.cart-input-group{
  width: 120px; 
}
.cart-product-title-title{
  text-overflow: ellipsis;
  overflow: hidden;
  width: 157px;
}
.search-checkout-input-box{
  width: 51px;
  text-align: center;
}