/**
 * == Header =================
 */
img.lahfb-logo {
  max-width: 180px;
  width: auto;
}

/**
 * == Top menu ===============
 */
.bg-menu > .sub-menu > li.submenu {
  background-color: #262626;
  background-size: auto 85% !important;
  background-attachment: inherit !important;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
  min-height: 320px;
}

.bg-menu > .sub-menu > li.submenu .mm-mega-ul,
.bg-menu > .sub-menu > li.submenu .mm-mega-ul .sub-menu {
  background: transparent;
}

.lahfb-nav-wrap .menu li.mega.bg-menu .mm-mega-ul li:nth-child(2) .sub-menu li {
  display: block;
  width: auto !important;
}

.lahfb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > ul li.menu-item-has-children:before {
  display: none !important;
}

/*
 * == Page header section (h1)
 */
.section-page-header {
  background: transparent;
}
.section-page-header .page-header-inner {
  padding: 20px 0;
}

footer ul.menu {
  list-style-type: none;
}

/**
 * == Checkout ==============
 */
.cart-item-product {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart-item-product .image {
  max-width: 120px;
  width: 30%;
}

.cart-item-product .name {
  width: 60%;
}

.cart-item-product .image img {
  width: 100%;
}

table.woocommerce-checkout-review-order-table .shipping td {
  min-width: 60px;
}

table.woocommerce-checkout-review-order-table .cart_item td {
  vertical-align: middle;
}

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