* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  border: 0; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

img {
  max-width: 100%; }

body {
  color: var(--shop-color-text);
  line-height: 1.45;
  font-family: var(--body-font) !important;
  font-weight: 400;
  font-size: 16px;
  background: var(--shop-color-bg);
  overflow-x: hidden;
  position: initial; }

/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* 1.3 - Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--shop-color-text);
  margin: 0 0 13px;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1.2; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--shop-color-text);
  font-family: var(--title-font); }

/* 1.4 - Links and Buttons */
.btn.disabled, .btn:disabled {
  cursor: not-allowed; }

a {
  color: var(--shop-color-text);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover,
a:focus {
  color: var(--shop-color-hover);
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

textarea {
  resize: none; }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

/* 1.5 - Lists */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li,
.typeList-style ol li {
  margin: 5px 0; }

/* 1.6 - Variable */
.product-loop .product-inner .proloop-detail h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/* CONTAINER */
@media (min-width: 992px) {
  .container {
    max-width: 1600px;
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 1600px;
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 1400px) {
  .container, .container-fluid {
    max-width: 1600px; }
  .container, .container-fluid {
    padding-left: 24px;
    padding-right: 24px; } }

/* 1.7 - Button */
.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  padding: 10px 20px;
  min-width: 230px;
  line-height: normal;
  color: #fff;
  border-radius: 4px;
  background: var(--shop-color-button);
  border: 0;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  outline: none !important;
  text-transform: uppercase; }
  .button svg {
    margin-left: 8px; }
  .button:focus {
    color: #fff; }
  .button:hover {
    color: #fff;
    background: linear-gradient(270deg, #FDAC74 0%, #EA5531 19.9%, #151C51 58.85%, #1D2972 101.16%);
    transform: translateY(-2px); }

.sitenav-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.locked-scroll .sitenav-overlay {
  opacity: 1;
  visibility: visible; }

.pd-top-96 {
  padding-top: 96px; }

.pd-bottom-96 {
  padding-bottom: 96px; }

.mg-left--16 {
  margin-left: -16px; }

.pd-left--16 {
  padding-left: 16px; }

/*SLIDER SWIPPER*/
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0;
  z-index: 10;
  position: unset;
  margin-top: 32px; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: rgba(10, 10, 10, 0.4);
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background: var(--shop-color-main);
      width: 16px; }

/*--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------*/
.sidebar-main .sitenav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent; }
  .sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right .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; }
  .sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-left .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; }
  .sidebar-main .sitenav-wrapper .sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column; }
    .sidebar-main .sitenav-wrapper .sitenav-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1;
      opacity: 1;
      visibility: visible; }

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

.sidebar-main.is-show-right .sitenav-wrapper.show .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; }
  .sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 0; }

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

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

.sidebar-main.is-show-left .sitenav-wrapper.show .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; }
  .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 1; }

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

.sidebar-main .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); }

.sitenav-inner .sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0; }
  .sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer; }

.sitenav-inner .sitenav-content {
  padding: 15px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .sitenav-inner .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); }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd; }

.sitenav-inner .sitenav-footer {
  padding: 15px;
  margin-top: auto; }
  .sitenav-inner .sitenav-footer .mobile-menu__section--loose {
    display: flex;
    justify-content: space-between;
    gap: 10px; }
  .sitenav-inner .sitenav-footer .mobile-menu__language {
    position: relative; }
    .sitenav-inner .sitenav-footer .mobile-menu__language button {
      display: flex;
      gap: 8px;
      align-items: center;
      font-size: 13px;
      font-weight: 600;
      font-family: var(--title-font);
      transition: all 0.3s ease; }
      .sitenav-inner .sitenav-footer .mobile-menu__language button .txt {
        text-decoration: underline;
        text-transform: uppercase; }
      .sitenav-inner .sitenav-footer .mobile-menu__language button svg {
        transition: .3s all ease; }
      .sitenav-inner .sitenav-footer .mobile-menu__language button.active svg:last-child {
        transform: rotate(180deg); }
    .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown {
      position: absolute;
      bottom: 30px;
      left: auto;
      right: 0;
      background: #fff;
      border: 1px solid var(--shop-color-border);
      border-radius: 12px;
      z-index: 1000;
      overflow: hidden;
      min-width: 180px; }
      .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list {
        list-style: none;
        padding: 8px;
        margin: 0; }
        .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item {
          margin-bottom: 4px; }
          .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item:last-child {
            margin-bottom: 0; }
          .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item .language-option {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            background: transparent;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            position: relative; }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item .language-option svg:first-child {
              width: 24px;
              height: 24px;
              flex-shrink: 0; }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item .language-option span {
              flex: 1;
              text-align: left;
              font-size: 14px;
              font-weight: 500;
              color: var(--shop-color-text); }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item .language-option .check-icon {
              width: 16px;
              height: 16px;
              opacity: 0;
              transition: opacity 0.2s ease; }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item .language-option:hover {
              background: rgba(0, 0, 0, 0.05); }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item .language-option:active {
              transform: scale(0.98); }
          .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item.active .language-option {
            background: rgba(40, 167, 69, 0.1); }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item.active .language-option span {
              color: #28a745;
              font-weight: 600; }
            .sitenav-inner .sitenav-footer .mobile-menu__language .language-dropdown .language-list .language-item.active .language-option .check-icon {
              opacity: 1; }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-10px); } }

