.header-area {
  position: relative;

  z-index: 999;
}

.headerMenuRightOne a {
  color: #00b05e;

  font-weight: 400;

  margin-left: 25px;

  display: flex;

  align-items: center;

  font-size: 14px;

  font-family: var(--font-family-kpz);
}

.headerMenuRightOne a span {
  border-radius: 50%;

  display: flex;

  text-align: center;

  width: 30px;

  height: 30px;

  line-height: 20px;

  background: #fff;

  align-items: center;

  justify-content: center;

  margin-right: 10px;
}

.headerMenuRightOne a i {
  color: #f4d100;
}

.header-large-device .logo img {
  height: 95px;
}

.header-middle {
  padding: 0 0;
}

.header-top {
  background-image: url("../../images/bg/bg-header.jpg");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 25px 0;
}

.header-top p {
  font-size: 13px;
}

.header-top-left .items {
  font-size: 16px;

  font-family: "Inter Tight", sans-serif;

  font-weight: 200;
}

.header-top-left .items:not(:last-child) {
  margin-right: 30px;
}

.header-top-left .items a {
  color: #fff;

  display: flex;

  align-content: center;

  align-items: center;
}

.header-top-left a i {
  color: #fff;

  width: 32px;

  height: 32px;

  display: flex;

  align-content: center;

  justify-content: center;

  align-items: center;

  border: 1px solid #fff;

  border-radius: 10rem;

  font-size: 15px;

  margin-right: 10px;
}

.main-categori-wrap.main-categori-wrap-modify > a {
  background-color: #1b2bbc;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .home .category-menu-2.categori-not-visible-2 {
    min-height: 100%;

    padding: 0;
  }

  .home .category-menu-2.categori-not-visible-2 ul {
    max-height: 314px;

    overflow-y: scroll;

    overflow-x: hidden;

    padding: 5px 10px 3px;
  }
}

.header-search {
  position: relative;
}

.header-search .search-toggle {
  background-color: transparent;

  height: 45px;

  width: 45px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 0;

  font-size: 22px;

  color: #fff;
}

.header-search .search-toggle.open .s-open {
  display: none;
}

.header-search .search-toggle .s-close {
  display: none;
}

.header-search .search-toggle.open .s-close {
  display: block;
}

.header-search .search-wrap.open {
  opacity: 1;

  right: 100%;

  visibility: visible;

  z-index: 99;
}

.header-search .search-wrap {
  background-color: #fff;

  opacity: 0;

  position: absolute;

  right: 0;

  top: 48%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  width: 340px;

  z-index: -99;

  padding-bottom: 1px;

  margin-right: 10px;

  border: 1px solid #ccc;
}

.header-search .search-wrap .form-control {
  border: 0;

  box-shadow: 0;

  height: 45px;

  font-size: 14px;
}

.header-search .search-wrap .input-group-append {
  border-left: 1px solid #ccc;

  margin-left: 0;
}

.header-search .search-wrap .form-control:focus {
  border: 0;

  box-shadow: 0;
}

.header-cart .cart-active {
  width: 45px;

  height: 45px;

  display: flex;

  align-content: center;

  align-items: center;

  justify-content: center;

  background-color: transparent;

  position: relative;
}

.header-cart .cart-active .pro-count_cart {
  position: absolute;

  width: 20px;

  height: 20px;

  display: flex;

  align-content: center;

  align-items: center;

  justify-content: center;

  background: #25aae1;

  top: 0;

  right: -7px;

  color: #fff;

  border-radius: 10rem;

  font-size: 16px;
}

.navbar_top .search-cate {
  display: none;
}

.navbar_top.fixed-top .search-cate {
  display: flex;

  align-items: center;
}

.navbar_top.fixed-top .headerMenuRightOne {
  display: none !important;
}

.header-action.header-action-flex {
  justify-content: end;
}

.main-menu > nav > ul > li a {
  color: #fff;

  position: relative;

  font-family: "Inter Tight", sans-serif;

  font-weight: 400;

  letter-spacing: 1px;
}

.main-menu > nav > ul > li:hover > a,
.main-menu > nav > ul > li > a.active {
  color: #fff;

  background: #ffffff6b;
}

.search-toggle:hover {
  cursor: pointer;
}

.category-menu-2 nav > ul > li:hover > a,
.category-menu-2 nav > ul > li:hover > a span {
  color: #1b2bbc;
}

.header-action .same-style-2 a span.red {
  background-color: #00b05e;
}

.navbar_top.fixed-top {
  box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1000;
}

.main-categori-wrap > a i.icon-right {
  float: right;

  font-size: 12px;

  margin-right: 0;

  top: 0px;
}

