@charset "UTF-8";
/* Reset */
button {
  border: unset;
  outline: unset;
  background: unset; }
  button:hover, button:active, button:focus {
    border: unset;
    outline: unset; }

/* End Reset */
/* GLOBAL */
.title-wrapper .sub-title {
  font-size: 15px;
  line-height: 25px;
  color: #645E5E;
  margin-bottom: 30px;
  text-align: var(--title-align-text); }
  @media (max-width: 991px) {
    .title-wrapper .sub-title {
      margin-bttom: 20px; } }

.wrap-title {
  color: #50331d;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: var(--title-align-text); }
  @media (max-width: 991px) {
    .wrap-title {
      font-size: 25px;
      line-height: 1.3; } }

.owl-carousel .owl-item .effect-image img.owl-lazy {
  -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; }

.owlStyle .owl-carousel:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 30px; }
  .owlStyle .owl-carousel:not(.owl-loaded) > div {
    flex: 0 0 1; }

.owlStyle .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: #dbf0ff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  border: none; }
  .owlStyle .owl-carousel .owl-nav button svg {
    width: 14px;
    height: 14px;
    fill: #0766F7; }
  .owlStyle .owl-carousel .owl-nav button.owl-prev {
    left: 10px; }
  .owlStyle .owl-carousel .owl-nav button.owl-next {
    right: 10px; }
  .owlStyle .owl-carousel .owl-nav button.disabled {
    opacity: 0.5; }

.owlStyle .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center; }
  .owlStyle .owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background: #cadcf6;
    border-radius: 100%;
    -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;
    margin: 5px;
    outline: none;
    box-shadow: none;
    border: none; }
    .owlStyle .owl-carousel .owl-dots button.active {
      width: 10px;
      height: 10px;
      background: #0766F7; }

.btn-viewmore {
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #50331d;
  outline: 0;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-shadow: unset;
  transition: .2s all; }
  .btn-viewmore.trans {
    background: #ffffff;
    color: #bc8452;
    transition: .2s all; }
    .btn-viewmore.trans:hover, .btn-viewmore.trans:focus {
      background: #50331d;
      color: #50331d;
      box-shadow: 0 0 4px 3px rgba(255, 255, 255, 0.3);
      transition: .2s all; }
  .btn-viewmore:hover, .btn-viewmore:focus {
    box-shadow: 0 0 4px 3px rgba(255, 255, 255, 0.3);
    background: #ffffff;
    color: #50331d;
    transition: .2s all; }
  .btn-viewmore.d-inline-flex {
    padding-right: 15px;
    padding-left: 15px; }

.mainFooter {
  padding: 40px 0;
  font-size: 14px;
  background: #ffffff; }
  @media (max-width: 992px) {
    .mainFooter {
      padding: 20px 0; } }
  .mainFooter a, .mainFooter p, .mainFooter span, .mainFooter li {
    color: #50331d; }
  .mainFooter p {
    line-height: 1.6; }
  .mainFooter li + li {
    margin-top: 7px; }
  .mainFooter a:hover {
    color: #50331d !important; }
  @media (max-width: 992px) {
    .mainFooter.mainFooter {
      padding-bottom: 60px; } }
  .mainFooter .logo-footer {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #50331d;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 26px; }
  .mainFooter .footer-grid-top {
    display: grid;
    gap: 30px;
    /*grid-template-columns: repeat(8,minmax(0,1fr));*/
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px; } }
    .mainFooter .footer-grid-top .footer-grid-item.span-2 {
      grid-column: span 2/span 2; }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-top .footer-grid-item.order-2 {
        order: 4 !important; } }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-top .footer-grid-item.order-3 {
        order: 2 !important; } }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-top .footer-grid-item.order-4 {
        order: 3 !important;
        grid-column: auto !important; } }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-top .footer-grid-item.order-5 {
        order: 6 !important; } }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-top .footer-grid-item.order-6 {
        order: 5 !important; } }
    @media (min-width: 992px) {
      .mainFooter .footer-grid-top .wrap-bct.hidden-desktop {
        display: none; } }
    @media (max-width: 991px) {
      .mainFooter .footer-grid-top .wrap-bct.hidden-mobile {
        display: none; } }
  .mainFooter .footer-title {
    font-size: 16px;
    color: #50331d;
    margin-bottom: 15px; }
    .mainFooter .footer-title.ft-title {
      margin-top: 15px; }
  .mainFooter .flex-social {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px; }
    .mainFooter .flex-social a {
      color: #50331d;
      transition: .2s all; }
      .mainFooter .flex-social a svg {
        fill: currentColor; }
      .mainFooter .flex-social a:hover {
        transform: translateY(-3px);
        transition: .2s all; }
  .mainFooter .footer-grid-bottom {
    padding: 30px 0 0;
    margin-top: 30px;
    border-top: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .mainFooter .footer-grid-bottom {
        padding: 0;
        margin-top: 15px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: unset; } }
    .mainFooter .footer-grid-bottom .footer-bottom-left {
      flex: 0 0 65%; }
      .mainFooter .footer-grid-bottom .footer-bottom-left p {
        margin-bottom: 0; }
      .mainFooter .footer-grid-bottom .footer-bottom-left a {
        display: inline-block;
        font-weight: bold;
        font-size: 14px; }
    .mainFooter .footer-grid-bottom .footer-bottom-right {
      flex: 0 0 35%; }
      @media (max-width: 992px) {
        .mainFooter .footer-grid-bottom .footer-bottom-right {
          margin-top: 10px;
          margin-bottom: 15px; } }
      .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form {
        position: relative; }
        .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form .input-group {
          align-items: center;
          margin-bottom: 0; }
        .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form label {
          color: #50331d;
          padding-right: 5px;
          margin-bottom: 0; }
        .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form input {
          color: #50331d;
          background: unset;
          border: unset;
          border-bottom: 1px solid white;
          width: auto;
          max-width: 320px;
          margin-left: 10px;
          height: 35px;
          padding-left: 5px;
          padding-right: 5px; }
          .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form input::-webkit-input-placeholder {
            color: #50331d;
            font-size: 12px; }
          .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form input:-ms-input-placeholder {
            color: #50331d;
            font-size: 12px; }
          .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer .contact-form input::placeholder {
            color: #50331d;
            font-size: 12px; }
      .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer button {
        background: unset;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        padding-right: 0; }
        .mainFooter .footer-grid-bottom .footer-bottom-right .footer-form-customer button:before {
          display: none; }
  .mainFooter .footer-information img {
    margin-right: 5px;
    max-width: 15px;
    margin-top: 2px; }
  .mainFooter .footer-information .footer-information-item {
    display: flex;
    align-items: start; }
  .mainFooter .footer-information .footer-information-item + .footer-information-item {
    margin-top: 10px; }
  .mainFooter .footer-information .footer-information-content {
    line-height: 1.3; }

.product-formContact {
  position: relative;
  border-radius: 12px;
  margin: 16px 0 0px 0;
  padding: 20px;
  font-size: 14px;
  background: #e6f0fe;
  overflow: hidden; }
  @media (max-width: 992px) {
    .product-formContact {
      padding: 15px; } }
  .product-formContact .formContact--btn {
    width: 100%;
    margin-top: 13px;
    padding-left: 0; }
    .product-formContact .formContact--btn button {
      width: 100%; }
    @media (max-width: 992px) {
      .product-formContact .formContact--btn {
        padding-left: 15px;
        margin-top: 8px; } }
  .product-formContact .formContact--head {
    font-weight: bold;
    margin-bottom: 15px; }
    @media (max-width: 992px) {
      .product-formContact .formContact--head {
        letter-spacing: -0.3px; } }
  .product-formContact .contact-form .input-group {
    margin-bottom: 15px; }
    @media (max-width: 992px) {
      .product-formContact .contact-form .input-group {
        margin-bottom: 10px; } }
    .product-formContact .contact-form .input-group input {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px; }
    .product-formContact .contact-form .input-group label req {
      color: red;
      display: inline-block;
      transform: translateY(3px);
      padding-left: 5px;
      font-size: 16px;
      color: red; }