.sitenav-account .site_account_panel_list {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }
  .sitenav-account .site_account_panel_list .site_account_header {
    margin: 0 0 20px;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid var(--shop-color-border); }
    .sitenav-account .site_account_panel_list .site_account_header .site_account_title {
      font-size: 18px;
      color: var(--shop-color-title);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500;
      margin: 0; }
      .sitenav-account .site_account_panel_list .site_account_header .site_account_title.size-small {
        font-size: 15px; }
    .sitenav-account .site_account_panel_list .site_account_header .site_account_legend {
      margin: 5px 0 0;
      font-size: 14px; }
  .sitenav-account .site_account_panel_list .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1); }
    .sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .sitenav-account .site_account_panel_list .site_account_panel.is-selected {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper {
      position: relative;
      width: 100%;
      margin-bottom: 12px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field {
      display: block;
      padding: 14px 10px 3px;
      border-radius: 2px;
      border: 1px solid #d4d6d8;
      width: 100%;
      line-height: normal;
      height: 42px;
      color: #1e2d7d;
      -webkit-appearance: none;
      resize: none;
      font-size: 12px;
      outline: none;
      box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
      transition: border-color 0.2s ease-in-out , box-shadow 0.2s ease-in-out , color 0.2s ease-in-out; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__floating-label {
      position: absolute;
      left: 10px;
      top: 0;
      line-height: 42px;
      font-size: 12px;
      margin-bottom: 0;
      color: #677279;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out , -webkit-transform 0.2s ease-in-out;
      pointer-events: none; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
      -webkit-transform: translateY(-5px) scale(0.8);
      transform: translateY(-5px) scale(0.8); }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__submit {
      width: 100%;
      outline: none;
      padding: 0 28px;
      height: 42px;
      line-height: 42px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action {
      margin-top: 16px;
      font-size: 12px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p {
      margin-bottom: 4px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p .link {
      color: var(--shop-color-main);
      transition: color 0.2s ease-in-out;
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0;
      outline: none; }
  .sitenav-account .site_account_panel_list .site_account_info {
    text-align: left;
    font-size: 14px; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
      margin: 0; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
      position: relative;
      margin-bottom: 5px; }
      .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
        margin-top: -5px;
        margin-bottom: 8px; }
      .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
        padding-left: 10px; }
        .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name):before {
          content: "";
          height: 4px;
          width: 4px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 10px;
          background: var(--shop-color-text); }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li span {
      font-size: 15px;
      color: #282c2d;
      font-weight: 500; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
      color: var(--shop-color-text);
      padding: 0 4px;
      margin-bottom: 10px; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
      color: var(--shop-color-hover); }

.sitenav-menu .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: var(--shop-color-title);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 15px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper {
  display: flex;
  display: -ms-flex;
  align-items: center;
  font-size: 13px;
  font-family: var(--title-font);
  gap: 8px;
  font-weight: 600; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper a {
  border-bottom: 0 !important;
  text-transform: uppercase !important;
  text-decoration: underline;
  text-align: left; }

.sitenav-menu .menuList-links li.has-submenu.level0 > ul.submenu-links {
  border: 0; }

.sitenav-menu .menuList-links > li {
  border: 0;
  margin: 0 0 10px; }

.sitenav-menu .menuList-links > li > a {
  font-weight: 600; }

.sitenav-menu .menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: none; }

.sitenav-menu .menuList-links .has-submenu.level0 > ul.submenu-links li a {
  font-weight: 500; }

.sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart {
  /*NONE*/ }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item {
    position: relative;
    border-bottom: 1px dotted var(--shop-color-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
      border-bottom: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item td {
      padding-top: 12px;
      padding-bottom: 12px;
      position: relative;
      vertical-align: middle; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
      width: 90px;
      padding-right: 15px;
      max-width: none;
      text-align: center; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left img {
        display: block;
        border: 1px solid #ededed;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        padding: 4px;
        background: #ffffff;
        border: 1px solid #ededed;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        border-radius: 50%; }
        .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift img {
          border: 0;
          margin: auto; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right {
      padding-left: 5px;
      flex: 0 0 calc(100% - 90px);
      max-width: calc(100% - 90px); }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-title {
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding-right: 28px;
        text-transform: uppercase;
        color: var(--shop-color-text); }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant {
        display: block;
        font-size: 13px;
        margin: 0 0 7px; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value {
        float: left;
        width: 28px;
        height: 28px;
        background: #fff;
        text-align: center;
        font-size: 13px;
        line-height: 1;
        color: #252a2b;
        border: 0;
        border-top: 1px solid #f9f9f9;
        border-bottom: 1px solid #f9f9f9;
        padding: 0; }
        .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value:focus {
          outline: none; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn {
        float: left;
        font-weight: 500;
        font-size: 18px;
        padding: 0;
        height: 28px;
        width: 28px;
        text-align: center;
        background: #f9f9f9;
        color: var(--shop-color-text);
        border: 1px solid #f9f9f9;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn svg {
          display: block;
          width: 10px;
          height: 100%;
          margin: 0 auto; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
        display: flex;
        display: -ms-flex;
        justify-content: flex-end;
        -ms-justify-content: flex-end;
        flex-direction: column;
        -ms-flex-direction: column; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
        display: block;
        text-align: right;
        float: right;
        line-height: 26px;
        font-weight: 600;
        color: var(--shop-color-text); }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-ori-price {
        text-align: right;
        float: right; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove {
        position: absolute;
        right: 0;
        top: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: block;
        color: var(--shop-color-text); }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a svg {
        width: 12px; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart svg {
    stroke: var(--shop-color-main);
    width: 50px;
    height: 50px;
    margin: auto; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-line {
    clear: both;
    width: 100%;
    border-top: 1px solid var(--shop-color-border);
    margin: 0 0 5px; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .mnc-total {
    font-size: 16px;
    font-weight: 500;
    color: #252a2b; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total #total-view-cart {
    font-weight: 600;
    font-size: 18px;
    color: red;
    text-align: right; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .linktocheckout {
    margin: 5px 0;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    display: block; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .linktocheckout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515;
    border-color: #151515; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .linktocheckout:before {
    background-color: #ff0000; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .linktocart {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    color: #1a73e8; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .linkcoupon {
    background: #fff;
    border: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #1a73e8;
    cursor: pointer; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .action-link {
    display: flex;
    justify-content: center; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .action-link-empty {
    display: none; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .summary-alert {
    display: none;
    background-color: #fee3e8;
    border: 1px solid #fdd0d8;
    color: #d20909;
    font-size: 13px;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: left; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping .shipping-title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
    min-height: 30px; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping .price {
    font-weight: 600;
    color: #ff2c26; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping__bar {
    height: 8px;
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 5px;
    margin: 15px 0 10px;
    position: relative; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping__bar .shipping-bar {
      padding-left: 20px;
      padding-right: 5px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping__bar span {
      background-color: #ffbc11;
      width: 0;
      border-radius: 5px;
      transition: width 0.4s ease-in-out;
      display: block;
      height: 100%;
      position: relative; }
      .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping__bar span .icon {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        right: 14px;
        transform: translate(50%, -50%);
        font-weight: 700;
        content: "";
        font-size: 12px;
        color: #ffbc11;
        border: 1px solid #ffbc11;
        background: currentColor; }
        .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping__bar span .icon svg {
          fill: #fff; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar {
    background-color: #3d9851; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar .icon {
    background-color: #3d9851;
    border-color: #3d9851;
    color: #3d9851; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .cart-shipping {
    display: none; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .sitenav-footer {
    display: none; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .action-link-empty {
    display: flex;
    justify-content: space-around;
    margin-top: 10px; }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .linkreturn,
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .linkcoupon {
    background: #fff;
    border: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #1a73e8;
    cursor: pointer; }
  @media (min-width: 992px) {
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .mini-cart__empty .svgico-mini-cart {
      padding: 10px 0 5px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .mini-cart__empty .svgico-mini-cart p {
      font-size: 18px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll::-webkit-scrollbar {
      width: 4px;
      height: 3px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll::-webkit-scrollbar-track {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll::-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); }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
      background: #e1e3e4; } }
  @media (max-width: 991px) {
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .mini-cart__empty .svgico-mini-cart {
      padding: 0 0 5px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title {
      margin-bottom: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-coupon {
      display: none; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .sitenav-header .cart-shipping {
      margin-top: 15px; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .action-link-empty {
      flex-direction: column; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart.cart-empty .action-link-empty a {
      margin-bottom: 8px; } }
  @media (max-width: 575px) {
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping .free-ship {
      display: block; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping.cart-shipping-free .free-ship {
      display: inline-block; } }
  @media (max-width: 360px) {
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
      display: block; }
    .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
      width: 100%;
      text-align: left;
      margin-top: 5px; } }
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-shipping-free, .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .mini-cart__quantity, .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .mini-cart__price,
  .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .total-price, .sidebar-main .sitenav-wrapper.sitenav-right.sitenav-cart .cart-view-total .linkcoupon {
    display: none !important; }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }
  .menuList-links li a {
    color: var(--shop-color-text);
    position: relative;
    font-size: 13px;
    display: flex;
    gap: 8px;
    align-items: center; }
    .menuList-links li a svg {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-2px) rotate(-90deg);
      transition: .3s all ease; }
    .menuList-links li a:hover {
      color: var(--shop-color-hover); }
      .menuList-links li a:hover svg {
        opacity: 1;
        visibility: visible; }
    .menuList-links li a:focus {
      color: var(--shop-color-hover); }
  .menuList-links li.level0.opened > a svg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) rotate(0deg); }

.menuList-links > li {
  border-bottom: 1px dashed var(--shop-color-border); }
  .menuList-links > li:last-child {
    border-bottom: none; }
  .menuList-links > li > a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font); }

.icon-plus-submenu.plus-nClick2 {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 0;
  margin: auto; }
  .icon-plus-submenu.plus-nClick2 svg {
    opacity: 1;
    visibility: visible; }

li.has-submenu.opened > a .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); }

li.has-submenu.opened > a .icon-plus-submenu.plus-nClick2 svg {
  transform: translateY(0px) rotate(0deg); }

li.has-submenu.level1 > a {
  padding-right: 40px; }

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

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

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed var(--shop-color-border); }
  li.has-submenu.level0 > ul.submenu-links li a {
    padding-left: 12px; }

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

.group-sidebox {
  position: relative;
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  .group-sidebox .sidebox-title {
    padding: 15px 20px; }
    .group-sidebox .sidebox-title h3 {
      font-size: 16px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
    .group-sidebox .sidebox-title h3:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-color: #666;
      border-style: solid;
      border-width: 0 2px 2px 0;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.2s ease;
      -ms-transition: transform 0.2s ease;
      -webkit-transition: transform 0.2s ease; }
  .group-sidebox .sidebox-content {
    padding: 0 20px 15px;
    border-top: 1px solid var(--shop-color-border); }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
      text-align: left;
      position: relative; }
    .group-sidebox .sidebox-title h3 span {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px;
      width: 25px;
      text-align: center;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .group-sidebox .sidebox-content-togged {
      display: none; }
    .group-sidebox.is-open .sidebox-title h3 span {
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); } }

.sitebox-recaptcha {
  padding: 6px 0 0;
  text-align: left;
  color: #9e9e9e;
  font-size: 13px;
  clear: both; }

/*HEADER*/
.mainHeader--height {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 64px; }

.sitenav-search {
  margin-bottom: 20px; }
  .sitenav-search .search-type-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    padding: 4px;
    background: #f6f6f6;
    border-radius: 8px; }
    .sitenav-search .search-type-tabs .search-tab-btn {
      flex: 1;
      padding: 6px 12px;
      border: none;
      background: transparent;
      color: #737373;
      font-size: 13px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.3s ease;
      outline: none; }
      .sitenav-search .search-type-tabs .search-tab-btn:hover {
        background: rgba(0, 0, 0, 0.05); }
      .sitenav-search .search-type-tabs .search-tab-btn.active {
        background: #fff;
        color: var(--shop-color-main);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .sitenav-search form.searchform {
    position: relative;
    padding: 0; }
  .sitenav-search form.searchform input.input-search {
    height: 44px;
    line-height: 28px;
    padding: 8px 50px 8px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .sitenav-search form.searchform .btn-search {
    width: 50px;
    height: 44px;
    line-height: 40px;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    background: transparent;
    transition: opacity 150ms linear; }
  .sitenav-search form.searchform .btn-search svg {
    width: 18px;
    height: 44px;
    opacity: 0.4; }
  .sitenav-search form.searchform input.input-search:focus {
    background: #f2f5fa;
    outline: none;
    border-color: var(--shop-color-main); }
  .sitenav-search form.searchform.expanded .btn-search svg {
    opacity: 1; }
  .sitenav-search .smart-search-wrapper .dataEmpty {
    padding-bottom: 0; }

header.mainHeader {
  background-color: var(--header-bg-color); }
  header.mainHeader .flex-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header.mainHeader .flex-container-header .header-wrap-logo img {
      max-width: 180px;
      width: 180px; }
    header.mainHeader .flex-container-header .header-wrap-menu {
      flex: 1 1 auto; }
    header.mainHeader .flex-container-header .header-wrap-action {
      padding-left: 24px; }
      header.mainHeader .flex-container-header .header-wrap-action .header-action {
        position: relative;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end; }
        header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item {
          margin-left: 16px;
          align-self: center; }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .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)); }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
            display: inline-block;
            vertical-align: middle; }
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
            padding-left: 2px; }
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
            font-size: 11px; }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .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; }
            header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
              width: 18px; }
          header.mainHeader .flex-container-header .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;
            right: 10px;
            top: 12px;
            padding: 0 3px;
            min-width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 50%; }
          header.mainHeader .flex-container-header .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); }
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_dropdown {
            position: absolute;
            top: calc(100% + 6px);
            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; }
            header.mainHeader .flex-container-header .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; }
            header.mainHeader .flex-container-header .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)); }
            header.mainHeader .flex-container-header .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; }
              header.mainHeader .flex-container-header .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); }
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
            right: 58px; }
          header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
            right: 98px; }
          @media (min-width: 992px) {
            header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action-item.header-action_search .header-action_dropdown {
              width: 420px; }
            header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action-item.header-action_account .header-action_dropdown {
              width: 340px; } }
        header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action_language-heading {
          border-radius: 4px;
          border: 1px solid #F5F5F5;
          background: #F5F5F5;
          padding: 8px 12px;
          display: flex;
          gap: 8px;
          align-items: center;
          font-size: 18px;
          font-weight: 600;
          font-family: var(--title-font); }
        header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
          visibility: visible;
          opacity: 1; }
        header.mainHeader .flex-container-header .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); }
        header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
          visibility: visible; }
        header.mainHeader .flex-container-header .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; }
        header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
          z-index: 101; }
      header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
        display: none; }
      header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
        margin-right: 0;
        width: 20px;
        line-height: 32px;
        color: #fff;
        height: 35px;
        display: block;
        font-size: 28px; }
      header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
        right: initial;
        left: 16px; }
      header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
        width: 25px; }
        header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
          cursor: pointer;
          display: block;
          position: relative; }
          header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
          header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
          header.mainHeader .flex-container-header .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); }
          header.mainHeader .flex-container-header .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); }
          header.mainHeader .flex-container-header .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; }
          header.mainHeader .flex-container-header .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; }
        header.mainHeader .flex-container-header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
          height: 35px; }
      header.mainHeader .flex-container-header .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); }

