#shopify-section-minimal-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.errorlist{
	list-style-type: none;
    color: red;
}

.toast-info {
  background-color: #37d5f2;
}
.toast-info2 {
  background-color: #37d5f2;
}
.toast-error {
  background-color: #f75676;
}
.toast-success {
  background-color: #2dce89;
}
.toast-warning {
  background-color: #fc7c5f;
}
.toast {
  opacity: 1 !important;
}

#toast-container > div {
  opacity: 1 !important; 
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.link{
  color: #6a202e;
   font-weight: bold;
}
.inline{
  display: inline;
}
.filter-button{
  background-color: #6A202E !important;
  color: white;
  padding: 0 30px !important;
  height: 40px;
  line-height: 0;
}
.filter-form{
  margin-bottom: 15px;
  text-align: center;
}
.mrg-lt20{
  margin-left: 20px;
}
.mrg-lt5{
  margin-left: 5px;
}
.mrg-rt5{
  margin-right: 5px;
}
.width300{
  width: 300px !important;
}
select{
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.action-button{
  padding: 0 7px !important;
  line-height: unset!important;
  font-size: 15px !important;
  font-weight: 100 !important;
}
.action-button:hover {
  background: rgba(36, 101, 89, 0.97) !important;
}
.width-0{
    width: 0% !important;
}
.red-color{
  background-color: rgb(221, 51, 51) !important; 
}
.red-color:hover {
  background: rgba(147, 36, 36) !important;
}
.inline-flex{
  display: inline-flex;
}