/** --------
 * COLORS
 * --------- */
body {
  --admin-bar-height: 1px;
}

body.admin-bar {
  --admin-bar-height:32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --admin-bar-height:46px;
  }
}

/** --------
 * HEADER
 * --------- */
/*.find_a_dealer_menu
{
    .w-nav-title:before
    {
        content: "\f3c5";
        font-size: 1rem;
        font-family: "FontAwesome";
        display: inline-block;
        margin: 0 .5rem 0 0;
    }
}

.support_menu
{
    .w-nav-title:before
    {
        content: "\f590";
        font-size: 1rem;
        font-family: "FontAwesome";
        display: inline-block;
        margin: 0 .5rem 0 0;
    }
}
.login_menu
{
    .w-nav-title:before
    {
        content: "\f007";
        font-size: 1rem;
        font-family: "FontAwesome";
        display: inline-block;
        margin: 0 .5rem 0 0;
    }
}*/
.w-nav.type_desktop .mobile-menu-only {
  display: none !important;
}

.home_page_logo_grid .w-grid-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gform_required_legend {
  display: none !important;
}

.home .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.hide_inactive_owl .owl-stage {
  overflow: hidden;
}

.hide_inactive_owl .owl-item {
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.hide_inactive_owl .owl-item.active {
  opacity: 1;
}

.hide_inactive_owl .owl-item:not(.active) {
  opacity: 0;
}

.remove_quantity .quantity {
  display: none !important;
}

.remove_quantity .w-btn-wrapper {
  margin: 0;
}

.has_quantity input[type=number] {
  background: #ffffff !important;
  color: #171717 !important;
}

.hide_notices .woocommerce-notices-wrapper {
  display: none !important;
}

.remove_button_marg .w-btn-wrapper {
  margin: 0;
}

.align_grid_center .w-grid-list {
  -webkit-box-pack: middle;
  -ms-flex-pack: middle;
  justify-content: middle;
}

.align_grid_center .owl-stage {
  margin: 0 auto;
}

.align_grid_left .w-grid-list {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.align_grid_right .w-grid-list {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (max-width: 1024px) {
  .align_top_mobile {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

.force_full_height .l-section-h {
  padding-top: 0 !important;
}

.customize_login_form h2 {
  display: none;
}

.customize_login_form .woocommerce-form {
  background: rgba(0, 0, 0, 0.2);
}

.woocommerce-shipping-totals.shipping > th {
  display: none !important;
}

/** --------
 * BODY
 * --------- */
.meta-label-bold .w-post-elm-before {
  font-weight: bold;
}

table.product-specifications thead tr {
  background: var(--color-content-primary);
}

table.product-specifications tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}

table.product-specifications tbody tr td:first-child {
  font-weight: bold;
}

.woocommerce-message {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  margin: .5rem;
}

.woocommerce .cart .variations select {
  background: #444444 !important;
}

.product_field.price del {
  text-decoration: none !important;
}

.product_field.price ins {
  color: #ffffff;
}

.product_field.price ins:before {
  content: "Cost: ";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 300 !important;
}

.woocommerce-variation-price del {
  display: none;
}

.woocommerce-variation-price ins * {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}

.product_ordering_add_to_cart .w-btn-wrapper {
  position: relative;
}

.product_ordering_add_to_cart .added_to_cart {
  position: absolute;
  top: calc(100% + .1rem);
  right: 0;
  color: #ffffff;
}

.update_qty {
  background: #000 !important;
  width: 100px !important;
  height: 49px !important;
  min-height: 0 !important;
  line-height: 49px !important;
  border: 0 !important;
}

.parts_order_cart h3 {
  font-size: 1rem;
  background: var(--color-content-secondary);
  margin: 0;
  padding: .5rem;
}

.parts_order_cart .widget_shopping_cart {
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
}

.parts_order_cart img {
  display: none;
}

.parts_order_cart .cart_list {
  margin-bottom: 0;
}

.parts_order_cart .woocommerce-mini-cart-item {
  padding: 1rem 3rem 1rem 1.5rem;
  margin: 0 !important;
  border-bottom: 1px dotted #111111;
  min-height: 4rem;
}

.parts_order_cart .woocommerce-mini-cart-item:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

.parts_order_cart .woocommerce-mini-cart-item a:not(.remove_from_cart_button) {
  font-weight: bold;
  pointer-events: none;
}

.parts_order_cart .woocommerce-mini-cart-item .remove_from_cart_button {
  position: absolute;
  top: 0;
  left: 0;
  background: #990000;
  color: #ffffff;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}

.parts_order_cart .woocommerce-mini-cart-item:hover .remove_from_cart_button {
  opacity: 1 !important;
}

.parts_order_cart .woocommerce-mini-cart-item .quantity {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0.5rem;
  width: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  text-align: center;
}

.parts_order_cart .woocommerce-mini-cart-item .quantity .amount {
  display: block;
  font-weight: bold;
}

.parts_order_cart .woocommerce-mini-cart__total.total {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-top: 0;
}

.parts_order_cart .woocommerce-mini-cart__buttons.buttons .button:not(.checkout) {
  display: none;
}

.parts_order_cart .woocommerce-mini-cart__empty-message {
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.parts_order_cart .woocommerce-mini-cart__empty-message::after {
  content: "Your Cart is currently empty. Begin Building your order.";
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  padding: 1rem;
  color: #ffffff;
}

.by_part_group_filter {
  display: none;
}

.by_part_group_filter.active {
  display: block;
}

.parts_facet .pagination.navigation {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: .5rem;
}

.parts_facet .pagination.navigation .nav-links {
  justify-content: center;
}

.part_search_sidebar .fcomplete-wrap {
  background: black;
}

.part_search_sidebar .fcomplete-wrap .fcomplete-result:nth-child(even) {
  background: #111111;
}

.part_search_sidebar .fcomplete-wrap .fcomplete-result:hover {
  background: #222222;
}

.part_search_sidebar .facetwp-autocomplete-update {
  display: none;
}

.downloadable_files {
  background: #171717;
  padding: 3rem;
}

.downloadable_files .w-image {
  margin: 0 !important;
}

.downloadable_files p.w-text {
  text-align: center;
  margin: 0 0 .5rem 0;
  font-weight: bold;
  font-size: 0.8rem !important;
}

.downloadable_files h2.w-text {
  font-size: 1.5rem;
  text-align: center;
}

/** --------
 * FOOTER
 * --------- */
/** --------
 * GENERAL
 * --------- */
body.logged-in .signed-out {
  display: none;
}

body:not(.logged-in) .signed-in {
  display: none;
}

.sp-wrap-cpt {
  margin-bottom: 3rem;
}

.sp-wrap-cpt ul {
  margin-bottom: 1.5rem;
}

/** --------
 * IMPREZA FIXES
 * --------- */
.woocommerce #payment .payment_methods li img {
  max-width: 30px;
  margin-right: 2px;
}

.no-touch .bg_solid .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after,
.no-touch .bg_transparent .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: var(--color-header-middle-text-hover);
}

.w-nav.type_mobile .menu-item > a.w-btn {
  margin-top: 0.5rem;
  width: calc(100% - 1.4rem);
}

.pagination > :not(.custom) .page-numbers {
  border-radius: 0.2em;
  font-size: 0.8rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
}

@media (max-width: 600px) {
  .l-section-shape {
    height: 0 !important;
  }
}

@media (max-width: 1024px) {
  html body .w-separator.size_small {
    height: 1.5rem;
  }
  html body .w-separator.size_small.with_line {
    height: 2rem;
  }
  html body .w-separator.size_medium:empty {
    height: 2rem;
  }
  html body .w-separator.size_medium.with_line {
    height: 3rem;
  }
  html body .w-separator.size_large:empty {
    height: 3rem;
  }
  html body .w-separator.size_large.with_line {
    height: 4rem;
  }
  html body .w-separator.size_huge:empty {
    height: 4rem;
  }
  html body .w-separator.size_huge.with_line {
    height: 5rem;
  }
}

.w-post-elm > .l-section:first-of-type {
  padding-top: 0;
}

.w-post-elm > .l-section:last-of-type {
  padding-bottom: 0;
}

/** --------
 * MISC FIXES
 * --------- */
.gform_confirmation_message {
  background: #c9f7b2;
  padding: 1rem 1.5rem;
  color: #333;
}

.gform_wrapper .validation_error {
  background: rgba(255, 0, 0, 0.85);
  padding: 1rem 1.5rem;
  color: white;
}

.l-main .w-image.align_right,
.l-main img.alignright {
  margin-left: 1.5rem;
}

.l-main .w-image.align_left,
.l-main img.alignleft {
  margin-right: 1.5rem;
}

.l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    display: block;
    float: none;
    margin: 10px auto 1.5rem auto;
    text-align: center;
  }
  .l-main .w-image.align_right img,
.l-main .w-image.align_left img,
.l-main .w-image.align_center img,
.l-main img.alignright img,
.l-main img.alignleft img,
.l-main img.aligncenter img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
