/*NBDesigner plugin validations CSS*/
#errorModal .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

#errorModal .modal-content {
  background-color: #f43b3b;
  margin: 15% auto;
  border: 1px solid #888;
  max-width: 700px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0 40px 5px;
}
#errorModal .modal-content p,
#errorModal .modal-content span,
#errorModal .modal-content i{
  color: #fff;
  float: left;
  padding: 0 5px 4px 5px;
}
#errorModal .modal-content i{
  font-size: 22px;
  margin-left: 10px;
  cursor: pointer;
}
#errorModal .modal-content span{
  font-size: 18px;
}
#errorModal .modal-content p{
  padding-top: 3px;
  width: 70%;
  text-align: center;
}
/* Close Button */
#errorModa .close-btn {
  background-color: #fff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  float: right;
}
.close-btn:hover {
  background-color: #0056b3;
}
.nbd-invalid-form{
  border: 1px solid #f00;
  padding: 17px;
  background: #ffe9e9;
}
.postid-96 .add_to_cart form.cart button.single_add_to_cart_button{
  display: none !important;
}
.__nbd-dropdown-wrap{
  position: relative;
}
.__nbd-dropdown-wrap .nbd-error{
  position: absolute;
  left: 60%;
  min-width: 175px;
  background: #FBEDEB;
  color: #f00;
  padding: 7px;
  top: 2px;
  border: 1px solid #f00;
  display: none;
}
.__nbd-dropdown-wrap .nbd-error:before{
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 25px solid #f00;
  position: absolute;
  left: -25px;
  top: -2px;
}
@media screen and (max-width: 768px) {
  #errorModal .modal-content p,
  #errorModal .modal-content span,
  #errorModal .modal-content i{
    float: none;
  }
  #errorModal .modal-content p{
    width: 100%;
    text-align: center;
  }
}
/*NBDesigner plugin validations CSS end*/
/*NBDesigner plugin customizations CSS */.
.bottom-panel .tab-pages-layouts .list .tab-item{
  display: block !important;
}

.postid-90 .nbdesign-button{
  display: none;
}
/*NBDesigner plugin customizations CSS end*/
