
.woocommerce-notices-wrapper{
  float: left;
  width: 100%;
}
#custom-store-notice{
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: 2000;
}
#custom-store-notice.emergency{
  background:#E0352D;
}
#custom-store-notice.warning{
  background:#FFBB00;
}
#custom-store-notice.info{
  background:#019ED3;
}
#custom-store-notice.good{
  background:#019934;
}
#custom-store-notice.emergency p.woocommerce-store-notice,
#custom-store-notice.emergency p.woocommerce-store-notice i{
  color: #fff;
}
#custom-store-notice.warning p.woocommerce-store-notice,
#custom-store-notice.warning p.woocommerce-store-notice i{
  color: #000;
}
#custom-store-notice.info p.woocommerce-store-notice,
#custom-store-notice.info p.woocommerce-store-notice i{
  color: #fff;
}
#custom-store-notice.good p.woocommerce-store-notice,
#custom-store-notice.good p.woocommerce-store-notice i{
  color: #fff;
}
p.woocommerce-store-notice{
  padding:15px 0;
  float: left;
}
p.woocommerce-store-notice i{
  padding-top: 5px;
  padding-right: 15px;
}
p.woocommerce-store-notice a.woocommerce-store-notice__dismiss-link{
  float:right;
}
p.woocommerce-store-notice a.woocommerce-store-notice__dismiss-link i{
  padding:5px 0;
}

  p.woocommerce-store-notice{
    padding-bottom: 15px;
    width: 100%;
  }
  p.woocommerce-store-notice i.notice-icon{
    float: left;
    display:inline;
    width: 32px;
  }
  p.woocommerce-store-notice span{
    float: right;
    display:inline;
    width: 95%;
    position: relative;
    color: #fff;
  }

  #custom-store-notice.warning p span{
    color:#000; 
  }



@media only screen and (min-width:770px) and (max-width: 900px){
  p.woocommerce-store-notice{
    font-size: 12px;
    padding-bottom: 15px;
  }
  p.woocommerce-store-notice i.notice-icon{
    float: left;
    display:inline;
    width: 32px;
  }
  p.woocommerce-store-notice span{
    float: right;
    display:inline;
    width: 95%;
    position: relative;
    color: #fff;
  }
  .woocommerce-store-notice__dismiss-link{
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width:0) and (max-width: 769px){
  p.woocommerce-store-notice{
    font-size: 12px;
    padding-bottom: 15px;
  }
  p.woocommerce-store-notice i.notice-icon{
    float: left;
    display:inline;
    width: 10%;
  }
  p.woocommerce-store-notice span{
    float: right;
    display:inline;
    width: 90%;
    position: relative;
    color: #fff;
    padding-right: 25px;
  }
  .woocommerce-store-notice__dismiss-link{
    position: absolute;
    top: 0;
    right: 0;
  }
}
