.itmsBox {
    padding: 10px;
    background-color: #efefef;
    font-weight: bold;
}
.partsListings .itmsBox:hover {
  background-color: #dfdfdf;
}
.product-template__container .product-form__item--submit .btn.btn-sm {
  padding: 5px 7px;
  min-height: initial;
}
.btn.btn-xs {
  padding: 5px 7px;
  min-height: initial;
}
.productType {
  text-align: center;
}
h3.brandTitle {
    font-weight: bold;
    margin-top: 10px;
}
.logo-section .logo-bar__item {
  padding: 10px;
  font-weight: bold;
}
.logo-section .brand-icons img {
  max-height: 80px;
}
.item .list-product {
  background-color: #efefef;
  padding: 10px;
}
.list-view-items .list-product.list-view-item {
  background-color: #efefef;
  padding: 10px;
}
.logo-section .brand-icons {
  width: 100%;
  background: #eee;
  position: relative;
  padding: 10px;
  min-height: 120px;
  vertical-align: middle;
  justify-content: center;
  display: grid;
  place-content: center;
}
.hex3 {
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.slideshow .slideshow__subtitle, .slideshow .slideshow__title {
	text-transform: none;
}
.btn.btn--link {
	background-color: transparent !important;
	color: #0337A3;
}
.btn {
	border: 1px  solid #0337A3;
	border-radius: 20px;
}
.blue-color {
	color: #0337A3 !important;
}
.tab-slider-product {
	background-color: #eee;
}
.gradian-box {
	background: linear-gradient(180deg, #FFFFFF 0%, #0337A3 100%);
}
.gradian-box p {
	color: #fff;
}
.grid-view_image {
	border: 1px solid #ccc;
	min-height: 220px;
}
.footer-3 {
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
body .footer-3 .site-footer {
	background-color: transparent;
}
.footer-3 .social-icons .icon {
    color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 36px;
  height: 36px;
  font-family: "slick";
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}