.footer {
  background-color: #191919 !important; }

.header-logo-image-container:after {
  padding-bottom: 0 !important; }

.dropdown--quickSearch .form-input {
  border: 1px solid #d7d7d7;
  padding: 20px;
  border-radius: 10px; }

header .search-icon.submit {
  left: -35px; }

.header-logo-image {
  max-height: 80px !important; }

.heroCarousel-content {
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 8px 32px rgba(0, 0, 0, 0.12);
  width: 34rem;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.heroCarousel-description {
  margin-bottom: 10px; }

.heroCarousel-title {
  margin-bottom: 10px; }

.box_bx .home .main.full {
  margin-top: 0px !important; }

.productCarousel {
  margin-top: 50px; }

.card-figcaption.desktop {
  display: none !important; }

.card-img-container {
  height: 150px; }

.card-body .card-text {
  font-size: 18px;
  margin-top: 13px;
  color: #161616;
  font-weight: 600; }

#menu-wrapper.fixed-again {
  height: 65px !important; }

header div#menu.fixed-again {
  height: 65px !important;
  overflow: visible; }

div#menu-wrapper.fixed-again {
  height: 70px !important; }

div#menu-wrapper.single-line #menu.fixed .navPages-wider {
  height: 65px !important; }

#menu.fixed .dropdown--quickSearch .form-input {
  padding-top: 20px; }

.fixed-nav header .search-icon.submit {
  top: 0; }

header ul.navUser-section.navUser-section--alt {
  padding-top: 0px; }

.dropdown--quickSearch {
  margin-top: 0; }

.logo-user-section.container {
  padding: 15px 0; }

body.home .body {
  margin-bottom: 0 !important; }

.productCarousel {
  margin-bottom: 0 !important; }

.card-img-container:after {
  padding-bottom: 120%; }

.box_bx {
  position: relative;
  padding: 70px 0;
  background: #d4d2d214; }

.footer {
  margin-top: 0 !important; }

.home .main.full {
  margin-top: 0; }

.footer_above {
  margin-top: 0 !important; }

article.card {
  position: relative;
  padding: 20px;
  background: white;
  height: 100%;
  border-radius: 10px; }

.card-title {
  min-height: 70px; }

.page-heading {
  position: relative; }

.page-heading::before {
  position: absolute;
  content: ' ';
  bottom: -3px;
  background: red;
  width: 120px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%); }

#account-dropdown-signin-list {
  left: -115px; }

.footer li, .footer li a {
  font-size: 16px; }

.footer-info-heading {
  font-size: 20px;
  margin-bottom: 30px !important; }

.footer .icon {
  border: 1px solid gray;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  padding: 7px !important; }

.footer-bottom {
  border-top: 1px solid #80808069; }

.productView-img-container img {
  margin: unset; }

.productView-img-container:after {
  padding-bottom: 75%; }

.product .body {
  margin-bottom: 0;
  margin-top: 0; }

.related-product-section {
  margin-top: 0; }

@media (max-width: 767px) {
  .heroCarousel-content {
    width: 100%;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .header {
    height: 61px;
    display: flex;
    align-items: center; }
  .header-logo-image {
    max-height: 60px !important; }
  figcaption.card-figcaption.mobile {
    display: none; }
  article.card {
    padding: 10px; }
  .card-title {
    font-size: 13px; }
  .card-body .card-text {
    font-size: 15px; } }

.atop-product-specs {
  margin-top: 20px; }

.atop-product-specs .product-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 15px;
  border: 1px solid #e5e5e5; }

.atop-product-specs .product-spec-table th {
  background: #f7f7f7;
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  border-bottom: 2px solid #dcdcdc; }

.atop-product-specs .product-spec-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top; }

.atop-product-specs .product-spec-table td:first-child {
  width: 35%;
  font-weight: 600; }

.atop-product-specs .product-spec-table td:last-child {
  width: 65%; }

.atop-product-specs .product-spec-table tr:last-child td {
  border-bottom: none; }

@media (max-width: 768px) {
  .atop-product-specs .product-spec-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }

.productView-action-buttons {
  display: flex;
  gap: 15px;
  margin: 20px 0;
  flex-wrap: wrap; }

.productView-action-buttons .custom-btn {
  padding: 0.85714rem 2.28571rem;
  height: 40px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease; }

/* RFQ Button */
.rfq-btn {
  background: #fff;
  color: #333;
  border: 1px solid #ed1c24;
  border-radius: 25px;
  line-height: 1.45rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem; }

.rfq-btn:hover {
  color: #000; }

.home-shop-now-btn {
  text-align: center;
  margin-top: 1rem; }

.home-shop-now-btn .button--primary {
  border-radius: 25px;
  border-radius: 25px;
  line-height: 1.45rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem; }
