.header-wrapper .row-fluid [class*="span"]{
  min-height: auto;
}
.search-result-item.active {
  background: #39892f;
}
.header_v2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  transition: .3s all;
}
.header_v2.condensed .header_v2_top {
  padding: 13px 0 14px;
  position: relative;
  z-index: 1;
}
.header_v2.condensed .header_v2_main {
padding: 0;
position: relative;
z-index: 2;
}
/* Condensed header state */



* .header_v2.condensed .logo-sec {
position: absolute;
top: -25px;
z-index: 3;
padding-bottom: 0;
}

.header_v2.condensed .logo-sec img {
max-height: 80px;
width: auto !important;
} 
.header_v2.condensed .header_v2_main .flex-row {
align-items: center;
}

.header_v2.condensed .header_v2_main .flex-row::before {
content: '';
width: 199px;
height: 50px;
flex-shrink: 0;
}
.header_v2.condensed .header_v2_main .hs-menu-wrapper>ul>li>a {
padding: 0 39.2px 0 39.2px;
font-size: 16px;
line-height: 1;
}

.header_v2.condensed .header_v2_top ul li a {
padding: 8px 12px;
font-size: 13px;
}

.header_v2.condensed .search_sec {
max-width: 252px;
}

.header_v2.condensed form input[type=search] {
height: 29px;
font-size: 12px;
}

