/*-------------------- TABLE OF CONTENTS --------------- */
/*-------------------- 1.    GENERAL STYLES ------------------- */
/*-------------------- 2.    HEADERS ------------------- */
/*-------------------- 2.1   Menu ------------------- */
/*-------------------- 2.2   Vertical Menu ------------------- */
/*-------------------- 2.3   Sticky Header ------------------- */
/*-------------------- 2.4   Mobile Menu ------------------- */
/*-------------------- 3.    FOOTERS ------------------- */
/*-------------------- 4.    ELEMENTS ------------------- */
/*-------------------- 4.1.  Page Header --------------------*/
/*-------------------- 4.2.  BreadCrumbs --------------------*/
/*-------------------- 4.3.  Titles --------------------*/
/*-------------------- 4.4.  Icon boxes --------------------*/
/*-------------------- 4.5.  Cards --------------------*/
/*-------------------- 4.6.  Tabs --------------------*/
/*-------------------- 4.7.  Buttons --------------------*/
/*-------------------- 4.8.  Products --------------------*/
/*-------------------- 4.9.  Banners --------------------*/
/*-------------------- 4.10. Banners Video --------------------*/
/*-------------------- 4.11. Banners Category --------------------*/
/*-------------------- 4.12. Social Icons --------------------*/
/*-------------------- 4.13. Testimonials --------------------*/
/*-------------------- 4.14. Forms --------------------*/
/*-------------------- 4.15. Call to Actions --------------------*/
/*-------------------- 4.16. Tables --------------------*/
/*-------------------- 4.17. Counters --------------------*/
/*-------------------- 4.18. Pagination --------------------*/
/*-------------------- 4.19. Modals --------------------*/
/*-------------------- 4.20. Alerts --------------------*/
/*-------------------- 4.21. Instagram Feeds --------------------*/
/*-------------------- 4.22. Elements List --------------------*/
/*-------------------- 4.23. Overlay --------------------*/
/*-------------------- 4.24. Countdown --------------------*/
/*-------------------- 4.25. LightBox --------------------*/
/*-------------------- 4.26. Slider --------------------*/
/*-------------------- 4.27. Toast --------------------*/
/*-------------------- 4.28. Skeleton --------------------*/
/*-------------------- 4.29. Animations --------------------*/
/*-------------------- 4.30. LazyImageLoad --------------------*/
/*-------------------- 5.    PAGES --------------------*/
/*-------------------- 5.1.  Home --------------------*/
/*-------------------- 5.2.  Category --------------------*/
/*-------------------- 5.3.  Product Pages --------------------*/
/*-------------------- 5.4.  Blog --------------------*/
/*-------------------- 5.5.  Single/Blog Post --------------------*/
/*-------------------- 5.6.  Portfolio --------------------*/
/*-------------------- 5.7.  About --------------------*/
/*-------------------- 5.8.  About 2 --------------------*/
/*-------------------- 5.9.  Contact --------------------*/
/*-------------------- 5.10. Contact 2 --------------------*/
/*-------------------- 5.11. Login --------------------*/
/*-------------------- 5.12. Category Banner Page --------------------*/
/*-------------------- 5.13. Checkout --------------------*/
/*-------------------- 5.14. Wishlist --------------------*/
/*-------------------- 5.15. Cart --------------------*/
/*-------------------- 5.16. Dashboard --------------------*/
/*-------------------- 5.17. 404 --------------------*/
/*-------------------- 5.18. Coming Soon --------------------*/
/*-------------------- 6.   SPACING & HELPERS    --------------------*/
/*-------------------- 7.   FONT ICONS   --------------------*/
/*-------------------- 8.   HomePage    --------------------*/
/*-------------------- END of TABLE OF CONTENTS  ---------- */
/* Main CSS File */
/*-------------------- 1.General Styles ---------- */
.bg-light {
  background-color: #f8f8f8 !important;
}
.bg-primary {
  background-color: #a6c76c !important;
}
/* Animation for lazyload */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Animation for Skeleton Loading */
@keyframes skeletonloading {
  to {
    background-position: 400% 0;
  }
}
/* Type */
.text-primary {
  color: #a6c76c !important;
}
/* Layout */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 1188px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.4s ease;
}
.main {
  flex: 1;
  width: 100%;
}
.page-content {
  padding-bottom: 5rem;
}
.col-xl-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* Extend grid - 1600px */
/*-------------------- 2.Headers --------------------*/
/* Header */
.header {
  width: 100%;
  background-color: #fff;
}
.header .container,
.header .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
}
.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}
.header-right {
  margin-left: auto;
  align-self: stretch;
}
.header-center {
  margin-left: auto;
  margin-right: auto;
}
.logo {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
  min-height: 25px;
}
.header-bottom {
  background-color: #fff;
}
.header-top {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #777;
  margin-bottom: 0.1rem;
}
.header-top a {
  color: inherit;
}
.header-top a:hover, .header-top a:focus {
  color: #a6c76c;
}
.header-top .container,
.header-top .container-fluid {
  position: relative;
}
.header-top .container:after,
.header-top .container-fluid:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.header-top .top-menu li + li {
  margin-left: 2.6rem;
}
.top-menu {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
}
.top-menu > li {
  position: relative;
}
.top-menu > li > a {
  display: none;
}
.top-menu ul {
  display: flex;
  align-items: center;
}
.top-menu li + li {
  margin-left: 3rem;
}
.top-menu a {
  display: inline-flex;
  align-items: center;
}
.top-menu i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
  line-height: 1;
}
.top-menu i.icon-heart-o {
  margin-top: -0.2rem;
}
.top-menu span {
  color: #a6c76c;
  margin-left: 0.3rem;
}
.header-middle {
  border-bottom: 0.1rem solid #f4f4f4;
}
.header-middle .menu > li > a {
  letter-spacing: 0.01em;
}
.header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 1.5rem;
}
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
.dropdown-menu.dropdown-menu-right p {
  font-size: 1.4rem !important;
}
/* Header Search */
.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: 0.3rem 0.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
}
.search-toggle:hover, .search-toggle:focus, .search-toggle.active {
  color: #a6c76c;
  outline: none !important;
}
.header-search {
  position: relative;
  margin: 0;
  line-height: 1;
  padding: 0;
  border: none;
}
.header-search .header-search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  margin-top: -20px;
  display: none;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
  border-radius: 20px;
  z-index: 10;
}
.header-search .header-search-wrapper:not(.search-wrapper-wide) {
  animation-duration: 0.3s;
}
.header-search .header-search-wrapper:not(.search-wrapper-wide):not(.show) {
  animation-name: fadeOut;
}
.header-search .header-search-wrapper:not(.search-wrapper-wide).show {
  animation-name: fadeIn;
}
.header-search .header-search-wrapper.show {
  display: flex;
}
.header-search .search-wrapper-wide {
  width: 570px;
}
.header-search form {
  margin: 0;
}
.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}
.header-search .form-control {
  flex: 1 1 auto;
  padding: 0.9rem 5rem 0.9rem 2.3rem;
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}
.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: 0.1rem 4rem 0.1rem 2rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search select:focus {
  outline: none !important;
}
.header-search option {
  font-size: 1.3rem;
  padding: 0.1rem 0.3rem;
}
.header-search .btn {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1rem;
  border-radius: 0 20px 20px 0;
}
.header-search .btn i {
  margin: 0 !important;
}
.header-search-extended {
  margin-right: 19rem;
  width: 100%;
  max-width: 570px;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.header-search-extended .header-search-wrapper {
  border-radius: 30px;
}
.header-search-extended .form-control,
.header-search-extended select {
  font-weight: 300;
}
.header-search-extended .form-control {
  height: 44px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 2.4rem;
  border-radius: 30px 0 0 30px;
}
.header-search-extended select {
  line-height: 44px;
  height: 44px;
}
.header-search-extended .btn {
  flex: 0 0 70px;
  max-width: 70px;
  height: 46px;
  font-size: 2rem;
  border-radius: 0 30px 30px 0;
}
.header-search-visible .search-toggle {
  display: none;
}
.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex;
  z-index: 999;
}
.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
  border-radius: 0;
}
.mobile-menu-toggler {
  border: none;
  background: transparent;
  color: #666666;
  padding: 0.2rem 0.25rem;
  min-width: 3.3rem;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 1rem;
  min-width: 3.3rem;
}
.header-bottom .mobile-menu-toggler {
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
  margin-left: -0.4rem;
}
.menu .megamenu.demo {
  width: 70vw;
  height: 65vh;
  min-width: 95rem;
  left: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.menu .megamenu.demo::-webkit-scrollbar {
  height: 10px;
  width: 7px;
}
.menu .megamenu.demo::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.menu .megamenu.demo::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}
.menu .megamenu.demo .demo-item.hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}
.menu .megamenu.demo .demo-item.show {
  opacity: 1;
  max-height: 100%;
  padding-bottom: 3rem;
  transform: translateY(0);
}
.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 4);
  max-width: calc((100% + 20px) / 4);
  margin: 0;
}
.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 2 - 20px);
  margin: 0;
}
.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-left: auto;
}
.header-intro-clearance .header-bottom .menu > li > a {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
.header-intro-clearance .header-bottom .menu > li > a::before {
  top: 0;
}
.header-intro-clearance .header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1.3rem;
}
.header-intro-clearance .header-bottom .menu > li + li {
  margin-left: 0.7rem;
}
.header-intro-clearance .header-bottom .header-left {
  align-self: stretch;
}
.header-intro-clearance .header-bottom .header-right p {
  padding-right: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-right: 1.5rem;
}
.header-intro-clearance .header-bottom .container::before {
  position: absolute;
  content: "";
  left: 28.5rem;
  height: 1.5rem;
  width: 0.1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}
