@font-face {
  font-family: "Myriad Pro";
  src: url(https://file.hstatic.net/200000883969/file/myriadpro-regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Myriad Pro";
  src: url(https://file.hstatic.net/200000883969/file/myriadpro-bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal; }

:root {
  --font-text: "Myriad Pro", sans-serif; }

.owl-carousel.slider-owl .owl-item img {
  width: 100% !important; }

.sidebar-main .sitenav-wrapper.sitenav-menu .sitenav-inner {
  --shop-color-text: #FFFFFF;
  color: var(--shop-color-text);
  background-color: var(--shop-color-main); }
  .sidebar-main .sitenav-wrapper.sitenav-menu .sitenav-inner svg {
    fill: var(--shop-color-text); }
  .sidebar-main .sitenav-wrapper.sitenav-menu .sitenav-inner svg path {
    stroke: var(--shop-color-text);
    fill: var(--shop-color-text); }
  .sidebar-main .sitenav-wrapper.sitenav-menu .sitenav-inner .icon-plus-submenu:after,
  .sidebar-main .sitenav-wrapper.sitenav-menu .sitenav-inner .icon-plus-submenu:before {
    background: var(--shop-color-text); }

.mainHeader {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .mainHeader.header-static {
    background: linear-gradient(to bottom, #13221d, var(--shop-color-main)); }
  .mainHeader.headerFixed {
    background: linear-gradient(to bottom, #13221d, var(--shop-color-main)); }
  @media (max-width: 992px) {
    .mainHeader {
      background: linear-gradient(to bottom, #13221d, var(--shop-color-main)); } }
  .mainHeader .flex-container-header {
    margin: 0 -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .mainHeader .flex-container-header > [class*='header-wrap-'] {
      padding: 0px 10px; }
  .mainHeader .header-wrap-menu .navbar-mainmenu {
    text-align: center; }
  .mainHeader .header-wrap-menu .menuList-main {
    margin: 0;
    display: flex; }
    .mainHeader .header-wrap-menu .menuList-main > li {
      display: inline-block;
      position: relative;
      padding: 10px 12px; }
      .mainHeader .header-wrap-menu .menuList-main > li > a {
        position: relative;
        z-index: 2;
        display: block;
        padding: 15px 4px;
        width: 100%;
        transition: none;
        font-weight: 400;
        font-size: 18px;
        color: white; }
        .mainHeader .header-wrap-menu .menuList-main > li > a svg {
          display: inline-block;
          vertical-align: middle;
          margin-left: 0;
          -webkit-transition: transform .2s;
          -moz-transition: transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s; }
        .mainHeader .header-wrap-menu .menuList-main > li > a > svg {
          display: none; }
      .mainHeader .header-wrap-menu .menuList-main > li.active {
        background: rgba(255, 255, 255, 0.5); }
        .mainHeader .header-wrap-menu .menuList-main > li.active a, .mainHeader .header-wrap-menu .menuList-main > li.active.active a:focus {
          opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover {
        background: rgba(255, 255, 255, 0.5); }
      .mainHeader .header-wrap-menu .menuList-main > li:hover > a, .mainHeader .header-wrap-menu .menuList-main > li.active:hover a {
        opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0%;
        transform-origin: 0%; }
      .mainHeader .header-wrap-menu .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); }
    .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain {
      background: #fff;
      min-width: 230px;
      width: max-content;
      max-width: max-content;
      position: absolute;
      z-index: 99;
      top: 100%;
      pointer-events: none;
      -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      transform-origin: 0 0 0;
      left: 0;
      transform: rotate3d(1, 0, 0, -90deg);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
      left: 100%;
      top: 0;
      transform: rotate3d(0, 1, 0, 90deg); }
    .mainHeader .header-wrap-menu .menuList-main li.has-submenu:hover > .menuList-submain {
      pointer-events: auto;
      transform-origin: 0 0 0;
      transform: rotate3d(0, 0, 0, 0deg) !important;
      transition: all .2s ease-in-out; }
    .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth {
      position: initial; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn {
        padding: 25px 0;
        left: 0;
        right: 0;
        max-height: 75vh;
        overflow-x: hidden;
        overflow-y: auto; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn-container {
        max-width: calc(2400px + 80px * 2);
        padding: 0 80px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu {
        flex: 0 0 auto;
        width: 62%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu.subchildmenu-full {
        width: 100%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu li a {
        padding: 3px 0; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .menuBanner {
        flex: 0 0 auto;
        width: 38%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
        text-align: left;
        margin-bottom: 15px; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item > a {
        font-weight: 600; }
      @media (min-width: 991px) {
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
          padding-right: 15px;
          padding-left: 0; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .mainHeader .header-wrap-menu .menuList-main > li > a {
        font-size: 13px; } }
  .mainHeader .header-wrap-menu .menuList-submain {
    /*li:not(:first-child){	border-top: 1px solid #ecf0f1}*/ }
    .mainHeader .header-wrap-menu .menuList-submain li {
      position: relative; }
      .mainHeader .header-wrap-menu .menuList-submain li a {
        padding: 7px 22px;
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: var(--shop-color-main); }
      .mainHeader .header-wrap-menu .menuList-submain li a svg {
        width: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: .3s all; }
      .mainHeader .header-wrap-menu .menuList-submain li:hover {
        background: rgba(0, 0, 0, 0.4); }
    .mainHeader .header-wrap-menu .menuList-submain li.has-submenu {
      padding-right: 30px; }
      .mainHeader .header-wrap-menu .menuList-submain li.has-submenu:hover > a svg {
        transform: translateY(-50%) scale(-1); }
  .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-main);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .mainHeader .header-wrap-action .header-action .header-action-item {
      margin-left: 10px;
      align-self: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .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; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
        position: absolute;
        width: 24px;
        height: 15px;
        top: 100%;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .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)); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
        position: relative;
        display: block;
        font-size: 13px;
        color: var(--shop-color-text);
        white-space: nowrap; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: inline-block;
        vertical-align: middle; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        padding-left: 2px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
        font-size: 11px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
        font-size: 13px;
        display: block;
        font-weight: 500; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        max-width: 115px;
        overflow: hidden; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        margin-left: 3px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        position: relative;
        width: 32px;
        height: 40px;
        text-align: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 22px;
        height: 40px;
        fill: var(--shop-color-text); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 22px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 20px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .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; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
          width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        display: inline-block;
        vertical-align: top;
        background: #ff0000;
        color: #fff;
        font-size: 11px;
        text-align: center;
        position: absolute;
        left: 16px;
        top: -1px;
        padding: 0px 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        position: absolute;
        top: calc(100% + 15px);
        left: auto;
        right: -15px;
        z-index: 990;
        min-width: 280px;
        border-radius: 3px;
        color: #677279;
        background: #fff;
        border: solid 1px #dfe3e8;
        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; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle {
          position: absolute;
          bottom: calc(100% - 2px);
          margin: 0 auto;
          width: 22px;
          height: 15px;
          right: 19px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .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)); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          width: 100%;
          height: 100%;
          max-height: 100%;
          overflow: hidden;
          padding: 15px 20px; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
            font-size: 18px;
            color: var(--shop-color-title);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            font-weight: 500;
            padding-bottom: 8px;
            text-align: center;
            border-bottom: 1px solid var(--shop-color-border); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
        right: 58px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
        right: 98px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
      visibility: visible;
      opacity: 1; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .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); }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.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; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
      z-index: 101; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #fff;
    height: 35px;
    display: block;
    font-size: 28px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    right: initial;
    left: 16px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
      width: 25px;
      height: 35px;
      cursor: pointer;
      display: block;
      position: relative; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        height: 2px;
        background: var(--shop-color-text); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .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); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 18px;
        -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; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 15px;
        -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; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
      height: 35px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mainHeader .header-search-mobile {
    display: none;
    position: relative;
    padding: 5px 6px;
    /*border-bottom: 1px solid #e7e7e7;*/ }
    .mainHeader .header-search-mobile .searchform-mobile {
      position: relative; }
      .mainHeader .header-search-mobile .searchform-mobile input.input-search {
        padding: 5px 5px 5px 15px;
        width: 100%;
        background: #fff;
        border: 1px solid transparent;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        line-height: 1;
        display: inline-block;
        border-radius: 24px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear; }
        .mainHeader .header-search-mobile .searchform-mobile input.input-search:focus {
          outline: none;
          background: #fff; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search {
        width: 40px;
        height: 36px;
        line-height: 36px;
        border: 0;
        outline: none;
        box-shadow: none;
        position: absolute;
        padding: 0;
        top: 0px;
        right: 0px;
        background: transparent; }
        .mainHeader .header-search-mobile .searchform-mobile .btn-search svg {
          width: 15px;
          height: 36px;
          line-height: 36px;
          vertical-align: inherit;
          opacity: 0.6; }
        .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close svg {
          fill: var(--shop-color-main);
          width: 20px; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-icon {
        display: block;
        height: 100%; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close {
        display: none; }
      .mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
        display: none; }
      .mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
        display: block;
        height: 100%; }
    .mainHeader .header-search-mobile .smart-search-wrapper {
      position: absolute;
      right: 0px;
      left: 0px;
      z-index: 100;
      top: calc(100% + 0px);
      width: initial;
      background: #fff;
      padding: 0 15px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
      z-index: 999; }
  .mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none; }
  .mainHeader .header-navbar-menu .header-wrap-menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .mainHeader .header-box-live {
    padding-top: 9px; }
    .mainHeader .header-box-live .btn-live {
      border-radius: 4px;
      padding: 5px 12px 5px 20px;
      color: #ff0000;
      border: 1px solid #ff0000;
      text-transform: none;
      font-weight: 500;
      background: transparent;
      outline: none;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;
      vertical-align: middle;
      max-width: 130px;
      overflow: hidden; }
      .mainHeader .header-box-live .btn-live:after {
        content: " ";
        background: red;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 7px;
        top: calc(50% - 4px);
        border-radius: 50%;
        animation: pulselive 1.65s linear infinite; }
  .mainHeader.hSticky .header-wrap-menu .menuList-main > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  .mainHeader.hSticky .header-box-live {
    display: none; }
  .mainHeader.hSticky .header-wrap-action .header-action .header-action-item.locationContainer {
    display: none; }
  .mainHeader.hSticky {
    visibility: hidden;
    opacity: 0; }
  .mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky.hSticky-nav.hSticky-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky-nav .topbar, .mainHeader.hSticky-nav .topbar-banner {
    display: none; }
  .mainHeader.hSticky-nav .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (min-width: 992px) {
    .mainHeader .header-wrap-logo a img {
      max-width: 210px;
      max-height: 70px; }
    .mainHeader .header-wrap-logo .wrap-logo,
    .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
      min-width: 100px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
      width: 340px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
      width: auto;
      min-width: 260px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .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); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .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; }
    .mainHeader.hSticky-nav .header-wrap-logo h1, .mainHeader.hSticky-nav .header-wrap-logo a {
      font-size: 25px; }
    .mainHeader.hSticky-nav .header-wrap-logo a img {
      max-height: 50px; }
    .mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
      max-height: 60px;
      max-width: 200px; }
    .mainHeader .header-wrap-info li:nth-child(2) {
      margin-left: 15px; }
    .mainHeader .header-wrap-info li svg {
      width: 22px;
      height: 22px;
      transform: translateY(-2px); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .container {
      width: auto; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    .mainHeader .header-wrap-logo a img {
      max-width: 200px;
      max-height: 70px; }
    .mainHeader.hSticky-nav .header-wrap-logo h1, .mainHeader.hSticky-nav .header-wrap-logo a {
      font-size: 23px; }
    .mainHeader.hSticky-nav .header-wrap-logo a img {
      max-height: 50px; }
    .mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
      max-height: 55px;
      max-width: 180px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
      font-size: 10px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
      font-size: 12px; } }
  @media (max-width: 991px) {
    .mainHeader .mainHeader-middle {
      position: relative; }
    .mainHeader .mainHeader-middle .container {
      width: auto; }
    .mainHeader .flex-container-header {
      padding: 8px 0;
      margin: 0 -5px; }
      .mainHeader .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0 5px; }
    .mainHeader .header-wrap-logo {
      text-align: center; }
      .mainHeader .header-wrap-logo .wrap-logo {
        display: flex;
        justify-content: center;
        align-items: center; }
    .mainHeader .header-wrap-action .header-action {
      position: initial;
      height: 100%; }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        height: 100%; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
          top: calc(100% - 5px); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: none; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
          right: 0;
          left: 0;
          top: 100%;
          width: 100vw;
          height: 100vh; }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
          opacity: 0;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search {
        display: none; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0px 80px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 120px;
        -webkit-overflow-scrolling: touch; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart {
        display: none; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart.show-mb {
        display: block; }
    .mainHeader .header-search-mobile {
      display: block; }
    .mainHeader.hSticky-nav .header-wrap-logo {
      display: block; }
    .mainHeader.hSticky-nav .header-search-mobile {
      display: none;
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      visibility: hidden;
      padding: 0px 95px 0px 55px; }
      .mainHeader.hSticky-nav .header-search-mobile .searchform-mobile {
        position: relative;
        visibility: visible;
        margin: 0 auto; }
      .mainHeader.hSticky-nav .header-search-mobile .smart-search-wrapper {
        visibility: visible;
        top: calc(100% + 10px); }
    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-text {
      display: none !important; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-icon {
      display: none; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.header-action_search {
      display: block; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer {
      display: none; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
      top: calc(100% - 5px); }
    .mainHeader.hSticky-nav.mainHeader-product .header-search-mobile {
      display: none; }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
      display: block; }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
      left: 44px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 65px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
      padding: 3px 10px; }
    .mainHeader.hSticky-nav .header-search-mobile {
      padding: 0px 120px 0px 80px; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
      top: 100%; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-left: 0;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 60px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 20px; }
    .mainHeader .header-wrap-logo .wrap-logo a {
      transition: none;
      word-wrap: break-word;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      max-width: 180px; }
    .mainHeader .header-wrap-action .header-action {
      position: initial; }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        margin-left: 7px; }
        .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_text .box-triangle {
          top: calc(100% - 5px); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
          max-width: 90px;
          vertical-align: initial; }
        .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
          font-size: 8px; }
        .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
          font-size: 10px;
          margin-left: 1px; }
        .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
          font-size: 10px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          overflow: auto;
          padding-bottom: 180px;
          -webkit-overflow-scrolling: touch; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        width: 28px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        left: 12px;
        top: 1px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
      padding: 0 5px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-left: 0;
      margin-right: 8px; } }

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
  position: relative;
  max-width: 680px;
  margin: 0 auto; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
    position: relative;
    z-index: 99; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
    padding: 5px 5px 5px 15px;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 0px;
    margin: 3px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: none;
    background: unset;
    width: 45px;
    transition: opacity 150ms linear; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
    width: 20px;
    height: 100%;
    display: block;
    margin: auto;
    fill: rgba(0, 0, 0, 0.4); }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
    background: #ffffff;
    outline: none;
    border-color: var(--shop-color-main); }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding-left: 20px;
    padding-right: 20px; }

.mainHeader.mainHeader_temp03 .header-wrap-search .policy-search {
  max-width: 680px;
  margin: 0 auto; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .policy-search ul {
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    font-size: 12px;
    margin-top: 10px; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .policy-search ul img {
    height: 20px;
    padding-right: 5px; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .policy-search ul li {
    display: flex;
    align-items: center;
    padding-right: 20px; }

.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
  fill: #000000; }

.mainHeader.mainHeader_temp03 .header-menu-desktop {
  background: #ffffff;
  position: relative; }

.mainHeader.mainHeader_temp03 .header-menu-desktop .header-wrap-menu ul.menuList-primary li:before {
  background-color: #000000; }

.mainHeader.mainHeader_temp03 .header-menu-desktop .header-wrap-menu ul.menuList-primary > li > a {
  color: #000000; }

.mainHeader.mainHeader_temp03 .header-wrap-logo h1, .mainHeader.mainHeader_temp03 .header-wrap-logo a {
  color: #000000; }

.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
  background: #000000; }

.mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-submain li {
  text-transform: initial; }
  .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-submain li:not(:last-child) {
    border-bottom: 1px solid var(--shop-color-main); }

.mainHeader.mainHeader_temp03 .header-navbar-menu {
  display: flex;
  padding-left: 50px; }

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-menu-desktop {
  background: #ffffff; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-menu-desktop .header-wrap-menu ul.menuList-primary > li > a {
    color: #262626; }

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
  color: #000000;
  margin: 3px 0; }

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
  fill: #000000; }

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-action-item + .header-action-item + .header-action-item:before {
  position: absolute;
  height: 100%;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: -10px;
  opacity: 0.5; }

@media (min-width: 992px) {
  .mainHeader.mainHeader_temp03 .header-wrap-search {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 25px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto; }
  .mainHeader.mainHeader_temp03 .header-action-item.header-action_locale .header-action_dropdown {
    left: -15px;
    right: auto; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
    background: #000000; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
    box-shadow: 0 0 1px 2px #000000; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text {
    padding: 0 5px;
    background: #ffffff;
    border-radius: 5px; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item {
    position: relative;
    margin-left: 20px;
    margin-bottom: auto; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item.header-action_locale {
    margin-left: 0; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item.header-action_search {
    display: none; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-menu .navbar-mainmenu {
    text-align: left; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-menu ul.menuList-primary > li {
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-menu .menuList-main > li:first-child {
    margin-left: 0; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav).header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader.mainHeader_temp03:not(.hSticky-nav).header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader.mainHeader_temp03:not(.hSticky-nav).header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    background: #000000; }
  .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-menu-desktop.header-pd:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: -38px;
    background: #ffffff; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-iconav, .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-logo, .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-search {
    display: none; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .header-action__link .box-text {
    background: #ffffff;
    color: #000000; }
  .mainHeader.mainHeader_temp03.hSticky-nav .mainHeader-middle {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .mainHeader.mainHeader_temp03.hSticky-nav .flex-container-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-action {
    visibility: visible;
    opacity: 1;
    width: initial; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-search {
    display: none !important; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-navbar-menu {
    display: -webkit-flex;
    display: flex; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .wrap-logo-sticky {
    display: block;
    z-index: 1; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-wrap-logo {
    padding-top: 6px;
    padding-bottom: 6px;
    -ms-align-self: center;
    align-self: center; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-wrap-menu {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 140px; }
    .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-wrap-menu .navbar-mainmenu {
      height: 100%; }
    .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-wrap-menu .menuList-main {
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: center;
      justify-content: center; }
    .mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-wrap-menu .menuList-main > li {
      display: -webkit-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: none; }
  .mainHeader.mainHeader_temp03.hSticky-nav .header-box-live {
    display: none; } }

@media (max-width: 991px) {
  .mainHeader.mainHeader_temp03 .header-wrap-logo {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    text-align: left; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action-item.locationContainer {
    display: block; } }

.wrapperMain_content {
  margin-top: 0; }
  @media (max-width: 991px) {
    .wrapperMain_content {
      margin-top: 119px; } }

.header-wrap-menu {
  display: none; }
  @media (min-width: 992px) {
    .header-wrap-menu {
      display: block; } }

.header-wrap-iconav {
  position: absolute !important;
  top: 0;
  z-index: 99; }
  .header-wrap-iconav .header-action {
    position: absolute !important;
    top: 14px !important;
    height: auto !important; }
    .header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
    .header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
    .header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
      background: white !important; }

section.section-pd {
  padding-top: 40px;
  padding-bottom: 40px; }

.dt-auto {
  width: auto;
  height: auto; }

.bgColor {
  background-color: var(--bg-color); }

.ratio-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%; }
  .ratio-image img, .ratio-image iframe, .ratio-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out all; }

/*- INDEX -*/
.section-slogan .slogan-wrapper {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .section-slogan .slogan-wrapper {
      max-width: 100%; } }
  .section-slogan .slogan-wrapper .slogan {
    font-size: 68px;
    color: var(--shop-color-main);
    line-height: 68px;
    border-radius: 999px;
    background-color: white;
    padding: 30px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 992px) {
      .section-slogan .slogan-wrapper .slogan {
        font-size: 32px;
        line-height: 1.2;
        padding: 15px; } }
  .section-slogan .slogan-wrapper .slogan-desc {
    margin-top: 30px;
    font-family: var(--font-text);
    color: white;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.05px;
    padding: 0 5%; }
    @media (max-width: 992px) {
      .section-slogan .slogan-wrapper .slogan-desc {
        padding: 0; } }

.section-banner-text-1 {
  overflow: hidden; }
  .section-banner-text-1 .banner-image {
    overflow: hidden; }
    .section-banner-text-1 .banner-image:hover img {
      transform: scale(1.15);
      transition: .3s all; }
    .section-banner-text-1 .banner-image .img {
      transform: scale(1);
      transition: .3s all; }
  .section-banner-text-1 a {
    color: white;
    padding: 12px 0;
    position: relative;
    display: inline-block;
    font-size: 68px;
    line-height: 68px;
    margin-top: 25px;
    text-decoration: underline; }
    @media (max-width: 992px) {
      .section-banner-text-1 a {
        font-size: 36px;
        line-height: 1.2; } }

.blog-arrow {
  width: 15px;
  height: 15px; }
  .blog-arrow .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px; }
  .blog-arrow .cls-2 {
    fill: #fff; }

.section-blog .block-title {
  display: inline-block;
  padding: 7px 30px;
  padding-left: 5%;
  font-weight: 400;
  margin-bottom: 30px;
  background: var(--shop-color-main);
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px; }
  @media (max-width: 992px) {
    .section-blog .block-title {
      font-size: 28px; } }
  @media (max-width: 400px) {
    .section-blog .block-title {
      font-size: 22px; } }
  .section-blog .block-title a {
    color: white;
    font-size: 42px;
    line-height: 42px;
    display: inline-block; }

.section-blog .list-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between; }

.section-blog #pagination {
  margin-bottom: 0;
  margin-top: 0; }

.section-blog .pagination-shop {
  width: 100%; }

.article-index-loop {
  display: flex;
  flex-flow: column;
  flex: 0 0 calc(100% / 3 - 25px);
  max-width: calc(100% / 3 - 25px);
  background: white;
  --shop-color-title: #000000; }
  @media (max-width: 992px) {
    .article-index-loop {
      flex: 0 0 100%;
      max-width: 100%; } }
  .article-index-loop .article--image .ratio-image {
    padding-top: 65%; }
    @media (max-width: 992px) {
      .article-index-loop .article--image .ratio-image {
        padding-top: 60%; } }
  .article-index-loop.article-lg {
    flex-flow: row;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (max-width: 992px) {
      .article-index-loop.article-lg {
        flex-flow: column; } }
    .article-index-loop.article-lg .article--image {
      flex: 0 0 60%; }
      @media (max-width: 992px) {
        .article-index-loop.article-lg .article--image {
          flex: unset;
          width: 100%; } }
      .article-index-loop.article-lg .article--image .ratio-image {
        padding-top: 56.25%; }
        @media (max-width: 992px) {
          .article-index-loop.article-lg .article--image .ratio-image {
            padding-top: 60%; } }
    .article-index-loop.article-lg .article--detail {
      padding: 30px; }
      @media (max-width: 992px) {
        .article-index-loop.article-lg .article--detail {
          padding: 15px; } }
    .article-index-loop.article-lg .article__title {
      font-size: 34px;
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .article-index-loop.article-lg .article__title {
          font-size: 24px;
          margin-bottom: 10px; } }
    .article-index-loop.article-lg .article__desc {
      font-size: 15px; }
      @media (max-width: 992px) {
        .article-index-loop.article-lg .article__desc {
          font-size: 14px;
          margin-bottom: 15px; } }
    .article-index-loop.article-lg .article--action a {
      font-size: 16px; }
      @media (max-width: 992px) {
        .article-index-loop.article-lg .article--action a {
          font-size: 14px; } }
  .article-index-loop .article__title {
    margin-bottom: 25px;
    font-size: 20px; }
    @media (max-width: 992px) {
      .article-index-loop .article__title {
        font-size: 24px;
        margin-bottom: 10px; } }
  .article-index-loop .article__desc {
    font-family: var(--font-text);
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    @media (max-width: 992px) {
      .article-index-loop .article__desc {
        margin-bottom: 15px; } }
  .article-index-loop .article--detail {
    padding: 25px; }
    @media (max-width: 992px) {
      .article-index-loop .article--detail {
        padding: 15px; } }
  .article-index-loop .article--action a {
    color: white;
    background: var(--shop-color-main);
    padding: 10px 30px;
    display: inline-block;
    opacity: 1;
    border-radius: 999px;
    transition: .3s all; }
    .article-index-loop .article--action a:hover {
      transition: .3s all;
      opacity: .7; }

.section-banner-text-2 {
  position: relative;
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.42) 48.44%, rgba(0, 0, 0, 0.42) 100%); }
  .section-banner-text-2.section-pd {
    padding-top: 10px; }
  .section-banner-text-2 .content-wrapper {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: white;
    font-weight: bold;
    font-size: 68px;
    line-height: 68px; }
    @media (max-width: 992px) {
      .section-banner-text-2 .content-wrapper {
        font-size: 36px;
        line-height: 1.2; } }

.section-brand .brand__title {
  position: relative;
  color: white;
  display: inline-block;
  font-weight: 400;
  font-size: 42px; }
  .section-brand .brand__title:before {
    content: '';
    top: calc(100% + 5px);
    height: 1px;
    width: calc(100% + 10vw);
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.6); }

.section-brand .block-list-brand {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 45px; }
  @media (max-width: 992px) {
    .section-brand .block-list-brand {
      gap: 10px;
      margin-top: 30px; } }
  .section-brand .block-list-brand .brand-item {
    min-width: calc(100% / 6 - 20px); }
    .section-brand .block-list-brand .brand-item .ratio-image img {
      object-fit: contain; }
    @media (max-width: 992px) {
      .section-brand .block-list-brand .brand-item {
        min-width: calc(100% / 4 - 10px); } }

.section-brand .ratio-image {
  padding-top: 65%; }

footer {
  padding: 20px 0;
  --color: white; }
  footer a, footer span, footer p {
    color: var(--color); }
  footer .list-social {
    display: flex;
    gap: 10px;
    justify-content: center; }
    @media (max-width: 992px) {
      footer .list-social {
        justify-content: start; } }
  footer svg path.cls-1 {
    stroke: unset !important; }
  footer .text-copyright {
    color: var(--color);
    font-size: 16px;
    margin-top: 10px; }
  footer .footer_title {
    font-size: 15px;
    color: var(--color);
    margin-bottom: 8px; }
  footer .footer-contact + .footer-contact {
    margin-top: 5px; }
  footer .footer-contact {
    display: flex;
    align-items: center;
    gap: 10px; }
  @media (max-width: 992px) {
    footer .block-address {
      order: -1; }
    footer [class*='col-']:not(.block-address) {
      margin-top: 13px; }
    footer [class*='col-']:first-child {
      order: 2; }
    footer [class*='col-']:nth-child(2) {
      order: 1; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.image-zoom-in {
  overflow: hidden; }
  .image-zoom-in img {
    transform: scale(1);
    transition: .5s all; }
  .image-zoom-in:hover img {
    transform: scale(1.15);
    transition: .5s all; }

/*BLOG LAYOUT NEW*/
.blog-layout {
  background-color: var(--shop-color-main);
  color: white; }
  .blog-layout .blog-header {
    padding-top: 45px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    @media (max-width: 992px) {
      .blog-layout .blog-header {
        margin-bottom: 30px; } }
    .blog-layout .blog-header h1, .blog-layout .blog-header p {
      color: currentColor;
      font-weight: 400; }
    .blog-layout .blog-header h1 {
      font-size: 68px;
      text-align: right; }
      @media (max-width: 992px) {
        .blog-layout .blog-header h1 {
          font-size: 28px; } }
    .blog-layout .blog-header p {
      font-size: 16px;
      text-align: right; }
      @media (max-width: 992px) {
        .blog-layout .blog-header p {
          font-size: 15px; } }
  .blog-layout .list-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      .blog-layout .list-blog.grid__reverse {
        grid-auto-flow: dense;
        direction: rtl; } }
    @media (max-width: 992px) {
      .blog-layout .list-blog {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 0px; } }
    .blog-layout .list-blog .article--inner {
      position: relative; }
    .blog-layout .list-blog .article__detail {
      position: absolute;
      right: 0;
      bottom: -10px;
      margin-left: 30px;
      background: var(--shop-color-main);
      padding: 20px 20px 0; }
      @media (max-width: 992px) {
        .blog-layout .list-blog .article__detail {
          position: static;
          padding-left: 0;
          margin-left: 0px; } }
    .blog-layout .list-blog .article-title {
      font-weight: 500;
      font-size: 26px;
      color: currentColor; }
      .blog-layout .list-blog .article-title a {
        color: currentColor; }
    .blog-layout .list-blog .viewmore {
      text-align: right; }
      @media (max-width: 992px) {
        .blog-layout .list-blog .viewmore {
          text-align: left; } }
      .blog-layout .list-blog .viewmore a {
        display: inline-block;
        color: white;
        font-weight: 400;
        font-family: var(--font-text); }
  .blog-layout .article--loop {
    position: relative; }
    @media (min-width: 992px) {
      .blog-layout .article--loop:nth-child(1) .article__image {
        padding-top: 110%; }
      .blog-layout .article--loop:nth-child(2) .article__image {
        padding-top: 130%; }
      .blog-layout .article--loop:nth-child(3) {
        margin-top: -18%; }
        .blog-layout .article--loop:nth-child(3) .article__image {
          padding-top: 60%; }
      .blog-layout .article--loop:nth-child(4) {
        margin-top: 10%; }
      .blog-layout .article--loop:nth-child(5) {
        margin-top: -65%; }
        .blog-layout .article--loop:nth-child(5) .article__image {
          padding-top: 60%; } }
  .blog-layout #pagination {
    margin: 0;
    padding: 30px 0; }
    .blog-layout #pagination li > a,
    .blog-layout #pagination li > span {
      border: unset; }
    .blog-layout #pagination li:hover a, .blog-layout #pagination span {
      background-color: #B0C2BC;
      color: white; }
  .blog-layout #pagination .pagination > li > span.current,
  .blog-layout #pagination .pagination > li a.current {
    background-color: #B0C2BC; }

/*NEW BLOG LAYOUT NEW*/
.page-admissions .wrapper-btn {
  padding-bottom: 30px; }

.collection-wraper {
  margin-top: 45px; }
  @media (max-width: 992px) {
    .collection-wraper {
      margin-top: 25px; }
      .collection-wraper .block-heading-collection {
        flex-direction: column-reverse; } }
  .collection-wraper h1 {
    color: var(--shop-color-main);
    font-size: 32px;
    font-weight: 500; }
    @media (max-width: 992px) {
      .collection-wraper h1 {
        margin: 20px 0 !important; } }

.wrapper-filter.new-wrapper-filter {
  position: static;
  background: unset;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  height: auto;
  width: auto; }
  .wrapper-filter.new-wrapper-filter .layered_filter_title, .wrapper-filter.new-wrapper-filter .close_filter {
    display: none; }
  .wrapper-filter.new-wrapper-filter .wrapper_layered_filter .filter_group .filter_group_block {
    padding: unset;
    border: none; }
  .wrapper-filter.new-wrapper-filter .wrapper_layered_filter,
  .wrapper-filter.new-wrapper-filter .wrapper_layered_filter .layered_filter_container .layered_filter_group {
    background: unset; }
