.site-header.header-style-2 .secondary-menu > li.lang-item > a {
  display: flex;
  align-items: center;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-style-2 .secondary-menu > li.lang-item img {
  display: inline-block;
  vertical-align: middle;
  height: 16px !important;
  width: 22px !important;
}

.site-header.header-style-2 .header-inner {
  padding: 20px 0;
}

.site-header.header-style-2 .secondary-menu.menu {
  height: 40px;
  overflow-y: hidden;
  margin-bottom: -3px;
  padding-top: 10px;
  margin-top: -10px;
}

.site-header.header-style-2.full-width .secondary-menu.menu .mega-menu,
.site-header.header-style-2.full-width .secondary-menu.menu > li .sub-menu {
  top: 100%;
}

.site-header.header-style-2 .secondary-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0 5px 0 0;
}

.site-header.header-style-2 .secondary-menu.menu .sub-menu {
  text-align: left;
}

.site-header.header-style-2.full-width .menu-action-buttons {
  top: 20px;
}

.site-header.header-style-2 .secondary-menu-wrapper.menu-actions-btn-width-1 .secondary-menu-container {
  padding-right: 40px;
}

.site-header.header-style-2 .secondary-menu-wrapper.menu-actions-btn-width-2 .secondary-menu-container {
  padding-right: 80px;
}

.site-header.header-style-2 .secondary-menu-wrapper.menu-actions-btn-width-3 .secondary-menu-container {
  padding-right: 120px;
}

.secondary-menu-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.secondary-menu-wrapper .secondary-menu-container {
  position: relative;
}

.site-header.full-width .secondary-menu-wrapper,
.site-header.boxed .secondary-menu-wrapper .secondary-menu-container {
  border-bottom: 1px solid rgba(0,0,0,.15);
  border-left: 1px solid rgba(0,0,0,.15);
  border-right: 1px solid rgba(0,0,0,.15);
}