.navigation--horizontal {
  gap: 15px;
  padding: 0 0 0 15px; }
  .navigation--horizontal .navigation-horizontal-wrapper {
    flex: 1;
    display: flex;
    justify-content: end; }

.navigation-arrows {
  display: none; }
  .navigation-arrows svg {
    width: 18px;
    height: 18px; }
  .navigation-arrows .icon-carret-left svg {
    transform: rotate(90deg); }
  .navigation-arrows .icon-carret-right svg {
    transform: rotate(-90deg); }

.navbar-mainmenu .menuList-main {
  display: -webkit-flex;
  display: flex;
  overflow-x: clip;
  flex-direction: row;
  max-width: 100%;
  width: 100%; }
  .navbar-mainmenu .menuList-main > li {
    display: flex;
    align-items: center;
    padding: 20px 12px;
    flex: 0 0 auto; }
    .navbar-mainmenu .menuList-main > li > a {
      padding: 0;
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      letter-spacing: 0.75px;
      font-weight: 600;
      font-size: 16px;
      color: var(--header-text-color);
      border: 1px solid transparent; }
      .navbar-mainmenu .menuList-main > li > a svg {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: .15s; }
    .navbar-mainmenu .menuList-main > li:hover > a {
      color: var(--shop-color-hover); }
      .navbar-mainmenu .menuList-main > li:hover > a svg {
        transform: rotate(180deg);
        fill: var(--shop-color-hover); }
  .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth {
    position: initial; }
    .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn {
      padding: 25px 0;
      left: 0;
      right: 0;
      max-height: 75vh;
      overflow-x: hidden;
      overflow-y: auto; }
      .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container {
        max-width: calc(1600px + 24px * 1);
        padding: 0 38px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between; }
        .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu-item {
          margin-top: 4px; }
        .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu {
          flex: 1;
          width: 100%; }
          .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu .ui-menu-item {
            text-align: left;
            margin-bottom: 15px;
            padding: 0 15px 0 0; }
            .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu .ui-menu-item a {
              color: #000;
              padding: 8px 0; }
              .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu .ui-menu-item a:hover {
                color: var(--shop-color-hover); }
            .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu .ui-menu-item > a {
              font-weight: 600; }
            .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .subchildmenu .ui-menu-item .subchildmenu li a {
              padding: 4px 0; }
        .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth .multicolumn .multicolumn-container .menuBanner {
          flex: 0 0 auto;
          width: 38%; }
    .navbar-mainmenu .menuList-main > li.has-submenu.fullwidth:hover > .menuList-submain {
      top: calc(100%); }
  .navbar-mainmenu .menuList-main > li.has-submenu .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; }
    .navbar-mainmenu .menuList-main > li.has-submenu .menuList-submain li {
      position: relative; }
      .navbar-mainmenu .menuList-main > li.has-submenu .menuList-submain li a {
        padding: 5px 38px 5px 22px;
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #000; }
        .navbar-mainmenu .menuList-main > li.has-submenu .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; }
        .navbar-mainmenu .menuList-main > li.has-submenu .menuList-submain li a:hover {
          color: var(--shop-color-hover); }
      .navbar-mainmenu .menuList-main > li.has-submenu .menuList-submain li:hover .menuList-submain {
        pointer-events: auto;
        visibility: visible;
        top: calc(100% - 30px);
        opacity: 1; }
    .navbar-mainmenu .menuList-main > li.has-submenu .menuList-submain ul.menuList-submain {
      left: 100%;
      top: 0; }
  .navbar-mainmenu .menuList-main > li.has-submenu:hover > .menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1; }