.header_v2.condensed .button_sec a {
padding: 0 6px;
font-size: 14px;
line-height: 2.21428571429;
}
.header_v2.condensed .main_menu {
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
*/

.header_v2 .logo-sec img {
  transition: all 0.3s ease;
}

.header_v2 .page-center{
  max-width: 1336px;
  padding: 0 20px;
}

.header_v2 .header_v2_top .flex-row {
  display: flex;
  justify-content: end;
}

.header_v2 .logo-sec {
  padding-bottom: 21px;
  transition: all 0.3s ease;
}

.header_v2 .header_v2_top{
  padding: 13px 0 14px;
  transition: all 0.3s ease;
}

.header_v2 .header_v2_main .flex-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.header_v2 .top_menu {
  margin-right: 9px;
}

.header_v2 .header_v2_top ul li a{
  color: #fff;
  font-size: 13px;
  line-height: normal;
  font-weight: 700;
  padding: 8px 12px;
  display: inline-block;
}
.header_v2 .header_v2_top ul li a {
  display: flex;
  gap: 16px;
}
.header_v2 .header_v2_top ul li a img {
  width: 50px;
  height: auto;
  object-fit: contain;
}
.header_v2 .hs-search-field {
  position: relative;
}
.header_v2 .search_sec ul.product-search-field__suggestions {
  position: absolute;
  left: 0;
  top: 100%;
}
.header_v2 .header_v2_main {
  padding: 0 0 0;
  transition: all 0.3s ease;
}

.header_v2 .header_v2_main ul li a{
  color: #fff;
}

.header_v2 form input[type=search] {
  height: 29px;
  font-size: 12px;
  border-radius: 0;
  border: none;
  padding-left: 35px;
}

.header_v2 .button_sec {
  margin-right: 35px;
}

.header_v2 .search_sec {
  margin-right: 23px;
  padding-top: 2px;
  max-width: 252px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.header_v2 .search_sec ul{
  margin: 0;
  list-style: none;
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  padding: 0 10px;
}
.header_v2 .search_sec ul li .desc,
.header_v2 .search_sec ul li .sku{
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}
.header_v2 .search_sec ul li:first-child{
  padding-top: 10px;
}
.header_v2 .search_sec ul li:last-child{
  padding-bottom: 10px;
}
.header_v2 .search_sec .product-search-field__bar {
  margin: 0;
  max-width: 100%;
}

.header_v2 .button_sec a {
  border-radius: 0;
  font-size: 14px;
  padding: 0 6px;
  line-height: 2.21428571429;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  border: 0;
}

.header_v2 .menu_sec {
  margin-right: 8px;
}

.header_v2 .main_menu {
  padding-bottom: 10px;
}

.header_v2 .header_v2_main .hs-menu-wrapper>ul>li>a {
  padding: 10px 39.2px;
  display: inline-block;
  transition: all 0.3s ease;
}

.header_v2 .main_menu ul li {
  position: relative;
}

.header_v2 .cm-search-icon svg {
  width: 14px;
  height: 14px;
  color: rgba(169, 169, 169, 0.6);
}

.header_v2 .cm-search-icon svg fill {
  color: rgba(169, 169, 169, 0.6);
  fill: rgba(169, 169, 169, 0.6);
}

.header_v2 .cm-search-icon {
  height: 29px;
  position: absolute;
  left: 12px;
  top: 0;
  display: flex;
  align-items: center;
}

.header_v2 .cm-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 29px;
  align-items: center;
  width: 38px;
  justify-content: center;
  display: none;
}

.header_v2 .cm-close-icon.has-text{
  display: flex;
}

.header_v2 input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.header_v2 .product-search-field--open.product-search-field .product-search-field__suggestions {
  margin: 0;
  list-style: none;
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.header_v2 .button_sec a.hs-button {
  background-color: #ff7b00;
  padding: 8px;
}

.header_v2 .button_sec a.hs-button:hover {
  background-color: #393b3b;
}

.header_v2 .logo-sec img {
  width: 375px !important;
}

@media (max-width: 1300px) {
  .header_v2 .header_v2_top .flex-row{
    padding-right: 0;
  }

  .header_v2 .button_sec,
  .header_v2 .menu_sec{
    margin-right: 0;
  }
}

@media (max-width: 1100px) {
  .header_v2 .header_v2_main .hs-menu-wrapper>ul>li>a {
    padding: 10px 20px;
  }
}

@media (min-width: 992px) {
  .header_v2 .header_v2_top{
    background-color: rgba(68, 64, 51, 0.25);
  }

  .header_v2 .cm-child-trigger{
    display: none;
  }

  .header_v2 .main_menu ul ul li a {
    color: #fff;
    line-height: 1.9375;
    padding: 0 8px;
    display: block;
    text-align: center;
  }

  .header_v2 .main_menu ul ul li:not(:first-child) {
    border-top: 1px solid transparent;
  }

  .header_v2 .main_menu ul ul{
    min-width: 232px;
    position: absolute;
    left: -45.5px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 232px;
    text-align: left; 
    background-color: rgba(0, 0, 0, 0.85); 
    justify-content: center;
  }

  .header_v2 .main_menu ul li:hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header_v2 .main_menu.mobile{
    display: none;
  }

  .header_v2 .header_v2_main ul li a{
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .header_v2 .menu_sec{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 100%;
    top: 0;
    z-index: 99;
    transition: .3s all;
    overflow-y: auto;
  }

  .menu-open .header_v2 .menu_sec{
    left: 0;
  }

  .header_v2 .main_menu {
    padding: 100px 22px 0 30px;
  }

  .header_v2 .cm-child-trigger {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(68, 64, 51, 0.5);
    cursor: pointer;
  }

  .header_v2 .cm-ct-inner {
    height: 20px;
    margin: auto;
    position: relative;
    width: 22px;
  }

  .header_v2 span.trigger {
    background-color: #fff;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%;
  }

  .header_v2 span.trigger.trigger-3 {
    bottom: 0;
  }

  .header_v2 span.trigger.trigger-2 {
    top: 0;
    margin: auto;
    bottom: 0;
  }

  .header_v2 .header_v2_main .flex-row{
    align-items: self-start;
  }

  .header_v2 .main_menu .hs-menu-wrapper > ul {
    flex-direction: column;
  }

  .header_v2 .main_menu .hs-menu-wrapper ul li a {
    color: #000;
    line-height: 54px;
    padding: 0 5px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    width: 100%;
  }

  .header_v2 .main_menu .hs-menu-wrapper ul ul{
    display: none;
  }

  .header_v2 .main_menu.desktop{
    display: none;
  }

  .header_v2 .main_menu.mobile{
    font-family: "open sans", sans-serif;
  }

  .header_v2 .cm-menu-trigger {
    width: 50px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .header_v2 .cm-menu-trigger svg {
    font-size: 10px;
    width: 12px;
  }

  .header_v2 .cm-menu-trigger.child-open svg {
    transform: rotate(180deg);
  }

  html.cm-hidden {
    overflow: hidden;
  }

  .header_v2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .header_v2 .cm-child-trigger{
    position: fixed;
    right: 20px;
    top: 31px;
    z-index: 99;
    transition: all .5s;
  }

  .menu-open .header_v2 .cm-child-trigger{
    background-color: #39892f;
  }

  .menu-open .header_v2 span.trigger.trigger-1 {
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }

  .menu-open .header_v2 span.trigger.trigger-2 {
    opacity: 0;
  }

  .menu-open .header_v2 span.trigger.trigger-3 {
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }

  .header_v2 .header_v2_top .flex-row {
    flex-wrap: wrap;
  }

  .header_v2 .logo-sec {
    padding-bottom: 0;
  }

  .header_v2 .top_menu {
    margin-right: 0;
    width: 100%;
  }
  .header_v2 .main_menu .hs-menu-wrapper ul ul li a {
    padding-left: 23px;
    padding-right: 0;
  }
  .header_v2 .top_menu {
    display: none;
  }

}

@media (min-width: 768px) {
  .header_v2 .top_number{
    display: none;
  }

  .header_v2 .mobile-search-popup{
    display: none;
  }

  .header_v2 .mobile-search-popup {
    display: none;    
  }
}

@media (max-width: 767px) {
  .header_v2 .top_menu {
    display: none;
  }

  .header_v2 .header_v2_main {
    padding: 35px 0 0;
  }

  .header_v2 .logo-sec {
    padding-bottom: 0;
    padding-left: 5px;
    width: 100%;
    max-width: 140px;
    position: relative;
  }

  .header_v2 .logo-sec img {
    max-width: 140px;
    width: 100%;
  }

  .header_v2 .cm-child-trigger{
    top: 26px;
  }

  .header_v2 .header_v2_top .flex-row {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
  }

  .header_v2 .button_sec {
    order: 2;
  }

  .header_v2 .header_v2_top {
    padding-top: 8px;
    padding-bottom: 17px;
  }

  .header_v2 .button_sec a {
    line-height: 2.14285714286;
    padding: 0 12.5px;
    --shd: 0.00px 1.00px 5px 1px rgba(0, 0, 0, 0.6);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
  }

  .header_v2 form input[type=search] {
    height: 34px;
  }

  .header_v2 .search_sec{
    margin: 0;
    padding: 0 1px;
    max-width: 100%;
    order: 3;
  }

  .header_v2 .top_number a {
    color: #fff;
    font-weight: 700;
  }

  .header_v2 .top_number a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-top: 2px;
  }

  .header_v2 .top_number {
    width: 150px;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }

  .header_v2 .mobile-search-popup {
    position: fixed;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    display: none;
  }

  .header_v2 .mobile-search-popup .msp-inner {
    flex-direction: row;
    justify-content: flex-start;
    margin: 20px 0;
    display: flex;
    height: 40px;
  }

  .header_v2.cm-search-open .mobile-search-popup {
    display: block;
  }

  .header_v2 .cm-close-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .header_v2 .mobile-search-popup .msp-inner .back-search {
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .header_v2 .mobile-search-popup .search_sec{
    border: 1px solid rgba(0, 0, 0, .6);
    margin-right: 20px;
    height: 42px;
    margin-top: -1px;
  }

  .header_v2 .mobile-search-popup form input[type=search] {
    height: 40px;
    padding-left: 46px;
    font-size: 16px;
  }

  .header_v2 .mobile-search-popup .cm-search-icon{
    left: 20px;
    height: 40px;
  }

  .header_v2 .mobile-search-popup .cm-search-icon svg,
  .header_v2 .mobile-search-popup .cm-search-icon svg path{
    color: rgba(0, 0, 0, .6);
    fill: rgba(0, 0, 0, .6);
  }

  .header_v2 .cm-close-icon, .header_v2 .cm-search-icon{
    height: 34px;
  }

  .header_v2 form input[type=search]{
    padding-left: 38px;
  }

  .header_v2.remove-header {
    opacity: 0;
    visibility: hidden;
  }
}