body.boxed .site-header .secondary-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.secondary-menu-inner > .content-wrap,
.secondary-menu-inner > .content-wrap > .container {
  width:  100%;
  padding: 0 !important;
  background-color: var(--header_secondary_menu_bg_color, #000000);
}

.secondary-menu-container {
  position: relative;
  display: flex; 
  justify-content: flex-end;
}

.site-header .secondary-menu-container.search-open .menu-action-buttons,
.site-header .search-container.open {
  width: 100%;
}

.site-header .secondary-menu-wrapper .secondary-menu-container.search-open .secondary-menu {
  opacity: 0;
  pointer-events: none;
}

.site-header .secondary-menu-container.search-open .shop-cart-container {
  display: none;
}

.secondary-menu > li {
  margin-right: 10px;
}

.secondary-menu > li > a {
  position: relative;
  color: var(--header_secondary_menu_font_color, #ffffff);
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  transition: background .3s;
  line-height: 28px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  text-transform: uppercase;
  font-family: 'Roboto';
}

.secondary-menu > li:hover > a,
.secondary-menu.menu > li.current-menu-parent > a,
.secondary-menu.menu > li.current-menu-item > a {
  background: rgba(127, 127, 127, 0.05);
}

.secondary-menu .sub-menu > li > a {
  padding: 0 12px 0 8px;
  line-height: 32px;
}


.secondary-menu.menu > li .sub-menu {
  width: 210px;
  background-color: #FFF;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
}

.secondary-menu.menu .sub-menu li > a {
  line-height: 1.5;
  padding: 6px 12px;
}

.secondary-menu.menu .sub-menu > li {
  position: relative;
}

.secondary-menu.menu .sub-menu > li > a,
.secondary-menu.menu .sub-menu > li {
  color: #434343;
}

.secondary-menu.menu .sub-menu li.current-menu-item:hover > a,
.secondary-menu.menu .sub-menu > li:hover > a {
  color: #FFFFFF;
}

.secondary-menu.menu .sub-menu > li.menu-item-has-children > a:after {
  top: 7px;
}

.secondary-menu.menu .sub-menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.secondary-menu.menu .sub-menu .sub-menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.secondary-menu.menu > li > a:before {
  content: '';
  display: block;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--header_secondary_font_color, #ffffff);
  transition: all .3s cubic-bezier(0.55, -0.01, 0.19, 0.98);
  visibility: hidden;
  opacity: 0;
}

.secondary-menu.menu > li:hover > a:before,
.secondary-menu.menu > li.current-menu-parent > a:before,
.secondary-menu.menu > li.current-menu-item > a:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.header-subscribe-add,
.header-subscribe-add-mobile {
  background-color: var(--header-subscribe-add-bg-color, #ff0000);
  height: 48px; 
  max-width: 100%; 
  margin: 15px 20px 0 20px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}
.header-subscribe-add-mobile {
  margin: 10px 15px;
}


.header-subscribe-title,
.header-subscribe-prompt,
.header-subscribe-animation {
  color: var(--header_subscribe_add_font_color, #ffffff); 
  font-size: 32px; 
  font-family: 'Roboto', sans-serif;
  font-weight: 500; 
  line-height: 48px; 
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.header-subscribe-title {
  align-self: start;
  padding-left: 20px;
}
.header-subscribe-prompt {
  font-weight: 600;
  align-self: end;
  padding-right: 20px;
}
.header-subscribe-prompt.mobile {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
}
.header-subscribe-animation {
  flex-grow: 1;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.header-subscribe-animation::before,
.header-subscribe-animation::after {
  content: '';
  position: absolute;
  top: 0;
  width: 48px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.header-subscribe-animation::before {
  left: 0;
  background: linear-gradient(to right, var(--header-subscribe-add-bg-color) 0%, transparent 100%);
}
.header-subscribe-animation::after {
  right: 0;
  background: linear-gradient(to left, var(--header-subscribe-add-bg-color) 0%, transparent 100%);
}

.header-subscribe-animation .arrow-track {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-family: inherit;
  gap: 15px;
}

.arrow-track span {
  display: inline-block;
  animation: arrow-move-individual 4s linear infinite;
}

.arrow-track.reverse span {
  animation: arrow-move-individual-reverse 4s linear infinite;
}

.arrow-track span:nth-child(1) { animation-delay: 0s; }
.arrow-track span:nth-child(2) { animation-delay: 0.1s; }
.arrow-track span:nth-child(3) { animation-delay: 0.2s; }
.arrow-track span:nth-child(4) { animation-delay: 0.3s; }
.arrow-track span:nth-child(5) { animation-delay: 0.4s; }
.arrow-track span:nth-child(6) { animation-delay: 0.5s; }
.arrow-track span:nth-child(7) { animation-delay: 0.6s; }
.arrow-track span:nth-child(8) { animation-delay: 0.7s; }
.arrow-track span:nth-child(9) { animation-delay: 0.8s; }
.arrow-track span:nth-child(10) { animation-delay: 0.9s; }
.arrow-track span:nth-child(11) { animation-delay: 1.0s; }
.arrow-track span:nth-child(12) { animation-delay: 1.1s; }
.arrow-track span:nth-child(13) { animation-delay: 1.2s; }
.arrow-track span:nth-child(14) { animation-delay: 1.3s; }
.arrow-track span:nth-child(15) { animation-delay: 1.4s; }
.arrow-track span:nth-child(16) { animation-delay: 1.5s; }
.arrow-track span:nth-child(17) { animation-delay: 1.6s; }
.arrow-track span:nth-child(18) { animation-delay: 1.7s; }
.arrow-track span:nth-child(19) { animation-delay: 1.8s; }
.arrow-track span:nth-child(20) { animation-delay: 1.9s; }
.arrow-track span:nth-child(21) { animation-delay: 2.0s; }
.arrow-track span:nth-child(22) { animation-delay: 2.1s; }
.arrow-track span:nth-child(23) { animation-delay: 2.2s; }
.arrow-track span:nth-child(24) { animation-delay: 2.3s; }
.arrow-track span:nth-child(25) { animation-delay: 2.4s; }
.arrow-track span:nth-child(26) { animation-delay: 2.5s; }
.arrow-track span:nth-child(27) { animation-delay: 2.6s; }
.arrow-track span:nth-child(28) { animation-delay: 2.7s; }
.arrow-track span:nth-child(29) { animation-delay: 2.8s; }
.arrow-track span:nth-child(30) { animation-delay: 2.9s; }

@keyframes arrow-move-individual {
  0% { opacity: 0; transform: translateX(-100%); }
  10% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateX(100%); }
}


@keyframes arrow-move-individual-reverse {
  0% { opacity: 0; transform: translateX(100%); }
  10% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateX(-100%); }
}



@media (min-width: 30px) and (max-width: 700px) {
  .site-header.header-style-2 #menu-secondary,
  .site-header.header-style-2 .header-subscribe-add {
    display: none;
  }
}

@media (min-width: 701px) {
  .header-subscribe-add-mobile {
    display: none;
  }
}