:root {
  --header-bg: #ffffff;
  --header-text: #f6a102;
  --header-text-scroll: #f6a102;
  --header-cartcount-bg: #ffffff;
  --header-cartcount-txt: #062A4D;
  --menumobile-bg: #f6a102;
  --color-menumobile: #ffffff; }

.flexbox-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  color: var(--header-text); }

.flexbox-header.bg-fixed,
.flexbox-header.bg-header {
  background-color: var(--header-bg);
  color: var(--header-text-scroll); }

header.flexbox-header.bg-header {
  position: relative; }
  header.flexbox-header.bg-header.bg-fixed {
    position: fixed; }

.flexbox-wrapper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.flexbox-wrap-logo h1, .flexbox-wrap-logo a {
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  color: var(--header-text);
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.flexbox-wrap-logo #logo img {
  outline: none;
  height: auto;
  display: block;
  max-width: 140px; }

.flexbox-wrap-menu {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flexbox-navbar-mainmenu {
  text-align: center; }
  .flexbox-navbar-mainmenu .flexbox-menuList-main > li {
    padding-top: 30px;
    padding-bottom: 30px; }

.flexbox-menuList-main {
  margin: 0; }
  .flexbox-menuList-main > li {
    display: inline-block;
    position: relative; }
    .flexbox-menuList-main > li + li {
      margin-left: 30px; }
    .flexbox-menuList-main > li > a {
      text-transform: uppercase;
      position: relative;
      padding-bottom: 5px;
      font-size: 16px;
      font-weight: 700;
      color: var(--header-text); }
      .flexbox-menuList-main > li > a:hover:after {
        width: 100%; }
      .flexbox-menuList-main > li > a:after {
        content: "";
        width: 0%;
        height: 1px;
        background-color: currentcolor;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s; }
      .flexbox-menuList-main > li > a svg {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        fill: currentColor; }
    .flexbox-menuList-main > li:hover {
      color: var(--shop-text-hover); }
    .flexbox-menuList-main > li:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .flexbox-menuList-main > li:hover > a svg {
      opacity: 1;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .flexbox-menuList-main li.flexbox-has-submenu .flexbox-menuList-submain {
    background: #fff;
    min-width: 230px;
    max-width: 180%;
    padding: 12px 0;
    position: absolute;
    z-index: 99;
    top: 150%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .flexbox-menuList-main li.flexbox-has-submenu .flexbox-menuList-submain ul.flexbox-menuList-submain {
    left: 100%;
    top: 0; }
  .flexbox-menuList-main li.flexbox-has-submenu:hover > .flexbox-menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1; }
  .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth {
    position: initial; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-multicolumn {
      padding: 25px 0;
      left: 0;
      right: 0;
      max-height: 75vh;
      overflow-x: hidden;
      overflow-y: auto; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-multicolumn-container {
      max-width: calc(2400px + 80px * 2);
      padding: 0 80px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-between; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-subchildmenu {
      flex: 0 0 auto;
      width: 62%; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-subchildmenu.flexbox-subchildmenu-full {
      width: 100%; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-subchildmenu li a {
      padding: 3px 0; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-menuBanner {
      flex: 0 0 auto;
      width: 38%; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-ui-menu-item {
      text-align: left;
      margin-bottom: 15px; }
    .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-ui-menu-item > a {
      font-weight: 600; }
    @media (min-width: 991px) {
      .flexbox-menuList-main .flexbox-has-submenu.flexbox-fullwidth .flexbox-ui-menu-item {
        padding-right: 15px;
        padding-left: 0; } }

.flexbox-menuList-submain li {
  position: relative; }
  .flexbox-menuList-submain li a {
    padding: 5px 22px;
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--shop-color-text);
    opacity: 0.85; }
    .flexbox-menuList-submain li a:hover {
      color: var(--shop-text-hover); }
  .flexbox-menuList-submain li a svg {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out; }
  .flexbox-menuList-submain li a:hover svg {
    right: 10px;
    opacity: 0.8; }

.flexbox-menuList-submain li.agrimarket-has-submenu {
  padding-right: 30px; }

.flexbox-menuList-submain li a:hover,
.flexbox-menuList-submain li a:hover i {
  opacity: 1; }

.flexbox-social-link a {
  color: var(--header-text); }

.flexbox-social-link li {
  margin-left: 20px; }

.flexbox-social-link a svg {
  width: 17px;
  height: 17px;
  fill: currentcolor; }

#openmenu {
  color: var(--header-text);
  display: none; }
  #openmenu svg {
    width: 30px;
    height: 30px;
    fill: currentColor; }

@media (max-width: 991px) {
  .flexbox-wrap-menu, .flexbox-wrap-social {
    display: none; }
  .flexbox-wrapper-header {
    padding-top: 19.5px;
    padding-bottom: 19.5px; }
  .flexbox-wrap-menu-mobile #openmenu {
    display: inline-block; } }

/* menu mobile */
@media (min-width: 992px) {
  .flexbox-menu-mobile {
    display: none; } }

@media (max-width: 991px) {
  .flexbox-menu-mobile {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -320px;
    bottom: 0;
    height: 100vh;
    width: 320px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    background-color: var(--menumobile-bg);
    color: var(--color-menumobile); }
  .flexbox-sitenav-header {
    text-align: right; }
  .flexbox-btn-sitenav-close {
    color: currentColor; }
    .flexbox-btn-sitenav-close svg {
      width: 18px;
      height: 18px;
      fill: currentColor; }
  .flexbox-sitenav-content {
    padding-top: 20px; }
  .flexbox-menuList-links li {
    margin-bottom: 0; }
  .flexbox-menuList-links li a {
    padding: 12px 0;
    padding-right: 30px;
    width: 100%;
    display: block; }
  .flexbox-menuList-links li a {
    color: currentColor;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: 700; }
    .flexbox-menuList-links li a .flexbox-icon-plus-submenu {
      width: 25px;
      height: 25px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 1px solid transparent; }
      .flexbox-menuList-links li a .flexbox-icon-plus-submenu:before, .flexbox-menuList-links li a .flexbox-icon-plus-submenu:after {
        background: currentColor;
        content: '';
        display: block;
        position: absolute;
        margin-right: 7px;
        top: 50%;
        right: 0;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear; }
      .flexbox-menuList-links li a .flexbox-icon-plus-submenu:before {
        width: 13px;
        height: 1px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .flexbox-menuList-links li a .flexbox-icon-plus-submenu:after {
        width: 1px;
        height: 13px;
        right: 6px;
        transform-origin: center;
        -moz-transform: translateY(-50%) scale(1, 1);
        -ms-transform: translateY(-50%) scale(1, 1);
        -webkit-transform: translateY(-50%) scale(1, 1);
        transform: translateY(-50%) scale(1, 1); }
  .flexbox-submenu-links {
    padding-left: 20px;
    display: none; }
  .flexbox-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .flexbox-menu-mobile.active ~ .flexbox-sidebar-overlay {
    opacity: 1;
    visibility: visible; } }

.flexbox-menuList-submain li a,
.flexbox-menuList-main > li > a {
  font-family: var(--sub-font), sans-serif; }

/* header right */
.fbx-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px; }

.fbx-header-wrap-action .fbx-header-action {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  gap: 10px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item {
    align-self: center; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text {
      position: relative;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-box-triangle {
      position: absolute;
      width: 24px;
      height: 15px;
      top: 100%;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-box-triangle svg {
      -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
      fill: currentcolor; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link {
      position: relative;
      display: block;
      font-size: 13px;
      color: var(--header-text);
      white-space: nowrap; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon,
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .box-text {
      display: inline-block;
      vertical-align: middle; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .box-text {
      padding-left: 2px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .box-text .txtnw {
      font-size: 11px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .box-text .txtbl {
      font-size: 13px;
      display: block;
      font-weight: 500; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .box-text .txt-overflow {
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle;
      max-width: 115px;
      overflow: hidden; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .box-text .fa {
      display: inline-block;
      font-size: 16px;
      vertical-align: middle;
      margin-left: 3px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon {
      position: relative;
      width: 32px;
      height: 40px;
      text-align: center; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon svg {
      width: 22px;
      height: 40px;
      fill: currentColor; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon svg.fbx-svg-ico-account {
      width: 22px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon svg.fbx-svg-ico-search {
      width: 20px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon .fbx-box-icon--close {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.3);
      transition: opacity 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out; }
      .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon .fbx-box-icon--close svg {
        width: 18px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon .fbx-count-holder {
      display: inline-block;
      vertical-align: top;
      background: var(--header-cartcount-bg);
      color: var(--header-cartcount-txt);
      font-size: 11px;
      text-align: center;
      position: absolute;
      left: 16px;
      top: -1px;
      padding: 0 3px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link:hover svg.fbx-svg-ico-search {
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_dropdown {
      position: absolute;
      top: calc(100% + 15px);
      left: auto;
      right: -15px;
      z-index: 990;
      min-width: 280px;
      border-radius: 3px;
      color: #333;
      background: #ffffff;
      border: solid 1px #eae4e8;
      box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      transition: opacity 0.25s ease-in-out , visibility 0.25s ease-in-out , max-height 0s linear 0.25s , -webkit-transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out , transform 0.25s ease-in-out , visibility 0.25s ease-in-out , max-height 0s linear 0.25s;
      transition: opacity 0.25s ease-in-out , transform 0.25s ease-in-out , visibility 0.25s ease-in-out , max-height 0s linear 0.25s , -webkit-transform 0.25s ease-in-out;
      will-change: transform; }
      .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_dropdown .fbx-box-triangle {
        position: absolute;
        bottom: calc(100% - 2px);
        margin: 0 auto;
        width: 22px;
        height: 15px;
        right: 19px; }
      .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_dropdown .fbx-box-triangle svg {
        -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
      .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_dropdown .fbx-header-dropdown_content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        padding: 15px 20px; }
        .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_dropdown .fbx-header-dropdown_content .fbx-sitenav-content .fbx-boxtitle {
          font-size: 18px;
          color: currentcolor;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          margin: 0;
          font-weight: 500;
          padding-bottom: 8px;
          text-align: center; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_account .fbx-header-action_dropdown .fbx-box-triangle {
      right: 58px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_search .fbx-header-action_dropdown .fbx-box-triangle {
      right: 98px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_cart {
      position: relative; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_info .fbx-header-action_text .fbx-header-action__link .fbx-box-icon {
      display: flex;
      align-items: center;
      margin-left: 10px; }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_info .fbx-hamburger-menu {
      width: 20px;
      height: 20px;
      display: inline-block;
      background: var(--header-text);
      -webkit-mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='30' height='30' x='0px' y='0px' viewBox='0 0 488.8 488.8' style='enable-background:new 0 0 488.8 488.8;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M244.4, 8C211.7, 8, 185, 34.6, 185, 67.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S277.1, 8, 244.4, 8z M244.4, 102.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S263.6, 102.3, 244.4, 102.3z'/%3E%3Cpath d='M429.4, 8C396.7, 8, 370, 34.6, 370, 67.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S462.1, 8, 429.4, 8z M429.4, 102.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9c19.2, 0, 34.9, 15.7, 34.9, 34.9S448.6, 102.3, 429.4, 102.3z'/%3E%3Cpath d='M59.4, 8C26.7, 8, 0, 34.6, 0, 67.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S92.2, 8, 59.4, 8z M59.4, 102.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.7-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S78.7, 102.3, 59.4, 102.3z'/%3E%3Cpath d='M244.4, 185c-32.7, 0-59.4, 26.6-59.4, 59.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S277.1, 185, 244.4, 185z M244.4, 279.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S263.6, 279.3, 244.4, 279.3z'/%3E%3Cpath d='M429.4, 185c-32.7, 0-59.4, 26.6-59.4, 59.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S462.1, 185, 429.4, 185z M429.4, 279.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9c19.2, 0, 34.9, 15.7, 34.9, 34.9S448.6, 279.3, 429.4, 279.3z'/%3E%3Cpath d='M59.4, 185C26.7, 185, 0, 211.6, 0, 244.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S92.2, 185, 59.4, 185z M59.4, 279.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S78.7, 279.3, 59.4, 279.3z'/%3E%3Cpath d='M244.4, 362c-32.7, 0-59.4, 26.6-59.4, 59.4c0, 32.7, 26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4C303.8, 388.7, 277.1, 362, 244.4, 362 z M244.4, 456.3c-19.2, 0-34.9-15.7-34.9-34.9c0-19.2, 15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9C279.3, 440.7, 263.6, 456.3, 244.4, 456.3 z'/%3E%3Cpath d='M429.4, 362c-32.7, 0-59.4, 26.6-59.4, 59.4c0, 32.7, 26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4C488.8, 388.7, 462.1, 362, 429.4, 362 z M429.4, 456.3c-19.2, 0-34.9-15.7-34.9-34.9c0-19.2, 15.6-34.9, 34.9-34.9c19.2, 0, 34.9, 15.7, 34.9, 34.9 C464.3, 440.7, 448.6, 456.3, 429.4, 456.3z'/%3E%3Cpath d='M59.4, 362C26.7, 362, 0, 388.6, 0, 421.4c0, 32.7, 26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4C118.8, 388.7, 92.2, 362, 59.4, 362z M59.4, 456.3c-19.2, 0-34.9-15.7-34.9-34.9c0-19.2, 15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9C94.3, 440.7, 78.7, 456.3, 59.4, 456.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/contain;
      mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='30' height='30' x='0px' y='0px' viewBox='0 0 488.8 488.8' style='enable-background:new 0 0 488.8 488.8;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M244.4, 8C211.7, 8, 185, 34.6, 185, 67.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S277.1, 8, 244.4, 8z M244.4, 102.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S263.6, 102.3, 244.4, 102.3z'/%3E%3Cpath d='M429.4, 8C396.7, 8, 370, 34.6, 370, 67.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S462.1, 8, 429.4, 8z M429.4, 102.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9c19.2, 0, 34.9, 15.7, 34.9, 34.9S448.6, 102.3, 429.4, 102.3z'/%3E%3Cpath d='M59.4, 8C26.7, 8, 0, 34.6, 0, 67.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S92.2, 8, 59.4, 8z M59.4, 102.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.7-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S78.7, 102.3, 59.4, 102.3z'/%3E%3Cpath d='M244.4, 185c-32.7, 0-59.4, 26.6-59.4, 59.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S277.1, 185, 244.4, 185z M244.4, 279.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S263.6, 279.3, 244.4, 279.3z'/%3E%3Cpath d='M429.4, 185c-32.7, 0-59.4, 26.6-59.4, 59.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S462.1, 185, 429.4, 185z M429.4, 279.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9c19.2, 0, 34.9, 15.7, 34.9, 34.9S448.6, 279.3, 429.4, 279.3z'/%3E%3Cpath d='M59.4, 185C26.7, 185, 0, 211.6, 0, 244.4s26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4S92.2, 185, 59.4, 185z M59.4, 279.3 c-19.2, 0-34.9-15.7-34.9-34.9s15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9S78.7, 279.3, 59.4, 279.3z'/%3E%3Cpath d='M244.4, 362c-32.7, 0-59.4, 26.6-59.4, 59.4c0, 32.7, 26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4C303.8, 388.7, 277.1, 362, 244.4, 362 z M244.4, 456.3c-19.2, 0-34.9-15.7-34.9-34.9c0-19.2, 15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9C279.3, 440.7, 263.6, 456.3, 244.4, 456.3 z'/%3E%3Cpath d='M429.4, 362c-32.7, 0-59.4, 26.6-59.4, 59.4c0, 32.7, 26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4C488.8, 388.7, 462.1, 362, 429.4, 362 z M429.4, 456.3c-19.2, 0-34.9-15.7-34.9-34.9c0-19.2, 15.6-34.9, 34.9-34.9c19.2, 0, 34.9, 15.7, 34.9, 34.9 C464.3, 440.7, 448.6, 456.3, 429.4, 456.3z'/%3E%3Cpath d='M59.4, 362C26.7, 362, 0, 388.6, 0, 421.4c0, 32.7, 26.6, 59.4, 59.4, 59.4s59.4-26.6, 59.4-59.4C118.8, 388.7, 92.2, 362, 59.4, 362z M59.4, 456.3c-19.2, 0-34.9-15.7-34.9-34.9c0-19.2, 15.6-34.9, 34.9-34.9s34.9, 15.7, 34.9, 34.9C94.3, 440.7, 78.7, 456.3, 59.4, 456.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/contain;
      mask-repeat: no-repeat; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-js-action-show .fbx-header-action_text .fbx-box-triangle {
    visibility: visible;
    opacity: 1; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-js-action-show .fbx-header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_account.fbx-js-action-show .fbx-header-action_dropdown .site_account_panel.is-selected {
    visibility: visible; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_locale.fbx-js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_locale.fbx-js-action-show .overlays .fbx-header-action__link {
    z-index: 101; }

.fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_backlink {
  display: none; }

.fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_backlink a {
  margin-right: 0;
  width: 20px;
  line-height: 32px;
  color: var(--header-text);
  height: 35px;
  display: block;
  font-size: 28px; }

.fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-header-action_dropdown .fbx-box-triangle {
  right: initial;
  left: 16px; }

.fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon {
  width: 25px; }
  .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu {
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: block;
    position: relative; }
    .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu .fbx-bar,
    .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu .fbx-bar:after,
    .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu .fbx-bar:before {
      height: 1px;
      background: var(--header-text); }
    .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu .fbx-bar {
      position: relative;
      top: 22px;
      display: block;
      margin: auto;
      width: 25px;
      -ms-transition: all 0ms 100ms , width 150ms linear;
      -webkit-transition: all 0ms 100ms , width 150ms linear;
      transition: all 0ms 100ms , width 150ms linear;
      -ms-transform: translateY(-2px);
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px); }
    .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu .fbx-bar:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 7px;
      width: 25px;
      -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
      -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
      transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
    .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-hamburger-menu .fbx-bar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 25px;
      -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
      -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
      transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
  .fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu .fbx-box-icon .fbx-box-icon--close svg {
    height: 35px; }

.fbx-header-wrap-action.fbx-header-wrap-iconav .fbx-header-action .fbx-header-action-item.fbx-header-action_menu.fbx-js-action-show .fbx-hamburger-menu {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

@media (min-width: 992px) {
  .fbx-flex-header {
    -webkit-align-items: center;
    align-items: center; }
  .fbx-header-wrap-action {
    -ms-align-self: center;
    align-self: center; }
  .fbx-header-wrap-logo a img {
    max-width: 210px;
    max-height: 70px; }
  .fbx-header-wrap-logo .fbx-wrap-logo {
    min-width: 100px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_cart .fbx-header-action_dropdown {
    width: 420px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_search .fbx-header-action_dropdown {
    width: 420px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_account .fbx-header-action_dropdown {
    width: 340px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_locale .fbx-header-action_dropdown {
    width: 420px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item.fbx-header-action_account .fbx-header-action_dropdown.fbx-header-action_widthAuto {
    width: auto;
    min-width: 260px; }
  .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon .pulse {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    opacity: 1;
    margin: 0 auto;
    transform: rotateX(55deg); }
    .fbx-header-wrap-action .fbx-header-action .fbx-header-action-item .fbx-header-action_text .fbx-header-action__link .fbx-box-icon .pulse:after {
      content: "";
      border-radius: 50%;
      height: 25px;
      width: 25px;
      position: absolute;
      margin: -8px 0 0 -12px;
      animation: pulsate 1s ease-out;
      animation-iteration-count: infinite;
      opacity: 0;
      animation-delay: 1.1s; }
  .fbx-header-wrap-info li:nth-child(2) {
    margin-left: 15px; }
  .fbx-header-wrap-info li svg {
    width: 22px;
    height: 22px;
    transform: translateY(-2px); } }

/*
   --------------------------------------------------------------------------------
   SIDEBAR MAIN
   --------------------------------------------------------------------------------
*/
.fbx-sidebar-main .fbx-sitenav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background: transparent; }
  .fbx-sidebar-main .fbx-sitenav-wrapper.fbx-sitenav-right {
    right: 0; }
    .fbx-sidebar-main .fbx-sitenav-wrapper.fbx-sitenav-right .fbx-sitenav-inner {
      right: 0;
      -webkit-transform: translateX(120%);
      transform: translateX(120%);
      -webkit-transition: transform 0.35s ease , right 0.25s ease , visibility 0s;
      transition: transform 0.35s ease , right 0.25s ease , visibility 0s; }
  .fbx-sidebar-main .fbx-sitenav-wrapper.fbx-sitenav-left {
    left: 0; }
    .fbx-sidebar-main .fbx-sitenav-wrapper.fbx-sitenav-left .fbx-sitenav-inner {
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform 0.35s ease , left 0.25s ease , visibility 0s;
      transition: transform 0.35s ease , left 0.25s ease , visibility 0s; }
  .fbx-sidebar-main .fbx-sitenav-wrapper .fbx-sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column; }
    .fbx-sidebar-main .fbx-sitenav-wrapper .fbx-sitenav-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1;
      opacity: 1;
      visibility: visible; }

.fbx-sidebar-main.fbx-is-show-right .fbx-sitenav-wrapper.fbx-show {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.fbx-sidebar-main.fbx-is-show-right .fbx-sitenav-wrapper.fbx-show .fbx-sitenav-inner {
  right: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fbx-sidebar-main.fbx-is-show-right .fbx-sitenav-wrapper.fbx-show .fbx-sitenav-inner:after {
    visibility: hidden;
    opacity: 0; }

.fbx-sidebar-main.fbx-is-show-right .fbx-sitenav-wrapper.fbx-show .fbx-sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.fbx-sidebar-main.fbx-is-show-left .fbx-sitenav-wrapper.fbx-show {
  right: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.fbx-sidebar-main.fbx-is-show-left .fbx-sitenav-wrapper.fbx-show .fbx-sitenav-inner {
  left: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fbx-sidebar-main.fbx-is-show-left .fbx-sitenav-wrapper.fbx-show .fbx-sitenav-inner:after {
    visibility: hidden;
    opacity: 1; }

.fbx-sidebar-main.fbx-is-show-left .fbx-sitenav-wrapper.fbx-show .fbx-sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.fbx-sidebar-main .fbx-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-inner {
  max-width: 380px;
  padding: 30px; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-header {
  border-bottom: none; }
  .fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-header .logo a {
    font-size: 28px;
    font-weight: 600; }
  .fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-header .fbx-btn-sitenav-close {
    display: block;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.05); }
    .fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-header .fbx-btn-sitenav-close svg {
      width: 15px;
      height: 15px;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      fill: #202223; }
    .fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-header .fbx-btn-sitenav-close:hover svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li svg {
  width: 20px;
  height: 20px;
  fill: currentcolor; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li a {
  display: inline-flex;
  align-items: center; }
  .fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li a:hover {
    color: #202223;
    opacity: 0.6; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li.svg-tiktok svg {
  width: 22px;
  height: 22px; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li.svg-lazada svg {
  stroke: #202223; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-social li:not(:last-child) {
  margin-bottom: 20px; }

.fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-bottom {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(32, 34, 35, 0.1);
  color: #202223; }
  .fbx-sidebar-main .fbx-sitenav-info .fbx-sitenav-bottom .fbx-info-phone {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px; }

.fbx-sitenav-inner .fbx-sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eae4e8; }
  .fbx-sitenav-inner .fbx-sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #202223; }
  .fbx-sitenav-inner .fbx-sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    fill: #202223; }
  .fbx-sitenav-inner .fbx-sitenav-header .fbx-menu-logo img {
    max-height: 40px; }
  .fbx-sitenav-inner .fbx-sitenav-header .fbx-cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px; }
    .fbx-sitenav-inner .fbx-sitenav-header .fbx-cart-shipping__title {
      font-size: 14px;
      font-weight: 400;
      color: rgba(32, 34, 35, 0.6);
      letter-spacing: 0.5px;
      min-height: 30px; }
      .fbx-sitenav-inner .fbx-sitenav-header .fbx-cart-shipping__title .price {
        font-weight: 600;
        color: #ff2c26; }
      .fbx-sitenav-inner .fbx-sitenav-header .fbx-cart-shipping__title .free-ship {
        text-transform: uppercase;
        color: #202223;
        font-weight: 600; }

.fbx-sitenav-inner .fbx-sitenav-content {
  padding: 15px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .fbx-sitenav-inner .fbx-sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .fbx-sitenav-inner .fbx-sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .fbx-sitenav-inner .fbx-sitenav-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .fbx-sitenav-inner .fbx-sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

.fbx-sitenav-inner .fbx-sitenav-footer {
  padding: 15px;
  margin-top: auto;
  border-top: 1px solid #eae4e8; }

.fbx-menuList-links {
  margin: 0; }

.fbx-menuList-links li {
  position: relative; }

.fbx-menuList-links li a {
  color: #202223;
  position: relative;
  font-size: 13px;
  display: block; }

.fbx-menuList-links li a:hover,
.fbx-menuList-links li a:focus {
  color: #ffffff; }

.fbx-menuList-links > li {
  border-bottom: 1px dashed #eae4e8; }

.fbx-menuList-links > li:last-child {
  border-bottom: none; }

.fbx-menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px; }

.fbx-menuList-links > li.fbx-has-submenu > a {
  padding-right: 30px; }

.fbx-menuList-links > li.fbx-has-submenu span.fbx-icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none; }

.fbx-icon-plus-submenu:after,
.fbx-icon-plus-submenu:before {
  background: rgba(32, 34, 35, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.fbx-icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.fbx-icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.fbx-has-submenu.opened > a .fbx-icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

ul.fbx-menuList-links li ul.fbx-submenu-links {
  display: none; }

ul.fbx-submenu-links li a {
  padding: 8px 0; }

li.fbx-has-submenu.fbx-level0 > ul.fbx-submenu-links {
  border-top: 1px dashed #eae4e8; }

li.fbx-has-submenu.fbx-level0 > ul.fbx-submenu-links li a {
  padding-left: 12px; }

li.fbx-has-submenu.fbx-level1 > ul.fbx-submenu-links li a {
  padding-left: 25px; }

li.fbx-has-submenu.fbx-level2 > ul.fbx-submenu-links li a {
  padding-left: 35px; }

@media (max-width: 991px) {
  .fbx-header-right {
    gap: 10px; } }