/* END GLOBAL*/
.topBar {
  background: #50331d;
  height: 40px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .topBar {
      display: flex; } }
  .topBar .topbar-wrapper {
    position: relative; }
    @media (max-width: 991px) {
      .topBar .topbar-wrapper {
        justify-content: space-between !important;
        height: 100%;
        align-items: center; } }
  .topBar .topbar-item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .topBar .topbar-item {
        flex: 1; }
        .topBar .topbar-item:not(:first-child) .topbar-link {
          justify-content: end; } }
    .topBar .topbar-item:last-child {
      padding-right: 0; }
    .topBar .topbar-item .topbar-link {
      margin-left: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 28px;
      padding: 0 8px;
      border-radius: 6px;
      line-height: 15px;
      text-decoration: none;
      font-weight: bold;
      color: #ffffff;
      font-size: 13px; }
      @media (max-width: 991px) {
        .topBar .topbar-item .topbar-link {
          font-size: 12px;
          margin-left: 0;
          padding: 0 0px;
          letter-spacing: -0.02px;
          width: 100%;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          height: auto;
          text-align: center; } }
      .topBar .topbar-item .topbar-link:hover {
        background: #ffffff 0 0 no-repeat padding-box;
        opacity: .73;
        color: #50331d; }
      .topBar .topbar-item .topbar-link img {
        margin-right: 6px; }
        @media (max-width: 991px) {
          .topBar .topbar-item .topbar-link img {
            margin-right: 3px; } }
    .topBar .topbar-item.hotline {
      height: 40px;
      background: #50331d;
      margin-left: 15px; }
      .topBar .topbar-item.hotline a {
        color: #ffffff;
        font-size: 12px;
        padding: 0 16px; }
      .topBar .topbar-item.hotline img {
        margin-right: 6px;
        transform: translateY(-3px); }
    @media (max-width: 991px) {
      .topBar .topbar-item.hidden-xs {
        display: none; } }
  .topBar .topbar-language {
    padding-left: 0px;
    margin-left: 16px; }
    .topBar .topbar-language a {
      display: flex;
      align-items: center;
      font-size: 12px;
      line-height: 15px; }
      .topBar .topbar-language a img {
        margin-right: 5px; }
      .topBar .topbar-language a span {
        color: white; }

.cart-header {
  margin-left: 16px; }
  .cart-header .wrap-cart-menu {
    cursor: pointer; }
    .cart-header .wrap-cart-menu .cart-customlocation {
      border-radius: 4px;
      text-align: center; }
      .cart-header .wrap-cart-menu .cart-customlocation.active {
        background: #cee6fe;
        color: #0766f7; }
        .cart-header .wrap-cart-menu .cart-customlocation.active span {
          color: #0766f7; }
      .cart-header .wrap-cart-menu .cart-customlocation .wrap-cart-menu__count-label {
        position: relative;
        line-height: 24px;
        margin-left: 10px; }
        .cart-header .wrap-cart-menu .cart-customlocation .wrap-cart-menu__count-label svg {
          fill: currentColor; }
        .cart-header .wrap-cart-menu .cart-customlocation .wrap-cart-menu__count-label .wrap-cart-menu__label {
          position: absolute;
          left: 5px;
          top: -10px;
          width: 16px;
          height: 16px;
          font-size: .75rem;
          line-height: 16px;
          border-radius: 99%;
          color: #fff;
          background: #d60000;
          font-weight: 400; }
    .cart-header .wrap-cart-menu span {
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      margin: 0 10px 0 5px; }
  .cart-header .mini-cart-brackdrop {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1001; }
  .cart-header .mini-cart-header {
    position: absolute;
    right: 0;
    width: 290px;
    margin-top: 8px;
    padding: 12px 8px;
    background: #fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05), 0 24px 48px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    z-index: 9999; }
    @media (max-width: 992px) {
      .cart-header .mini-cart-header {
        width: 342px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 8px;
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05), 0 24px 48px rgba(0, 0, 0, 0.05);
        z-index: 1002; } }
  .cart-header .mini-cart-header__title {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85098); }
  .cart-header .mini-cart__empty-message {
    font-size: .875rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: center; }

.menu-button.active-form .dropdown-form {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 19;
  transition: .2s all; }

.menu-button button {
  border: unset;
  outline: unset; }
  .menu-button button:active, .menu-button button:hover, .menu-button button:focus {
    border: unset;
    outline: unset; }

.menu-button button {
  font-size: 14px;
  height: 35px;
  padding: 0 7.5px; }

.menu-button.header-action a.menu-button-search {
  font-size: 14px;
  height: 35px;
  padding: 0 7.5px; }
  .menu-button.header-action a.menu-button-search svg {
    fill: #50331d; }

.menu-button.header-action .header-action_text {
  display: flex; }

.menu-button a.menu-button-action {
  font-size: 12px !important;
  height: 35px !important;
  padding: 0 30px !important;
  display: inline-block;
  background: #50331d;
  color: #ffffff !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important; }
  .menu-button a.menu-button-action:hover {
    background: #50331d !important;
    color: #ffffff !important; }

.menu-button.header-action {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }
  .menu-button.header-action .header-action-item {
    margin-left: 5px;
    align-self: center; }
    .menu-button.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; }
    .menu-button.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; }
    .menu-button.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)); }
    .menu-button.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; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon,
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-text {
      display: inline-block;
      vertical-align: middle; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-text {
      padding-left: 2px; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
      font-size: 11px; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
      font-size: 13px;
      display: block;
      font-weight: bold; }
    .menu-button.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; }
    .menu-button.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; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon {
      position: relative;
      width: 32px;
      height: 40px;
      text-align: center; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
      width: 22px;
      height: 40px;
      fill: var(--shop-color-text); }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
      width: 22px; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
      width: 20px; }
    .menu-button.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; }
      .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px; }
    .menu-button.header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
      display: inline-block;
      vertical-align: top;
      background: #ff0000;
      color: #fff;
      font-size: 11px;
      text-align: center;
      position: absolute;
      left: 16px;
      top: -1px;
      padding: 0px 3px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%; }
    .menu-button.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); }
    .menu-button.header-action .header-action-item .header-action_dropdown {
      position: absolute;
      top: calc(100% + 10px);
      left: auto;
      right: -15px;
      z-index: 990;
      min-width: 320px;
      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; }
      @media (min-width: 992px) {
        .menu-button.header-action .header-action-item .header-action_dropdown {
          width: 420px; } }
      .menu-button.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; }
      .menu-button.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)); }
      .menu-button.header-action .header-action-item .header-action_dropdown .header-dropdown_content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        padding: 15px 20px; }
        .menu-button.header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
          font-size: 18px;
          color: var(--shop-color-title);
          letter-spacing: 0.5px;
          margin: 0;
          font-weight: bold;
          padding-bottom: 8px;
          text-align: center;
          border-bottom: 1px solid var(--shop-color-border); }
    .menu-button.header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
      right: 58px; }
    .menu-button.header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
      right: 98px; }
  .menu-button.header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    visibility: visible;
    opacity: 1; }
  .menu-button.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); }
  .menu-button.header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible; }
  .menu-button.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; }
  .menu-button.header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101; }

/*Slider*/
#homepage-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  gap: 10px;
  display: flex;
  transform: translateX(-50%); }
  #homepage-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%; }
    #homepage-slider .owl-dots .owl-dot.active {
      background: #50331d; }

#homepage-slider .owl-nav > button {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  #homepage-slider .owl-nav > button svg {
    width: 100%;
    height: 100%;
    fill: #b9b9b9; }
  #homepage-slider .owl-nav > button.owl-prev {
    left: 1%; }
  #homepage-slider .owl-nav > button.owl-next {
    right: 1%; }

#homepage-slider .slide-bg-1 {
  background-image: var(--slider-desktop-1); }
  @media (max-width: 768px) {
    #homepage-slider .slide-bg-1 {
      background-image: var(--slider-mobile-1); } }

#homepage-slider .slide-bg-2 {
  background-image: var(--slider-desktop-2); }
  @media (max-width: 768px) {
    #homepage-slider .slide-bg-2 {
      background-image: var(--slider-mobile-2); } }

#homepage-slider .slide-bg-3 {
  background-image: var(--slider-desktop-3); }
  @media (max-width: 768px) {
    #homepage-slider .slide-bg-3 {
      background-image: var(--slider-mobile-3); } }

#homepage-slider .slide-bg-4 {
  background-image: var(--slider-desktop-4); }
  @media (max-width: 768px) {
    #homepage-slider .slide-bg-4 {
      background-image: var(--slider-mobile-4); } }

/*FORM SLIDER*/
body .preview {
  max-width: 500px; }

.preview-section {
  width: 100%;
  /*height: 800px;*/
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center; }
  .preview-section > .container {
    position: absolute !important;
    width: 100%;
    margin: 0 auto;
    top: 0; }
    @media (max-width: 400px) {
      .preview-section > .container {
        padding: 0 7px !important; } }

.preview {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1; }

.preview-title {
  /*font-size: 48px;*/
  line-height: 59px;
  color: white;
  margin-bottom: 20px; }

.preview-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: white;
  margin-bottom: 30px;
  max-width: 600px;
  letter-spacing: 0; }
  .preview-text p:last-child {
    margin-bottom: 0; }