.smart-search-wrapper {
  width: 100%;
  background: #fff; }
  .smart-search-wrapper .item-ult {
    padding: 12px 0;
    border-bottom: 1px dotted #dfe0e1;
    clear: both;
    width: 100%;
    float: left; }
    .smart-search-wrapper .item-ult .thumbs {
      width: 40px;
      display: inline-block;
      text-align: right; }
    .smart-search-wrapper .item-ult .title {
      width: calc(100% - 40px);
      padding-right: 5px;
      float: left;
      line-height: 20px;
      position: relative;
      margin-top: 0 !important; }
      .smart-search-wrapper .item-ult .title a {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
        float: left;
        width: 100%;
        margin: 10px 0 5px;
        color: #000; }
        .smart-search-wrapper .item-ult .title a:hover {
          color: var(--shop-color-hover); }
      .smart-search-wrapper .item-ult .title p {
        line-height: 15px;
        font-size: 12px;
        font-weight: 500;
        float: left;
        margin: 0; }
        .smart-search-wrapper .item-ult .title p del {
          font-size: 11px;
          font-weight: 400;
          margin-left: 7px;
          color: #797979; }
  .smart-search-wrapper .resultsMore {
    width: 100%;
    float: left; }
    .smart-search-wrapper .resultsMore a {
      text-align: center;
      display: block;
      font-size: 13px;
      padding: 10px 0;
      color: #000; }
  .smart-search-wrapper .dataEmpty {
    text-align: center;
    padding: 20px 0; }

/*END HEADER*/
/*PRODUCT LOOP*/
.product-loop .product-inner {
  border-radius: 16px;
  border: 1px solid #B88A44; }
  .product-loop .product-inner .proloop-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
    .product-loop .product-inner .proloop-image .pro-sale,
    .product-loop .product-inner .proloop-image .pro-soldout {
      position: absolute;
      top: 20px;
      z-index: 3;
      border-radius: 30px;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 6px 8px;
      text-transform: uppercase; }
    .product-loop .product-inner .proloop-image .pro-soldout {
      left: 20px;
      background: #898989;
      font-size: 11px;
      padding-top: 3px;
      padding-bottom: 3px; }
    .product-loop .product-inner .proloop-image .pro-sale {
      left: 7px;
      background: red;
      letter-spacing: 0.5px;
      min-width: 40px;
      text-align: center; }
    .product-loop .product-inner .proloop-image .pro-sale + .pro-soldout {
      top: 32px; }
    .product-loop .product-inner .proloop-image .product--image {
      position: relative;
      z-index: 2; }
      .product-loop .product-inner .proloop-image .product--image::before {
        content: "";
        padding-bottom: 100%;
        display: block; }
      .product-loop .product-inner .proloop-image .product--image > img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        z-index: 1;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product-loop .product-inner .proloop-image .product--image > img.img-hover {
          opacity: 0;
          visibility: hidden; }
    .product-loop .product-inner .proloop-image .proloop-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .product-loop .product-inner .proloop-image .gift.product_gift_label {
      width: 30px;
      height: 30px;
      line-height: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      text-align: center;
      border-radius: 50%;
      padding: 0 5px;
      background: #ffffff;
      border: 1px solid var(--shop-color-border); }
  .product-loop .product-inner .proloop-detail {
    border-radius: 0 0 16px 16px;
    background: rgba(154, 92, 35, 0.2);
    backdrop-filter: blur(5px);
    padding: 24px;
    text-align: center; }
    .product-loop .product-inner .proloop-detail h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 8px;
      background: transparent;
      -webkit-text-fill-color: unset; }
      .product-loop .product-inner .proloop-detail h3 a {
        display: block;
        min-height: 48px; }
    .product-loop .product-inner .proloop-detail .proloop--price {
      margin: 0;
      font-size: 20px;
      font-weight: 500; }
      .product-loop .product-inner .proloop-detail .proloop--price .price-del {
        color: #878c8f;
        text-decoration: line-through;
        font-weight: 300;
        font-size: 13px; }
      .product-loop .product-inner .proloop-detail .proloop--price .price {
        margin-right: 6px; }
      .product-loop .product-inner .proloop-detail .proloop--price.on-sale .price {
        color: #ff2c26; }
  .product-loop .product-inner:hover .proloop-image .product--image > img.img-first {
    opacity: 0;
    visibility: hidden; }
  .product-loop .product-inner:hover .proloop-image .product--image > img.img-hover {
    opacity: 1;
    visibility: visible; }

/*ARTICLE LOOP*/
.blog-news__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease; }
  .blog-news__item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px); }
    .blog-news__item:hover .blog-news__image img {
      transform: scale(1.05); }

.blog-news__image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: block; }
  .blog-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease; }

