@font-face {
  font-family: 'shrikhand';
  src: url('../fonts/Shrikhand-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Shrikhand-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'rockwell';
  src: url('../fonts/rockwell-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/rockwell-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'rockwell_bold';
  src: url('../fonts/rockwell-bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/rockwell-bold.ttf') format('truetype');
}
html {
  font-size: 14px;
}
html body {
  background: #fff;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: rockwell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body .body_inner {
  background: #dadee5;
  color: #1a46a9;
  display: flex;
  flex-direction: column;
  width: 85rem;
  border: 0.3rem solid #1a46a9;
  flex: 1 1 auto;
}
html body .body_inner > .header {
  display: flex;
  padding: 0.35rem 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;
  flex: 1 1 auto;
  margin-left: 2rem;
}
html body .body_inner > .header .header1 .header1_left .header1_left_logo {
  width: 390px;
  height: 140px;
  background: url("../images/lcmlogo.png") no-repeat;
}
html body .body_inner > .header .header1 .header1_right {
  flex: 1 1 auto;
  align-content: center;
  justify-items: center;
}
html body .body_inner > .header .header1 .header1_right .menu {
  font-size: 1.1rem;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: row;
}
html body .body_inner > .header .header1 .header1_right .menu .menu_item {
  padding: 0.35rem 1rem;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
html body .body_inner > .header .header1 .header1_right .menu .menu_item.menu_item_cart {
  min-width: 8rem;
}
html body .body_inner > .header .header1 .header1_right .menu .menu_item.menu_item_cart:before {
  padding-right: 0.25rem;
  display: inline-block;
  height: 24px;
  width: 24px;
  content: "";
  background: url('../images/cart.png') no-repeat 0 0;
  background-size: 24px 24px;
}
html body .body_inner > .header .header1 .header1_right .slogan {
  text-align: center;
  font-family: rockwell_bold;
  font-size: 1.25em;
  color: #000;
  padding: 1.15rem 0;
}
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;
  width: 75%;
  background: #fff;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_left > .search_icon {
  margin: 0 0.45rem;
}
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%;
}
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: 'rockwell';
  border: none;
}
html body .body_inner > .header .search_bar .search_bar_inner .search_bar_right form input::placeholder {
  font-size: 1.5rem;
  color: #1a46a9;
  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: #1a46a9;
  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: 1rem auto 0 auto;
  padding: 0rem;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu {
  background-color: #1a46a9;
  font-size: 1.25rem;
  text-align: center;
  border: 0.25rem solid #919094;
  flex: 1 1 0;
  color: #fff;
  display: inline-grid;
  flex-direction: row;
  column-gap: 1em;
  margin: 0 1em;
  align-items: center;
  justify-items: center;
  padding: 0.75rem;
  grid-template-columns: repeat(5, auto);
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item {
  text-transform: uppercase;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #1a46a9;
  border: 0.25rem solid #919094;
  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 .header_cart_count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  font-weight: 700;
  background-color: #3a3a3a;
  color: #fff;
  border-radius: 50%;
  min-width: 1em;
  height: 1em;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item.has_submenu::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;
}
html body .body_inner > .header .secondary_menu_bar .secondary_menu > .menu_item > a {
  color: #1a46a9;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 1em;
}
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: #000;
}
html body .body_inner > .footer .footer_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, min-content);
  grid-gap: 1px 10px;
  width: 100%;
  align-items: center;
}
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_left {
  text-align: left;
}
html body .body_inner > .footer .footer_contents .footer_left a {
  color: #000;
  text-decoration: none;
}
html body .body_inner > .footer .footer_contents .footer_left a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html body .body_inner > .footer .footer_contents .footer_left a:focus,
html body .body_inner > .footer .footer_contents .footer_left a:hover {
  color: #23527c;
  text-decoration: underline;
}
html body .body_inner > .footer .footer_contents .footer_left .tepperware {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
html body .body_inner > .footer .footer_contents .footer_right {
  text-align: right;
}
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 > .subpanel > .heading {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2rem;
}
html body.index_page > .body_inner > .content > .main_content > .most_popular {
  margin-top: 1rem;
  padding: 1rem;
  color: #fff;
  background-color: #1a46a9;
  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: #1a46a9;
  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: #1a46a9;
  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 #1a46a9;
  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: 2px solid #cc0000;
  outline: 2px solid yellow;
  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: #1a46a9;
  text-transform: uppercase;
  font-size: 2rem;
  border-radius: 0.2857rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1.25rem;
  display: inline-flex;
}
/*# sourceMappingURL=lowcostmfg.css.map */