.preview-link {
  padding: 0 32px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #0766f7;
  text-transform: uppercase;
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 10px; }
  .preview-link:hover {
    background: #dbf0ff;
    text-decoration: none;
    color: #0766f7; }

.mobile-preview-img {
  height: 800px;
  position: static;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .mobile-preview-img:not(.no-overlay)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 75%; }

.banner-section {
  padding: 70px 0 20px; }

.banner-carousel-item {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center; }

.home .banner-carousel-item {
  border-radius: 6px; }

.banner-carousel-item.mini {
  height: 400px;
  border-radius: 0; }

.health-panel-section {
  padding: 30px 0 60px; }

.gender-img {
  width: 24px !important;
  margin-right: 4px; }

.contact-us-home-none {
  display: none; }

.title_select {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 390px;
  margin: 0;
  padding: 0;
  /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);*/
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-right: 15px; }
  @media (max-width: 992px) {
    .title_select {
      margin-right: 0; } }
  .title_select div {
    max-width: 390px;
    width: 100%;
    background: #ffffff;
    /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);*/
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 24px 0;
    position: relative;
    cursor: pointer; }
    .title_select div:before {
      content: "";
      width: 32px;
      height: 32px;
      display: inline-block;
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      content: "";
      width: 32px;
      height: 32px;
      display: inline-block;
      position: absolute;
      background-image: url("//theme.hstatic.net/200000904851/1001264815/14/icon_homepage_slide_cta_1.png?v=738");
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat; }
    .title_select div:after {
      content: "";
      width: 9px;
      height: 18px;
      display: inline-block;
      position: absolute;
      background-image: url(//theme.hstatic.net/200000904851/1001264815/14/icon_r.png?v=738);
      right: 29px;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      transition: 0.3s; }
    .title_select div p {
      font-size: 20px;
      font-weight: normal;
      line-height: 26px;
      letter-spacing: 0px;
      text-align: left;
      color: #222222;
      text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
      padding-left: 60px;
      margin: 0; }
    .title_select div span {
      position: absolute;
      right: 30px;
      transform: translateY(-50%);
      top: 50%;
      transition: .2s all; }
      .title_select div span svg {
        width: 25px;
        height: 25px;
        fill: #E6F0FE; }
        .title_select div span svg * {
          fill: #E6F0FE; }
    .title_select div:hover {
      background-color: #FFF; }
      .title_select div:hover:after {
        right: 20px; }
      .title_select div:hover p {
        color: #222222; }
      .title_select div:hover span {
        right: 15px;
        transition: .2s all; }
  .title_select .list_link.li1:before {
    background-image: url(//theme.hstatic.net/200000904851/1001264815/14/icon_homepage_slide_cta_2.png?v=738); }
  .title_select .list_link.li2:before {
    background-image: url(//theme.hstatic.net/200000904851/1001264815/14/icon_homepage_slide_cta_3.png?v=738); }
  .title_select .list_link.last {
    margin-bottom: 0; }
    .title_select .list_link.last:before {
      background-image: url(//theme.hstatic.net/200000904851/1001264815/14/icon_homepage_slide_cta_4.png?v=738); }

.box-product__footer .box-product__price .price {
  display: block; }
  .box-product__footer .box-product__price .price ins {
    display: block; }

.contact-us-home-delete .contact-us__text {
  position: relative; }
  .contact-us-home-delete .contact-us__text i {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    background-image: url(//theme.hstatic.net/200000904851/1001264815/14/Union_delete.png?v=738);
    right: 7px;
    top: 3px;
    background-repeat: no-repeat; }
    .contact-us-home-delete .contact-us__text i:hover {
      cursor: pointer;
      background-image: url(//theme.hstatic.net/200000904851/1001264815/14/svgviewer-png-output.png?v=738); }

@media only screen and (max-width: 767.9px) {
  .preview {
    height: auto; }
  .preview-section {
    height: auto; }
  .mobile-preview-img {
    height: 143px;
    /*position: relative;*/ }
  .preview-title {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 16px; }
  .preview-text {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-bottom: 16px; }
  .preview-link {
    border: 1px solid #0766f7; }
    .preview-link:hover {
      background: #0766f7;
      color: #fff; }
  .banner-carousel-item {
    height: 180px; }
  .banner-section {
    padding: 30px 0 20px; }
  .banner-carousel {
    margin-top: 25px; } }

@media only screen and (max-width: 991.9px) and (min-width: 768px) {
  .preview-section {
    height: auto;
    padding: 20px 0; }
  .preview {
    height: auto; }
  .banner-section {
    padding: 40px 0 10px; }
  .banner-carousel-item {
    height: 345px; }
  .banner-carousel-item.mini {
    margin-top: 40px;
    height: 420px; } }

@media only screen and (max-width: 991px) {
  .title_select {
    max-width: calc(100% - 30px); }
    .title_select div p {
      font-size: 16px;
      font-weight: bold;
      line-height: 22px;
      padding-left: 56px; }
    .title_select div:before {
      width: 25px;
      height: 25px;
      background-size: 25px; }
  body .preview-section > .container {
    padding: 70px 0; }
  body .preview-section-new {
    padding: 0;
    margin: 40px 0; }
    body .preview-section-new > .container {
      padding: 120px 0; }
  body .preview {
    max-width: 346px; }
  .contact-us-home {
    max-width: 335px; }
  .contact-us-home-content {
    background: white; } }

.contact-us-home {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 390px;
  background: #fff;
  margin: 0;
  padding: 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden; }
  .contact-us-home:before {
    display: none; }
  .contact-us-home .contact-us__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
  .contact-us-home .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #0000D9 !important; }
    .contact-us-home .form-group .form-control::placeholder {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px; }
  .contact-us-home .form-group .form-control#contact_phone {
    margin-right: 0; }
  .contact-us-home .contact-us__sub_text {
    color: #0000D9;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px; }
  .contact-us-home .form-group-custom {
    display: flex;
    margin: 0 -8px;
    margin-bottom: 16px; }
    .contact-us-home .form-group-custom .form-group {
      width: 50%;
      margin: 0 8px;
      position: relative; }
  .contact-us-home select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    height: 44px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    padding: 8px 10px;
    background-size: 12px;
    width: 100%; }
  .contact-us-home .btn {
    background: #0766F7;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    height: 44px; }
  .contact-us-home .form_home {
    padding: 20px 16px; }
  .contact-us-home .sub_button {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #0000D9;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    margin: 0; }

@media only screen and (max-width: 767px) {
  .contact-us-home-delete {
    min-height: 364px;
    /*.contact-us__text {
		i {
		background-image: url(//theme.hstatic.net/200000904851/1001264815/14/Union_delete1.png?v=738) !important;
	}
	}*/ }
  .title_select {
    order: 1;
    background: unset;
    border-radius: 0;
    box-shadow: unset;
    position: absolute;
    right: unset;
    top: 180px;
    transform: translateY(-50%); }
  .contact-us-home-none {
    display: block;
    z-index: -1; }
  body .mobile-preview-img {
    /*height: 364px;
			position: absolute;*/ }
  body .preview {
    order: 2;
    width: 100%;
    text-align: center;
    max-width: unset;
    padding: 0 15px;
    align-items: center;
    display: none; }
  body .preview-section > .container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  body .preview-section-new {
    margin: 0;
    margin-bottom: 30px; }
  .contact-us-home {
    order: 1;
    background: unset;
    border-radius: 0;
    transform: unset;
    box-shadow: unset;
    position: relative;
    right: unset;
    top: unset;
    max-width: 390px;
    display: flex;
    align-items: center; }
    .contact-us-home .show_value_submit {
      width: calc(100% - 40px); }
    .contact-us-home .contact-us__text {
      margin-bottom: 16px; }
    .contact-us-home .contact-us__sub_text {
      margin-bottom: 16px; }
    .contact-us-home .form-group-custom {
      margin-bottom: 12px; }
    .contact-us-home select {
      margin-bottom: 12px; }
    .contact-us-home .btn {
      background: #FFF;
      color: #0766F7;
      margin-bottom: 16px; }
  .form_home_filter {
    border-radius: 0;
    border: none; }
  .preview-section-new-title {
    display: block; }
    .preview-section-new-title .preview-title {
      text-align: center; }
  .preview-section-new .preview {
    display: none; }
  .contact-us-home-custom {
    margin-bottom: 0; }
    .contact-us-home-custom .btn {
      border: none; } }

@media (max-width: 992px) {
  .header-wrap-action-mobile {
    justify-content: center;
    display: flex;
    flex: 1; }
    .header-wrap-action-mobile .wrap-cart-menu {
      flex: 1;
      justify-content: center; }
    .header-wrap-action-mobile .header-info-tel {
      background: #8b572a 0 0 no-repeat padding-box;
      font-size: 14px;
      line-height: 18px;
      padding: 0 8px;
      border-radius: 8px;
      margin-left: 0;
      height: 30px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-wrap-action-mobile .header-info-tel img {
        margin-right: 6px; }
  .mainHeader .header-wrap-logo .wrap-logo {
    justify-content: start; }
  .mainHeader.mainHeader_temp02 .header-wrap-logo {
    flex: 1; }
  .cart-header .wrap-cart-menu .cart-customlocation {
    transform: translateX(5px); }
  .cart-header .wrap-cart-menu .cart-customlocation .wrap-cart-menu__count-label svg {
    fill: #000; }
  .mainHeader .flex-container-header.flex-col-4 > div:not(.header-wrap-action-mobile) {
    flex: unset; }
  .mainHeader .flex-container-header.flex-col-4 .header-wrap-action-mobile .wrap-cart-menu {
    justify-content: space-evenly; }
  .mainHeader .flex-container-header.flex-col-4 .cart-header .wrap-cart-menu .cart-customlocation .wrap-cart-menu__count-label svg {
    width: 25px;
    height: 25px; }
  .mainHeader .flex-container-header.flex-col-4 .cart-header .wrap-cart-menu .cart-customlocation .wrap-cart-menu__count-label .wrap-cart-menu__label {
    left: 10px; }
  .mainHeader .flex-container-header.flex-col-4 .cart-header .wrap-cart-menu span {
    margin: 0 0; } }

.dropdown-form {
  width: 390px;
  position: absolute;
  right: 0;
  top: calc(100% - 30px);
  padding-top: 30px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  z-index: -1;
  transition: .2s all; }
  .dropdown-form .contact-us-home {
    display: block;
    top: 100%;
    transform: unset;
    z-index: -1; }

/*END FORM SLIDER*/
.section-policy {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: #f3f4f6;
  border-right: transparent;
  border-left: transparent;
  border-style: solid;
  padding: 10px 0 13px; }
  @media (max-width: 991px) {
    .section-policy [class*='col-'] + [class*='col-'] {
      margin-top: 13px; } }
  @media (min-width: 992px) {
    .section-policy .policy-item-wrap {
      flex: 1; } }
  .section-policy .policy-item {
    display: flex;
    align-items: center; }
  .section-policy .policy_img {
    margin-right: 8px; }
    @media (max-width: 991px) {
      .section-policy .policy_img {
        margin-right: 10px; } }
  .section-policy .policy_content {
    padding-right: 5px; }
    .section-policy .policy_content .policy_title {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 0;
      color: var(--shop_title_color); }
      @media (max-width: 991px) {
        .section-policy .policy_content .policy_title {
          font-size: 14px;
          line-height: 22px; } }
    .section-policy .policy_content .policy_desc {
      margin-bottom: 0;
      color: rgba(19, 18, 77, 0.7);
      font-weight: normal;
      font-size: 13px; }
      @media (max-width: 991px) {
        .section-policy .policy_content .policy_desc {
          font-size: 12px; } }

.section-brand .brand-list {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  @media (max-width: 991px) {
    .section-brand .brand-list {
      display: flex;
      gap: 10px;
      flex-wrap: nowrap;
      overflow-x: auto; }
      .section-brand .brand-list::-webkit-scrollbar {
        display: none; } }
  .section-brand .brand-list .brand-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 70px; }
    .section-brand .brand-list .brand-item .box-img {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-brand .brand-list .brand-item .box-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
        height: auto;
        aspect-ratio: auto 100 / 2;
        display: block; }

@media (max-width: 991px) {
  .section-brand .brand-list:not(.owl-loaded) .brand-item {
    flex: 0 0 36%;
    max-width: 36%; }
  .section-brand .brand-list {
    height: 70px; }
  .section-brand .owl-nav button {
    width: 25px !important;
    height: 25px !important; }
    .section-brand .owl-nav button svg {
      width: 12px !important;
      height: 12px !important; }
  .section-brand .owlStyle .owl-carousel .owl-dots.disabled {
    display: none !important; } }

/* PRODUCT LOOP */
.proLoop {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06); }
  @media (max-width: 991px) {
    .proLoop {
      box-shadow: unset; } }
  .proLoop .proLoop-image {
    position: relative; }
    .proLoop .proLoop-image .ratio-image {
      padding-top: 80%;
      display: block;
      position: relative;
      overflow: hidden; }
      .proLoop .proLoop-image .ratio-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        transition: .2s ease-in-out all; }
    .proLoop .proLoop-image .proLoop--tags {
      position: absolute;
      z-index: 9; }
      .proLoop .proLoop-image .proLoop--tags.sale {
        right: 0;
        bottom: 30px; }
      .proLoop .proLoop-image .proLoop--tags.count {
        left: 10px;
        bottom: 30px; }
      .proLoop .proLoop-image .proLoop--tags .tag--sale {
        margin-right: -15px;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        top: unset;
        background: #EC3741;
        border-radius: 4px;
        z-index: 1;
        color: #FFFFFF;
        padding: 6px 12px; }
        @media (max-width: 992px) {
          .proLoop .proLoop-image .proLoop--tags .tag--sale {
            margin-right: 10px; } }
      .proLoop .proLoop-image .proLoop--tags .tag--count {
        font-size: .75rem;
        border-radius: 8px;
        padding: 4px 8px;
        font-weight: bold;
        line-height: 16px;
        background-color: #F2F2F2;
        color: rgba(0, 0, 0, 0.4); }
  .proLoop .proLoop-body {
    padding: 12px 16px 16px 16px; }
    .proLoop .proLoop-body .proLoop-title-wrap .proLoop--title a {
      font-weight: bold;
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 24px;
      margin-bottom: 0;
      min-height: 37px; }
    .proLoop .proLoop-body .proLoop-description-wrap {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 12px;
      color: rgba(0, 0, 0, 0.6);
      height: 35px; }
      .proLoop .proLoop-body .proLoop-description-wrap p {
        margin-bottom: 0; }
    .proLoop .proLoop-body .proLoop-price-wrap {
      margin-bottom: 8px;
      height: 18px;
      display: flex;
      font-weight: bold;
      font-size: 18px; }
      .proLoop .proLoop-body .proLoop-price-wrap .price--main {
        color: #50331d; }
      .proLoop .proLoop-body .proLoop-price-wrap .price--del {
        margin-right: 5px;
        color: #50331d;
        font-weight: 400;
        text-decoration: line-through;
        text-decoration-color: rgba(0, 0, 0, 0.85); }
    .proLoop .proLoop-body .proLoop-vendor-wrap {
      overflow: hidden;
      padding: 15px 0; }
      .proLoop .proLoop-body .proLoop-vendor-wrap a {
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        text-decoration: none;
        color: #50331d;
        cursor: pointer;
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        height: 28px;
        padding: 5px 10px;
        background: #50331d;
        border-radius: 8px;
        position: relative;
        z-index: 1; }
  .proLoop .proLoop-action .proLoop-action-wrap {
    padding: 0 16px 16px;
    gap: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .proLoop .proLoop-action .proLoop-action-wrap .proLoop--view {
      flex: 1 3 100%; }
    .proLoop .proLoop-action .proLoop-action-wrap .proLoop--buynow {
      flex: 1 5 100%; }

@media (max-width: 991px) {
  .proLoop.proLoop-mobile {
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .proLoop.proLoop-mobile .proLoop-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-image {
      flex-basis: 48%;
      max-width: 48%; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-image .ratio-image {
        padding-top: 75%; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-image .proLoop--tags.count {
        bottom: 5px;
        left: 5px; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-image .proLoop--tags.sale {
        bottom: 5px; }
        .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-image .proLoop--tags.sale .tag--sale {
          padding: 5px 8px;
          margin-right: 5px; }
    .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body {
      flex-basis: 52%;
      max-width: 52%;
      padding: 0 0 0 10px; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body .proLoop-title-wrap .proLoop--title {
        margin-bottom: 5px; }
        .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body .proLoop-title-wrap .proLoop--title a {
          font-weight: 700;
          font-size: 16px;
          -webkit-line-clamp: 3;
          min-height: auto; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body .proLoop-description-wrap {
        display: none; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body .proLoop-vendor-wrap {
        padding-bottom: 0;
        padding-top: 5px; }
        .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body .proLoop-vendor-wrap a {
          height: auto;
          line-height: 14px; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-body .proLoop-price-wrap {
        font-size: 15px; }
    .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-action {
      flex-basis: 100%;
      margin-top: 15px; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-action .proLoop-action-wrap {
        padding: 0; }
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-action .proLoop--view a,
      .proLoop.proLoop-mobile .proLoop-wrapper .proLoop-action .proLoop--buynow a {
        margin-top: 0; } }

section + section {
  padding-top: 80px; }
  @media (max-width: 992px) {
    section + section {
      padding-top: 50px; } }

/* END PRODUCT LOOP */
.section-collection .wrap-title {
  margin-bottom: 10px; }

.section-collection .owlStyle .owl-carousel .owl-nav button.owl-prev {
  left: -40px; }

.section-collection .owlStyle .owl-carousel .owl-nav button.owl-next {
  right: -40px; }

.section-collection .collection-slide .owl-carousel:not(.owl-loaded) > div {
  flex: 0 0 33.33333%; }

@media (min-width: 992px) {
  .section-collection .collection-slide {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 992px) {
  .section-collection .btn-viewmore {
    margin-top: 30px; } }

/* SECTION INTRO */
.section-intro .owl-nav {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 5%;
  right: 5%; }
  .section-intro .owl-nav .owl-prev, .section-intro .owl-nav .owl-next {
    border: 1px solid #b0e2e1 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px; }
    .section-intro .owl-nav .owl-prev svg, .section-intro .owl-nav .owl-next svg {
      width: 50%;
      height: 50%; }
    .section-intro .owl-nav .owl-prev:hover, .section-intro .owl-nav .owl-next:hover {
      background: #50331d; }
      .section-intro .owl-nav .owl-prev:hover svg, .section-intro .owl-nav .owl-next:hover svg {
        fill: #fff; }
  @media (max-width: 992px) {
    .section-intro .owl-nav {
      left: 50%;
      transform: translateX(-50%);
      right: 0;
      justify-content: center; } }

.section-intro .intro-item h3 {
  font-size: 4rem; }
  @media (max-width: 992px) {
    .section-intro .intro-item h3 {
      font-size: 2.2rem;
      margin-top: 30px; } }

.section-intro .intro-item p {
  font-size: 16px;
  line-height: 27px; }

@media (max-width: 992px) {
  .section-intro .intro-item {
    padding-bottom: 70px; } }

.section-intro .intro-wrapper {
  position: relative;
  padding: 3% 0;
  display: flex;
  flex-direction: row-reverse; }
  .section-intro .intro-wrapper .owl-stage-outer {
    height: 100%; }
  .section-intro .intro-wrapper .owl-stage {
    height: 100%; }
    .section-intro .intro-wrapper .owl-stage .owl-item {
      height: 100%; }
  .section-intro .intro-wrapper .intro-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  @media (max-width: 992px) {
    .section-intro .intro-wrapper {
      flex-direction: column-reverse;
      padding: 15px; } }
  .section-intro .intro-wrapper .intro-content {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
    flex: 0 0 60%;
    max-width: 60%; }
    @media (max-width: 992px) {
      .section-intro .intro-wrapper .intro-content {
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
    .section-intro .intro-wrapper .intro-content .intro-subtitle p {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: -0.03em;
      font-weight: bold;
      text-transform: uppercase;
      color: #373A3C;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .section-intro .intro-wrapper .intro-content .intro-subtitle p {
          margin-bottom: 10px; } }
    .section-intro .intro-wrapper .intro-content .intro-title .intro--title {
      /*font-size: 38px;
					font-style: normal;
					font-weight: 600;
					line-height: 100%;
					color: $cl_intro_main;
					margin-bottom: 30px;
					@media (max-width: 992px) {margin-bottom: 15px;}*/ }
    .section-intro .intro-wrapper .intro-content .intro-desc p {
      font-size: 16px;
      font-weight: bold;
      color: #373A3C;
      margin-bottom: 25px;
      letter-spacing: -0.03em; }
      @media (max-width: 992px) {
        .section-intro .intro-wrapper .intro-content .intro-desc p {
          margin-bottom: 15px; } }
    .section-intro .intro-wrapper .intro-content .intro-checklist ul li {
      display: flex;
      flex-shrink: 0;
      align-items: center; }
      .section-intro .intro-wrapper .intro-content .intro-checklist ul li svg {
        fill: #0056d2;
        color: #0056d2;
        margin-right: 7px;
        flex: 0 0 16px; }
      .section-intro .intro-wrapper .intro-content .intro-checklist ul li span {
        font-size: 14px;
        color: #1F1F1F; }
      .section-intro .intro-wrapper .intro-content .intro-checklist ul li + li {
        margin-top: 12px; }
        @media (max-width: 992px) {
          .section-intro .intro-wrapper .intro-content .intro-checklist ul li + li {
            margin-top: 8px; } }
    .section-intro .intro-wrapper .intro-content .intro-action {
      margin: 2rem 0; }
      @media (max-width: 992px) {
        .section-intro .intro-wrapper .intro-content .intro-action {
          margin: 1.5rem 0; } }
      .section-intro .intro-wrapper .intro-content .intro-action a {
        border-radius: 4px;
        text-transform: none;
        font-weight: bold;
        font-size: 15px;
        color: #0056d2;
        display: inline-flex;
        justify-content: start;
        width: 100%;
        text-align: left;
        transition: .2s all; }
        .section-intro .intro-wrapper .intro-content .intro-action a span {
          transition: .2s all; }
        .section-intro .intro-wrapper .intro-content .intro-action a svg {
          margin-left: 15px;
          transition: .2s all; }
        .section-intro .intro-wrapper .intro-content .intro-action a:hover {
          text-decoration: underline !important; }
          .section-intro .intro-wrapper .intro-content .intro-action a:hover span {
            text-decoration: underline !important;
            transition: .2s all; }
          .section-intro .intro-wrapper .intro-content .intro-action a:hover svg {
            margin-left: 20px;
            transition: .2s all; }
    .section-intro .intro-wrapper .intro-content .intro-quote p {
      font-weight: 400;
      font-size: 14px;
      color: #373A3C; }
      .section-intro .intro-wrapper .intro-content .intro-quote p:before {
        content: '“'; }
      .section-intro .intro-wrapper .intro-content .intro-quote p:after {
        content: '”'; }
    .section-intro .intro-wrapper .intro-content .intro-author {
      display: flex;
      gap: 30px;
      align-items: center;
      margin-top: 20px; }
      @media (max-width: 992px) {
        .section-intro .intro-wrapper .intro-content .intro-author {
          gap: 15px;
          margin: 10px 0; } }
      .section-intro .intro-wrapper .intro-content .intro-author .intro-author--logo {
        flex: 0 0 20%; }
      .section-intro .intro-wrapper .intro-content .intro-author .intro-author--infor {
        flex: 0 0 80%; }
        .section-intro .intro-wrapper .intro-content .intro-author .intro-author--infor .intro-author-signature {
          font-size: 14px;
          font-weight: bold;
          line-height: 1.5; }
        .section-intro .intro-wrapper .intro-content .intro-author .intro-author--infor .intro-author-note {
          font-size: 14px; }
          @media (max-width: 992px) {
            .section-intro .intro-wrapper .intro-content .intro-author .intro-author--infor .intro-author-note {
              font-size: 16px; } }
  .section-intro .intro-wrapper .intro-image {
    flex: 0 0 40%;
    max-width: 40%; }
    @media (max-width: 992px) {
      .section-intro .intro-wrapper .intro-image {
        flex: 0 0 100%;
        max-width: 100%; } }

/* END SECTION INTRO */
/* SECTION REVIEWS */
.section-reviews > h2 {
  font-size: 4rem;
  color: #50331d; }
  @media (max-width: 767px) {
    .section-reviews > h2 {
      font-size: 2.2rem; } }

.section-reviews .review-item {
  margin: 12px 0;
  padding: 0 15px;
  display: flex; }
  .section-reviews .review-item .review--title {
    font-size: 20px;
    font-weight: bold;
    color: #13124D;
    margin-bottom: 15px; }
  .section-reviews .review-item .review-left, .section-reviews .review-item .review-right {
    width: 16%;
    background-size: cover;
    background-position: center;
    position: relative; }
    .section-reviews .review-item .review-left:before, .section-reviews .review-item .review-right:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: #50331d;
      opacity: .5; }
    @media (max-width: 767px) {
      .section-reviews .review-item .review-left, .section-reviews .review-item .review-right {
        display: none; } }
  .section-reviews .review-item .review-body {
    display: flex;
    background-color: #f7f7f7;
    padding: 1rem;
    width: 68%; }
    @media (max-width: 767px) {
      .section-reviews .review-item .review-body {
        width: 100%;
        flex-direction: column; } }
  .section-reviews .review-item .review--author-name {
    color: #575c64;
    font-size: 1.4rem; }
  .section-reviews .review-item .review--rating {
    margin-bottom: 15px; }
    .section-reviews .review-item .review--rating .review--rating-star {
      display: flex;
      gap: 8px; }
      .section-reviews .review-item .review--rating .review--rating-star svg {
        fill: currentColor;
        color: #bc8452;
        fill: currentColor;
        width: 24px;
        height: 24px; }
  .section-reviews .review-item .review--comment {
    padding: 30px 15px;
    position: relative; }
    .section-reviews .review-item .review--comment .ngoackep {
      width: 100px;
      margin-top: -3.5rem;
      margin-bottom: 1.5rem; }
    .section-reviews .review-item .review--comment p {
      /*color: $cl_review_main;font-size: 14px;
				@include lineText(5);
				margin-bottom: 0px;*/
      font-size: 16px;
      line-height: 27px; }
    .section-reviews .review-item .review--comment a {
      font-weight: bold;
      color: #13124D;
      display: inline-block; }
  .section-reviews .review-item .review--author {
    display: flex;
    margin-top: 10px;
    align-items: center; }
    .section-reviews .review-item .review--author > img {
      width: 40px !important; }
    .section-reviews .review-item .review--author .review--author-infor {
      flex: 1;
      margin-left: 15px; }
      .section-reviews .review-item .review--author .review--author-infor .review--author-name {
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .section-reviews .review-item .review--author .review--author-infor .review--author-name img {
          margin-left: 5px;
          object-fit: contain; }

@media (max-width: 992px) {
  .section-reviews .owlStyle .owl-carousel:not(.owl-loaded) .review-item {
    flex: 0 0 100%; } }

.section-reviews .owlStyle .owl-nav button {
  transform: scale(1.4);
  /*background: rgba(#dbf0ff, 0.7);*/
  top: 45%;
  background: transparent;
  border: 1px solid #fff; }
  .section-reviews .owlStyle .owl-nav button svg {
    fill: #fff; }
  .section-reviews .owlStyle .owl-nav button.owl-prev {
    left: 4%; }
  .section-reviews .owlStyle .owl-nav button.owl-next {
    right: 4%; }

@media (max-width: 992px) {
  .section-reviews .owlStyle .owl-nav {
    display: none; } }

.section-reviews .owlStyle .owl-dots {
  margin-top: 15px; }

/* END SECTION REVIEWS */
/* SECTION INTERPRISE */
.section-enterprise .section-brand {
  padding-top: 0;
  padding-bottom: 20px; }
  @media (max-width: 992px) {
    .section-enterprise .section-brand {
      padding: 0 0 10px; } }

.section-enterprise .section-transform {
  display: flex; }
  @media (max-width: 992px) {
    .section-enterprise .section-transform {
      display: block;
      text-align: center; } }
  .section-enterprise .section-transform .enterprise-background {
    flex: 1;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
    @media (max-width: 992px) {
      .section-enterprise .section-transform .enterprise-background {
        display: none; } }
  .section-enterprise .section-transform .enterprise-content {
    flex: 1;
    padding: 60px 30px;
    background: #1c4290;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 992px) {
      .section-enterprise .section-transform .enterprise-content {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 20px; } }
    .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-subtitle,
    .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-title,
    .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-desc {
      color: #FFFFFF; }
    .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-subtitle {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-subtitle {
          margin-bottom: 10px; } }
    .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.5; }
      @media (max-width: 992px) {
        .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-title {
          font-size: 22px;
          margin-bottom: 15px;
          line-height: 1.3; } }
    .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-desc {
      margin-bottom: 30px;
      font-weight: 400; }
      @media (max-width: 992px) {
        .section-enterprise .section-transform .enterprise-content .enterprise--top .enterprise-desc {
          margin-bottom: 25px; } }
    .section-enterprise .section-transform .enterprise-content .enterprise--img {
      display: flex;
      gap: 10px; }
      .section-enterprise .section-transform .enterprise-content .enterprise--img .item {
        max-width: 25%; }
      .section-enterprise .section-transform .enterprise-content .enterprise--img img {
        max-height: 70px;
        object-fit: cover;
        width: 100%; }
    @media (max-width: 992px) {
      .section-enterprise .section-transform .enterprise-content .text-left {
        text-align: center !important; } }
    .section-enterprise .section-transform .enterprise-content .btn-viewmore.trans {
      background: transparent;
      border: 1px solid white;
      border-radius: 6px;
      padding: 18px 20px;
      color: #FFFFFF;
      margin-top: 30px;
      height: auto; }
      @media (max-width: 992px) {
        .section-enterprise .section-transform .enterprise-content .btn-viewmore.trans {
          margin-top: 20px; } }

/* END SECTION INTERPRISE */
/* SECTION SERVICES */
.section-services > h2 {
  font-size: 4rem;
  color: #50331d; }
  @media (max-width: 767px) {
    .section-services > h2 {
      font-size: 2.2rem; } }

.section-services--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media (min-width: 992px) {
    .section-services--wrap {
      margin-right: -20px; } }

.section-services .section-services--item-img img {
  border-radius: 10px; }

.section-services--item {
  display: block;
  width: calc(100% / 3 - 20px);
  position: relative;
  background: white;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid var(--shop-color-text);
  padding: 4px;
  border-radius: 10px; }
  .section-services--item-text {
    transition: all .2s;
    width: auto;
    height: auto;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0; }
    .section-services--item-text h4 {
      font-size: 2rem; }
    .section-services--item-text > span {
      padding: .6rem 1.5rem;
      border: 1px solid;
      border-radius: 50px;
      font-weight: bold; }
  @media (max-width: 991px) {
    .section-services--item {
      width: 50%; } }
  @media (max-width: 767px) {
    .section-services--item {
      width: 100%; } }

/* END SECTION SERVICES */
/* SECTION EXP */
.section-experience > h2 {
  font-size: 4rem;
  color: #50331d; }
  @media (max-width: 767px) {
    .section-experience > h2 {
      font-size: 2.2rem; } }

.section-experience .experience-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .section-experience .experience-item--img {
    position: relative;
    display: flex;
    justify-content: center; }
    .section-experience .experience-item--img img {
      max-width: 85%;
      padding-top: 30px; }
    .section-experience .experience-item--img span {
      font-size: 30px;
      position: absolute;
      border-radius: 50%;
      width: 53px;
      height: 53px;
      background: #50331d;
      color: white;
      text-align: center;
      right: 50%;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center; }
  .section-experience .experience-item--box {
    text-align: center;
    color: #1c8787;
    border: 0.2rem solid rgba(28, 135, 135, 0.9);
    padding: 1.2rem;
    font-size: 16px; }
  .section-experience .experience-item--info {
    width: 100%; }
    .section-experience .experience-item--info h3 {
      text-align: center;
      padding-top: 2rem;
      font-size: 23px;
      font-weight: bold; }
  @media (max-width: 767px) {
    .section-experience .experience-item {
      padding: 0 1rem; } }

/* END SECTION EXP */
.section-form {
  background-image: url("https://file.hstatic.net/200000904851/file/bg_tuvan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0; }
  .section-form h2 {
    font-size: 4rem;
    color: #fff; }
    @media (max-width: 767px) {
      .section-form h2 {
        font-size: 2.2rem; } }
  .section-form--wrap {
    padding: 5rem;
    background: rgba(188, 132, 82, 0.7);
    color: #fff; }
    @media (max-width: 767px) {
      .section-form--wrap {
        padding: 2rem; } }
    .section-form--wrap input, .section-form--wrap textarea {
      color: #000 !important;
      background: transparent !important;
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-radius: 0 !important; }
    .section-form--wrap textarea {
      height: auto; }
    .section-form--wrap select {
      width: 100%;
      background: transparent;
      color: #000;
      border-top: none;
      border-left: none;
      border-right: none;
      border-color: #fff;
      outline: none;
      padding: 8px 20px; }
    .section-form--wrap button[type="submit"] {
      margin: 2rem auto 0;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      border: none;
      background-color: #50331d;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      padding: 15px 8rem; }
      @media (max-width: 767px) {
        .section-form--wrap button[type="submit"] {
          padding: 15px;
          font-size: 1rem; } }

.section-blog > h2 {
  font-size: 4rem;
  color: #50331d; }
  @media (max-width: 767px) {
    .section-blog > h2 {
      font-size: 2.2rem; } }

.section-blog .article-loop .article-post-meta a {
  font-size: 16p;
  color: #50331d; }

.section-blog .owl-nav .owl-prev {
  left: -6%; }
  @media (max-width: 992px) {
    .section-blog .owl-nav .owl-prev {
      left: 15px; } }

.section-blog .owl-nav .owl-next {
  right: -6%; }
  @media (max-width: 992px) {
    .section-blog .owl-nav .owl-next {
      right: 15px; } }

.section-blog .owl-nav .owl-prev, .section-blog .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  width: 36px;
  height: 36px; }
  .section-blog .owl-nav .owl-prev svg, .section-blog .owl-nav .owl-next svg {
    fill: #50331d;
    width: 100%;
    height: 100%; }

/*PAGE PRODUCT*/
.productDetail-information h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px; }
  @media (max-width: 992px) {
    .productDetail-information h1 {
      font-size: 22px;
      margin-top: 10px;
      margin-bottom: 10px; } }

.productDetail-information .content-default ul {
  padding-left: 40px; }

.productDetail-information .content-default ul, .productDetail-information .content-default li {
  list-style: inherit;
  list-style-type: inherit; }

.productDetail-information .content-default h1, .productDetail-information .content-default h2, .productDetail-information .content-default h3, .productDetail-information .content-default h4, .productDetail-information .content-default h5, .productDetail-information .content-default h6 {
  font-weight: normal;
  line-height: 1.2;
  font-weight: bold; }

.productDetail-information .content-default h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.productDetail-information .content-default h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.productDetail-information .content-default h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.productDetail-information .content-default h4 {
  display: block;
  margin-block-start: 1.33em;
  font-size: 1em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.productDetail-information .content-default h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.productDetail-information .content-default h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.productDetail-information .product--price {
  display: flex;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px; }
  @media (max-width: 992px) {
    .productDetail-information .product--price {
      font-size: 20px;
      margin-top: 10px; } }
  .productDetail-information .product--price .price-del {
    margin-right: 5px;
    color: #50331d;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: #50331d; }
  .productDetail-information .product--price .price-main {
    color: #50331d; }

.productDetail-information .product--action {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center; }
  @media (max-width: 992px) {
    .productDetail-information .product--action {
      gap: 10px;
      margin-top: 15px; } }
  .productDetail-information .product--action .add-to-cart, .productDetail-information .product--action .buy-now {
    padding: 0 15px;
    flex: 1;
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 16px; }
    .productDetail-information .product--action .add-to-cart i, .productDetail-information .product--action .buy-now i {
      margin-right: 15px; }

.productDetail-information .productDetail--form {
  margin-top: 30px; }
  @media (max-width: 992px) {
    .productDetail-information .productDetail--form {
      margin-top: 15px; } }

.productDetail-information .productDetail--information {
  margin-top: 30px;
  background: #e6f0fe;
  padding: 30px;
  border-radius: 12px; }
  @media (max-width: 992px) {
    .productDetail-information .productDetail--information {
      margin-top: 15px;
      padding: 15px; } }
  .productDetail-information .productDetail--information div {
    margin-bottom: 5px; }
  .productDetail-information .productDetail--information li {
    line-height: 1.5; }

@media (max-width: 992px) {
  .productDetail-information .productDetail--description {
    margin-top: 15px; } }

@media (min-width: 992px) {
  .productDetail-information .productDetail--description.hidden-pc {
    display: none; } }

@media (max-width: 992px) {
  .productDetail-information .productDetail--description.hidden-mobile {
    display: none; } }

/* Layout_01 */
@media (max-width: 992px) {
  .productDetail_style__01 .productDetail--main {
    margin-top: 15px; } }

.productDetail_style__01 .productDetail--main .productDetail--gallery .productDetail--description {
  padding-top: 30px; }

.productDetail_style__01 .productDetail--main .productDetail--content .productDetail--shortDesc {
  color: gray; }

.productDetail_style__01 .productDetail--main .productDetail--content .product--shoplist {
  margin-top: 10px; }
  .productDetail_style__01 .productDetail--main .productDetail--content .product--shoplist a, .productDetail_style__01 .productDetail--main .productDetail--content .product--shoplist i {
    color: #2C64EE;
    font-weight: bold; }
  .productDetail_style__01 .productDetail--main .productDetail--content .product--shoplist i {
    margin-right: 7px;
    font-size: 18px; }

/* END PAGE PRODUCT */
/* COLLECTION */
@media (max-width: 991px) {
  .template-collection .listProduct-row [class*='col-'] + [class*='col-'] {
    padding-top: 20px;
    margin-top: 5px;
    border-top: 1px solid var(--shop-color-border); } }

.template-collection .wrapper-filter {
  background: #e6f0fe; }
  @media (min-width: 992px) {
    .template-collection .wrapper-filter {
      margin-top: 20px;
      padding: 12px;
      border-radius: 5px; } }

.layout-collections .breadcrumb-shop {
  margin-bottom: 0; }

.collection-alert-no {
  font-size: 14px;
  padding: 10px 0; }

.collection-alert-no p {
  margin: 0; }

.collection-heading__content h1 {
  margin: 0;
  font-size: 24px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-box {
    width: 50%; }
    .collection-heading__content .heading-box .filter-box:not(.noBorder) {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      padding: 0px 40px 0px 10px;
      cursor: pointer;
      border: 1px solid var(--shop-color-border);
      border-radius: 0; } }

.collection-heading__content .heading-box .title-filter {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer; }

.collection-heading__content .heading-box svg {
  width: 16px;
  height: 16px;
  stroke: var(--shop-color-text);
  margin-left: 5px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-sortbyfilter {
    width: 50%; } }

.collection-heading__content .collection-filter-tags {
  margin: 20px 0 50px 0; }
  @media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
      margin: 20px 0 30px 0; } }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
    .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main); }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    display: -ms-flex; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.wrapper-collection-header {
  padding: 15px 0; }
  .wrapper-collection-header .collection-banner img:not(.lazyloaded) {
    min-height: 220px; }
  .wrapper-collection-header .collection-banner img {
    display: block;
    margin: auto; }
  .wrapper-collection-header .collection-heading h1 {
    padding-left: 5px;
    font-size: 28px;
    font-weight: bold;
    color: var(--shop-color-title);
    margin: 0 0 0; }
  .wrapper-collection-header .collection-desc {
    position: relative;
    padding-bottom: 30px;
    margin-top: 12px; }
    .wrapper-collection-header .collection-desc__view {
      text-align: center;
      font-weight: bold;
      margin: 12px 0 0;
      padding: 30px 0 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), #f8f8f8); }
      .wrapper-collection-header .collection-desc__view span {
        display: inline-block;
        padding: 5px 0;
        text-decoration: underline;
        cursor: pointer; }
    .wrapper-collection-header .collection-desc.is-expandable .collection-desc__view {
      display: block; }
    .wrapper-collection-header .collection-desc.is-expandable .collection-desc__info {
      height: 100px;
      overflow: hidden; }
  .wrapper-collection-header.banner-header {
    padding: 0; }
  @media (min-width: 992px) {
    .wrapper-collection-header.banner-header .collection-heading {
      align-self: center;
      padding: 20px 35px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wrapper-collection-header .collection-heading h1 {
      font-size: 26px; }
    .wrapper-collection-header.banner-header .collection-heading {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .wrapper-collection-header {
      padding: 15px 0; }
    .wrapper-collection-header .collection-heading h1 {
      font-size: 24px; }
    .wrapper-collection-header.banner-header .collection-heading {
      padding-top: 30px;
      padding-bottom: 30px; } }

.collection-heading .collection-heading__content .line-collection-content {
  border-bottom: 1px solid #dfe2e6;
  padding-top: 20px;
  padding-bottom: 20px; }

.wrapper-mainCollection .collection-sortbyfilter-container {
  position: relative;
  min-width: 220px; }
  @media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container {
      min-width: auto; } }
  .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        z-index: 9;
        width: 100%; } }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
      margin: 0;
      padding: 5px 10px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 25px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      margin: auto;
      z-index: 1;
      width: 12px;
      height: 6px;
      border: 1.5px solid var(--shop-color-main);
      border-top-style: none;
      border-right-style: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
      color: var(--shop-color-main); }
  @media (min-width: 992px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-option {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
      color: #666;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
  @media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option.isShow {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

.wrapper-mainCollection .collection-sortby-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .wrapper-mainCollection .collection-sortby-filter .collection-sortby, .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
  .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    display: none; }
  .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
  .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 38px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    border: 1px solid var(--shop-color-border);
    border-right: 0;
    border-radius: 0; }
  .wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid var(--shop-color-border);
    background: #fff; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
    @media (max-width: 991px) {
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
        text-align: center; } }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 6px; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
      width: 18px;
      height: 18px;
      fill: var(--shop-color-main); }

.wrapper-mainCollection .collection-listproduct {
  margin-bottom: 25px; }
  .wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

.wrapper-mainCollection .layered_filter_bottom {
  display: none; }

.wrapper-collection-header .collection-heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    .wrapper-collection-header .collection-heading {
      justify-content: center; } }

@media (max-width: 991px) {
  .wrapper-collection-header .heading-sortbyfilter {
    display: none; } }

/*  FILTER */
body.open-filter {
  overflow: hidden; }

@media (max-width: 992px) {
  .wrapper-filter {
    width: 100%;
    margin-top: 15px;
    padding: 0; }
    .wrapper-filter .pd-mb {
      padding-left: 25px;
      padding-right: 25px; } }

.wrapper-filter .wrapper_layered_filter {
  z-index: 2;
  position: relative;
  top: 0;
  height: 100%; }
  .wrapper-filter .wrapper_layered_filter .filter_group:last-child .filter_group_block {
    border-bottom: unset; }

.filter_group.filter_sortby {
  display: none; }

.btn-collection.btn_clear_filter {
  display: none; }

.btn-collection {
  display: inline-block;
  text-transform: initial;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 25px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--shop-color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  letter-spacing: 2px; }
  .btn-collection:focus {
    outline: none;
    color: var(--shop-color-text); }
  .btn-collection:hover {
    color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 25px; }

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #cedadd;
  cursor: pointer;
  border-radius: 2px; }

.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0); }

.checkbox-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
  background: var(--shop-color-main); }

.checkbox-list input[type='checkbox']:checked:before,
.checkbox-list input[type='radio']:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

.checkbox-list li label {
  margin: 0px;
  font-weight: normal;
  cursor: pointer;
  color: var(--shop-color-text); }

.checkbox-list li:hover {
  color: var(--shop-color-main); }

.checkbox-list li:hover input[type='checkbox']:after {
  border-color: var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title {
  padding: 0px 0 7.5px;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #dfe2e6;
  width: 100%; }
  .wrapper_layered_filter .layered_filter_title span {
    display: none; }
    .wrapper_layered_filter .layered_filter_title span i {
      color: white; }

.wrapper_layered_filter .layered_filter_title .title_filter {
  margin: 0;
  font-weight: bold;
  font-size: 28px; }

.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.wrapper_layered_filter .layered_filter_container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap; }

.wrapper_layered_filter .layered_filter_container .layered_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

.wrapper_layered_filter .filter_group .filter_group_block {
  position: relative;
  padding: 7.5px 0;
  border-bottom: 1px solid #dfe2e6; }

.wrapper_layered_filter .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle i {
    font-size: 14px;
    transition: .2s all; }
    .wrapper_layered_filter .filter_group .filter_group-subtitle i:before {
      content: "\f068"; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group i:before {
    content: "\f067"; }

.wrapper_layered_filter .filter_group .filter_group-subtitle:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  height: 8px;
  width: 8px;
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
  display: none; }

.wrapper_layered_filter .filter_group .filter_group-subtitle.action-group:after {
  transform: translateY(-50%) rotate(225deg);
  bottom: -10px; }

.wrapper_layered_filter .filter_group .filter_group-content {
  margin-top: 10px; }
  .wrapper_layered_filter .filter_group .filter_group-content .checkbox-list > li:last-child {
    margin-bottom: 0; }

.wrapper_layered_filter .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 15px 10px 0px 0;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 3px 10px; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      width: 16px;
      height: 16px;
      vertical-align: inherit; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
      color: var(--shop-color-main);
      border-bottom: 1px solid var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title .close_filter {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }

.wrapper_layered_filter .layered_filter_title .close_filter svg {
  width: 16px;
  height: 30px; }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-sortby li.active:after {
    background: var(--shop-color-main); }
  .checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.filter-color .checkbox-list li {
  margin: 0 14px 15px 0;
  line-height: normal;
  float: left;
  padding: 0; }

.filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  float: left;
  position: relative;
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0; }

.filter-color .checkbox-list input[type="checkbox"] {
  display: none; }

.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  height: 6px;
  width: 12px;
  z-index: 99;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

@media (min-width: 992px) {
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby {
    display: none; }
  .wrapper_layered_filter {
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .collection-filter.checkFilter {
    display: none; }
  .collection-heading__content .dFlex-row {
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center; }
  .collection-heading__content .heading-box {
    display: -webit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

@media (max-width: 991px) {
  .collection-listproduct {
    overflow: hidden; }
  .collection-content {
    padding-left: 2px;
    padding-right: 2px; }
  .collection-heading__content .dFlex-row {
    margin: 0; }
  .wrapper_layered_filter {
    margin: 0; }
  .wrapper_layered_filter .layered_filter_parent.show-filter .overlays-rgba {
    pointer-events: auto; }
  .wrapper_layered_filter .layered_filter_parent.show-filter .layered_filter_container {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .layered_filter_container {
    height: auto;
    border-radius: 16px 16px 0 0; }
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .filter_sortby .filter_group-subtitle {
    display: none; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 12px 15px 12px 15px;
    background: var(--shop-color-button);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .wrapper_layered_filter .layered_filter_container .layered_filter_title span {
      display: block; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .close_filter {
    display: block; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .close_filter svg {
    fill: #ffffff; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter:after {
    display: none; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter .icon-filter {
    width: 22px;
    height: 22px;
    margin-top: -6px; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter .icon-filter svg {
    width: 22px;
    height: 100%;
    fill: #ffffff;
    stroke: #ffffff; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title.open-filter i {
    transition: .2s all; }
    .wrapper_layered_filter .layered_filter_container .layered_filter_title.open-filter i:before {
      content: '\f068'; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title.open-filter .layered_filter_group {
    display: block; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_group {
    -ms-flex: 0 0 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 10px 15px 10px;
    border-top: 1px solid var(--shop-color-border);
    display: none; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom {
    width: 100%;
    padding: 10px 5px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter {
    margin: 0 6px;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter-apply {
    color: #ffffff;
    background-color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button); }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter-clear {
    color: #000000;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb; }
  .wrapper_layered_filter .layered_filter_container .filter_group + .filter_group .filter_group_block {
    border-top: 1px solid var(--shop-color-border); }
  .wrapper_layered_filter .layered_filter_container .filter_group.filter_sortby {
    display: block; }
  .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle {
    border: 0;
    font-size: 14px; }
  .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle, .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-content {
    padding-left: 0;
    padding-right: 0; }
  .wrapper_layered_filter .layered_filter_tags {
    display: none; } }

.collection-desc {
  padding-left: 7px;
  margin-bottom: 15px; }

.collection-description .description-content .expandable-content_toggle {
  outline: none; }

.collection-description .description-content .description-btn {
  position: relative; }

.collection-description .description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.collection-description .expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #50331d;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  background: #ffffff;
  z-index: 99;
  outline: none;
  transition: .2s all; }
  .collection-description .expandable-content_toggle:hover {
    background: #ffffff;
    color: #50331d;
    transition: .2s all; }
    .collection-description .expandable-content_toggle:hover .expandable-content_toggle-icon:before,
    .collection-description .expandable-content_toggle:hover .expandable-content_toggle-icon:after {
      background: #50331d; }

.collection-description .expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.collection-description .expandable-content_toggle-icon:before,
.collection-description .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #50331d;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.collection-description .expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.collection-description .expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.collection-description .expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

.description-content.expandable-toggle.opened .description-productdetail {
  max-height: 130px;
  overflow: hidden; }

/* END COLLECTION*/
/*PAGE LIST-BLOG*/
.listBlog-menu .listMenu {
  display: flex;
  justify-content: center;
  padding: 10px 0; }
  @media (max-width: 991px) {
    .listBlog-menu .listMenu {
      justify-content: start;
      flex-wrap: nowrap;
      overflow-x: auto; }
      .listBlog-menu .listMenu::-webkit-scrollbar {
        display: none; } }
  .listBlog-menu .listMenu li a {
    padding: 7px 14px;
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid var(--shop-color-border);
    display: block; }
    @media (max-width: 991px) {
      .listBlog-menu .listMenu li a {
        font-size: 14px;
        white-space: nowrap; } }
  .listBlog-menu .listMenu li.highlight a {
    color: #0047ba; }
  @media (max-width: 991px) {
    .listBlog-menu .listMenu li:first-child a {
      border-left: unset;
      padding-left: 0; } }
  .listBlog-menu .listMenu li:last-child a {
    border-right: 1px solid var(--shop-color-border); }
    @media (max-width: 991px) {
      .listBlog-menu .listMenu li:last-child a {
        border-right: unset; } }

.page-listBlog .ldp-article .ldp-article-infor {
  padding: 14px 0; }

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

.page-listBlog .ldp-article .ldp-article--blog .blog-label {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #19191B;
  background: #7ADFFF; }

.page-listBlog .ldp-article .ldp-article--title {
  margin: 10px 0 8px; }
  .page-listBlog .ldp-article .ldp-article--title h2 {
    margin-bottom: 0; }
  .page-listBlog .ldp-article .ldp-article--title a {
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 26px;
    line-height: 1.3; }
    @media (max-width: 992px) {
      .page-listBlog .ldp-article .ldp-article--title a {
        font-size: 20px; } }

.page-listBlog .ldp-article .ldp-article--date {
  color: #656565;
  font-size: 13px;
  font-weight: bold; }
  .page-listBlog .ldp-article .ldp-article--date svg {
    width: 16px;
    margin-right: 4px;
    margin-top: -2px;
    fill: currentColor; }

.page-listBlog .ldp-article.small-article {
  display: flex;
  padding: 16px 0;
  border-top: 1px solid var(--shop-color-border); }
  .page-listBlog .ldp-article.small-article .ldp-article-infor {
    padding: 0 0;
    padding-left: 14px; }
  .page-listBlog .ldp-article.small-article .ldp-article--img {
    flex: 0 0 140px;
    max-width: 140px; }
    .page-listBlog .ldp-article.small-article .ldp-article--img.ratio-image {
      padding-top: 25%; }
  .page-listBlog .ldp-article.small-article .ldp-article--title {
    margin: 0; }
    .page-listBlog .ldp-article.small-article .ldp-article--title a {
      -webkit-line-clamp: 3;
      font-size: 16px; }

.page-listBlog .ldp-article.loop-article {
  margin-bottom: 20px; }
  .page-listBlog .ldp-article.loop-article .ldp-article--title a {
    font-size: 16px;
    -webkit-line-clamp: 3; }

.page-listBlog .blog-viewmore svg {
  stroke: currentColor;
  width: 18px;
  stroke-width: 1px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle; }

.page-listBlog .listBlog-wrap.blog-list-1 {
  background: #F7F7F7; }

.page-listBlog .listBlog-wrap.blog-list-2 {
  background: #FFFFFF; }

.page-listBlog .listBlog-wrap.blog-list-3 {
  background: #F7F7F7; }
  @media (max-width: 991px) {
    .page-listBlog .listBlog-wrap.blog-list-3 {
      padding-top: 40px !important; } }
  .page-listBlog .listBlog-wrap.blog-list-3 .ldp-article.loop-article {
    box-shadow: 0px 4px 6px 2px rgba(24, 39, 75, 0.08), 0px 8px 8px 2px rgba(24, 39, 75, 0.05);
    border-radius: 4px;
    height: 100%;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 991px) {
      .page-listBlog .listBlog-wrap.blog-list-3 .ldp-article.loop-article {
        margin-bottom: 20px; } }
    .page-listBlog .listBlog-wrap.blog-list-3 .ldp-article.loop-article .ldp-article-infor {
      padding: 14px;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
    .page-listBlog .listBlog-wrap.blog-list-3 .ldp-article.loop-article .ldp-article--title a {
      font-size: 16px;
      -webkit-line-clamp: 3; }
    .page-listBlog .listBlog-wrap.blog-list-3 .ldp-article.loop-article .ldp-article--viewmore {
      margin-top: auto; }
  @media (max-width: 992px) {
    .page-listBlog .listBlog-wrap.blog-list-3 .row {
      flex-wrap: nowrap;
      overflow-x: auto; }
      .page-listBlog .listBlog-wrap.blog-list-3 .row::-webkit-scrollbar {
        display: none; }
      .page-listBlog .listBlog-wrap.blog-list-3 .row .ldp-article-item {
        padding-bottom: 20px; } }

@media (max-width: 992px) {
  .page-listBlog .sidebar-blogs {
    margin-top: 30px; } }

.layout-blogs .listBlog-menu {
  border-top: 1px solid var(--shop-color-border); }

/* END LIST-BLOG*/
.fb_dialog img {
  bottom: 170px !important;
  right: 13px !important; }

#back-to-top {
  position: fixed;
  bottom: 241px;
  right: 26px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
  background: #bc8452;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: opacity 0.5s;
  opacity: 0; }

#back-to-top:hover {
  opacity: .8; }

#back-to-top.show {
  opacity: 1; }