.blog-news__content {
  flex: 1;
  padding: 20px 16px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative; }
  .blog-news__content::before {
    content: "";
    position: absolute;
    top: -1px;
    background: linear-gradient(270deg, #EA5531 0%, #1D2972 35%, #11007A 100%);
    left: 0;
    right: 0;
    height: 4px; }

.blog-news__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: var(--shop-color-title);
  margin: 0; }
  .blog-news__item-title a {
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 70px; }
    .blog-news__item-title a:hover {
      color: var(--shop-color-main); }

.blog-news__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto; }

.blog-news__icon {
  flex-shrink: 0;
  width: 11px;
  height: 11px; }

.blog-news__date {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.2px;
  color: #404040; }

/*PAGINATION*/
.pagination {
  gap: 15px; }
  .pagination .pagination--items {
    font-size: 22px;
    font-weight: 400;
    display: block; }
    .pagination .pagination--items.active-page {
      font-weight: 700;
      color: var(--shop-color-main);
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: 7%;
      text-underline-offset: 20%;
      text-underline-position: from-font; }

/*FOOTER*/
footer.mainFooter {
  background: var(--footer-bg-color-1) var(--bg-img-footer);
  background-size: cover;
  color: var(--footer-color-text);
  padding: 40px 0;
  font-size: 14px; }
  footer.mainFooter .row {
    row-gap: 40px; }
  footer.mainFooter a {
    font-size: 14px; }
  footer.mainFooter .title-footer {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--body-font);
    margin-bottom: 8px;
    color: var(--footer-color-text);
    line-height: 34px; }
  footer.mainFooter .footerNav-link {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    footer.mainFooter .footerNav-link li a {
      color: var(--footer-color-text); }
  footer.mainFooter .address-footer ul {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    footer.mainFooter .address-footer ul li a {
      color: var(--footer-color-text); }
  footer.mainFooter .footerNav-social {
    display: flex;
    gap: 10px;
    padding: 4px 0; }
    footer.mainFooter .footerNav-social li a {
      width: 24px;
      height: 24px;
      display: block; }
  footer.mainFooter .footer-copyright {
    font-size: 12px; }
    @media (min-width: 992px) {
      footer.mainFooter .footer-copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding-top: 24px;
        margin-top: 24px; } }
    footer.mainFooter .footer-copyright .footer-copyright-flex {
      gap: 40px;
      justify-content: center; }

/*SEARCH PAGE*/
.layout-searchPage {
  margin-bottom: 50px; }
  .layout-searchPage .search-filter-tabs {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: wrap; }
    .layout-searchPage .search-filter-tabs .search-filter-btn {
      padding: 8px 16px;
      border: 1px solid #e0e0e0;
      background: #fff;
      color: #666;
      font-size: 14px;
      font-weight: 500;
      border-radius: 20px;
      cursor: pointer;
      transition: all 0.3s ease;
      outline: none; }
      .layout-searchPage .search-filter-tabs .search-filter-btn:hover {
        border-color: var(--shop-color-main);
        color: var(--shop-color-main); }
      .layout-searchPage .search-filter-tabs .search-filter-btn.active {
        background: var(--shop-color-main);
        border-color: var(--shop-color-main);
        color: #fff; }
  .layout-searchPage .search-results-grid .search-result-item {
    margin-bottom: 30px; }
  .layout-searchPage .article-result-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%; }
    .layout-searchPage .article-result-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-color: var(--shop-color-main); }
    .layout-searchPage .article-result-item__link {
      display: block;
      text-decoration: none;
      color: inherit; }
    .layout-searchPage .article-result-item__image {
      width: 100%;
      height: 200px;
      overflow: hidden; }
      .layout-searchPage .article-result-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
    .layout-searchPage .article-result-item:hover .layout-searchPage .article-result-item__image img {
      transform: scale(1.05); }
    .layout-searchPage .article-result-item__content {
      padding: 16px; }
    .layout-searchPage .article-result-item__meta {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      flex-wrap: wrap; }
    .layout-searchPage .article-result-item__badge {
      display: inline-block;
      padding: 4px 10px;
      background: #f0f0f0;
      border-radius: 4px;
      font-size: 11px;
      font-weight: 600;
      color: var(--shop-color-main);
      text-transform: uppercase; }
    .layout-searchPage .article-result-item__blog {
      font-size: 12px;
      color: #666; }
    .layout-searchPage .article-result-item__title {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 8px;
      line-height: 1.4;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .layout-searchPage .article-result-item__info {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 8px; }
      .layout-searchPage .article-result-item__info svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0; }
    .layout-searchPage .article-result-item__date {
      font-size: 12px;
      color: #666; }
    .layout-searchPage .article-result-item__excerpt {
      font-size: 13px;
      color: #666;
      line-height: 1.6;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  .layout-searchPage .page-result-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%; }
    .layout-searchPage .page-result-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-color: var(--shop-color-main); }
    .layout-searchPage .page-result-item__link {
      display: block;
      text-decoration: none;
      color: inherit; }
    .layout-searchPage .page-result-item__badge {
      display: inline-block;
      padding: 4px 10px;
      background: #f0f0f0;
      border-radius: 4px;
      font-size: 11px;
      font-weight: 600;
      color: var(--shop-color-main);
      text-transform: uppercase;
      margin-bottom: 12px; }
    .layout-searchPage .page-result-item__title {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 12px;
      line-height: 1.4;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .layout-searchPage .page-result-item__excerpt {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .layout-searchPage .section-parallax {
    position: relative; }
    .layout-searchPage .section-parallax .headtitle-block {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      justify-content: end;
      padding: 180px 76px 76px 76px;
      background: rgba(0, 0, 0, 0.2); }
      .layout-searchPage .section-parallax .headtitle-block p {
        font-weight: 700;
        color: #fff;
        margin: 0 0 4px; }
      .layout-searchPage .section-parallax .headtitle-block h1 {
        font-size: 48px;
        font-weight: 700;
        color: #fff;
        margin: 0; }
  .layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
    .layout-searchPage .heading-page:after {
      content: "";
      background: #252a2b;
      display: block;
      width: 60px;
      height: 4px;
      margin: 20px auto 30px; }
    .layout-searchPage .heading-page h1 {
      margin: 25px 0 5px;
      font-size: 30px; }
  .layout-searchPage .subtext-result {
    margin: 0 0 15px; }
  .layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
  .layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
  .layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url("https://file.hstatic.net/200000939883/file/iconsearch.webp") #252a2b center no-repeat;
    margin: 0;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }

/* 2.4 - 404 */
.layout-pageNot .section-parallax {
  position: relative; }
  .layout-pageNot .section-parallax .headtitle-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 180px 76px 76px 76px;
    background: rgba(0, 0, 0, 0.2); }
    .layout-pageNot .section-parallax .headtitle-block p {
      font-weight: 700;
      color: #fff;
      margin: 0 0 4px; }
    .layout-pageNot .section-parallax .headtitle-block h1 {
      font-size: 48px;
      font-weight: 700;
      color: #fff;
      margin: 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

/* NOTIFICATION PRODUCT */
.jGrowl.top-right {
  right: 0;
  top: 16%; }
  .jGrowl.top-right .jGrowl-notification {
    position: relative;
    background: #ffffff;
    border: 0;
    opacity: 1;
    width: 270px;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3); }
  .jGrowl.top-right .jGrowl-notification:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--shop-color-main);
    opacity: 0.04; }
  .jGrowl.top-right .jGrowl-message .jGowl-text {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: var(--shop-color-main); }
  .jGrowl.top-right .jGrowl-message img {
    border: 1px solid #ececec; }
  .jGrowl.top-right .jGrowl-message .jGrowl-note .jGrowl-title {
    font-size: 13px;
    color: var(--shop-color-text); }
  .jGrowl.top-right .jGrowl-message .jGrowl-note ins {
    display: block;
    color: var(--shop-color-main); }
  .jGrowl.top-right .jGrowl-message .col-md-8 {
    padding-left: 0; }
  .jGrowl.top-right .jGrowl-notification .jGrowl-close {
    font-size: 0;
    color: #ffffff;
    background-color: var(--shop-color-main);
    position: absolute;
    right: 6px;
    z-index: 99;
    border: none;
    float: right;
    font-weight: 700;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%; }
    .jGrowl.top-right .jGrowl-notification .jGrowl-close:focus {
      outline: none; }
  .jGrowl.top-right .jGrowl-notification .jGrowl-close:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M638.6, 500l322.7-322.7c38.3-38.3, 38.3-100.3, 0-138.6C923, 0.4, 861, 0.4, 822.7, 38.7L500, 361.4L177.3, 38.7C139, 0.4, 77, 0.4, 38.7, 38.7C0.4, 77, 0.4, 139, 38.7, 177.3L361.4, 500L38.7, 822.7C0.4, 861, 0.4, 923, 38.7, 961.3C57.9, 980.4, 82.9, 990, 108, 990s50.1-9.6, 69.3-28.7L500, 638.6l322.7, 322.7c19.1, 19.1, 44.2, 28.7, 69.3, 28.7c25.1, 0, 50.1-9.6, 69.3-28.7c38.3-38.3, 38.3-100.3, 0-138.6L638.6, 500z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .jGrowl.top-right .jGrowl-closer.ui-corner-all {
    display: none !important; }

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
  background: var(--shop-color-bg);
  padding: 0 0px;
  border-top: 1px solid #dfe2e6;
  border-bottom: none; }