.main-categori-wrap > a i {
  font-size: 18px;

  margin-right: 10px;

  position: relative;

  top: 0;

  line-height: 1;

  float: left;
}

.mobile-menu-wrap.main-categori-wrap > a i.icon-right {
  float: right;

  font-size: 12px;

  margin-right: 0;

  top: 10px;
}

.main-categori-wrap > a {
  color: #00b05e;
}

.main-categori-wrap.main-categori-wrap-modify > a {
  color: #fff;

  padding: 15px 20px 15px 20px;
}

.category-menu-2 {
  border: 1px solid #999;

  width: 100%;

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 5;

  background-color: #fff;

  padding: 0px 2px 0px;

  border-top: none;
}

.hotline-2-wrap {
  margin-right: 20px;
}

.hotline-2-icon {
  transform: rotate(-90deg);
}

.hotline-2-wrap .hotline-2-icon i {
  font-size: 25px;

  color: #b4171c;
}

.categori-search-wrap {
  border-radius: 10px;

  overflow: hidden;
}

.categori-search-wrap .search-wrap-3 form button {
  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  background-color: transparent;

  border: none;

  padding: 0;

  color: #00b05e;

  font-size: 15px;

  height: 100%;

  background-color: #1b2bbc;

  color: #fff;

  padding: 0 10px;
}

.categori-search-wrap .search-wrap-3 form button:focus {
  box-shadow: none;
}

.categori-search-wrap .search-wrap-3 form button:hover {
  color: #ffffff;
}

.categori-search-wrap .search-wrap-3 form input {
  font-size: 14px;

  color: #999;

  border: none;

  height: 40px;

  padding: 2px 90px 2px 10px;

  background-color: transparent;
}

.main-menu > nav > ul {
  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  justify-content: space-between;

  align-items: center;

  align-content: center;
}

.main-menu > nav > ul > li {
  display: block;

  position: relative;

  float: left;

  position: relative;

  padding-right: 0;
}

.main-menu > nav > ul > li > a {
  display: block;

  text-align: center;

  text-transform: unset;

  padding: 15px 20px;

  font-size: 14px;
}

.header-small-device.small-device-ptb-1 {
  padding: 5px 0 5px;
}

.main-menu.main-menu-lh-5 > nav > ul > li {
  line-height: unset;
}

.main-categori-wrap .category-menu-2 {
  position: absolute;

  top: 100%;

  -webkit-transform: rotateX(90deg);

  transform: rotateX(90deg);

  -webkit-transform-origin: center top 0;

  -ms-transform-origin: center top 0;

  transform-origin: center top 0;

  -webkit-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  visibility: hidden;

  z-index: 99;
}

.main-categori-wrap:hover .category-menu-2 {
  -webkit-transform: rotateX(0deg);

  transform: rotateX(0deg);

  visibility: visible;
}

/* ============ dropdown menu // ============ */

