/* Theme Name: The Stabicom Theme Theme URI: stabicom.com Author: Stabicom Author URI: stabicom.com Description: Custom Template Made By Jo-Ann Remmelink Version: 1.0 Text Domain: Stabicom */
body {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4rem;
  color: #020552;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body a {
  color: #020552;
}

.container {
  max-width: 1650px;
}

.bg-light-blue {
  background-color: #F4F4FF;
}

.bg-dark-blue {
  background-color: #030A8C;
  color: #fff;
}

h1 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
}
header .navbar {
  height: 100%;
}
header .navbar .nav-item .nav-link {
  padding: 0 30px;
  line-height: 48px;
  font-weight: 500;
  color: #020552;
}
header .navbar .nav-item .btn {
  margin-left: 15px;
}

.btn {
  border-radius: 0 !important;
  padding: 13px 28px !important;
  border: none;
  font-size: 18px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300 !important;
  line-height: 22px !important;
}
.btn.btn-primary {
  background-color: #E58635 !important;
  color: #fff !important;
}
.btn.btn-secondary {
  background-color: #030A8C;
}

.link_with_arrow {
  text-decoration: none;
  border-bottom: 1px solid #030A8C;
}
.link_with_arrow img {
  width: 20px;
}
.link_with_arrow.arrow_down {
  padding-bottom: 3px;
}
.link_with_arrow.arrow_down img {
  transform: rotate(90deg);
}

.img-fluid.logo {
  max-width: 300px;
}

.header-img {
  width: 100%;
  height: 15vh;
  object-fit: cover;
}

.product-carousel img {
  max-height: 400px;
  object-fit: contain;
  max-width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #030A8C !important;
}

.usp-row img {
  width: 23px;
  margin-top: -4px;
  margin-right: 10px;
}

.highlighted_products .product {
  display: inline-block;
  text-decoration: none;
  box-shadow: 5px 5px 5px #cecece;
  border: 1px solid rgba(112, 112, 112, 0.42);
  padding: 40px;
}
.highlighted_products .product .product_button {
  background-color: #E58635;
  height: 50px;
  width: 50px;
  display: flex;
  margin-left: auto;
  margin-top: 30px;
}
.highlighted_products .product .product_button img {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
}

.usp-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
.usp-content img {
  max-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.nf-form-title, .nf-form-fields-required, .ninja-forms-req-symbol {
  display: none !important;
}

.nf-field-label label {
  font-weight: 300 !important;
  font-size: 16px !important;
}

.nf-field input {
  border: none !important;
  padding: 5px;
}

.form-img-container {
  height: 100%;
  position: relative;
}
.form-img-container img {
  height: 100% !important;
  object-fit: cover;
  width: 50vw !important;
  max-width: unset !important;
  left: 0;
  top: 0;
}

footer {
  background-color: #F4F4FF;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer h4 {
  line-height: 55px;
}
footer ul {
  list-style-type: none !important;
  padding-left: 2px;
}

.products li.product {
  display: inline-block;
  text-decoration: none;
  box-shadow: 5px 5px 5px #cecece;
  border: 1px solid rgba(112, 112, 112, 0.42);
  padding: 40px !important;
}
.products .woocommerce-loop-product__link img {
  object-fit: contain !important;
}

.woocommerce div.product {
  display: inline-block !important;
}

.description_tab a {
  font-weight: 300 !important;
}

.product-information {
  padding-top: 60px;
  padding-bottom: 60px;
}

.product_meta .posted_in {
  display: none !important;
}

.sku_wrapper{
	margin-bottom: 15px;
	display: inline-block;
}

@media screen and (max-width: 1199px) {
  .form-img-container img {
    width: 100% !important;
  }
  footer h4 {
    line-height: 40px;
  }
  .woocommerce li.product {
    width: 100% !important;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

/*# sourceMappingURL=style.css.map */