.breadcrumb-paralax {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 0;
  margin-bottom: 40px;
  background-color: #fafafa; }

.breadcrumb-list {
  overflow: hidden; }

.breadcrumb-list .breadcrumb-arrows {
  font-size: 16px;
  align-items: center;
  padding: 10px 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  list-style: none; }

.breadcrumb-list .breadcrumb-arrows > li {
  display: inline-block;
  color: #404040; }

.breadcrumb-list .breadcrumb-arrows > li strong {
  font-weight: bold; }

.breadcrumb-list .breadcrumb-arrows > li a {
  color: var(--shop-color-text); }

.breadcrumb-list .breadcrumb-arrows > li + li:before {
  display: inline-block;
  margin-top: 0;
  padding: 0 6px;
  margin-left: 5px;
  color: #ccc;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.833252 10.833L5.83325 5.83301L0.833252 0.833008' stroke='%23404040' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

@media (max-width: 767px) {
  .breadcrumb-list .breadcrumb-arrows {
    padding: 10px 0;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: scroll; }
  .breadcrumb-list .breadcrumb-arrows > li + li:before {
    margin-top: 0;
    position: relative;
    top: 2px; }
  .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
    display: none; }
  .breadcrumb-list .breadcrumb-arrows {
    -ms-overflow-style: none;
    scrollbar-width: none; } }

.section-about-s8 {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center; }
  .section-about-s8__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    min-height: inherit; }
  .section-about-s8__inner {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .section-about-s8 .section-heading__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -1.25px;
    color: #fff;
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .section-about-s8 {
      min-height: 300px; }
      .section-about-s8__inner {
        padding-top: 64px;
        padding-bottom: 64px; }
      .section-about-s8 .section-heading__title {
        font-size: 28px;
        line-height: 38px; } }
  @media (max-width: 767px) {
    .section-about-s8 {
      min-height: 240px; }
      .section-about-s8__inner {
        padding-top: 48px;
        padding-bottom: 48px; } }

.section-home-case-study {
  background: var(--shop-color-main2);
  position: relative;
  overflow: hidden; }
  .section-home-case-study .case-study__main-title--light {
    color: #ECF4FF; }
  .section-home-case-study .case-study__main-title b {
    color: var(--shop-color-main); }
  .section-home-case-study .case-study__wrapper {
    position: relative;
    margin-top: 40px; }
  .section-home-case-study .case-study__bg-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 539px;
    z-index: 1;
    overflow: hidden; }
  .section-home-case-study .case-study__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out; }
    .section-home-case-study .case-study__bg-image::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--shop-color-main2);
      opacity: 0.45; }
    .section-home-case-study .case-study__bg-image.is-active {
      opacity: 1;
      visibility: visible; }
  .section-home-case-study .case-study__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .section-home-case-study .case-study__overlay-top,
  .section-home-case-study .case-study__overlay-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none; }
  .section-home-case-study .case-study__overlay-top {
    top: 0;
    background: linear-gradient(180deg, #11007a 0%, rgba(17, 0, 122, 0) 100%); }
  .section-home-case-study .case-study__overlay-bottom {
    bottom: 0;
    background: linear-gradient(0deg, #11007a 0%, rgba(17, 0, 122, 0) 100%); }
  .section-home-case-study .case-study__content {
    position: relative;
    z-index: 2;
    min-height: 539px;
    display: flex;
    align-items: flex-start;
    padding: 20px 0; }
  .section-home-case-study .case-study__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px; }
    .section-home-case-study .case-study__list::-webkit-scrollbar {
      width: 4px; }
    .section-home-case-study .case-study__list::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 2px; }
    .section-home-case-study .case-study__list::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3);
      border-radius: 2px; }
      .section-home-case-study .case-study__list::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5); }
  .section-home-case-study .case-study__item {
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease; }
    .section-home-case-study .case-study__item.is-active .case-study__item-title {
      opacity: 1;
      color: #fff; }
    .section-home-case-study .case-study__item.is-active .case-study__item-content {
      max-height: 500px;
      opacity: 1;
      visibility: visible; }
  .section-home-case-study .case-study__item-btn {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    outline: none; }
  .section-home-case-study .case-study__item-title {
    font-family: var(--title-font);
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    transition: all 0.6s ease;
    color: #fff;
    opacity: 0.2; }
    .section-home-case-study .case-study__item-title:hover {
      opacity: 1;
      color: #fff; }
    .case-study__item.is-active .section-home-case-study .case-study__item-title {
      opacity: 1;
      color: #fff; }
  .section-home-case-study .case-study__item-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0; }
  .section-home-case-study .case-study__item-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-bottom: 16px; }
  .section-home-case-study .case-study__item-link svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease; }
  .section-home-case-study .case-study__item-link:hover svg {
    transform: translate(4px, -4px); }
  @media (max-width: 991px) {
    .section-home-case-study .case-study__main-title {
      font-size: 32px;
      line-height: 44px;
      margin-bottom: 16px; }
    .section-home-case-study .case-study__bg-container {
      height: 400px; }
    .section-home-case-study .case-study__content {
      min-height: 400px;
      padding: 0; }
    .section-home-case-study .case-study__list {
      max-height: 350px;
      padding-right: 8px; }
    .section-home-case-study .case-study__item-title {
      font-size: 24px;
      line-height: 33px; }
    .section-home-case-study .case-study__item-excerpt {
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; } }