@media all and (min-width: 992px) {
  .main-categori-wrap .has-dropdown {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .main-categori-wrap .has-dropdown > span {
    height: auto;

    width: 45px;

    line-height: 1;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    padding: 0;

    color: currentColor;

    opacity: 0.6;

    margin: 0 5px 0 0;

    background-color: transparent;

    border: none;

    text-align: right;
  }

  .main-categori-wrap .has-dropdown > a {
    display: block;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
  }

  .has-dropdown {
    position: relative;
  }

  .has-dropdown .submenu {
    display: block;

    position: absolute;

    top: 0;

    left: 100%;

    background-color: #fff;

    box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);

    min-width: 10rem;

    -webkit-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transform-origin: center top 0;

    -ms-transform-origin: center top 0;

    transform-origin: center top 0;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

    visibility: hidden;

    padding: 5px 5px;

    width: 250px;
  }

  .has-dropdown .submenu li {
    margin-bottom: 0;

    padding: 12px 10px;

    border-bottom: 1px solid #e1e1e1;

    padding-right: 20px;
  }

  .has-dropdown .submenu li:last-child {
    border-bottom: none;
  }

  .has-dropdown .submenu li a {
    display: block;

    width: 100%;

    clear: both;

    font-weight: 400;

    color: #212529;

    text-align: inherit;

    text-decoration: none;

    white-space: unset;

    background-color: transparent;

    border: 0;

    line-height: 1.3;
  }

  .has-dropdown .submenu li a:hover {
    color: #000;
  }

  .has-dropdown .submenu-left {
    right: 100%;

    left: auto;
  }

  .has-dropdown:hover {
  }

  .has-dropdown .submenu.has-dropdown-wrapper {
    top: 100%;

    left: 0;
  }

  .has-dropdown:hover .submenu.has-dropdown-wrapper {
    top: 100%;

    left: 0;
  }

  .main-menu
    > nav
    > ul
    > li.has-dropdown:last-child
    .submenu.has-dropdown-wrapper,
  .main-menu
    > nav
    > ul
    > li.has-dropdown:last-child:hover
    .submenu.has-dropdown-wrapper {
    top: 100%;

    left: unset;

    right: 0;
  }

  .main-menu
    > nav
    > ul
    > li.has-dropdown:last-child
    .submenu.has-dropdown-wrapper
    .submenu,
  .main-menu
    > nav
    > ul
    > li.has-dropdown:last-child:hover
    .submenu.has-dropdown-wrapper
    .submenu {
    top: 0;

    left: unset;

    right: 100%;
  }

  .has-dropdown:hover > .submenu {
    display: block;

    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);

    visibility: visible;
  }

  .has-dropdown .submenu li.has-dropdown {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .submenu li.has-dropdown a {
    display: block;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
  }

  .submenu li.has-dropdown > span {
    height: auto;

    width: 20px;

    line-height: 1;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    padding: 0;

    color: currentColor;

    opacity: 0.6;

    margin: 0;

    background-color: transparent;

    border: none;

    text-align: right;

    position: absolute;

    right: 2px;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
  .has-dropdown .has-dropdown {
    margin-left: 0.7rem;

    margin-right: 0.7rem;

    margin-bottom: 0.5rem;
  }
}

.main-menu > nav > ul > li > ul {
  padding: 5px 17px 3px;
}

.main-menu > nav > ul > li > ul > li {
  padding: 12px 0;

  position: relative;

  border-bottom: 1px solid #e1e1e1;

  margin-bottom: 0;
}

.main-menu > nav > ul > li > ul > li:last-child {
  border-bottom: 0px solid #e1e1e1;
}

.category-menu-2 nav > ul > li > a {
  font-size: 16px;

  color: #636363;

  font-family: var(--font-family-kpz);
}

.category-menu-2 nav > ul > li {
  padding: 9.8px 12px;

  position: relative;

  border-bottom: 1px solid #e1e1e1;
}

.category-menu-2 nav > ul > li > a i {
  font-size: 15px;

  margin-right: 8px;
}

.category-menu-2.categori-not-visible-2 {
  display: block;
}

/*.home .category-menu-2.categori-not-visible-2 {

    -webkit-transform: rotateX( 0deg );

    transform: rotateX( 0deg );

    visibility: visible;

}*/

.header-action .same-style-2 a span.pro-count {
  position: absolute;

  bottom: 0px;

  font-size: 12px;

  width: 20px;

  height: 20px;

  display: inline-block;

  line-height: 19px;

  color: #fff;

  text-align: center;

  left: 25px;

  border-radius: 50px;

  font-weight: 600;

  background-color: #b4171c;

  top: unset;
}

.header-action .same-style-2 a {
  color: #000;

  font-size: 20px;
}

.cart-text,
.pro-count_cart {
  font-size: inherit;

  text-transform: uppercase;

  color: inherit;
}

.cart-icon {
  font-size: 20px;

  color: #fff;
}

.cart-icon img {
  height: 20px;
}

@media (max-width: 991px) {
  .cart-icon img {
    height: 25px;
  }
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a {
  padding: 0px 15px 0px;

  font-size: 15px;

  /*color: #fff;*/
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .cart-icon {
    width: 30px;

    height: 30px;

    font-size: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10rem;

    color: #fff;
  }

  .header-action .same-style-2 a span.pro-count {
    position: absolute;

    bottom: 0px;

    font-size: 12px;

    width: 20px;

    height: 20px;

    display: inline-block;

    line-height: 19px;

    color: #fff;

    text-align: center;

    left: 20px;

    border-radius: 50px;

    font-weight: 600;

    background-color: #b4171c;

    top: unset;
  }
}

.hotline-2-wrap .hotline-2-icon {
  margin-right: 5px;

  border: 2px solid #b4171c;

  border-radius: 10rem;

  width: 40px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.header-action .same-style-2.header-cart a {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  display: flex;

  align-items: center;

  justify-content: center;

  align-content: center;
}

.hotline-2-wrap .hotline-2-content span {
  font-size: 16px;

  color: #666666;

  display: block;

  line-height: 1;
}

.header-action .same-style-2.same-style-2-font-dec a {
  font-size: 18px;
}

.header-action .same-style-2.same-style-2-font-dec a:hover {
  color: #00b05e;
}

.box_shadows {
  height: auto;
}

.header-offer-wrap p {
  color: #000000;

  margin: 0;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
  padding-right: 0;
}

.nav-cate ul li {
  display: block;

  overflow: visible;

  padding: 0 5px !important;

  cursor: pointer;

  border-bottom: none !important;
}

.nav-cate ul li.dropdown {
  position: static;
}

.nav-cate ul li .categories-a {
  position: relative;

  display: block;

  color: #303846;

  padding: 11px 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

  margin: 0;

  font-size: 16px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  padding-left: 20px;

  padding-right: 10px;

  display: flex;

  justify-content: space-between;
}

.nav-cate ul li .subcate {
  display: none;

  cursor: default;

  overflow: hidden;

  position: absolute;

  top: 0;

  left: 100%;

  min-height: 363px;

  background: #fff;

  padding: 10px;

  width: calc(1250px - 325px);

  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%);

  border-top: 1px solid #eee;
}

@media (min-width: 992px) {
  .nav-cate ul li.dropdown:hover .subcate {
    display: block;
  }
}

@media (min-width: 1550px) {
  .nav-cate ul li .subcate {
    min-height: 455px;
  }
}

@media (min-width: 1400px) {
  .nav-cate ul li .subcate {
    min-height: 405px;
  }
}

.nav-cate ul li .subcate .row {
  margin-right: -10px;

  margin-left: -10px;
}

.nav-cate ul li .subcate aside {
  cursor: default;

  margin-bottom: 20px;

  padding-left: 10px;

  padding-right: 10px;
}

.nav-cate ul li .subcate aside .categories-main-sub {
  font-weight: bold;

  padding: 5px 0;

  margin-bottom: 5px;

  color: #303846;

  font-size: 16px;

  display: block;

  border-bottom: 1px solid #e0e0e0;
}

.nav-cate ul li .subcate aside .categories-main-sub:hover {
  color: #011746;
}

.nav-cate ul li .subcate aside .list-categories-main-sub a {
  line-height: normal;

  display: block;

  text-transform: none;

  padding: 4px 0;

  color: #303846;

  font-size: 16px;

  font-weight: normal;
}

.nav-cate ul li .subcate aside .list-categories-main-sub a:hover {
  color: #011746;
}

.hotline-2-wrap .hotline-2-content h5 {
  margin: 0px 0 0;
}

.mobile-header-active {
  /*background-color: #00b05e;*/
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a {
  font-size: 16px;

  text-transform: unset;

  line-height: 1.3;

  position: relative;

  display: inline-block;

  padding: 0px 0;

  /*color: #fff;*/
}

.mobile-header-active .main-categori-wrap > a {
  color: black;

  font-size: 16px;

  font-weight: 400;

  text-transform: unset;

  letter-spacing: 0;

  display: block;

  width: 100%;

  line-height: 1.3;

  padding: 0 0 0 0;
}

.mobile-header-active .main-categori-wrap > a i.icon-right {
  float: right;

  font-size: 12px;

  margin-right: 0;

  top: 3px;
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-padding-border-2 {
  margin-bottom: 12px;

  padding-bottom: 12px;

  padding-right: 5px;

  border: 0;

  border-bottom: 1px solid #ebebeb;
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li {
  display: block;

  position: relative;

  margin-bottom: 12px;

  padding-bottom: 12px;
}

.mobile-menu .submenu.dropdown li:first-child {
  padding-top: 15px;
}

.mobile-menu .submenu.has-dropdown-wrapper li:first-child {
  padding-top: 7px;
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-search
  form
  input {
  background-color: #f6f6f6;

  border: none;

  border-radius: 0px;

  height: 40px;

  padding: 0 60px 0 15px;

  width: 100%;

  font-size: 16px;

  color: #181818;
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
  color: black;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area {
  overflow-y: auto;

  overflow-x: hidden;

  height: 100%;

  padding-right: 0px;
}

.main-categori-wrap.mobile-menu-wrap .mobile-menu li:last-child {
  /*border-bottom: none !important;*/

  margin-bottom: 0 !important;

  padding-bottom: 0 !important;
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a {
  /*color: #fff;*/
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children
  .menu-expand
  i::before {
  border-bottom: 1px solid #fff;
}

.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children
  .menu-expand
  i {
  border-bottom: 1px solid #fff;
}

ul.mobile-menu ul.submenu.has-dropdown-wrapper {
  margin-top: 15px;
}

ul.submenu li:last-child {
  margin-bottom: 0px !important;

  border-bottom: unset !important;
}

.search-wrap-3 {
  border-radius: 10px;

  overflow: hidden;
}

.search-wrap-3 input {
  border: 1px solid #2786dc;

  border-right: none;

  border-radius: 10px;

  font-size: 14px;

  height: 38px;
}

.search-wrap-3 button {
  border: 1px solid #2786dc;

  border-right: none;

  background-color: #2786dc;

  color: #fff;

  font-size: 15px;

  height: 38px;
}

.header-area .btn-search:hover {
  color: #f1ba33 !important;
}

@media only screen and (max-width: 767px) {
  .mobile-header-active .clickalbe-sidebar-wrap {
    padding: 60px 20px 20px 20px;
  }

  .mobile-header-active .icon-arrow-down {
    font-size: 12px;
  }
}

.btn-recall {
  color: #000 !important;

  background-color: #f2f9ff;

  padding: 5px 25px;

  border-radius: 8px;

  text-transform: uppercase;

  font-family: "svn-gotham book";

  font-weight: bold;

  font-size: 14px;

  border: none;
}

.header-top .social {
  display: flex;
}

.header-top .social a {
  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 10rem;

  color: #fff;

  margin-right: 10px;

  font-size: 14px;
}

.header-top .social a:not(:last-child) {
  margin-right: 15px;
}

.header-top .search-wrap-1 {
  top: 14px;
}

.mobile-menu-wrap .btn-recall {
  padding: 8px 25px;
}

.header-action .same-style-2 {
  line-height: 1;

  margin-right: 10px;
}

.header-action .hotline-btn {
  padding: 8px 15px;

  color: #000 !important;

  background: rgb(255, 255, 0);

  background: linear-gradient(
    90deg,
    rgba(255, 255, 0, 1) 0%,
    rgba(255, 110, 2, 1) 100%
  );

  font-weight: 500;

  border-radius: 10px;
}

.header-middle {
  background-image: url("../../images/bg/bg-menu.jpg");

  z-index: 9;

  position: relative;
}

.header-small-device.small-device-ptb-1 {
  background-color: rgb(255 255 255);
}

.header-bottom {
  background-color: #000;

  border-bottom: 4px solid #ea1c00;
}

.header-search-wrap .search-wrap form {
  display: flex;

  position: relative;
}

.header-search-wrap .search-wrap form icon {
  display: flex;

  align-content: center;

  justify-content: center;

  align-items: center;

  position: relative;

  left: 35px;

  color: #999;
}

.header-search-wrap .search-wrap form .btn-submit {
  background-color: #ea1c00;

  text-align: center;

  color: #fff;

  border: 0;

  box-shadow: none;

  position: absolute;

  top: 0;

  right: 0;

  border-radius: 10rem;

  height: 100%;

  font-size: 14px;

  display: flex;

  align-content: center;

  align-items: center;

  justify-content: center;

  padding: 0 20px;
}

.header-middle-wrap {
  display: flex;

  justify-content: space-between;

  align-content: center;

  align-items: center;
}

.header-right-item a {
  display: flex;

  align-items: center;
}

.header-right-item a .header-img {
  width: 32px;

  display: flex;

  justify-content: center;

  align-items: center;

  align-content: center;
}

.header-right-item a .header-text {
  width: calc(100% - 32px);

  padding-left: 10px;
}

.header-right-item a .header-text .text-1 {
  color: #999999;

  font-family: "svn-avo";

  text-transform: uppercase;

  font-weight: 700;
}

.header-right-item a .header-text .text-2 {
  color: #ff0000;

  font-weight: 300;

  line-height: 1;

  font-size: 14px;
}

.header-right-item.header-news a .header-text .text-2 {
  color: #fff;

  background-color: #ff0000;

  border-radius: 20px;

  font-style: italic;

  text-align: center;

  padding: 2px;

  text-transform: uppercase;

  font-weight: 700;
}

.same-style-wrap .same-style:hover > a {
  color: #fff;
}

.header-top-left .contact-btn {
  padding-top: 20px;

  text-align: right;
}

.header-top-left .contact-btn .btn {
  color: #fff;

  height: 43px;

  width: 280px;

  border: 1px solid #fff;

  border-radius: 10px;

  background-color: transparent;

  font-size: 16px;

  font-weight: 500;

  font-family: "Inter Tight", sans-serif;

  display: flex;

  align-items: center;

  align-content: center;

  justify-content: center;

  text-transform: uppercase;

  margin-left: auto;

  position: relative;

  transition: all 0.2s;
}

.header-top-left .contact-btn .btn:hover {
  color: #fff;

  background: #f3ad1b;

  border-color: #f3ad1b;
}

.language-dropdown a {
  color: #000 !important;
}
