.ws-panastop-btn {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  background: #25d366;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none !important;
  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;
  gap: 15px;
  font-weight: 700;
  font-size: 18px !important;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 15px;
}
.ws-panastop-btn:hover {
  background: #20a953;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.nasa-sa-brand-item img {
  padding: 3px;
}
.ns_btn-fixed.btn-panastop-fixed {
  bottom: 45px !important;
}
.ws-panastop-btn.btn-panastop-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
  z-index: 199;
  margin: 0;
}
.wd-sticky-btn-cart.wd-product-type-simple .ws-panastop-btn {
  margin-left: 10px;
}
.banners-credits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: "10px 0";
}
@media (max-width: 767px) {
  .ws-panastop-btn {
    position: fixed !important;
    bottom: 55px;
    width: 100%;
    left: 0;
    border-radius: 0;
    z-index: 199;
    margin: 0;
  }
  .ns_btn-fixed {
    bottom: 45px !important;
  }
  .banners-credits-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-info .stock {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.stock.out-of-stock {
  padding-bottom: 15px !important;
}
