.section--padding {
  padding: 30px 0px;
}
.listing__widget {
  position: sticky;
  top: 90px;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.main__menu--wrapper{
  margin-top: 0px;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

a {
  color: blue; /* actual value depends on browser */
  text-decoration: underline;
  cursor: auto;
}

a:hover {
    text-decoration: underline;
    color: #0d12b9 !important;
}
.main__menu--link{
    text-decoration: none;
}
.main__menu--link:hover{
    text-decoration: none;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

li {
  display: list-item;

}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: center;
}

button,
input,
select,
textarea {
  /* Browsers have their own default user agent styles, often not specified in CSS */
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}

img {
  display: inline-block;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

span {
  display: inline;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}


.our-products-footer{
    color: #ffff;
    text-decoration: none;
}

.our-products-footer:hover{
    color: #00c521 !important;
    text-decoration: underline;
}

.widget__catagories--link{
    text-decoration: none;
}
.widget__catagories--link:hover{
    text-decoration: none;
}

.main__content_wrapper{
  background-color: #ffff;
}