@font-face {
  font-family: 'myriadpro';
  src: url('../fonts/myriadpro.woff') format('woff'), /* Modern Browsers */ url('../fonts/myriadpro.ttf') format('truetype');
}
@font-face {
  font-family: 'neue_aachen';
  src: url('../fonts/neue_aachen.woff') format('woff'), /* Modern Browsers */ url('../fonts/neue_aachen.ttf') format('truetype');
}
html {
  font-size: 14px;
}
html body {
  background: #fff;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: myriadpro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body .body_inner {
  background: #f4f2ee;
  color: #1d4462;
  display: flex;
  flex-direction: column;
  width: 85rem;
  border: 0.3rem solid #1d4462;
  flex: 1 1 auto;
}
html body .body_inner > .header {
  display: flex;
  padding: 0.75rem 0;
  flex-direction: column;
}
html body .body_inner > .header .header1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1 1 auto;
}
html body .body_inner > .header .header1 .header1_left {
  display: flex;
  flex-direction: column;
  margin-left: 0.75rem;
}
html body .body_inner > .header .header1 .header1_left a {
  text-decoration: none;
  color: #f4f2ee;
}
html body .body_inner > .header .header1 .header1_left .header1_left_logo_plus_text {
  border: 0.3rem solid #ae403d;
}
html body .body_inner > .header .header1 .header1_left .header1_left_logo {
  width: 200px;
  height: 200px;
  background: url("../images/lrp_logo.png") no-repeat;
  background-size: contain;
}
html body .body_inner > .header .header1 .header1_left .header1_left_text {
  text-align: center;
  background: #ae403d;
  padding: 0.3rem;
  line-height: 1.2rem;
}
html body .body_inner > .header .header1 .header1_right {
  font-size: 1.5rem;
  flex: 1 1 auto;
  justify-items: center;
}
html body .body_inner > .header .header1 .header1_right .retail_location_info {
  text-align: center;
  background: #1d4462;
  color: #f4f2ee;
  padding: 0.5rem 2.5rem;
  line-height: 1.75rem;
}
html body .body_inner > .header .header1 .header1_right .menu {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
}
html body .body_inner > .header .header1 .header1_right .menu .menu_item {
  padding: 0.35rem 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ae403d;
}
html body .body_inner > .header .header1 .header1_right .menu .menu_item .cart_item_count {
  margin-left: 0.25rem;
  font-size: 1rem;
}
html body .body_inner > .header .header1 .header1_right .below_menu_text {
  text-align: center;
  background: #1d4462;
  color: #f4f2ee;
  padding: 0.5rem 2.5rem;
  line-height: 1.75rem;
}
html body .body_inner > .header .header1 .header1_right .phone {
  font-size: 1.5em;
}
html body .body_inner > .header .header1 .header1_right .phone a {
  color: #000;
  text-decoration: none;
}
html body .body_inner > .header .search_bar {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  flex: 1 1 auto;
  height: 3rem;
}
html body .body_inner > .header .search_bar .search_bar_inner {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  margin: 0 5rem;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 1rem;
  font-size: 1.2rem;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_left > .search_text {
  font-size: 1.5rem;
  padding: 0 0.45rem;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_right {
  flex: 1 1 auto;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_right form {
  width: 100%;
  height: 100%;
  position: relative;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_right form > .magnifying_glass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  margin-left: 5px;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_right form input {
  box-sizing: border-box;
  font-size: 1.25rem;
  height: 100%;
  width: 100%;
  font-family: 'myriadpro';
  background: transparent;
  border: 0.3rem solid #ae403d;
  padding-left: 35px;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_right form input::placeholder {
  font-size: 1.5rem;
  color: #1d4462;
  text-transform: uppercase;
}
html body .body_inner > .header .description_bar {
  margin-top: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #1d4462;
  font-size: 1.5rem;
  text-align: center;
  border: 0.25rem solid #919094;
}
html body .body_inner > .header .secondary_menu_bar {
  margin-top: 1rem;
  box-sizing: border-box;
  margin: 0.5rem auto 0 auto;
  padding: 0rem;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu {
  font-size: 1.25rem;
  text-align: center;
  flex: 1 1 0;
  color: #fff;
  display: inline-grid;
  flex-direction: row;
  column-gap: 1em;
  margin: 0 1em;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(2, auto);
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item {
  height: 100%;
  box-sizing: border-box;
  color: #ae403d;
  padding: 0.25rem 0.35rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item .header_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item.has_submenu > a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\25BC";
  margin-left: 0.25em;
  font-variant: normal;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item a {
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
  display: flex;
  align-items: center;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item > a {
  color: #ae403d;
  font-size: 1.5rem;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item > a > .cart_item_count {
  padding-left: 0.5em;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item > .submenu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: auto;
  top: 100%;
  left: 0;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item > .submenu > .submenu_item > a {
  padding: 0.5em 0.75em;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item > .submenu > .submenu_item > a:hover {
  color: white;
  background: darkgray;
}
html body .body_inner > .header > .right {
  flex: 1 1 auto;
}
html body .body_inner > .content {
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}
html body .body_inner > .content > .main_content {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
html body .body_inner > .content > .main_content > * {
  text-align: left;
}
html body .body_inner > .content > .main_content .vertical_form {
  margin: 0 auto;
}
html body .body_inner > .footer {
  text-align: center;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #1d4462;
  font-size: 1.1rem;
  line-height: 1.15rem;
}
html body .body_inner > .footer a {
  color: inherit;
  text-decoration: none;
}
html body .body_inner > .footer .footer_contents {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, min-content);
  grid-gap: 1px 10px;
  width: 100%;
  align-items: center;
  color: #fff;
}
html body .body_inner > .footer .footer_contents > * {
  margin: auto;
}
html body .body_inner > .footer .footer_contents div.footer_bottom {
  display: none;
  margin: 0.25em;
  grid-column: 1 / 4;
  /* span from grid column line 1 to 3 (i.e., span 2 columns) */
  grid-row-start: 2;
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container {
  background: #fff;
  padding: 1rem;
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .intro {
  margin-bottom: 0.5em;
  font-size: 14px;
  color: #333;
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a {
  text-decoration: none;
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.facebook:before {
  content: url("../images/socials/facebook_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.twitter:before {
  content: url("../images/socials/twitter_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.instagram:before {
  content: url("../images/socials/instagram_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.youtube:before {
  content: url("../images/socials/youtube_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.yelp:before {
  content: url("../images/socials/yelp_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.linkedin:before {
  content: url("../images/socials/linkedin_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.pinterest:before {
  content: url("../images/socials/pinterest_small.png");
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.email:before {
  content: "\f0e0";
}
html body .body_inner > .footer .footer_contents .footer_center .socials_container .socials a .social.youtube:before {
  content: url("../images/socials/youtube_small.png");
}
html body .body_inner > .footer .footer_contents .footer_logo {
  width: 150px;
  height: 150px;
  background: url(../images/lrp_logo.png) no-repeat;
  background-size: contain;
}
html body .body_inner > .footer .footer_contents .footer_address {
  text-align: left;
}
html body .body_inner > .footer .footer_contents .footer_links {
  text-align: left;
}
html body .body_inner > .footer .footer_contents .footer_links .links_container {
  display: flex;
  flex-direction: column;
}
html body .body_inner > .footer .footer_contents .footer_youtube {
  display: flex;
  flex-direction: column;
}
html body .body_inner > .footer .footer_contents .footer_youtube a {
  display: flex;
  flex-direction: column;
}
html body .body_inner > .footer .footer_contents .footer_youtube svg {
  width: 29px;
  height: 25px;
  margin: auto;
  margin-top: 0.25rem;
}
html body .body_inner > .footer .footer_contents .footer_credit_cards {
  text-align: center;
}
html .page-cover {
  position: absolute;
  background: #000;
  opacity: 0.7;
  z-index: 102;
}
html {
  font-size: 14px;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel {
  position: relative;
  border: 0.25rem solid #1d4462;
  flex: 1 1 auto;
  width: 33%;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel > a {
  text-decoration: none;
  color: inherit;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel > a > .subpanel_top {
  background: url("../images/LRP/shop.png") no-repeat;
  background-size: contain;
  aspect-ratio: 1/0.785;
  position: relative;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel > a > .subpanel_top > .images {
  position: absolute;
  top: 31.5%;
  left: 24.9%;
  width: 50.5%;
  height: 64%;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel > a > .subpanel_top > .images > img {
  max-width: 100%;
  max-height: 100%;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel > a > .heading {
  text-align: center;
  text-transform: uppercase;
  font-family: 'neue_aachen', myriadpro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  padding-bottom: 0.5rem;
}
html body.index_page > .body_inner > .content > .main_content > .subpanels > .subpanel > a > .heading > .shop {
  font-size: 1.75rem;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular {
  margin-top: 1rem;
  padding: 1rem;
  color: #fff;
  background-color: #1d4462;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2rem;
  border: 0.25rem solid #919094;
  display: flex;
  flex-direction: column;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular > .most_popular_items {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: column;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
html body.index_page > .body_inner > .content > .main_content > .most_popular > .most_popular_items > .product_wrapper {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular > .most_popular_items > .product_wrapper .product_image {
  padding-bottom: 1rem;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular > .most_popular_items > .product_wrapper .manufacturer_name {
  background-color: #fff;
  color: #1d4462;
  padding: 1rem;
  padding: 0.25rem 1rem 0 1rem;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular > .most_popular_items > .product_wrapper .product_name {
  background-color: #fff;
  color: #1d4462;
  padding: 0.25rem 1rem 1rem 1rem;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular .most_popular_button_container {
  font-style: normal;
  margin-top: 0.5rem;
}
html body.index_page > .body_inner > .content > .main_content > .manufacturers {
  width: 100%;
  margin: 1.5rem auto;
  background: white;
  color: #000;
  border: 0.25rem solid #1d4462;
  padding: 1rem 0;
}
html body.index_page > .body_inner > .content > .main_content > .manufacturers .intro {
  padding-bottom: 1rem;
  font-size: 1.25rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
html body.index_page > .body_inner > .content > .main_content > .manufacturers .brandbox {
  display: grid;
  grid-gap: 0.25rem;
  grid-template-columns: repeat(9, min-content);
  justify-content: center;
}
html body.index_page > .body_inner > .content > .main_content > .manufacturers .brandbox .manufacturer {
  display: inline;
  background-color: #fff;
  /* border:1px solid #e4e4e4;*/
  margin: 0.25rem 1rem;
  border: 4px solid #ae403d;
  /*outline:2px solid @rustic_red;*/
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 0.25em;
}
html body.index_page > .body_inner > .content > .main_content > .manufacturers .brandbox .manufacturer .manufacturer_image {
  max-width: 5.7143rem;
}
html body.index_page .btn {
  border: 0.5rem solid #dadee5;
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background-image: none;
  color: #1d4462;
  text-transform: uppercase;
  font-size: 2rem;
  border-radius: 0.2857rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1.25rem;
  display: inline-flex;
}
.index_page .just_arrived_on_sale {
  display: flex;
  justify-content: space-between;
}
.index_page .just_arrived_on_sale .subpanel {
  flex: 1 1 auto;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index_page .just_arrived_on_sale .subpanel:not(:first-child) {
  margin-left: 0.5em;
}
.index_page .just_arrived_on_sale .subpanel:not(:last-child) {
  margin-right: 0.5em;
}
.index_page .just_arrived_on_sale .subpanel .heading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 1px 1px 1px #666;
  white-space: nowrap;
}
.index_page .just_arrived_on_sale .subpanel img {
  border: 0.3rem solid #1d4462;
  max-width: 100%;
}
/*# sourceMappingURL=laundryreplacementparts.css.map */