body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-weight: 300;
}

a {
  color: #3c453e;
}

a:hover {
  color: #4b7752;
}

.btn {
  font-size: 0.875em;
  font-weight: 400;
}

.btn-primary {
  background-color: #4b7752;
  border-color: #4b7752;
  border-radius: 35px;
  padding: 10px 25px;
}

header {
  background-color: #f0eee6;
}

.header_inner {
  gap: 30px;
  max-width: 1560px;
  margin: auto;
}

.header_left {
  flex-grow: 1;
  transition: all 0.2s;
  padding-bottom: 10px;
}

.header_right {
  display: none;
  flex-direction: column;
  flex-grow: 1;
}

.header_right_top {
  display: flex;
}

.header_right_top .fas {
  font-size: 15px;
  color: #4b7752;
}

.header_right form {
  border: 1px solid #e4e4e4;
  border-radius: 25px;
  overflow: hidden;
  flex-grow: 1;
  max-width: 697px;
}

header form .form-control,
header form .input-group-text {
  height: 34px;
}

.header_right .search-form-wrap {
  flex-grow: 1;
}

.header_right #mainNav {
  background-color: transparent;
  padding: 0;
  padding-right: 1rem;
}

.header_right #mainNav ul.navbar-nav {
  gap: 10px;
  transition: gap 0.2s;
  width: 100%;
}

.header_right #mainNav ul.navbar-nav > li > a {
  color: #3c453e;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 0 10px;
}

.mobile_store_menu {
  background-color: #f0eee6;
}

.mobile_store_menu a {
  color: #4b7752;
}

@media (max-width: 1069px) {
  .header_left {
    max-width: 180px;
  }

  #mobile_toggle {
    display: block !important;
  }
  .mobile_store_menu {
    display: flex !important;
  }

  header {
    padding: 5px 0;
  }
}

@media (min-width: 1070px) {
  header {
    padding-top: 10px;
  }
  .header_right {
    display: flex;
  }

  .header_left {
    max-width: 15vw;
  }

  #heroSlider {
    height: calc(100vh - 123px);
  }

  .home-update #heroSlider .swiper-slide .slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-update #heroSlider .swiper-slide .btn {
    max-width: 246px;
  }
}

@media (min-width: 1200px) {
  .header_right #mainNav ul.navbar-nav {
    gap: 30px;
  }
}

@media (min-width: 1300px) {
  .header_left {
    max-width: 290px;
  }
}

.header_right_top .account-nav {
  font-size: 13px;
  font-weight: 400;
}

.home-update #heroSlider .swiper-slide h2 {
  font-weight: 300;
}

.home-update #heroSlider .swiper-slide p {
  font-weight: 200;
}

.home-update #heroSlider .swiper-slide .btn {
  font-weight: 300;
  font-size: 1.2em;
}

#departmentCards {
  text-align: center;
}

#departmentCards h3,
#featuredProducts h3 {
  font-weight: 300;
  font-size: 30px;
}

#departmentCards .btn {
  padding: 10px 25px;
  font-weight: 300;
}

.department-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 30px;
  justify-content: center;
  max-width: 1600px;
  margin: auto;
}

.department-card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  width: calc(50% - 30px);
  position: relative;
  top: 0;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .department-cards-wrapper {
    padding: 30px 50px;
  }

  .department-card {
    width: calc(33.3333% - 30px);
  }
}

@media (min-width: 992px) {
  .department-card {
    width: calc(25% - 30px);
  }
}

.department-card:hover {
  top: -5px;
}

.department-card a:hover {
  text-decoration: none;
}

.department-card .title {
  font-weight: 300;
  padding: 15px 0;
}

.department-card .department-img {
  aspect-ratio: 1 / 1;
  background-size: cover;
}

.home-update #promoBanner {
  padding: 200px 0;
}

.home-update #promoBanner h3 {
  font-size: 56px;
  font-weight: 300;
}

.home-update #promoBanner p {
  font-weight: 200;
}

.home-update #promoBanner a {
  padding: 10px 25px;
  background-color: #fff;
  color: #4b7752;
  font-weight: 300;
  font-size: 18px;
}

.home-update #featuredProducts {
  padding-bottom: 70px;
}

#featuredProducts .btn {
  font-weight: 340;
}

.home-update .swiper-nav-wrap .swiper-button-next,
.home-update .swiper-nav-wrap .swiper-button-prev {
  color: #3c453e;
  border-color: #707070;
}

.product_right .product_price {
  font-weight: 500;
}

.product_right .product_link a {
  font-weight: 400;
}

.swiper-slide .product_right .store_product_cart {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 10px;
}

.swiper-slide .product_item {
  padding-bottom: 35px;
}

.service-block-content {
  display: inline-block;
  padding: 30px;
  position: relative;
  max-width: 90%;
}

