#header {
    z-index: 900 !important;
}

.bx-core-popup-menu-item-text{
color:#d6dfe2 !important
}
@media (max-width:991px) {
    .bl_product .add-cart-product {
    opacity: 1;
}
    .bl-info-product .text-right {
        display: block !important;
        margin-top: 15px;
}
.quantity.quantity-lg{
    margin-bottom: 15px !important;
}

.blog-single-post img{
    float: none !important;
}

}
.bx-session-message {
    display: none !important;
}

.nothing {
  padding: 100px 0;
}
.nothing__wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.nothing__wrapper img {
  width: 310px;
  margin-bottom: 24px;
}
.nothing__title {
  color: #000;
  text-align: center;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 40px;
}
.nothing__text {
  color: #000;
  text-align: center;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.nothing__btn {
  border-radius: 8px;
  background: #5189cd;
  display: inline-block;
  text-decoration: none;
  padding: 12px 32px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.nothing .container {
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 769px) {
  .nothing {
    padding: 100px 0;
  }
  .nothing__wrapper img {
    width: 218px;
  }
  .nothing__title {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  .nothing__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}