.header-intro-clearance .header-bottom .container::after {
  position: absolute;
  content: "";
  right: 28rem;
  height: 1.5rem;
  width: 0.1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}
.header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
}
.header-intro-clearance .top-menu {
  text-transform: none;
}
.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
  max-width: 95%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-left: 5.5rem;
  min-width: 100%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-left: 0;
  left: 1.5rem;
}
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: initial;
}
.header-intro-clearance .wishlist > a,
.header-intro-clearance .compare-dropdown > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-intro-clearance div.icon {
  position: relative;
  height: 3.2rem;
}
.header-intro-clearance .wishlist a {
  font-size: 2.8rem;
  color: #333;
  line-height: 1;
}
.header-intro-clearance .wishlist .wishlist-count {
  min-width: 1.6rem;
  height: 1.6rem;
}
.header-intro-clearance .wishlist .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.header-intro-clearance .wishlist .wishlist-count {
  position: absolute;
  top: 0;
  right: -0.5rem;
}
.header-intro-clearance .wishlist {
  padding-left: 3rem;
}
.header-intro-clearance .wishlist .dropdown-toggle {
  color: #333;
}
.live-search-list.show {
  display: block !important;
}
.live-search-list {
  left: 0;
  right: 0;
  width: auto;
  position: absolute;
  top: 100%;
  min-width: 450px;
  z-index: 99;
  display: none;
}
.header-search.show .live-search-list {
  display: block;
}
.live-search-list .product-price {
  font-size: 12px;
}
.autocomplete-suggestions {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  color: #8d8d8d;
  background-color: #f4f4f4;
  border-color: #fff;
  padding: 15px;
  border-radius: 0;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 5px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(204, 204, 204, 0.5);
}
.autocomplete-suggestion {
  display: flex;
  align-items: center;
  color: #8d8d8d;
  background-color: #f4f4f4;
  padding: 10px 0.5em;
  line-height: 1.5em;
  min-height: 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: normal;
}
.autocomplete-suggestion img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  object-fit: cover;
}
.autocomplete-suggestion img[lazy=loading] {
  padding-top: 40px !important;
}
.autocomplete-suggestion img + .search-name {
  padding-left: 0.5em;
}
.autocomplete-suggestion .search-name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.autocomplete-suggestion:hover {
  background-color: #ededed;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
/* Header 2 */
.header-2 {
  background-color: #fff;
}
.header-2 .header-search-extended {
  margin-right: 0;
  max-width: none;
}
.header-2 .header-search-extended select,
.header-2 .header-search-extended .form-control {
  height: 38px;
}
.header-2 .header-search-extended .form-control {
  padding: 1.2rem 2.4rem 1rem 2rem;
  font-family: "Jost";
  letter-spacing: -0.01em;
  background-color: transparent;
}
.header-2 .header-search-extended .btn {
  height: 42px;
  background-color: transparent;
  color: #666;
  max-width: 60px;
}
.header-2 .header-search-extended .btn:hover, .header-2 .header-search-extended .btn:focus, .header-2 .header-search-extended .btn:active {
  color: #a6c76c;
  background-color: transparent;
}
.header-2 .btn-primary:not(:disabled):not(.disabled):active,
.header-2 .btn-primary:not(:disabled):not(.disabled).active,
.header-2 .show > .btn-primary.dropdown-toggle {
  color: #a6c76c;
  background-color: transparent;
}
.header-2 .header-search .search-wrapper-wide {
  width: unset;
}
.header-2 .header-top {
  font-weight: 300;
  font-size: 1.4rem;
  background-color: #f8f8f8;
}
.header-2 .header-top .header-left {
  display: flex;
  align-items: center;
}
.header-2 .header-top .container::after,
.header-2 .header-top .container-fluid::after {
  height: 0;
}
.header-2 .top-menu {
  text-transform: capitalize;
}
.header-2 .top-menu li + li {
  margin-left: 4rem;
}
.header-2 .header-middle {
  border-bottom: none;
}
.header-2 .header-middle .container::after {
  position: absolute;
  content: "";
  bottom: -0.1rem;
  left: 1rem;
  right: 1rem;
  height: 0.1rem;
  background-color: #ebebeb;
}
.header-2 .compare-dropdown .dropdown-menu {
  margin-top: 0;
}
.header-2 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .mobile-menu-toggler,
.header-2 .search-toggle:not(:hover):not(:focus) {
  color: #333;
}
.header-2 .sticky-header {
  background-color: #fff;
}
.header-2 .mobile-menu-toggler {
  margin-left: 0;
}
.header-2 .header-search .header-search-wrapper {
  border-color: #dadada;
}
.header-2 .header-bottom {
  color: #fff;
}
.header-2 .header-bottom .main-nav {
  margin-left: 0;
}
.header-2 .header-bottom .menu ul,
.header-2 .header-bottom .menu .megamenu {
  margin-top: 0;
}
.header-2 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
  color: #333;
}
.header-2 .header-bottom .mobile-menu-toggler {
  color: #fff;
}
/*-------------------- 2.1.Menu --------------------*/
.main-nav {
  margin-left: 2rem;
  display: none;
}
/* Menu Structure */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  position: relative;
}
.menu li:hover > ul, .menu li.show > ul {
  display: block;
}
.menu li:hover > .megamenu, .menu li.show > .megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.menu .megamenu-container {
  position: static;
}
.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}
.menu ul ul {
  top: -1.6rem;
  left: 100%;
}
.menu .megamenu {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: -200rem;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.menu .megamenu.megamenu-sm {
  left: 0;
  right: auto;
  width: 456px;
}
.menu .megamenu.megamenu-md {
  left: -10rem;
  right: auto;
  width: 694px;
}
.menu .megamenu > ul,
.menu .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu .megamenu:not(:hover) .btn {
  transition: none;
}
.menu ul:before,
.menu .megamenu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}
.menu ul ul,
.menu .megamenu ul {
  margin-top: 0;
}
.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu a:not(.btn):focus {
  outline: none !important;
}
/* Menu Style */
.menu {
  line-height: 1.5;
}
.menu li > a {
  color: #999999;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.menu li > a span:not(.tip) {
  position: relative;
}
.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  padding: 3.95rem 3rem;
  text-transform: uppercase;
}
.menu > li + li {
  margin-left: 0;
}
.menu.sf-arrows > li > .sf-with-ul {
  padding-right: 2rem;
}
.menu.sf-arrows .sf-with-ul {
  position: relative;
}
.menu.sf-arrows .sf-with-ul::after {
  content: "\f110";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5rem;
}
.menu.sf-arrows ul .sf-with-ul {
  padding-right: 4rem;
}
.menu.sf-arrows ul .sf-with-ul:after {
  content: "\f112";
  right: 3rem;
}
.menu .megamenu,
.menu ul {
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}
.menu .megamenu .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}
.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}
.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}
.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}
.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}
.menu .menu-title {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.menu .megamenu-action {
  padding-bottom: 2rem;
}
.menu ul + .menu-title {
  margin-top: 1.5rem;
}
.menu .banner-content {
  padding-top: 0;
}
.menu .banner-content.banner-content-bottom {
  left: 2.4rem;
  bottom: 2.4rem;
}
.menu .banner-content.banner-content-top {
  left: 2rem;
  top: 2.4rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}
.menu .banner-title span {
  font-size: 2.4rem;
}
.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem;
}
/* Menu Hover Style */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #a6c76c;
}
/* Demos */
.demo-list {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin: 1.8rem -10px 0.4rem;
}
.demo-item {
  color: #999999;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: auto;
}
.demo-item a {
  color: inherit;
}
.demo-item a:hover, .demo-item a:focus {
  color: #a6c76c;
}
.demo-item a:hover .demo-bg, .demo-item a:focus .demo-bg {
  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05), -3px 10px 16px rgba(51, 51, 51, 0.05);
  background-position: center bottom;
  transition: background-position 2s linear, box-shadow 0.3s;
}
.demo-bg {
  min-height: 16rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  border: 0.1rem solid #ebebeb;
  margin-bottom: 1.2rem;
  padding-top: 80.95%;
  background-position: center top;
  transition: background-position 0.6s linear, box-shadow 0.3s;
}
.demo-title {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}
/* Label - Tip */
.tip {
  color: #fff;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 1.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 3px 1px 1px;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-left: 0.5rem;
  text-transform: uppercase;
  background-color: #a6c76c;
}
.tip.tip-new {
  background-color: #a6c76c;
}
.tip.tip-hot {
  background-color: #ef837b;
}
/* Header Bottom  - Menu position in header-bottom */
.header-bottom .main-nav {
  margin-left: 0;
}
.header-bottom .menu .megamenu.megamenu-md {
  left: 0;
}
.header-bottom .menu > li + li {
  margin-left: 1rem;
}
.header-bottom .menu > li > a {
  padding: 1.65rem 1rem;
}
.header-bottom .menu > li > .sf-with-ul {
  padding-right: 3rem;
}
.header-bottom .menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #a6c76c;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1rem;
}
/*-------------------- 2.2.Vertical Menu --------------------*/
/* Vertical Menu */
.category-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.category-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 1rem 1.9rem 1rem 2rem;
  min-width: 270px;
  transition: background 0.4s, color 0.1s;
}
.category-dropdown .dropdown-toggle:after {
  content: "\f131";
  border: none;
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 6.7rem;
}
.category-dropdown .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a6c76c;
  transition: all 0.35s;
}
.category-dropdown .dropdown-toggle:hover {
  color: #fff;
  background-color: #a6c76c;
  outline: none !important;
}
.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  color: #fff !important;
  background-color: #a6c76c;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
  content: "\f191";
}
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
}
.category-dropdown.show .dropdown-toggle:after {
  content: "\f191";
}
.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
/*-------------------- 2.3.Sticky Header --------------------*/
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------- 2.4.Mobiel Menu --------------------*/
/* Mobile Menu */
.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: auto;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}
.mobile-menu-container .bg-white {
  background-color: transparent !important;
}
.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0;
}
.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  transition: color 0.35s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #a6c76c;
}
.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: #fff;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #a6c76c;
  text-decoration: none;
  outline: none !important;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #a6c76c;
}
.mobile-menu li ul {
  margin: 0;
  margin-bottom: 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.mobile-menu li ul li a {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3.5rem;
  border-bottom: none;
}
.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile-menu li ul ul {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li ul ul li a {
  padding-left: 5rem;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}
.mobile-menu:not(.mobile-menu-light) li ul li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mobile-search {
  margin: 1rem 0 1.5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.8rem 1.5rem;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}
.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:focus {
  color: #fff;
  border-color: #a6c76c;
  background-color: #333;
}
.mobile-search .btn {
  font-size: 1.2rem;
  min-width: 3.6rem;
  padding: 0.8rem 0.2rem;
}
.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 2.5rem;
  border: none;
}
.mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
}
.mobile-menu-container .tab-pane {
  padding: 0;
}
.mobile-cats-nav .mobile-menu > li > a {
  text-transform: capitalize;
}
.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #a6c76c;
  text-decoration: none;
  outline: none !important;
}
/* Mobile Menu Light */
.mobile-menu-light {
  background-color: #fff;
}
.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #a6c76c;
}
.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control {
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}
.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control:focus {
  color: #666;
  border-color: #a6c76c;
  background-color: #fff;
}
.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}
.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333;
}
.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}
/*-------------------- 3.Footer --------------------*/
/* Footer */
.footer {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  color: #777;
  background-color: #fff;
  /* Improve bfcache compatibility with more optimized rendering */
  min-height: 250px;
  contain: layout style;
  content-visibility: auto;
  contain-intrinsic-size: 1px 250px; /* Hint for layout before content loads */
  /* Support bfcache by ensuring stable layout */
}
.footer a {
  color: inherit;
}
.footer a:hover,
.footer a:focus {
  color: #a6c76c;
}
.footer .widget {
  margin-bottom: 4rem;
}
.footer .widget-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 1.9rem;
}
.footer-middle {
  border-top: 0.1rem solid #ebebeb;
}
.widget-about p {
  max-width: 250px;
}
.container-fluid .widget-about p {
  max-width: 540px;
}
.widget-about p:last-of-type {
  margin-bottom: 3.2rem;
}
.footer-bottom .container,
.footer-bottom .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding-top: 2.1rem;
  padding-bottom: 2.9rem;
}
.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.footer-copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.footer-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.footer-menu li {
  position: relative;
}
.footer-menu li + li {
  margin-left: 2.1rem;
}
.footer-menu li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  margin-top: -0.6rem;
  background-color: #b5b5b5;
}
.footer-menu a {
  box-shadow: 0 1px 0 #b5b5b5;
}
.col-md-6 .widget-about p,
.col-lg-6 .widget-about p {
  max-width: none;
}
/* Scroll Top Button */
/* Footer 2 */
/*-------------------- 4.Elements --------------------*/
/*-------------------- 4.1.Page Header --------------------*/
/* Page Header */
/*-------------------- 4.2.BreadCrumbs --------------------*/
/* Breadcrumb */
.breadcrumb-nav {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}
.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-item {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}
.breadcrumb-item i {
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: -0.2rem;
}
.breadcrumb-item i::before {
  margin: 0;
}
.breadcrumb-item a {
  color: #777;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #a6c76c;
}
.breadcrumb-item.active {
  color: #333333;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #999999;
  content: "\f112";
  padding-right: 0.7rem;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
/*-------------------- 4.3.Titles --------------------*/
/* Titles */
.heading {
  margin-bottom: 1.6rem;
}
.heading .title {
  margin-bottom: 0;
}
.heading.heading-center {
  text-align: center;
}
.heading.heading-center .title {
  margin-bottom: 1.5rem;
}
/*-------------------- 4.4.Icon boxes --------------------*/
/* Icon boxes */
.icon-box {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.icon-box-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
}
.icon-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a6c76c;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.icon-box-content p:last-child {
  margin-bottom: 0;
}
/* Icon Box Card */
/* Icon Boxes */
.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}
.icon-box-side {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.icon-box-side p {
  margin-bottom: 0;
}
.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  min-width: 7rem;
  text-align: center;
  margin-bottom: 0;
}
.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
/*-------------------- 4.5.Cards --------------------*/
.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #ebebeb;
}
.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}
.card-header::after {
  display: block;
  clear: both;
  content: "";
}
.card-header:hover {
  cursor: pointer;
}
.card-body {
  padding: 0.4rem 4rem 1.8rem 1.2rem;
  border: none;
  border-radius: 0;
}
/*-------------------- 4.6.Tabs --------------------*/
/* Tabs */
.tab-pane {
  padding: 1.4rem 2.2rem;
}
.tab-pane p:last-child {
  margin-bottom: 0;
}
/* Nav Pills - Line Tabs */
.nav-pills + .tab-content .tab-pane {
  padding: 1.4rem 0;
}
.nav-pills + .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
/* Vertical Tabs */
/* Tab content product - with carouse */
/* for react tabs */
/*-------------------- 4.7.Buttons --------------------*/
/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  min-width: 170px;
  border-radius: 0;
  white-space: normal;
  transition: all 0.3s;
}
.btn span {
  line-height: 1;
}
.btn i:first-child {
  margin-right: 1rem;
}
.btn i:last-child {
  margin-left: 1rem;
}
.btn:focus {
  box-shadow: none;
}
.btn:focus, .btn:active {
  outline: none !important;
}
.btn:active:focus {
  box-shadow: none !important;
}
.btn.btn-minwidth-lg {
  min-width: 218px;
}
.btn:active {
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #92b25a;
  border-color: #92b25a;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
}
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-primary {
  color: #a6c76c;
  background-color: transparent;
  background-image: none;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #a6c76c;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #a6c76c;
  background-color: transparent;
}
.btn-outline-primary-2 {
  color: #a6c76c;
  background-color: transparent;
  background-image: none;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #a6c76c;
  background-color: transparent;
}
.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
/*-------------------- 4.8.Products --------------------*/
/* Product */
.product {
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow 0.35s ease;
  background-color: #fff;
}
.product:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.product-media {
  position: relative;
  display: block;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
}
.product-media > a {
  display: block;
}
.product-media .product-label {
  z-index: 3;
}
.product-media::before {
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0);
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
  padding-top: 100%;
}
.product-media::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-size: 60% 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: skeletonloading 2.5s infinite 0.2s;
  transform: none;
}
.product-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.product-image {
  display: block;
  width: 100%;
  height: auto;
  loading: lazy;
}
.product-image-hover {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product:hover .product-image-hover {
  opacity: 1;
}
.product-body {
  position: relative;
  padding: 1.6rem 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
}
.product-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.2rem;
}
.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
}
.product-title a:hover, .product-title a:focus {
  color: #a6c76c;
}
.product-cat {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-cat a {
  color: inherit;
}
.product-cat a:hover, .product-cat a:focus {
  color: #a6c76c;
}
.product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #a6c76c;
  margin-bottom: 1.3rem;
}
.new-price {
  color: #ef837b;
  margin-right: 0.8rem;
}
.old-price {
  color: #cccccc;
  text-decoration: line-through;
}
.product-label {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
  background-color: #fff;
}
.product-label + .product-label {
  top: 5rem;
}
.product-label.label-sale {
  color: #fff;
  background-color: #ef837b;
}
.product-label.label-new {
  color: #fff;
  background-color: #a6c76c;
}
.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}
.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}
.label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}
.label-circle + .label-circle {
  top: 5.6rem;
}
.label-circle.label-out {
  font-size: 1.1rem;
}
.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.product-action.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.product:hover .product-action,
.product:focus .product-action {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.btn-product {
  color: #a6c76c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  line-height: 1;
  transition: all 0.35s ease;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  flex-grow: 1;
  flex-basis: auto;
}
.btn-product + .btn-product {
  border-left: 0.1rem dotted #e5e5e5;
}
.btn-product:before {
  margin-right: 0.9rem;
}
.btn-product span {
  color: #666666;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  transition: all 0.35s ease;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.btn-product:hover, .btn-product:focus {
  outline: none !important;
}
.btn-product:hover span, .btn-product:focus span {
  color: #a6c76c;
  border-bottom-color: #a6c76c;
}
.product-action-vertical {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  transform: translateX(-15px);
}
.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.btn-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.35s ease;
  padding: 0;
  border-radius: 50%;
  color: #a6c76c;
  background-color: #fff;
}
.btn-product-icon:before {
}
.btn-product-icon span {
  display: none;
}
.btn-product-icon:hover, .btn-product-icon:focus {
  color: #fff;
  background-color: #a6c76c;
}
.btn-product-icon + .btn-product-icon {
  margin-top: 1rem;
}
.btn-wishlist {
  font-size: 1.6rem;
}
.btn-wishlist:before {
  content: "\f234";
}
.btn-wishlist.added-to-wishlist::before {
  content: "\f233";
}
.product-body .btn-wishlist {
  position: absolute;
  top: 3.4rem;
  right: 2rem;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}
