.notification_bar_review-notice{
  padding: 15px 15px 15px 0;
  background-color: #fff;
  border-radius: 3px;
  margin: 50px 20px 0 0;
  border-left: 4px solid rgb(67, 129, 228);
  border-top: 1px solid #ccd0d4;
  border-bottom: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
}
.notification_bar_review-notice:after{
  content: '';
  display: table;
  clear: both;
}
.notification_bar_review-thumbnail{
  width: 114px;
  float: left;
  line-height: 80px;
  text-align: center;
  border-right: 4px solid transparent;
}
.notification_bar_review-thumbnail img{
  width: 68px;
  vertical-align: middle;
}
.notification_bar_review-text{
  overflow: hidden;
}
.notification_bar_review-text h3{
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.3;
}
.notification_bar_review-text p{
  font-size: 13px;
  margin: 0 0 5px;
}
.notification_bar_review-ul{
  margin: 0;
  padding: 0;
}
.notification_bar_review-ul li{
  display: inline-block;
  margin-right: 15px;
}
.notification_bar_review-ul li a{
  display: inline-block;
  color: #10738B;
  text-decoration: none;
  padding-left: 26px;
  position: relative;
}
.notification_bar_review-ul li a span{
  position: absolute;
  left: 0;
  top: -2px;
}
.notification_bar_dasboard-pro-link{
  color: #0cbb0c;
}

/* LoginPress Add-ons CSS @since 1.1.3 */

.notification_bar_alert-notice{
  background: #fff;
  margin: 20px 20px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  clear: both;
}
.notification_bar_alert-notice>*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notification_bar_alert-notice:after{
  content: '';
  display: table;
  clear: both;
}
.notification_bar_alert-thumbnail{
  width: 300px;
  text-align: center;
  position: relative;
}
.notification_bar_alert-thumbnail img{
  width: 250px;
  vertical-align: middle;
}
.notification_bar_alert-text{
  padding: 16px 80px 16px 80px;
  overflow: hidden;
  background: #1a5fa4;
  position: relative;
  flex: 1;
}
.black_friday_notic .notification_bar_alert-text {
  padding: 16px 10px 16px 80px;
}
.black_friday{
  background: #000 !important;
      text-align: center;
}
.black_friday:after{
  display: none;
}
.black_friday_notic .notification_bar_alert-text {
  display: flex;
  align-items: center;
}
.black_friday_notic .notification_bar_alert-button-section {
  width: 450px;
}
.notification_bar_addon-notice-link:focus{
  outline: none;
  box-shadow: none;
}
.notification_bar_alert-text:after{
  width: 80px;
  height: 100%;
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  transform: skewX(-20deg);
  z-index: 1;
}
.notification_bar_alert-text:before{
  width: 80px;
  height: 100%;
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  transform: skewX(-20deg);
  z-index: 1;
}
.notification_bar_alert-text h3{
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #fff;
}
.notification_bar_alert-text p{
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.black_friday_sale_btn .notification_bar_alert-button {
display: inline-block;
padding: 24px 20px;
font-size: 38px;
background-color: #24afe9;
color: #000;
border-radius: 0px;
text-decoration: none;
font-weight: bold;
}
.notification_bar_alert-button-section{
  width: 300px;
  text-align: center;
  position: relative;
}
.notification_bar_alert-button{
  height: auto;
  padding: 0;
  color: #1a5fa4;
  border: 0;
  border-radius: 5px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.notification_bar_alert-button:focus{
  outline: none;
  box-shadow: none;
}
.wp-core-ui .notification_bar_alert-notice.notice.is-dismissible{
  padding: 0px;
  border-left: 0px;
}
.notification_bar_alert-notice .notice-dismiss{
  text-decoration: none;
  z-index: 1;
}
.notification_bar_addon-notice-link{
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none;
}
.notification_bar_notice-logo{
  width: 72px;
  text-align: center;
  position: relative;
  margin: 10px;
}
.notification_bar_notice-logo img{
  width: 50px;
  vertical-align: middle;
}

.notification_bar_notice-discription{
  overflow: hidden;
  width: calc(100% - 50px);
}
.notification_bar_notification.notification_bar_notice-success{
  border:1px solid #6ab074;
  background: #e6f0e8;
  margin: 36px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notification_bar_notice-success .notification_bar_notice-discription p{
  color: #21573a;
}
.notification_bar_notification.notification_bar_notice-success .notification_bar_notification-close:before{
  color: #21573a;
}
@media screen and (max-width: 1300px) {
  .notification_bar_alert-thumbnail{
    width: 200px;
  }
  .notification_bar_alert-thumbnail img{
    width: 170px;
  }
  .notification_bar_alert-button-section{
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .notification_bar_alert-thumbnail{
    display: none;
  }
  .notification_bar_alert-thumbnail img{
    width: 150px;
  }
  .notification_bar_alert-text{
    padding-left: 30px;
  }
  .notification_bar_alert-text:before,.notification_bar_alert-text:after{
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .notification_bar_alert-text{
    padding-right: 40px;
    padding-bottom: 50px;
  }
  .notification_bar_alert-button-section{
    width: auto;
    text-align: left;
  }
  .notification_bar_alert-button-section{
    position: absolute;
    bottom: 20px;
    left: 33px;
  }
  .notification_bar_alert-button{
    color: #fff;
  }
  .notification_bar_alert-notice .notice-dismiss:before{
    color: #fff;
  }
  .black_friday_sale_btn .notification_bar_alert-button{
    width: 310px;
    text-align: center;
  }
}