/*RESPONSIVE*/
@media (max-width: 991px) {
  div#jGrowl {
    display: none; }
  .pd-top-96 {
    padding-top: 48px; }
  .pd-bottom-96 {
    padding-bottom: 48px; }
  .button {
    padding: 10px;
    min-width: 120px;
    font-size: 16px;
    line-height: normal; }
  .mainHeader--height {
    padding: 10px 0;
    border-bottom: 1px solid #F0F0F0;
    background: var(--header-bg-color);
    backdrop-filter: blur(5px); }
  header.mainHeader .mainHeader-middle {
    position: relative; }
  header.mainHeader .flex-container-header {
    justify-content: center;
    position: relative; }
    header.mainHeader .flex-container-header .header-wrap-iconav {
      padding-left: 0;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    header.mainHeader .flex-container-header .header-wrap-logo img {
      max-height: 40px; }
    header.mainHeader .flex-container-header .header-wrap-action .header-action {
      justify-content: start;
      position: initial; }
      header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon svg {
        height: 20px; }
      header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action_menu {
        margin-left: 0; }
      header.mainHeader .flex-container-header .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        left: 0;
        right: 0;
        top: calc(100% + 18px); }
  .header-search-mobile {
    position: relative;
    width: 100%; }
    .header-search-mobile .search-type-tabs-mobile {
      display: flex;
      gap: 4px;
      margin-bottom: 10px;
      padding: 3px;
      background: #f6f6f6;
      border-radius: 8px; }
      .header-search-mobile .search-type-tabs-mobile .search-tab-btn-mb {
        flex: 1;
        padding: 6px 8px;
        border: none;
        background: transparent;
        color: #737373;
        font-size: 11px;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        outline: none;
        text-align: center; }
        .header-search-mobile .search-type-tabs-mobile .search-tab-btn-mb:hover {
          background: rgba(0, 0, 0, 0.05); }
        .header-search-mobile .search-type-tabs-mobile .search-tab-btn-mb.active {
          background: #fff;
          color: var(--shop-color-main);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .header-search-mobile .searchform-mobile {
      position: relative;
      margin-bottom: 0; }
      .header-search-mobile .searchform-mobile #inputSearchAuto-mb {
        min-height: 42px;
        width: 100%;
        padding: 4px 4px 4px 12px;
        margin: 0;
        border-radius: 8px;
        border: 1px solid #F5F5F5;
        background: #FAFAFA;
        color: #0A0A0A;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        font-size: 13px;
        outline: none; }
        .header-search-mobile .searchform-mobile #inputSearchAuto-mb::placeholder {
          color: #0A0A0A; }
      .header-search-mobile .searchform-mobile #search-header-btn-mb {
        width: 34px;
        height: 34px;
        line-height: 35px;
        border: 0;
        outline: none;
        box-shadow: none;
        position: absolute;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        border-radius: 6px;
        background: linear-gradient(270deg, #ED704A 25.08%, #DA341C 99.97%); }
        .header-search-mobile .searchform-mobile #search-header-btn-mb .search-close {
          display: none; }
          .header-search-mobile .searchform-mobile #search-header-btn-mb .search-close svg {
            fill: #fff; }
      .header-search-mobile .searchform-mobile.expanded #search-header-btn-mb .search-icon {
        display: none; }
      .header-search-mobile .searchform-mobile.expanded #search-header-btn-mb .search-close {
        display: block; }
    .header-search-mobile .smart-search-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 80;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 10px;
      width: 100%;
      margin: 0 auto;
      top: 110%; }
  .sitenav-menu .sitenav-inner {
    border-radius: 0 10px 10px 0; }
    .sitenav-menu .sitenav-inner .sitenav-header {
      border-bottom: none !important; }
    .sitenav-menu .sitenav-inner .btn-sitenav-close {
      position: absolute;
      top: 8px;
      right: 0; }
      .sitenav-menu .sitenav-inner .btn-sitenav-close svg {
        width: auto !important; }
  .sitenav-menu .sitenav-header__logo {
    margin-bottom: 12px; }
    .sitenav-menu .sitenav-header__logo img {
      max-width: 150px;
      width: 150px; }
  .sitenav-menu.show .sitenav-inner .btn-sitenav-close {
    right: -40px; }
  footer.mainFooter {
    background: #140B78 var(--bg-img-footer-mb);
    padding: 20px 0; }
    footer.mainFooter .title-footer {
      font-size: 15px;
      position: relative; }
      footer.mainFooter .title-footer::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M1 1L6.25 8.5L11.5 1' fill='white'/%3E%3Cpath d='M1 1L6.25 8.5L11.5 1H1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        display: inline-block;
        text-align: center;
        padding: 0 10px;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s; }
      footer.mainFooter .title-footer.opened::after {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    footer.mainFooter .content-footer {
      display: none; }
    footer.mainFooter .row {
      row-gap: 12px; }
    footer.mainFooter .footer-copyright .footer-copyright-flex {
      margin-top: 20px;
      gap: 20px;
      flex-direction: column;
      align-items: start !important;
      justify-content: start; }
  .blog-news__image {
    height: 180px; }
  .blog-news__item-title {
    font-size: 13px;
    line-height: 20px; }
    .blog-news__item-title a {
      min-height: 60px; }
  .blog-news__content {
    padding: 12px 10px;
    gap: 6px; } }