.service-block-content h2,
.service-block-content p {
  position: relative;
  font-weight: 300;
}

.service-block-content p {
  font-weight: 200;
}

.service-block-content:before {
  content: "";
  background-color: #473c33;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
  border-radius: 5px;
}

footer {
  background-color: #3c453e;
}

footer h6 {
  font-weight: 400;
}

footer p {
  font-weight: 300;
}

.sidebar {
  padding-right: 30px;
}

.sidebar .style_blueberry_title_bar {
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar .menu ul a {
  font-weight: 300;
  font-size: 13px;
}

.sidebar .menu ul a:hover {
  color: #4b7752;
}

#nav_data_lookup_menubox,
#cart_menubox_style_blueberry_content {
  font-weight: 300;
  font-size: 13px;
}

#lookup_menubox {
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 3px;
}

#nav_data_lookup_menubox .go_button {
  background-color: #4b7752;
  border-color: #4b7752;
  border-radius: 35px;
}

.category_list h4 .category_link {
  color: #3c453e;
  font-weight: 300;
  font-size: 16px;
}

.category_list h4 .category_link:hover {
  text-decoration: none;
}

.category_wrapper {
  position: relative;
  top: 0;
  transition: all 0.2s;
}

.category_wrapper:hover {
  top: -5px;
}

.category_wrapper:hover h4 .category_link {
  color: #4b7752;
}

@media (min-width: 1400px) {
  .container {
    max-width: 90%;
    padding: 0 50px;
  }
}

@media (max-width: 575px) {
  .category_list_P .category_wrapper {
    padding-bottom: 0;
  }
}

.breadcrumb {
  font-weight: 300;
}

@media (max-width: 767px) {
  .sidebar {
    padding-right: 0;
  }

  .sidebar .cart_menu_messages {
    color: #2f2e33;
  }

  .sidebar > div {
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 3px;
  }
}

#featuredProducts h3 {
  text-align: center;
  position: relative;
  bottom: 15px;
}

#featuredProducts #featuredSlider {
  padding: 15px;
  overflow: visible;
}

#featuredProducts .swiper-nav-wrap {
  position: relative;
  margin: auto;
  bottom: 55px;
  padding: 0 15px;
  max-width: 380px;
}

#featuredProducts .swiper-nav-wrap .swiper-button-next,
#featuredProducts .swiper-nav-wrap .swiper-button-prev {
  color: #3c453e;
  border-color: #707070;
  border: 2px solid;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

#featuredProducts .swiper-nav-wrap .swiper-button-next:after,
#featuredProducts .swiper-nav-wrap .swiper-button-prev:after {
  font-size: 20px;
}

#featuredProducts #featuredSlider .swiper-scrollbar {
  position: relative;
  margin-top: 30px;
}

#featuredProducts .swiper-slide {
  height: auto;
}

#featuredProducts .product-wrap {
  display: block !important;
}

#featuredProducts .product_left {
  max-width: none;
  text-align: center;
}

#featuredProducts .product_right {
  text-align: center;
}

#featuredProducts .product-wrap img {
  max-height: 150px;
  margin-bottom: 20px;
}

#equipmentSale {
  margin-bottom: 50px;
}

#equipmentSale h3 {
  font-weight: 300;
  font-size: 30px;
}

.jcarousel-destroyed {
  display: none;
}

.promo-blocks .col-md-6:first-child {
  text-align: right;
}

.promo-blocks .col-md-6:nth-child(2) {
  text-align: left;
}

.about-content {
  max-width: 900px;
  margin: auto;
}

.about-content ul {
  text-align: center;
  justify-content: center;
}

.about-content p {
  font-weight: 300;
}

.about-content strong {
  font-weight: 600;
}

ul.nav-wizard .active_step ~ li {
  background: #f0eee6;
}

ul.nav-wizard li.active_step {
  background-color: #4b7752;
}

ul.nav-wizard li.active_step:after {
  border-left: 16px solid #4b7752;
}

.mobile-search {
  margin-bottom: 20px;
}

.mobile-search form .form-control {
  border-radius: 22px 0 0 22px;
  padding: 25px;
}

.mobile-search form .input-group-text {
  border-left: 0;
  background-color: #fff;
  border-radius: 0 22px 22px 0;
}

#heroSlider .btn-primary {
  display: none;
}

@media (min-width: 1070px) {
  .mobile-search {
    display: none;
  }

  #heroSlider .btn-primary {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  #bannerButtons {
    display: flex;
  }

  #bannerButtons .btn {
    display: flex;
  }

  #bannerButtons .btn:first-child {
    justify-content: flex-end;
    padding-right: 30px;
  }

  #bannerButtons .btn:last-child {
    padding-left: 30px;
  }
}
