@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
h2 {
  color: #0054a6;
}

.sub-heading {
  font-style: italic;
  color: #0054a6;
}

.top-bar {
  background: #0054a6;
}

.top-bar a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.top-bar a:first-child {
  padding-right: 20px;
}

header {
  position: relative;
}

header .header-skew .logo-badge {
  left: 100%;
  position: absolute;
  width: 67px;
  height: 100%;
  top: 0;
  background: url("../../images/logo-bg-corner.png") 100%;
}

header .header-skew:before {
  right: -50px;
  content: '';
  overflow: hidden;
  text-align: right;
  display: inline-block;
}

header .header-skew:before, header .header-skew:after {
  position: absolute;
  z-index: 0;
}

header .header-skew:after {
  content: "";
  right: 0%;
  width: 2000px;
  bottom: 0px;
  height: 100%;
  background-color: #de1c3c;
}

header .header-skew img {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px 5px 0;
  vertical-align: top;
  width: 85px;
}

header .header-skew h1 {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: honeydew;
  font-size: 35px;
  margin: 0;
  padding: 21px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

header .navigation {
  text-align: right;
}

header .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .navigation ul li {
  display: inline-block;
}

header .navigation ul li a {
  padding: 31px 10px;
  display: block;
  color: #0054a6;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
}

header .navigation ul li.active a, header .navigation ul li:hover a {
  color: #de1c3c;
}

header .navigation ul li.active a:before, header .navigation ul li:hover a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #de1c3c;
}

#categories {
  padding: 35px 0;
}

#categories h2 {
  text-align: center;
}

#categories .category-images {
  list-style: none;
  padding: 0;
  margin: 0;
}

#categories .category-images li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 20%;
  float: left;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#categories .category-images li a {
  padding: 0 0 20px 0;
  display: block;
}

#categories .category-images li a img {
  width: 100%;
  padding-bottom: 10px;
}

#categories .category-images li a img.red {
  display: inline-block;
}

#categories .category-images li a img.white {
  display: none;
}

#categories .category-images li a h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

#categories .category-images li:nth-child(5), #categories .category-images li:nth-child(10) {
  border-right: none;
}

#categories .category-images li:nth-child(n+6) {
  border-bottom: none;
}

#categories .category-images li:hover a {
  background: #de1c3c;
  color: #fff;
}

#categories .category-images li:hover a img {
  color: #fff;
}

#contact-form {
  padding: 35px 0;
}

#contact-form h2 {
  text-align: center;
}

footer {
  background: #0066a1;
  padding: 20px;
  color: #fff;
}

footer .divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .copyright p {
  margin-bottom: 0;
  padding-top: 15px;
}

.banner {
  min-height: 200px;
  background-position: bottom !important;
  background-size: 100% !important;
}

#category-page {
  padding: 15px 0;
}

#category-page .product-wrap {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#category-page .product-wrap img {
  padding: 5px;
}

#category-page .product-wrap p {
  font-weight: 700;
  color: #de1c3c;
}

#category-page .product-wrap:hover {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 5px #ccc;
          box-shadow: 0px 3px 5px #ccc;
}
/*# sourceMappingURL=style.css.map */