.product-body .btn-wishlist:before {
  margin-right: 0;
}
.product-body .btn-wishlist span {
  display: none;
}
.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #a6c76c;
  background: none;
}
.btn-expandable {
  position: relative;
}
.btn-expandable span {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  line-height: 3rem;
  align-items: center;
  display: flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 1.8rem;
  padding-right: 0.4rem;
  color: #fff;
  background-color: #a6c76c;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transform: translateX(15px);
  z-index: -1;
}
.btn-expandable:hover, .btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-expandable:hover span, .btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  transform: translateX(2px);
}
.product-nav {
  display: flex;
  align-items: center;
}
.product-nav-dots {
  margin-bottom: 0.5rem;
}
.product-nav-dots a,
.product-nav-dots button,
.product-nav-dots span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin-right: 0.9rem;
  transition: box-shadow 0.35s ease;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-nav-dots a.active, .product-nav-dots a:hover,
.product-nav-dots button.active,
.product-nav-dots button:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
  box-shadow: 0 0 0 0.1rem #cccccc;
}
.product-nav-dots a:last-child,
.product-nav-dots button:last-child,
.product-nav-dots span:last-child {
  margin-right: 0;
}
.product .product-nav-dots a,
.product .product-nav-dots button,
.product .product-nav-dots span {
  width: 1.6rem;
  height: 1.6rem;
  border: none;
}
.product .product-nav-dots a.active, .product .product-nav-dots a:hover,
.product .product-nav-dots button.active,
.product .product-nav-dots button:hover,
.product .product-nav-dots span.active,
.product .product-nav-dots span:hover {
  box-shadow: none;
}
.product.text-center .product-price,
.product.text-center .product-nav {
  justify-content: center;
}
/* Product 2 */
/* Product 3 */
/* Product 4 */
.product.product-4 .product-body {
  padding-bottom: 2rem;
  z-index: 2;
}
.product.product-4 .product-body div:last-child {
  margin-bottom: 0;
}
.product.product-4 .product-action {
  background-color: transparent;
}
.product.product-4 .product-action-vertical {
  transform: translate(0, 10px);
}
.product.product-4 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  color: #adadad;
  background-color: #f3f3f3;
  text-transform: lowercase;
}
.product.product-4 .btn-product span {
  color: inherit;
  transition-duration: 0s;
}
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  color: #fff;
  background-color: #92b25a;
}
.product.product-4 .btn-product:hover span, .product.product-4 .btn-product:focus span {
  border-bottom-color: transparent;
}
.product.product-4 .product-title {
  margin-bottom: 1rem;
}
.product.product-4 .product-nav {
  margin-bottom: 0;
}
.product.product-4:hover .product-action-vertical {
  transform: translate(0, 0);
}
/* Product 5 */
/* Product 6 */
/* Product 7 */
/* Product 8 */
/* Product 9 */
/* Product 10 */
/* Product 11 */
.product.product-11 a:hover,
.product.product-11 a:focus {
  color: #a6c76c;
}
.product.product-11 .btn-product-icon {
  color: #333;
}
.product.product-11 .btn-product-icon:hover, .product.product-11 .btn-product-icon:focus {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
}
.product.product-11 .product-price {
  color: #333;
}
.product.product-11 .old-price {
  text-decoration: none;
}
.product.product-11 .product-body {
  padding-bottom: 5.5rem;
}
.product.product-11 .product-action {
  bottom: 2rem;
}
.product.product-11 .btn-product {
  text-transform: uppercase;
  color: #333;
  border: 0.1rem solid #ebebeb;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.product.product-11 .btn-product span {
  font-size: 1.4rem;
}
.product.product-11 .btn-product:hover, .product.product-11 .btn-product:focus {
  color: #fff;
  border-color: #a6c76c;
  background-color: #a6c76c;
}
.product.product-11 .btn-product:hover span, .product.product-11 .btn-product:focus span {
  color: #fff;
  border-bottom-color: transparent;
}
.product.product-11:hover, .product.product-11:focus {
  z-index: 10;
}
/* Product List */
/* Products Small */
/*-------------------- 4.9.Banners --------------------*/
/* Banners */
.banner {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}
.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner.banner-menu img {
  height: 100%;
}
.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: 0.4rem;
  left: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner-content a:hover, .banner-content a:focus {
  text-decoration: underline;
}
.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.banner-title a {
  color: inherit;
}
.banner-title a:hover, .banner-title a:focus {
  text-decoration: none;
}
.banner-title.text-white a {
  color: #fff;
}
.banner-subtitle {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.banner-subtitle a {
  color: inherit;
}
.banner-subtitle a:hover, .banner-subtitle a:focus {
  text-decoration: none;
}
.banner-subtitle.text-white a {
  color: #fff;
}
.banner-link {
  font-weight: 400;
  display: inline-block;
}
.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}
.btn.banner-link i:first-child {
  margin-right: 0;
}
.btn.banner-link i:last-child {
  margin-left: 0.9rem;
}
.banner-overlay > a {
  position: relative;
}
.banner-overlay > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-overlay:hover > a:after, .banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}
/*-------------------- 4.10.Banners Video --------------------*/
/* Banners Videos */
/*-------------------- 4.11.Banners Category --------------------*/
/* Banners Category */
.banner-content.banner-content-top {
  top: 105px;
}
.banner-content.banner-content-bottom {
  top: auto;
  bottom: 60px;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
/*-------------------- 4.12.Social Icons --------------------*/
/* Social Icons */
/*-------------------- 4.13.Testimonials --------------------*/
/* Testimonials */
/*-------------------- 4.14.Forms --------------------*/
/* Inputs */
.form-control {
  height: 41px;
  padding: 0.85rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #777;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 2rem;
  transition: all 0.3s;
  outline-width: 0;
}
.form-control:focus {
  color: #777;
  background-color: #fff;
  border-color: #a6c76c;
  box-shadow: none;
  outline: none !important;
}
.form-control::placeholder {
  color: #777;
}
.custom-control {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-control-label {
  position: static;
  margin-bottom: 0;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  padding-left: 2.6rem;
  margin-left: -2.6rem;
}
.custom-control-label:hover {
  cursor: pointer;
}
.custom-control-label::before {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dadada;
}
.custom-control-label::after {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  content: "\ec2d";
  line-height: 1;
  text-align: center;
  opacity: 0;
  margin-top: 0.1rem;
  visibility: hidden;
  transition: opacity 0.01s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #333;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}
/*-------------------- 4.15.Call to Actions --------------------*/
/* Call to Actions */
/*-------------------- 4.16.Tables --------------------*/
/* Tables */
/*-------------------- 4.17. Counters --------------------*/
/* Counters */
/*-------------------- 4.18.Pagination --------------------*/
/* Pagination */
.pagination {
  border-radius: 0;
  align-items: center;
  margin-bottom: 2rem;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 0.3rem;
  line-height: 1;
  color: #706f6c;
  border-radius: 0.3rem;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.page-link i {
  font-size: 1.5rem;
}
.page-link.page-link-prev {
  margin-right: 1.7rem;
}
.page-link.page-link-prev i {
  margin-left: 0;
  margin-right: 1rem;
}
.page-link.page-link-next {
  margin-left: 1.8rem;
}
.page-link.page-link-next i {
  margin-left: 1rem;
  margin-right: 0;
}
.page-link.page-link-prev, .page-link.page-link-next {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 70px;
}
.page-link:hover {
  box-shadow: none;
  color: inherit;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
}
.page-link:focus {
  outline: none !important;
  color: inherit;
  box-shadow: none;
}
.page-item-total {
  color: #cccccc;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1.2rem;
  white-space: nowrap;
}
.page-item + .page-item {
  margin-left: 0.4rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.page-item.active .page-link {
  color: #a6c76c;
  background-color: transparent;
  border-color: #ebebeb;
}
.page-item.disabled .page-link {
  border-color: transparent;
  color: #eaeaea;
}
/*-------------------- 4.19.Modals --------------------*/
/* Modals */
/*-------------------- 4.20.Alerts --------------------*/
/* Alerts */
/*-------------------- 4.21.Instagram Feeds --------------------*/
/* Instagram Feed */
/*-------------------- 4.22.Elements list --------------------*/
/* Lists */
/*-------------------- 4.23.Overlay --------------------*/
.loading-overlay {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -9px 0 0 -35px;
  transition: all 0.2s;
  text-align: center;
  z-index: 10000;
}
.bounce-loader::selection {
  background: transparent;
}
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #CCC;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.bounce-loader .bounce1 {
  animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
  animation-delay: -0.16s;
}
/*-------------------- 4.24.Countdown --------------------*/
/*-------------------- 4.25.LightBox --------------------*/
@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pointFade {
  0%, 19.999%, 100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
/*-------------------- 4.26.Slider --------------------*/
.filter-price {
  font-family: "Jost";
  font-size: 14px;
}
.filter-price .filter-price-range {
  color: #a6c76c;
}
/*-------------------- 4.27.Toast --------------------*/
/*-------------------- 4.28.Skeleton --------------------*/
.skeleton-body .skel-shop-products,
.skeleton-body .skel-pro {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.skeleton-body .skel-shop-products:before,
.skeleton-body .skel-pro:before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0);
}
.skeleton-body .skel-shop-products:after,
.skeleton-body .skel-pro:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  animation: skeletonloading 1.5s infinite;
}
.skeleton-body .skel-pro:before {
  padding-top: 142%;
  background-size: 100% 58%, 55% 15px, 85% 20px, 55% 15px, 40% 25px;
  background-position: left 0, left calc(58% + 25px), left calc(58% + 55px), left calc(58% + 85px), left calc(58% + 120px);
}
.skeleton-body .sidebar-shop {
  display: none;
}
.skeleton-body.loaded.skel-shop-products .product {
  display: block;
}
.skeleton-body.loaded.skel-shop-products .skel-pro {
  display: none;
}
@keyframes skeletonloading {
  from {
    transform: skewX(-45deg) translateX(-80%);
  }
  to {
    transform: skewX(-45deg) translateX(80%);
  }
}
/*-------------------- 4.29.Animations --------------------*/
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes product-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fixedFooter {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform-origin: 50% 50%;
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
    transform-origin: 50% 50%;
  }
  to {
    opacity: 0;
    transform-origin: 50% 50%;
  }
}
@keyframes showMsg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*-------------------- 4.30.Lazy --------------------*/
.lazy-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f4f4f4;
}
.lazy-media {
  position: relative;
}
.lazy-media:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
  background-color: #f4f4f4;
}
.lazy-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  object-fit: cover;
}
.lazy-media > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*-------------------- 4.31.Grid --------------------*/
/*-------------------- 5.Pages --------------------*/
/*-------------------- 5.1.Home --------------------*/
/*  Index.html - Home page */
.intro-slider-container {
  position: relative;
}
.intro-slider-container:before {
  display: block;
  content: "";
  width: 100%;
}
.intro-content {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
}
/*-------------------- 5.2.Category --------------------*/
/* Category */
.toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem;
}
.toolbox::after {
  display: block;
  clear: both;
  content: "";
}
.toolbox label {
  font-weight: 400;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.toolbox .form-control {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 0.45rem 1rem;
  height: 30px;
  margin-bottom: 0;
}
.toolbox .form-control:not(:focus) {
  border-color: #d7d7d7;
}
.toolbox select.form-control:not([size]):not([multiple]) {
  height: 30px;
}
.toolbox-left,
.toolbox-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.toolbox-center {
  margin-top: 1rem;
  flex: 0 1 auto;
}
.toolbox-right {
  margin-top: 1rem;
  flex-direction: column;
}
.toolbox-info {
  color: #ccc;
}
.toolbox-info.aff {
  color: #777;
}
.toolbox-info span {
  color: #333333;
}
.product {
  overflow: hidden;
}
.btn.btn-load-more {
  text-transform: uppercase;
  min-width: 190px;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn.btn-load-more i {
  margin: 0 !important;
}
.sidebar-shop .widget {
  color: #333333;
  margin: 0 0 2rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.sidebar-shop .widget:last-child {
  border-bottom: none;
}
.sidebar-shop .widget-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}
.sidebar-shop .custom-control {
  padding-left: 2.7rem;
  margin: 0;
}
.sidebar-shop .custom-control-label {
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.sidebar-shop .custom-control-label::before {
  border-radius: 0.2rem;
}
.sidebar-shop.sidebar-filter .widget {
  padding-right: 0;
}
.sidebar-shop::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.sidebar-shop::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.sidebar-shop::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
.widget-clean {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 2.3rem;
}
.widget-clean label {
  color: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.widget-clean a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: auto;
}
.filter-item {
  position: relative;
  margin-bottom: 0.3rem;
}
.filter-item a {
  color: #333333;
}
.filter-item a.active {
  color: #a6c76c;
}
.filter-items-count .filter-item {
  padding-right: 4rem;
}
.filter-items-count .item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  min-width: 2.5rem;
  height: 2rem;
  margin-top: -1rem;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.6rem;
  color: #777;
  background-color: #f8f8f8;
}
.sidebar-toggler {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-right: 3rem;
}
.sidebar-toggler i {
  font-size: 1.6rem;
  margin-right: 0.9rem;
}
.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #a6c76c;
}
.sidebar-fixed-toggler {
  display: block;
  position: fixed;
  left: 0;
  top: 49vh;
  width: 30px;
  height: 30px;
  z-index: 1000;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.35s;
}
.sidebar-fixed-toggler i {
  font-size: 1.8rem;
  line-height: 1.6;
}
.sidebar-fixed-toggler.right {
  left: unset;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.sidebar-filter-active .sidebar-fixed-toggler {
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
}
.sidebar-filter-active .sidebar-fixed-toggler.right {
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}
.filter-price {
  padding-top: 0.2rem;
  padding-bottom: 3rem;
}
.filter-price-text {
  margin-bottom: 1.5em;
  letter-spacing: -0.01em;
}
/*-------------------- 5.3.Product Pages --------------------*/
/* Important for image zoom in carousel */
/* Product Centered */
/* Product Extended */
/* Product Gallery */
/* Sticky Info */
/* With Sidebar */
/* Sticky bar */
/*-------------------- 5.4.Blog --------------------*/
/* Entry Grid */
/* Masonry */
/* Entry list */
/* Entry Overlay */
.widget {
  margin-bottom: 4.5rem;
}
.widget-title {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
/*-------------------- 5.5.Single/Blog Post --------------------*/
/* Single Entry - Post */
/* Fullwidth */
/*-------------------- 5.6.Portfolio --------------------*/
/* Portfolio */
/*-------------------- 5.7.About --------------------*/
/* About us */
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
/*-------------------- 5.8.About 2 --------------------*/
/* About us 2 */
/*-------------------- 5.9.Contact --------------------*/
/* Contact us */
/*-------------------- 5.10.Contact 2 --------------------*/
/* Contact us 2 */
/*-------------------- 5.11.Login --------------------*/
/* Login */
/*-------------------- 5.12.Category Banner Page --------------------*/
/* Category banner page  */
.sidebar-filter-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 10001;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.sidebar-filter {
  position: fixed;
  left: -350px;
  top: 0;
  bottom: 0;
  z-index: 10002;
  background-color: #fff;
  width: 100%;
  max-width: 270px;
  overflow-y: scroll;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}
.sidebar-filter.right {
  left: unset;
  right: -350px;
  box-shadow: -0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}
.sidebar-filter-active .sidebar-filter {
  visibility: visible;
  transform: translateX(350px);
}
.sidebar-filter-active .sidebar-filter.right {
  transform: translateX(-350px);
}
.sidebar-filter .widget {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}
.sidebar-filter .widget:last-child {
  border-bottom: none;
}
.sidebar-filter .widget-clean {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border-bottom: 0.1rem solid #ebebeb;
  padding: 0 1rem 2.4rem;
  margin-bottom: 2rem;
}
.sidebar-filter .widget-clean i {
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}
.sidebar-filter .widget-clean a {
  font-size: 1.4rem;
}
.sidebar-filter-wrapper {
  position: relative;
  padding: 3.5rem 2.7rem 1.5rem;
}
.sidebar-filter-clear {
  text-transform: capitalize;
  margin-left: auto;
  color: #a6c76c;
}
.sidebar-filter-clear:hover {
  color: #a6c76c;
}
.sidebar-filter-active .sidebar-filter-overlay {
  visibility: visible;
  opacity: 1;
}
/*-------------------- 5.13.Checkout --------------------*/
/* Checkout */
/*-------------------- 5.14.Wishlist --------------------*/
/* Wishlist */
.product-col .product {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 2rem;
  box-shadow: none;
}
.product-col .product-media {
  display: inline-block;
  margin: 0;
  margin-right: 2.8rem;
  flex-shrink: 0;
  min-width: 60px;
}
.product-col .product-title {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
}
.product-col .product-title a {
  color: inherit;
  text-align: center;
}
.product-col .product-title a:hover, .product-col .product-title a:focus {
  color: #a6c76c;
}
.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #cccccc;
  background-color: transparent;
  font-size: 1.7rem;
  line-height: 1;
  border: none;
  outline: none;
  transition: all 0.35s;
}
.btn-remove:hover, .btn-remove:focus {
  color: #333333;
}
/*-------------------- 5.15.Cart --------------------*/
/* Shopping Cart */
/*-------------------- 5.16.Dashboard --------------------*/
/* Dashboard */
/*-------------------- 5.17.404 --------------------*/
/* 404 - Error */
.error-content {
  color: #777;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  padding-top: 8.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 480px;
  background-color: #fdfdfd;
}
.error-content p {
  margin-bottom: 2.5rem;
}
.error-title {
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
}
/*-------------------- 5.18.Coming Soon --------------------*/
/* Coming Soon */
/*-------------------- 5.19.Category Market --------------------*/
/*-------------------- 6.Spacing + Helpers --------------------*/
/* Spacing */
/*-------------------- 7.Font Icons --------------------*/
/*-------------------- 8.HomePage --------------------*/
/* Skin structure */
.bg-primary {
  background-color: #a6c76c !important;
}
.text-primary {
  color: #a6c76c !important;
}
/* Elements */
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #a6c76c;
}
/* generated with mixins */
.btn-primary {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #92b25a;
  border-color: #92b25a;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
}
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-primary {
  color: #a6c76c;
  background-color: transparent;
  background-image: none;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #a6c76c;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #a6c76c;
  background-color: transparent;
}
.btn-outline-primary-2 {
  color: #a6c76c;
  background-color: transparent;
  background-image: none;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #a6c76c;
  background-color: transparent;
}
.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.form-control:focus {
  border-color: #a6c76c;
}
.icon-box-icon {
  color: #a6c76c;
}
.page-link:hover, .page-link:focus {
  color: #a6c76c;
}
.page-item.active .page-link {
  color: #a6c76c;
}
.product-title a:hover, .product-title a:focus {
  color: #a6c76c;
}
.product-price {
  color: #a6c76c;
}
.btn-product {
  color: #a6c76c;
}
.btn-product:hover span, .btn-product:focus span {
  color: #a6c76c;
}
.btn-product-icon {
  color: #a6c76c;
}
.btn-product-icon:hover, .btn-product-icon:focus {
  background-color: #a6c76c;
}
.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #a6c76c;
}
.btn-expandable span {
  background-color: #a6c76c;
}
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  background-color: #92b25a;
}
/* Footers */
.footer a:hover,
.footer a:focus {
  color: #a6c76c;
}
/* Headers */
.header-top a:hover, .header-top a:focus {
  color: #a6c76c;
}
.top-menu span {
  color: #a6c76c;
}
.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #a6c76c;
}
/* Menu */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #a6c76c;
}
.demo-item a:hover, .demo-item a:focus {
  color: #a6c76c;
}
.tip {
  background-color: #a6c76c;
}
.header-bottom .menu > li > a:before {
  background-color: #a6c76c;
}
.category-dropdown .dropdown-toggle:before {
  background-color: #a6c76c;
}
.category-dropdown .dropdown-toggle:hover {
  color: #fff;
  background-color: #a6c76c;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  background-color: #a6c76c;
}
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
}
/* Vertical Menu */
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #a6c76c;
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #a6c76c;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #a6c76c;
}
.mobile-search .form-control:focus {
  border-color: #a6c76c;
}
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #a6c76c;
}
.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #a6c76c;
}
.mobile-menu-light .mobile-search .form-control:focus {
  border-color: #a6c76c;
}
/* Header 4 */
/* Header 6 */
/* Header 10 */
/* Header 12 */
/* Header 13 */
/* Header 14 */
/* Pages */
.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #a6c76c;
}
.product-col .product-title a:hover, .product-col .product-title a:focus {
  color: #a6c76c;
}
.mobile-menu-wrapper .nav.nav-pills-mobile .nav-link::before {
  content: none;
}
.mobile-menu-wrapper .nav-item.show .nav-link {
  color: #a6c76c !important;
}
.home-page .banner-1:before {
  padding-top: 50.9rem;
}
.home-page .banner-2:before {
  padding-top: 50.9rem;
}
.home-page .banner-3:before,
.home-page .banner-4:before {
  padding-top: 24.5rem;
}
.welcome-msg {
  white-space: nowrap;
}
.intro-slider-container,
div.intro-slide {
  height: 360px;
  background-color: #789;
}
.intro-content {
  position: static;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.intro-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
  letter-spacing: -0.01em;
}
.intro-title {
  font-weight: 600;
  color: #333;
  letter-spacing: -0.025em;
}
.intro-slider-container,
div.intro-slide {
  height: 460px;
}
.banner-group {
  margin-bottom: 3rem;
}
.home-page {
  /* Product 8 */
}
.home-page .banner-content.banner-content-top {
  top: 2.6rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.home-page .banner-content.banner-content-bottom {
  bottom: 3rem;
}
.banner-large .home-page .banner-content {
  left: 3rem;
}
.home-page .btn.banner-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: capitalize;
}
.home-page .banner-subtitle {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
}
.home-page .banner-subtitle.text-grey {
  color: #ebebeb;
}
.home-page .banner-title {
  color: #333;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
}
.home-page .banner-text {
  color: #666666;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.3rem;
}
.banner-title + .home-page .banner-text {
  margin-top: -1.4rem;
}
.banner-large .home-page .banner-text {
  color: #333;
}
.home-page .nav.nav-pills .nav-item.active .nav-link,
.home-page .nav.nav-pills .nav-item.active .nav-link.active,
.home-page .nav.nav-pills .nav-item.show .nav-link,
.home-page .nav.nav-pills .nav-item.show .nav-link.active {
  color: #333;
  border-bottom-color: #333;
}
.home-page .nav.nav-border-anim .nav-link:before {
  background-color: #333;
}
.home-page .nav-pills.nav-big .nav-item + .nav-item {
  margin-left: 1.5rem;
}
.home-page .nav-pills.nav-big .nav-link {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #ccc;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  text-transform: capitalize;
}
.home-page .nav-pills.nav-big .nav-link:hover, .home-page .nav-pills.nav-big .nav-link:focus, .home-page .nav-pills.nav-big .nav-link.active {
  color: black;
}
.home-page .products .label-top {
  display: none;
}
.icon-box-side .icon-box-title {
  font-weight: 600;
}
.icon-box-side p {
  font-weight: 400;
  letter-spacing: -0.01em;
}
.footer {
  flex-shrink: 0;
  contain: layout style paint;
  content-visibility: auto;
}
.footer .widget-title {
  font-weight: 600;
}
.footer .widget-about p {
  min-height: 6rem;
}
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.products {
  width: 100%;
}