#header .header-body {
  display: flex;
  flex-direction: column;
  background: #313131;
  transition: min-height 0.3s ease;
  width: 100%;
  border: 0px;
  z-index: 1001;
}

#header .header-nav-main nav > ul > li > a {
  font-weight: 600;
  font-size: 13.6px;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 1200px) {
  .custom-product-image-style-1 {
    position: absolute;
    top: 66%;
    left: 130px;
    transform: translate3d(0, -50%, 0);
  }
}

html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
  background: #3c3c3cf0;
}

#header .header-btn-collapse-nav {
  color: #fdfdfd;
}

.divider-left-border {
  border-left: 1px solid #7bac4a;
}

.cole-6 {
  flex: 0 0 auto;
  width: 50% !important;
}


.text-color-white {
	color:#000 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 0 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 300 !important;
  }
}

.gdpr-preferences-popup .gdpr-preferences-popup-content {
  max-width: 1000px;
  background: #ffffff !important;
}

.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
  background-color: #105e05;
}