@font-face {
  font-family: 'WG';
  src: url("https://file.hstatic.net/1000388227/file/wondergardensansregular-regular_f22c3c36dc5c47f5ad6ea868f05068fd.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Fu';
  src: url("https://file.hstatic.net/1000388227/file/futura_light_oblique_467e69d92e7a49c5b84eba539b86ce6c.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'JuraLight';
  src: url("https://file.hstatic.net/1000388227/file/jura-light_ff909e5011fc4d4babacc85a3a5cea2d.otf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'JuraRegular';
  src: url("https://file.hstatic.net/1000388227/file/jura-regular_cba2cbd950a943fca1568ac445974a80.otf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'JuraBold';
  src: url("https://file.hstatic.net/1000388227/file/jura-demibold_e6ca49189b8e4b798670162c78f4ac3d.otf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'JuraMedium';
  src: url("https://file.hstatic.net/1000388227/file/jura-medium_ab9ab73972204189900911baedbb10d4.otf") format("truetype");
  font-weight: 500;
  font-style: normal; }

body {
  /*font-family: 'Nunito', sans-serif !important;*/
  font-family: 'Nunito', sans-serif !important;
  font-size: 14px;
  line-height: 25px; }

a {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 25px;
  color: #000; }

h1 {
  font-size: 28px;
  line-height: 35px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5, h6 {
  font-size: 14px; }

p.article-author {
  line-height: 25px;
  margin-bottom: 0px; }

.lock-scroll {
  overflow: hidden; }

/* BUTTON */
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 12px 28px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button:before {
  content: '';
  display: block;
  background-color: #ff0000;
  position: absolute;
  left: -10%;
  top: -10%;
  bottom: -10%;
  width: 0;
  z-index: -1;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@media (min-width: 992px) {
  .button:hover, .button:focus {
    color: #ffffff; }
  .button:hover:before, .button:focus:before {
    width: 120%; }
  .button.btnred:hover, .button.btnred:focus {
    color: #fff;
    border-color: #ff0000; }
  .button.btnlight:hover, .button.btnlight:focus {
    color: #fff; }
  .button.btn-see-more {
    min-width: 400px;
    display: block;
    margin: 0 auto; } }

/* MENU */
.menu-header {
  position: relative;
  box-shadow: 0px 4px 6px -5px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #f9f9f9; }

.main-menu--wrapper .navbar-megamenu .menuList-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1400px) {
    .main-menu--wrapper .navbar-megamenu .menuList-main {
      flex-wrap: nowrap; } }
  .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px; }
    @media (max-width: 1024px) {
      .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main {
        min-width: 175px; } }
    .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main.item-relative {
      position: relative;
      padding: 0 20px; }
      .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main.item-relative .menuList-submain {
        flex-wrap: wrap;
        padding: 20px;
        width: 200px; }
        @media (min-width: 300px) {
          .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main.item-relative .menuList-submain {
            width: 320px; } }
        .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main.item-relative .menuList-submain > li {
          flex: 0 0 100%;
          max-width: 100%;
          list-style-type: none; }
    .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main > a {
      padding: 15px 0 13px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s linear;
      opacity: 1; }
      .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main > a .icon {
        display: inline-block;
        width: 20px;
        height: 20px; }
        .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main > a .icon svg {
          width: 15px;
          height: 15px;
          transition: transform 0.3s linear; }
    .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main .menuList-submain {
      box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
      background: #fff;
      position: absolute;
      top: 100%;
      z-index: 9999;
      left: 0;
      right: 0;
      transition: all 0.3s ease-in-out; }
    .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main:hover > a {
      color: #000;
      opacity: 1; }
      .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main:hover > a .icon svg {
        transform: rotate(-180deg); }
    .main-menu--wrapper .navbar-megamenu .menuList-main .itemList-main:hover .menuList-submain {
      transform: translatey(0);
      opacity: 1;
      visibility: visible; }

.main-menu--wrapper .navbar-megamenu .menuList-submain {
  display: flex;
  padding: 30px 50px;
  transform: translatey(20%);
  opacity: 0;
  visibility: hidden; }
  .main-menu--wrapper .navbar-megamenu .menuList-submain .itemList-submenu {
    flex: 0 0 50%;
    max-width: 50%; }
    .main-menu--wrapper .navbar-megamenu .menuList-submain .itemList-submenu > a {
      font-weight: 600;
      margin-bottom: 5px;
      display: block;
      text-transform: uppercase; }

.main-menu--wrapper .navbar-megamenu .menuList-lvl3 {
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column; }
  .main-menu--wrapper .navbar-megamenu .menuList-lvl3 .child-lvl3 {
    display: inline;
    width: 30%; }
    .main-menu--wrapper .navbar-megamenu .menuList-lvl3 .child-lvl3 a {
      padding: 5px 0;
      display: inline-block;
      position: relative;
      font-size: 16px;
      font-weight: 500; }
      .main-menu--wrapper .navbar-megamenu .menuList-lvl3 .child-lvl3 a:after {
        content: '';
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #ccc;
        position: absolute;
        left: 0;
        transform: scale(0);
        transition: transform 0.3s linear; }
      .main-menu--wrapper .navbar-megamenu .menuList-lvl3 .child-lvl3 a:hover:after {
        transform: scale(1); }
    .main-menu--wrapper .navbar-megamenu .menuList-lvl3 .child-lvl3 img {
      position: absolute;
      top: 0;
      left: 35%;
      max-width: 300px;
      max-height: 200px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s linear; }
    .main-menu--wrapper .navbar-megamenu .menuList-lvl3 .child-lvl3:hover img {
      opacity: 1;
      visibility: visible; }

.main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special {
  display: flex;
  flex-wrap: wrap; }
  .main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special h3 {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
    width: 100%; }
    .main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special h3 span {
      display: inline-block;
      margin-left: 20%;
      position: relative;
      padding: 0 3px; }
      .main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special h3 span:after {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #ff0000;
        border-radius: 5px; }
  .main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special .child-specal {
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6);
    padding: 0 10px;
    margin-bottom: 20px;
    list-style-type: none; }
    .main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special .child-specal img {
      margin-bottom: 15px; }
    .main-menu--wrapper .navbar-megamenu .itemList-main .menuList-special .child-specal span {
      font-weight: 600; }

.header-policy {
  background: #000;
  text-align: center;
  position: relative; }
  .header-policy .policy-content {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
  .header-policy .btn-policy--close {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translatey(-50%);
    cursor: pointer; }
  @media (max-width: 767px) {
    .header-policy {
      padding-right: 30px; }
      .header-policy .btn-policy--close {
        right: 0; } }

.main-menu_mobile {
  position: fixed;
  display: none;
  top: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  padding: 45px 15px;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s linear; }
  .main-menu_mobile.show-menu {
    transform: translateX(0); }
  .main-menu_mobile .menu_mb_wrap {
    overflow: scroll;
    height: 100%; }
  .main-menu_mobile .close_menu {
    position: absolute;
    top: 15px;
    right: 15px; }
  .main-menu_mobile .itemList-main > a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: block; }
    .main-menu_mobile .itemList-main > a .icon {
      width: 40px;
      height: 22px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10; }
      .main-menu_mobile .itemList-main > a .icon svg {
        transition: all 0.3s linear; }
      .main-menu_mobile .itemList-main > a .icon.rotate svg {
        transform: rotate(-180deg); }
  .main-menu_mobile .itemList-main .menuList-submain {
    display: none;
    padding: 15px; }
    .main-menu_mobile .itemList-main .menuList-submain .itemList-submenu > a {
      font-weight: 500;
      text-transform: uppercase; }
  .main-menu_mobile .itemList-main .menuList-special h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .main-menu_mobile .itemList-main .menuList-lvl3 {
    padding: 10px 0; }
    .main-menu_mobile .itemList-main .menuList-lvl3 .child-lvl3 > a {
      font-size: 13px; }

@media (max-width: 992px) {
  .main-menu_mobile {
    display: block; } }

/* PRODUCT LOOP */
.product-loop .product-inner {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .product-loop .product-inner .prod-img {
    position: relative; }
    .product-loop .product-inner .prod-img .prod-tag {
      position: absolute;
      top: -25px;
      right: 0px;
      z-index: 9;
      display: flex;
      column-gap: 4px; }
      .product-loop .product-inner .prod-img .prod-tag .prod-status {
        padding: 0px 3px;
        background: #d21212;
        font-size: 12px;
        border-radius: 2px;
        font-weight: 600;
        color: #fff; }
    .product-loop .product-inner .prod-img .prod-sold {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px 7px;
      background: #999999;
      font-size: 12px;
      border-radius: 2px;
      font-weight: 600;
      color: #fff;
      z-index: 9; }
    .product-loop .product-inner .prod-img .prod-image {
      position: relative;
      padding-bottom: 100%;
      display: block;
      overflow: hidden; }
      .product-loop .product-inner .prod-img .prod-image img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.5s; }
  .product-loop .product-inner .prod-details {
    padding: 20px;
    margin-top: auto; }
    .product-loop .product-inner .prod-details .prod-title {
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-bottom: 10px; }
      .product-loop .product-inner .prod-details .prod-title a {
        color: #000; }
    .product-loop .product-inner .prod-details .prod-sku {
      margin-bottom: 10px; }
      .product-loop .product-inner .prod-details .prod-sku a {
        color: #000;
        font-size: 14px; }
    .product-loop .product-inner .prod-details .prod-radius {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      color: #000; }
      .product-loop .product-inner .prod-details .prod-radius .icon {
        line-height: 1; }
        .product-loop .product-inner .prod-details .prod-radius .icon svg {
          width: 15px;
          height: 15px;
          fill: #000; }
    .product-loop .product-inner .prod-details .pdPrice span {
      display: inline-block;
      font-size: 14px;
      font-weight: 700; }
    .product-loop .product-inner .prod-details .prod-action .btnLoop {
      display: inline-flex;
      margin-top: 5px;
      background: #000;
      color: #fff;
      padding: 2px 5px;
      border: 2px solid #000;
      font-weight: 400;
      align-items: center;
      gap: 2px;
      font-size: x-small; }
      .product-loop .product-inner .prod-details .prod-action .btnLoop:not(.Soldoutcart):hover {
        background: #fff;
        color: #000; }
      .product-loop .product-inner .prod-details .prod-action .btnLoop.Soldoutcart {
        background: #000;
        cursor: no-drop;
        border-color: #000; }
      .product-loop .product-inner .prod-details .prod-action .btnLoop .icon-cart {
        margin-top: 4px; }
    .product-loop .product-inner .prod-details > p {
      line-height: 1; }

@media (max-width: 767px) {
  .product-loop .product-inner .prod-details {
    padding: 10px 0; } }

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

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

.sidebar-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000; }
  .sidebar-search .search-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    .sidebar-search .search-wrap .search-form {
      position: relative; }
      .sidebar-search .search-wrap .search-form .smart-search-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        padding: 15px;
        margin: 0 15px; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult {
          padding: 12px 0;
          border-bottom: 1px dotted #dfe0e1;
          clear: both;
          width: 100%;
          float: left; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult .thumbs {
          width: 40px;
          display: inline-block;
          text-align: right; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult .title {
          width: calc(100% - 40px);
          padding-right: 5px;
          float: left;
          line-height: 20px;
          position: relative;
          margin-top: 0px !important; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult .title a {
          font-size: 15px;
          font-weight: 600;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: pre;
          float: left;
          width: 100%;
          margin: 5px 0 5px; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult .title p {
          line-height: 15px;
          font-size: 12px;
          font-weight: 500;
          float: left;
          margin: 0; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult .title p.onsale {
          color: #ff2c26; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .item-ult .title p del {
          font-size: 11px;
          font-weight: 400;
          margin-left: 7px;
          color: #797979; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .resultsMore {
          width: 100%;
          float: left; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .resultsMore a {
          text-align: center;
          display: block;
          font-size: 13px;
          padding: 10px 0; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest {
          visibility: hidden;
          opacity: 0;
          transform: translateY(-20px); }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest.show-suggest {
          visibility: visible;
          opacity: 1;
          transform: translateY(0);
          transition: opacity .35s .4s,visibility .35s .4s,transform .25s ease .35s; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest p {
          margin: 0 0 12px; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest li {
          margin-bottom: 5px; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest li a {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px;
          color: var(--shop-color-text); }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest {
          display: flex;
          justify-content: center;
          margin-top: 15px;
          font-size: 16px;
          text-align: center; }
          .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest .item-suggest {
            font-weight: 500;
            white-space: nowrap; }
          .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest ul {
            display: flex;
            flex-wrap: wrap; }
          .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest ul li {
            margin-left: 7px; }
          .sidebar-search .search-wrap .search-form .smart-search-wrapper .search-suggest ul li a {
            text-decoration: underline; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
          display: none; }
        .sidebar-search .search-wrap .search-form .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
          display: none; }
  .sidebar-search .wpo-wrapper-search .searchform {
    display: flex;
    border: 1px solid #000; }
    .sidebar-search .wpo-wrapper-search .searchform .wpo-search-inner {
      width: 100%; }
      .sidebar-search .wpo-wrapper-search .searchform .wpo-search-inner input[type="text"] {
        width: 100%;
        border: 0;
        outline: none;
        height: 100%; }
    .sidebar-search .wpo-wrapper-search .searchform button {
      background: transparent;
      padding: 10px 10px 3px 10px; }
  .sidebar-search .sitenav-search {
    margin-bottom: 0;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    padding: 32px 0;
    transition: transform 300ms ease;
    transform: translateY(-100%); }
  .sidebar-search.show .sitenav-search {
    transform: translateY(0); }
  .sidebar-search .logo-name {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    color: #000;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .sidebar-search .wrap-logo {
    min-width: 150px;
    max-width: 220px; }
    .sidebar-search .wrap-logo img {
      max-height: 70px; }
  .sidebar-search .sitenav-search form.searchform input.input-search {
    background: none;
    border-radius: 2px; }
  .sidebar-search .wrap-action {
    display: flex;
    justify-content: flex-end; }
    .sidebar-search .wrap-action .action-link {
      background: none;
      border: 0;
      width: 32px;
      height: 40px;
      position: relative;
      margin-left: 10px; }
      .sidebar-search .wrap-action .action-link.link-account {
        display: block; }
        .sidebar-search .wrap-action .action-link.link-account .icon {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
    .sidebar-search .wrap-action .count-holder {
      display: inline-block;
      vertical-align: top;
      background: #ff0000;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      position: absolute;
      left: 20px;
      top: -1px;
      padding: 0px 3px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%; }
  .sidebar-search .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5); }
  .sidebar-search .mini_search_header h3 {
    padding: 0 12px;
    font-size: 20px; }
  .sidebar-search .actions {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    .sidebar-search .actions .btn-close-search {
      position: relative;
      cursor: pointer;
      /*top: 2px;
			right: 5px;*/
      color: #272727;
      z-index: 999;
      width: 40px;
      height: 40px;
      border: 9px solid transparent;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
      .sidebar-search .actions .btn-close-search:before, .sidebar-search .actions .btn-close-search:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background-color: rgba(39, 39, 39, 0.8);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .sidebar-search .actions .btn-close-search:before {
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sidebar-search .actions .btn-close-search:after {
        transform-origin: 50% 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sidebar-search .actions .btn-close-search:hover {
        background: #e5e5e5; }
      .sidebar-search .actions .btn-close-search:hover:before, .sidebar-search .actions .btn-close-search:hover:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
      @media (max-width: 767px) {
        .sidebar-search .actions .btn-close-search {
          top: 5px; } }
  @media (max-width: 991px) {
    .sidebar-search .logo, .sidebar-search .actions {
      display: none; }
    .sidebar-search.show {
      bottom: 0; }
    .sidebar-search.show .sitenav-search {
      bottom: 0; } }

.sitenav-locate .sitenav-content__title p {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase; }

.sitenav-locate .sitenav-boxscroll {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden; }

.sitenav-locate .sitenav-boxscroll::-webkit-scrollbar {
  width: 4px;
  height: 3px; }

.sitenav-locate .sitenav-boxscroll::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.sitenav-locate .sitenav-boxscroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e1e3e4;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.sitenav-locate .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.sitenav-locate .sitenav-content__block {
  padding-top: 15px; }
  .sitenav-locate .sitenav-content__block .boxaddress {
    border: 1px solid rgba(51, 51, 51, 0.18);
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 13px;
    background: rgba(51, 51, 51, 0.15);
    color: #000; }
    .sitenav-locate .sitenav-content__block .boxaddress span {
      display: block;
      font-weight: 500; }
  .sitenav-locate .sitenav-content__block .boxprovince {
    padding: 10px 0; }
    .sitenav-locate .sitenav-content__block .boxprovince .textprov {
      color: #000;
      font-weight: 500;
      margin-bottom: 10px; }
    .sitenav-locate .sitenav-content__block .boxprovince .listprov li {
      position: relative;
      cursor: pointer;
      padding: 10px 0 10px 35px;
      transition: background 0.4s ease;
      font-size: 13px;
      color: #000;
      border-top: 1px dotted #f2f2f2; }
      .sitenav-locate .sitenav-content__block .boxprovince .listprov li .address-name {
        display: block;
        font-weight: 600; }
      .sitenav-locate .sitenav-content__block .boxprovince .listprov li .icmap {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 15px;
        left: 8px; }
    .sitenav-locate .sitenav-content__block .boxprovince .listprov li:hover {
      background: rgba(51, 51, 51, 0.15); }
  .sitenav-locate .sitenav-content__block .boxfilter {
    margin-bottom: 3px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select {
      margin-right: -5px;
      margin-left: -5px;
      display: -ms-flexbox;
      display: flex; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 50%;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select {
      position: relative; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 12px;
      border: solid #666666;
      border-width: 0px 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item label {
      display: block;
      font-weight: 500;
      font-size: 13px;
      margin: 0 0 5px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select {
      padding: 0px 8px;
      padding-right: 25px;
      cursor: pointer;
      outline: none;
      text-overflow: ellipsis;
      border-radius: 4px;
      height: 34px;
      line-height: 32px;
      background: #ffffff;
      border: 1px solid #f2f2f2;
      font-size: 13px;
      width: 100%;
      color: #000;
      font-weight: 500;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:-ms-expand {
      display: none; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:invalid {
      color: #677279; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select [disabled] {
      color: #ededed;
      font-weight: 300; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option {
      color: #000;
      font-weight: 500;
      line-height: 18px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option[value="null"] {
      color: #677279; }

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

#header .mainHeader {
  width: 100%;
  position: relative;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  #header .mainHeader .mainHeader-middle {
    padding: 5px 0 0;
    border-bottom: 1px solid #f2f2f2; }
  #header .mainHeader .flex-container-header {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #header .mainHeader .flex-container-header > div[class*='header-wrap-'] {
      flex: 0 0 calc(100% / 3);
      max-width: calc(100% / 3);
      padding: 0 15px; }
  #header .mainHeader .header-wrap-logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    #header .mainHeader .header-wrap-logo h1, #header .mainHeader .header-wrap-logo a {
      font-size: 26px;
      font-weight: bold;
      text-decoration: none;
      margin: 0;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  #header .mainHeader .header-wrap-menu .navbar-mainmenu {
    text-align: center; }
  #header .mainHeader .header-wrap-menu .menuList-main {
    margin: 0; }
    #header .mainHeader .header-wrap-menu .menuList-main > li {
      display: inline-block;
      margin: 0 15px;
      position: relative; }
      #header .mainHeader .header-wrap-menu .menuList-main > li > a {
        opacity: 0.85;
        position: relative;
        z-index: 2;
        display: block;
        padding: 15px 4px;
        width: 100%;
        letter-spacing: 0.75px;
        font-weight: 600;
        font-size: 14px;
        -webkit-transition: none;
        transition: none; }
        #header .mainHeader .header-wrap-menu .menuList-main > li > a svg {
          display: inline-block;
          vertical-align: middle;
          margin-left: 0;
          -webkit-transition: transform .2s;
          -moz-transition: transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s; }
      #header .mainHeader .header-wrap-menu .menuList-main > li.active a, #header .mainHeader .header-wrap-menu .menuList-main > li.active a:focus {
        opacity: 1; }
      #header .mainHeader .header-wrap-menu .menuList-main > li:hover > a, #header .mainHeader .header-wrap-menu .menuList-main > li.active:hover a {
        opacity: 1; }
      #header .mainHeader .header-wrap-menu .menuList-main > li:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0%;
        transform-origin: 0%; }
      #header .mainHeader .header-wrap-menu .menuList-main > li:hover > a svg {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #header .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain {
      background: #fff;
      min-width: 230px;
      max-width: 180%;
      padding: 12px 0;
      position: absolute;
      z-index: 99;
      top: 150%;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #header .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
      left: 100%;
      top: 0; }
    #header .mainHeader .header-wrap-menu .menuList-main li.has-submenu:hover > .menuList-submain {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth {
      position: initial; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn {
        padding: 25px 0;
        left: 0;
        right: 0;
        max-height: 75vh;
        overflow-x: hidden;
        overflow-y: auto; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn-container {
        max-width: 1600px;
        padding: 0 50px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu {
        flex: 0 0 auto;
        width: 62%; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu.subchildmenu-full {
        width: 100%; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu li a {
        padding: 3px 0; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .menuBanner {
        flex: 0 0 auto;
        width: 38%; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
        text-align: left;
        margin-bottom: 15px; }
      #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item > a {
        font-weight: 600; }
      @media (min-width: 991px) {
        #header .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
          padding-right: 15px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      #header .mainHeader .header-wrap-menu .menuList-main > li > a {
        font-size: 13px; } }
  #header .mainHeader .header-wrap-menu .menuList-submain {
    /*li:not(:first-child){	border-top: 1px solid #ecf0f1}*/ }
    #header .mainHeader .header-wrap-menu .menuList-submain li {
      position: relative; }
      #header .mainHeader .header-wrap-menu .menuList-submain li a {
        padding: 5px 22px;
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        opacity: 0.85; }
      #header .mainHeader .header-wrap-menu .menuList-submain li a svg {
        width: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out; }
      #header .mainHeader .header-wrap-menu .menuList-submain li a:hover svg {
        right: 10px;
        opacity: 0.8; }
    #header .mainHeader .header-wrap-menu .menuList-submain li.has-submenu {
      padding-right: 30px; }
    #header .mainHeader .header-wrap-menu .menuList-submain li a:hover, #header .mainHeader .header-wrap-menu .menuList-submain li a:hover i {
      opacity: 1; }
  #header .mainHeader .header-wrap-actions .header-action {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  #header .mainHeader .header-wrap-actions .header-action-item {
    margin-left: 10px;
    align-self: center; }
    #header .mainHeader .header-wrap-actions .header-action-item.header-action_account .header-action_dropdown .box-triangle {
      right: 58px; }
    #header .mainHeader .header-wrap-actions .header-action-item.header-action_search .header-action_dropdown .box-triangle {
      right: 98px; }
    #header .mainHeader .header-wrap-actions .header-action-item.js-action-show .header-action_text .box-triangle {
      visibility: visible;
      opacity: 1; }
    #header .mainHeader .header-wrap-actions .header-action-item.js-action-show .header-action_dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
    #header .mainHeader .header-wrap-actions .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    #header .mainHeader .header-wrap-actions .header-action-item.header-action_locate.js-action-show .overlays:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      width: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 100;
      margin: auto; }
    #header .mainHeader .header-wrap-actions .header-action-item.header-action_locate.js-action-show .overlays .header-action__link {
      z-index: 101; }
    #header .mainHeader .header-wrap-actions .header-action-item.header-action_cart .header-action_text span.count {
      background: #ff0000;
      width: 20px;
      text-align: center;
      color: #fff;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: -5px;
      font-size: 12px;
      line-height: 20px; }
  #header .mainHeader .header-wrap-actions .header-action_text {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #header .mainHeader .header-wrap-actions .header-action_text .box-triangle {
    position: absolute;
    width: 22px;
    height: 15px;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #header .mainHeader .header-wrap-actions .header-action_text .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    border: 0;
    background: none; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon,
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text {
    padding-left: 2px;
    text-align: left; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txtnw {
    font-size: 12px; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txtbl {
    font-size: 13px;
    display: block;
    font-weight: 500; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 115px;
    overflow: hidden; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 3px; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 32px;
    height: 40px;
    text-align: center; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon .box-icon--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon .box-icon--close svg {
      width: 18px; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -1px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%; }
  #header .mainHeader .header-wrap-actions .header-action_text .header-action__link:hover svg.svg-ico-search {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  #header .mainHeader .header-wrap-actions .header-action_dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform; }
    #header .mainHeader .header-wrap-actions .header-action_dropdown .box-triangle {
      position: absolute;
      bottom: calc(100% - 2px);
      margin: 0 auto;
      width: 22px;
      height: 15px;
      right: 19px; }
    #header .mainHeader .header-wrap-actions .header-action_dropdown .box-triangle svg {
      -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
    #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content {
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow: hidden;
      padding: 15px 20px; }
      #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 500;
        text-align: center; }
  #header .mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none; }
  #header .mainHeader .header-navbar-menu {
    display: -ms-flex;
    display: flex; }
    #header .mainHeader .header-navbar-menu .header-wrap-menu {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  #header .mainHeader.hSticky {
    visibility: hidden;
    opacity: 0; }
    #header .mainHeader.hSticky .header-wrap-actions .header-action .header-action-item.header-action_locate {
      display: none; }
    #header .mainHeader.hSticky .header-wrap-menu .menuList-main > li > a {
      padding-top: 25px;
      padding-bottom: 25px; }
    #header .mainHeader.hSticky.hSticky-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: #fff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
    #header .mainHeader.hSticky.hSticky-nav.hSticky-up {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
    #header .mainHeader.hSticky.topbar-bottom, #header .mainHeader.hSticky.topbar-banner {
      display: none; }
  @media (min-width: 1200px) {
    #header .mainHeader .header-wrap-menu {
      flex: 1 1 auto; } }
  @media (min-width: 992px) {
    #header .mainHeader .header-wrap-logo a img {
      max-height: 60px; }
    #header .mainHeader .header-wrap-logo .wrap-logo,
    #header .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
      min-width: 150px;
      max-width: 220px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_cart .header-action_dropdown {
      width: 420px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 420px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_account .header-action_dropdown {
      width: 340px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_locate .header-action_dropdown {
      width: 420px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
      width: auto;
      min-width: 260px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_locate .header-action_text .header-action__link {
      overflow: hidden; }
    #header .mainHeader .header-wrap-iconav .header-action-mobile {
      display: none; }
    #header .mainHeader .header-wrap-info li:nth-child(2) {
      margin-left: 15px; }
    #header .mainHeader .header-wrap-info li svg {
      width: 22px;
      height: 22px;
      transform: translateY(-2px); }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
      border-radius: 50%;
      height: 6px;
      width: 6px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 4px;
      opacity: 1;
      margin: 0 auto;
      transform: rotateX(55deg); }
      #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
        content: "";
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        margin: -8px 0 0 -12px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        animation-delay: 1.1s; }
    #header .mainHeader.hSticky-nav .header-wrap-logo h1 a {
      font-size: 25px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    #header .mainHeader .container {
      width: 100%; }
    #header .mainHeader .header-wrap-logo h1, #header .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    #header .mainHeader .header-wrap-logo a img {
      max-width: 200px;
      max-height: 70px; }
    #header .mainHeader.hSticky-nav .header-wrap-logo h1, #header .mainHeader.hSticky-nav .header-wrap-logo a {
      font-size: 23px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
      font-size: 10px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
      font-size: 12px; } }
  @media (max-width: 991px) {
    #header .mainHeader .mainHeader-middle {
      position: relative; }
    #header .mainHeader .mainHeader-middle .container {
      width: 100%; }
    #header .mainHeader .flex-container-header {
      padding: 12px 0;
      margin: 0;
      align-items: unset; }
      #header .mainHeader .flex-container-header > div[class*='header-wrap-'] {
        position: initial;
        padding: 0; }
    #header .mainHeader .header-wrap-logo {
      text-align: center;
      flex: 1 1 auto; }
      #header .mainHeader .header-wrap-logo a img {
        max-height: 65px; }
      #header .mainHeader .header-wrap-logo .wrap-logo {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
    #header .mainHeader .header-wrap-menu {
      display: none; }
    #header .mainHeader .header-wrap-actions .header-action {
      position: initial;
      height: 100%; }
      #header .mainHeader .header-wrap-actions .header-action .header-action-item {
        position: initial;
        margin-left: 5px;
        height: 100%; }
        #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: none; }
        #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_dropdown {
          right: 0;
          left: 0;
          top: 100%;
          width: 100vw;
          height: 100vh; }
        #header .mainHeader .header-wrap-actions .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
        #header .mainHeader .header-wrap-actions .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
        #header .mainHeader .header-wrap-actions .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
          opacity: 0;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
      #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_cart.show-mb {
        display: block; }
      #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0px 80px; }
      #header .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 120px;
        -webkit-overflow-scrolling: touch; }
    #header .mainHeader .header-wrap-iconav {
      display: flex;
      align-items: center; }
      #header .mainHeader .header-wrap-iconav .header-mobile-menu button {
        background: transparent;
        border: none;
        outline: none; } }
  @media (max-width: 992px) and (min-width: 768px) {
    #header .mainHeader .header-wrap-logo h1, #header .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action__link .box-text {
      padding: 3px 10px; }
    #header .mainHeader.hSticky-nav .header-wrap-actions .header-action-item.locationContainer .header-action_text .box-triangle {
      top: 100%; }
    #header .mainHeader .header-wrap-actions.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-left: 0;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    #header .mainHeader .flex-container-header {
      padding: 10px 0 8px; }
      #header .mainHeader .flex-container-header .header-wrap-iconav {
        flex: 0 0 10% !important;
        max-width: 10% !important; }
      #header .mainHeader .flex-container-header .header-wrap-logo {
        flex: 0 0 30% !important;
        max-width: 30% !important; }
      #header .mainHeader .flex-container-header .header-wrap-actions {
        flex: 0 0 60% !important;
        max-width: 60% !important; }
    #header .mainHeader .header-wrap-logo h1, #header .mainHeader .header-wrap-logo a {
      font-size: 24px; }
    #header .mainHeader .header-wrap-logo .wrap-logo a {
      transition: none;
      word-wrap: break-word;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    #header .mainHeader.hSticky-nav .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .header-action__link {
      padding: 0; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .box-triangle {
      top: calc(100% - 5px); }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
      max-width: 90px;
      vertical-align: initial; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .header-action__link .box-text {
      padding: 0 5px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text {
      margin-right: 0; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .header-action__link {
      padding: 0 5px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
      font-size: 8px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
      font-size: 10px;
      margin-left: 1px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
      font-size: 10px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
      width: 18px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
      width: 18px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
      width: 18px; }
    #header .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
      min-width: 16px;
      height: 16px;
      line-height: 16px;
      left: 12px;
      top: 1px; }
    #header .mainHeader .header-wrap-actions.header-wrap-iconav .header-action .header-action-item {
      padding: 0; }
    #header .mainHeader .header-wrap-actions.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-left: 0;
      margin-right: 8px; } }

/*********** FOOTER *************/
footer .footer-top {
  padding: 80px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  footer .footer-top .newsletter-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px; }
  footer .footer-top .newsletter-form .form-letter {
    display: flex;
    justify-content: center; }
    footer .footer-top .newsletter-form .form-letter .form-field {
      display: flex;
      width: 50%;
      justify-content: center; }
      footer .footer-top .newsletter-form .form-letter .form-field input[type="email"] {
        border: none;
        outline: none;
        box-shadow: none;
        border-bottom: 2px solid #000;
        padding-left: 0; }
      footer .footer-top .newsletter-form .form-letter .form-field input[type="submit"] {
        width: 30%;
        background: #000;
        outline: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        box-shadow: none;
        border: 2px solid #000; }
        footer .footer-top .newsletter-form .form-letter .form-field input[type="submit"]:hover {
          background: #fff;
          color: #000; }
  @media (max-width: 991px) {
    footer .footer-top {
      padding: 40px 0; }
      footer .footer-top .newsletter-form .form-letter .form-field {
        width: 100%; } }

footer .footer-main {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2; }
  footer .footer-main .main-wrapper {
    padding: 30px 0 0 0;
    /*display: flex;*/ }
    footer .footer-main .main-wrapper .main-col {
      /*flex: 0 0 25%;
				max-width: 25%;*/
      width: 100%;
      padding: 0 15px;
      display: flex; }
      footer .footer-main .main-wrapper .main-col .col-menu {
        margin-bottom: 30px;
        width: 25%; }
        footer .footer-main .main-wrapper .main-col .col-menu .menu-title h3 {
          color: #282828;
          font-weight: 500;
          padding-bottom: 20px;
          position: relative; }
          footer .footer-main .main-wrapper .main-col .col-menu .menu-title h3 .box-icon {
            position: absolute;
            right: 0;
            top: 0;
            display: none;
            transition: all 0.3s linear;
            width: 15px;
            height: 15px; }
        footer .footer-main .main-wrapper .main-col .col-menu .menu-content .list-menu li {
          list-style-type: none; }
          footer .footer-main .main-wrapper .main-col .col-menu .menu-content .list-menu li a {
            color: #000;
            text-transform: uppercase; }
        footer .footer-main .main-wrapper .main-col .col-menu.show-menu .menu-title h3 .box-icon {
          transform: rotate(-540deg); }
      footer .footer-main .main-wrapper .main-col .col-menu:last-child {
        margin-bottom: 0; }
      footer .footer-main .main-wrapper .main-col .col-social .social-content .list-social {
        display: flex;
        flex-wrap: wrap;
        gap: 25px; }
        footer .footer-main .main-wrapper .main-col .col-social .social-content .list-social li {
          transition: transform 0.2s linear;
          list-style-type: none; }
          footer .footer-main .main-wrapper .main-col .col-social .social-content .list-social li:hover {
            transform: translatey(-10px); }
      footer .footer-main .main-wrapper .main-col.col-collapse {
        flex: 0 0 50%;
        max-width: 50%; }
        footer .footer-main .main-wrapper .main-col.col-collapse .col-contact .col-title h3 {
          font-size: 16px;
          color: #282828;
          font-weight: 500;
          padding-bottom: 20px; }
        footer .footer-main .main-wrapper .main-col.col-collapse .col-contact .col-content .contact-address a:hover {
          text-decoration: underline; }
        footer .footer-main .main-wrapper .main-col.col-collapse .col-contact .col-content .contact-item .title {
          font-size: 16px;
          margin-bottom: 10px;
          line-height: 24px; }
        footer .footer-main .main-wrapper .main-col.col-collapse .col-contact .col-content .contact-item .content {
          font-size: 16px;
          font-weight: 700; }
        @media (max-width: 991px) {
          footer .footer-main .main-wrapper .main-col.col-collapse {
            flex: 0 0 100%;
            max-width: 100%; } }
  @media (max-width: 991px) {
    footer .footer-main .main-wrapper {
      flex-wrap: wrap; }
      footer .footer-main .main-wrapper .main-col {
        /*flex: 0 0 100%;*/
        max-width: 100%;
        padding: 0;
        display: block; }
        footer .footer-main .main-wrapper .main-col .col-menu {
          margin-bottom: 20px;
          width: 100%; }
          footer .footer-main .main-wrapper .main-col .col-menu .menu-title h3 .box-icon {
            display: block; }
          footer .footer-main .main-wrapper .main-col .col-menu .menu-content {
            display: none; }
        footer .footer-main .main-wrapper .main-col .col-menu:last-child {
          margin-bottom: 20px; }
        footer .footer-main .main-wrapper .main-col .col-social .social-content {
          display: none; } }

footer .footer-bottom .box-logo {
  text-align: center;
  padding: 10px 0; }

footer .footer-bottom .box-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  /*.box-left, .box-logo, .box-logoBCT{
				flex: 0 0 calc(100% / 3);
				max-width: calc(100% / 3);
			}*/ }
  footer .footer-bottom .box-top .box-left, footer .footer-bottom .box-top .box-logoBCT {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    line-height: 25px; }
  footer .footer-bottom .box-top .box-left p {
    /*font-size: 13px;*/ }
  footer .footer-bottom .box-top .box-logo img {
    max-width: 240px; }
  footer .footer-bottom .box-top .box-logoBCT {
    text-align: left; }
    footer .footer-bottom .box-top .box-logoBCT img {
      max-width: 240px; }
  @media (max-width: 991px) {
    footer .footer-bottom .box-top {
      flex-wrap: wrap; }
      footer .footer-bottom .box-top .box-left, footer .footer-bottom .box-top .box-logo, footer .footer-bottom .box-top .box-logoBCT {
        flex: 0 0 100%;
        max-width: 100%; } }

footer .footer-bottom .box-bottom {
  background: #fff; }
  footer .footer-bottom .box-bottom .box-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; }
    footer .footer-bottom .box-bottom .box-wrap .box-logoBCT img {
      max-width: 200px; }
    footer .footer-bottom .box-bottom .box-wrap .box-copyright p {
      margin: 0;
      color: #000; }
      footer .footer-bottom .box-bottom .box-wrap .box-copyright p a {
        color: #000; }

@media (max-width: 991px) {
  footer .footer-bottom .box-bottom .box-wrap {
    flex-wrap: wrap;
    justify-content: center; }
    footer .footer-bottom .box-bottom .box-wrap .box-logoBCT {
      text-align: center;
      width: 100%;
      margin-bottom: 15px; }
    footer .footer-bottom .box-bottom .box-wrap .box-copyright {
      width: 100%; }
      footer .footer-bottom .box-bottom .box-wrap .box-copyright p {
        text-align: center; } }

/* INDEX */
.slick-slider button.slick-arrow {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 60px;
  height: 60px;
  line-height: 1;
  border-radius: 50%;
  z-index: 10;
  padding: 0; }
  .slick-slider button.slick-arrow svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: -3px; }
  .slick-slider button.slick-arrow.slick-prev {
    left: 10px; }
    .slick-slider button.slick-arrow.slick-prev svg {
      transform: rotate(-180deg);
      margin: 0;
      margin-left: -5px; }
  .slick-slider button.slick-arrow.slick-next {
    right: 10px; }
  .slick-slider button.slick-arrow.slick-disabled {
    opacity: 0.7;
    cursor: no-drop; }

.slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translatex(-50%);
  display: flex !important;
  gap: 25px; }
  .slick-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #999;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 0;
    transition: all 0.3s linear; }
  .slick-slider .slick-dots li.slick-active button {
    background: #000;
    width: 40px; }

.slick-slider .slick-slide img {
  padding: 0;
  width: 100%; }

#index-slider .list-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: nowrap; }
  #index-slider .list-slider:not(.slick-slider) .slider-item {
    flex: 0 0 100%;
    max-width: 100%; }

#index-slider .list-slider.slick-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

#index-slider .list-slider.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

#home_banner {
  margin-top: 50px; }
  #home_banner .list-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    #home_banner .list-banner .banner-item {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px); }
  @media (max-width: 767px) {
    #home_banner {
      margin-top: 30px; }
      #home_banner .list-banner {
        gap: 10px; }
        #home_banner .list-banner .banner-item {
          flex: 0 0 100%;
          max-width: 100%; } }

.collection-tab {
  margin-top: 50px; }
  .collection-tab .box-content .nav-collection {
    margin-bottom: 30px; }
    .collection-tab .box-content .nav-collection .nav-list {
      display: flex;
      justify-content: center;
      gap: 20px; }
      .collection-tab .box-content .nav-collection .nav-list li {
        padding: 20px;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        position: relative; }
        .collection-tab .box-content .nav-collection .nav-list li:after {
          content: '';
          position: absolute;
          bottom: 10px;
          width: 50%;
          height: 2px;
          background: #000;
          left: 50%;
          transform: translatex(-50%) scale(0);
          transition: all 0.3s ease-in-out; }
        .collection-tab .box-content .nav-collection .nav-list li:hover {
          color: #000; }
          .collection-tab .box-content .nav-collection .nav-list li:hover:after {
            transform: translatex(-50%) scale(1); }
      .collection-tab .box-content .nav-collection .nav-list li.active {
        color: #000;
        background: bisque; }
        .collection-tab .box-content .nav-collection .nav-list li.active:after {
          transform: translatex(-50%) scale(1); }
  .collection-tab .box-content .box-collection .tab-content .collection-list.slick-slider {
    margin-left: -8px;
    margin-right: -8px; }
    .collection-tab .box-content .box-collection .tab-content .collection-list.slick-slider .product-loop {
      padding: 0 8px; }
    .collection-tab .box-content .box-collection .tab-content .collection-list.slick-slider .product-loop:not(:last-child) {
      border-right: 1px solid #cccccc; }
  .collection-tab .box-content .box-collection .tab-content .collection-list:not(.slick-slider) {
    display: flex;
    overflow: hidden; }
    .collection-tab .box-content .box-collection .tab-content .collection-list:not(.slick-slider) .product-loop {
      flex: 0 0 25%;
      max-width: 25%; }
      .collection-tab .box-content .box-collection .tab-content .collection-list:not(.slick-slider) .product-loop:not(:last-child) {
        border-right: 1px solid #cccccc; }
  .collection-tab .box-content .box-collection .tab-content .tab-collection {
    display: none; }
  @media (max-width: 767px) {
    .collection-tab .box-content .nav-collection .nav-list {
      gap: 5px;
      overflow: initial;
      flex-wrap: wrap; }
      .collection-tab .box-content .nav-collection .nav-list li {
        padding: 5px; }
        .collection-tab .box-content .nav-collection .nav-list li:after {
          bottom: 0; }
    .collection-tab .box-content .box-collection .tab-content .collection-list.slick-slider .product-loop {
      padding: 0 4px; }
    .collection-tab .box-content .box-collection .tab-content .collection-list.slick-slider .slick-dots {
      bottom: -35px; } }

#section-banner-product {
  margin-top: 50px; }
  #section-banner-product .section-title h3 {
    text-align: center;
    margin-bottom: 30px; }
  #section-banner-product .box-product {
    position: absolute; }
    #section-banner-product .box-product .banner-product {
      display: flex;
      align-items: center;
      max-width: 400px;
      background: #f2f2f2; }
      #section-banner-product .box-product .banner-product .details {
        flex: 0 0 65%;
        max-width: 65%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        background: #fff;
        gap: 10px; }
        #section-banner-product .box-product .banner-product .details h3 {
          font-size: 18px;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #565656; }
        #section-banner-product .box-product .banner-product .details p {
          margin: 0;
          font-size: 16px;
          color: #565656; }
        #section-banner-product .box-product .banner-product .details .price {
          font-weight: 600;
          font-size: 18px; }
      #section-banner-product .box-product .banner-product .image {
        flex: 0 0 35%;
        max-width: 35%;
        background: #f2f2f2;
        height: 100%; }
  #section-banner-product .box-content {
    position: relative; }
    #section-banner-product .box-content .box--product-1 {
      bottom: 20px;
      left: 20px; }
    #section-banner-product .box-content .box--product-2 {
      right: 20px;
      bottom: 20px; }
  @media (max-width: 767px) {
    #section-banner-product .box-product {
      position: initial;
      margin-top: 15px;
      border: 1px solid #f2f2f2; } }

.section-home-blog {
  margin: 50px 0; }
  .section-home-blog .title {
    margin-bottom: 40px; }
    .section-home-blog .title h2 {
      text-align: center;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: brown;
      font-weight: 400; }
    .section-home-blog .title .sub-title {
      text-align: center;
      font-size: 16px; }
      .section-home-blog .title .sub-title a {
        text-decoration: underline;
        display: inline-block; }
  .section-home-blog .box-article .list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .section-home-blog .box-article .list-item .item {
      flex: 0 0 calc(25% - 7.5px);
      max-width: calc(25% - 7.5px); }
  @media (max-width: 767px) {
    .section-home-blog .box-article .list-item .item {
      flex: 0 0 100%;
      max-width: 100%; } }
  .section-home-blog .article-loop {
    height: 100%; }
    .section-home-blog .article-loop .box-content {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .section-home-blog .article-loop .box-content .box-image {
        width: 100%;
        /*min-height: 300px;*/ }
        .section-home-blog .article-loop .box-content .box-image img {
          width: 100%;
          height: 100%;
          aspect-ratio: 1/1;
          object-fit: cover; }
      .section-home-blog .article-loop .box-content .box-details {
        padding: 10px 5px; }
        .section-home-blog .article-loop .box-content .box-details .author {
          color: brown;
          text-transform: uppercase;
          margin-bottom: 0px; }
        .section-home-blog .article-loop .box-content .box-details .detail h3 {
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          /*margin-bottom: 10px;*/
          font-size: 14px; }
          .section-home-blog .article-loop .box-content .box-details .detail h3 a {
            color: #4b0000;
            text-transform: uppercase; }
        .section-home-blog .article-loop .box-content .box-details .desc {
          /*font-size: 16px;*/ }

.article-related .article-loop {
  height: 100%; }
  .article-related .article-loop .box-content .box-image {
    width: 100%;
    max-height: 265px; }
    .article-related .article-loop .box-content .box-image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }

/* COLECTION */
#insCollectionPage .collection_head .box-collection__title {
  position: relative; }
  #insCollectionPage .collection_head .box-collection__title h1 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 5px;
    color: #d80000;
    margin-bottom: 15px;
    line-height: normal; }
  #insCollectionPage .collection_head .box-collection__title .decs_collection {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative; }
    #insCollectionPage .collection_head .box-collection__title .decs_collection.hide-fade:after {
      opacity: 0;
      visibility: hidden; }
    #insCollectionPage .collection_head .box-collection__title .decs_collection:after {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50px;
      left: 0;
      background-image: linear-gradient(to top, #fff, transparent);
      content: '';
      transition: all 0.3s linear; }
    #insCollectionPage .collection_head .box-collection__title .decs_collection h2 {
      text-align: center;
      margin-bottom: 15px !important;
      letter-spacing: 5px;
      line-height: normal; }
    #insCollectionPage .collection_head .box-collection__title .decs_collection p {
      color: #000; }
  #insCollectionPage .collection_head .box-collection__title .btn-readmore {
    position: absolute;
    z-index: 9;
    color: #000;
    bottom: -30px;
    left: 50%;
    transform: translatex(-50%);
    font-weight: 600;
    cursor: pointer; }
    #insCollectionPage .collection_head .box-collection__title .btn-readmore:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      background: #ccc;
      bottom: -3px;
      left: 0; }

#insCollectionPage #pd_collection .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  #insCollectionPage #pd_collection .product-list .item_product {
    flex: 0 0 calc(100%/5 - 12px);
    max-width: calc(100%/5 - 12px); }
  #insCollectionPage #pd_collection .product-list .content_sortPagiBar {
    flex: 0 0 100%;
    max-width: 100%; }

@media (max-width: 767px) {
  #insCollectionPage #pd_collection .product-list {
    gap: 16px; }
    #insCollectionPage #pd_collection .product-list .item_product {
      flex: 0 0 calc(100%/2 - 12px);
      max-width: calc(100%/2 - 12px); } }

@media (max-width: 991px) {
  .toggleFilter {
    display: block; }
  #sidebarCollection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
    height: 100%;
    background: #fff;
    transform: translateX(-100%); }
    #sidebarCollection .block .title_block {
      display: block; }
    #sidebarCollection .block .block_content {
      padding: 15px;
      overflow-y: scroll;
      max-height: 90vh; }
    #sidebarCollection.show-filter {
      transform: translateX(0); } }

/* PRODUCT */
#insProductPage .pdBlockDetail .pdInfo {
  position: sticky;
  top: 60px; }

#insProductPage .list-product_img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  #insProductPage .list-product_img .product-gallery {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px); }

#insProductPage .wrapPdInfo .pdTitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3px; }

#insProductPage .wrapPdInfo .tab-product_bark .bark {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  display: block; }

#insProductPage .wrapPdInfo .prod_sku {
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px; }

#insProductPage .wrapPdInfo .tab-product_status .tag_product {
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid #999;
  color: #000;
  font-weight: 500; }

#insProductPage .wrapPdInfo .tab-product_status .tag_product + .tag_product {
  margin-left: 10px; }

#insProductPage .wrapPdInfo .tab-product_status .prod-details__decs {
  color: #000;
  margin-top: 15px;
  line-height: 305px;
  font-weight: 500; }

#insProductPage .wrapPdInfo .prod-details__decs {
  color: #000;
  margin-top: 15px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify; }

#insProductPage .wrapPdInfo .prod-instruct {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px; }
  #insProductPage .wrapPdInfo .prod-instruct > a {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    padding: 5px; }
    #insProductPage .wrapPdInfo .prod-instruct > a:hover {
      background: #000;
      color: #fff; }

#insProductPage .wrapPdInfo .prod-promise {
  margin-top: 20px; }
  #insProductPage .wrapPdInfo .prod-promise > p {
    margin: 0;
    color: #e90000;
    font-weight: 700;
    text-align: justify; }

#insProductPage .product-tabs {
  margin-top: 50px; }
  #insProductPage .product-tabs .tab-title {
    padding-bottom: 35px;
    border-bottom: 2px solid #ccc; }
    #insProductPage .product-tabs .tab-title h3 {
      font-size: 20px;
      font-weight: 700;
      color: #000; }
  #insProductPage .product-tabs .list-tab .tab-item .tab-title {
    font-size: 18px;
    margin: 0;
    /*padding: 10px 0;*/
    font-weight: 600;
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    transition: all 0.3s ease; }
    #insProductPage .product-tabs .list-tab .tab-item .tab-title:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 16px;
      height: 2px;
      background: #000; }
    #insProductPage .product-tabs .list-tab .tab-item .tab-title:after {
      content: "";
      position: absolute;
      top: 52%;
      right: 22px;
      width: 2px;
      height: 16px;
      background: #000;
      transform: translatey(-50%);
      transition: all 0.3s ease; }
  #insProductPage .product-tabs .list-tab .tab-item .tab-content {
    display: none;
    padding: 5px 0; }
    #insProductPage .product-tabs .list-tab .tab-item .tab-content img {
      height: 100% !important; }
  #insProductPage .product-tabs .list-tab .tab-item.hide-content .tab-title:after {
    height: 0; }
  #insProductPage .product-tabs .button-instruct {
    margin-top: 50px;
    text-align: center; }
    #insProductPage .product-tabs .button-instruct .btn-instruc {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 40px;
      border: 1px solid #000;
      gap: 10px;
      color: #000000;
      border-radius: 2px; }
      #insProductPage .product-tabs .button-instruct .btn-instruc .icon {
        width: 16px;
        height: 16px; }
      #insProductPage .product-tabs .button-instruct .btn-instruc svg {
        width: 16px;
        height: 16px;
        fill: currentcolor; }
      #insProductPage .product-tabs .button-instruct .btn-instruc:hover {
        background: #000;
        color: #fff; }

#insProductPage .product-tab-wrap.content-desk {
  display: block; }

#insProductPage .product-tab-wrap.content-mb {
  display: none; }

#insProductPage .product-img_decs {
  margin-top: 100px; }
  #insProductPage .product-img_decs .wrap-content table td {
    padding-right: 15px;
    padding-bottom: 30px; }
  #insProductPage .product-img_decs .wrap-content table td + td {
    padding-left: 15px;
    padding-right: 0; }

#insProductPage .product-tab--image.content-mb {
  display: none; }

@media (max-width: 767px) {
  #insProductPage .product-tab--image.content-desk {
    display: none; }
  #insProductPage .product-tab--image.content-mb {
    display: block; } }

@media (max-width: 767px) {
  #insProductPage .product-tab-wrap.content-desk {
    display: none; }
  #insProductPage .product-tab-wrap.content-mb {
    display: block; }
  #insProductPage .wrapPdInfo .pdTitle {
    margin-top: 15px;
    font-size: 15px; } }

/* PAGE INTRODUCE */
#page-introduce .page-wrapper .page-content {
  padding: 30px 15%; }
  #page-introduce .page-wrapper .page-content h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
    color: #f40b0b; }
  #page-introduce .page-wrapper .page-content img {
    width: 100%;
    margin: 30px 0; }
  #page-introduce .page-wrapper .page-content div, #page-introduce .page-wrapper .page-content p {
    margin: 0;
    font-style: regular;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    text-align: justify; }

@media (max-width: 991px) {
  #page-introduce .page-wrapper .page-content {
    padding: 30px 0; } }

/* BLOGS */
.temp-blog {
  padding: 50px 0; }

.blog-template--title h1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
  color: #ff115f; }

@media (max-width: 767px) {
  .blog-template--title h1 {
    font-size: 24px; } }

.blog-menu {
  margin-bottom: 50px; }
  .blog-menu .list-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; }
    .blog-menu .list-menu .link-item {
      font-weight: 400;
      position: relative; }
      .blog-menu .list-menu .link-item:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #999;
        transform: scale(0);
        transition: all 0.3s linear; }
      .blog-menu .list-menu .link-item.active:after {
        transform: scale(1); }
      .blog-menu .list-menu .link-item:hover:after {
        transform: scale(1); }
      .blog-menu .list-menu .link-item a {
        color: #000;
        text-transform: uppercase; }

.list-art {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .list-art .article-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    height: 100%; }
    .list-art .article-item .article-item-image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }
    .list-art .article-item .article-item-title {
      margin-top: 10px; }
      .list-art .article-item .article-item-title .article-author {
        text-transform: uppercase;
        color: #ff0000; }
      .list-art .article-item .article-item-title .article-title h2 {
        font-size: 14px;
        text-transform: uppercase; }
  @media (max-width: 767px) {
    .list-art {
      gap: 20px; }
      .list-art .article-item {
        flex: 0 0 100%;
        max-width: 100%; } }

/*======  SIDEBAR BLOG =========*/
.page-article--wrapper {
  display: flex;
  flex-wrap: wrap; }
  .page-article--wrapper .block-content {
    flex: 0 0 70%;
    max-width: 70%; }
  .page-article--wrapper .block-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 15px;
    margin-top: 40px; }
  @media (max-width: 767px) {
    .page-article--wrapper .block-content {
      flex: 0 0 100%;
      max-width: 100%; }
      .page-article--wrapper .block-content img {
        height: auto !important; }
      .page-article--wrapper .block-content a {
        overflow: hidden;
        display: block; }
    .page-article--wrapper .block-sidebar {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      margin-top: 40px; } }

.blogs-aside--sticky {
  position: sticky;
  top: 30px; }

.list-blogs-latest {
  counter-reset: post-ranking; }

.list-blogs-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }

.list-blogs-latest .item-article:last-child {
  border-bottom: none; }

.list-blogs-latest .item-article .post-image {
  width: 100px;
  padding-right: 10px;
  float: left;
  position: relative; }

.list-blogs-latest .item-article .post-image:before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid #fff;
  height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 100%;
  background: #d60931;
  color: #fff;
  counter-increment: post-ranking;
  z-index: 1; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 100px);
  float: left; }

.list-blogs-latest .item-article .post-content h3 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }

.list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #ff0000; }

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 14px;
  margin: 0; }

.list-blogs-latest .item-article .post-content .post-meta .date {
  color: #74839f; }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  color: #000;
  position: relative;
  font-size: 16px;
  display: block; }

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

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

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

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

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

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

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

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

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

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

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #f2f2f2; }

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

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

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

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

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

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

/* ARTICLE */
.table-of-contents {
  background: #fbfbfb;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 860px;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: #000;
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: #999; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #000; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: #ff0000; }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #fbfbfb;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

.article-related {
  margin-top: 50px; }
  .article-related .title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .article-related {
      margin-top: 30px; }
      .article-related .title h3 {
        font-size: 22px;
        margin-bottom: 20px; } }

.list-article_related {
  display: flex;
  gap: 15px;
  overflow: hidden; }
  .list-article_related .article-loop {
    flex: 0 0 calc(100% / 3 - 10px);
    max-width: calc(100% /3 - 10px); }
  .list-article_related .article-loop {
    height: 100%;
    margin-right: 15px; }
    .list-article_related .article-loop .box-content {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .list-article_related .article-loop .box-content .box-details {
        padding: 10px 5px; }
        .list-article_related .article-loop .box-content .box-details .author {
          color: #ff0000;
          text-transform: uppercase;
          margin-bottom: 0px; }
        .list-article_related .article-loop .box-content .box-details .detail h3 {
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #000;
          /*margin-bottom: 10px;*/
          font-size: 14px;
          text-transform: uppercase; }
          .list-article_related .article-loop .box-content .box-details .detail h3 a {
            color: #ff0000; }
        .list-article_related .article-loop .box-content .box-details .desc {
          color: #111; }
        .list-article_related .article-loop .box-content .box-details .time {
          color: #333; }
  .list-article_related.slick-slider .slick-arrow {
    background: #fff;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 50%;
    z-index: 10;
    padding: 0;
    transform: scale(0);
    border: 1px solid #fdfdfd; }
    .list-article_related.slick-slider .slick-arrow svg {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: -3px; }
    .list-article_related.slick-slider .slick-arrow.slick-prev {
      left: 10px; }
      .list-article_related.slick-slider .slick-arrow.slick-prev svg {
        transform: rotate(-180deg);
        margin: 0;
        margin-left: -5px; }
    .list-article_related.slick-slider .slick-arrow.slick-next {
      right: 10px; }
    .list-article_related.slick-slider .slick-arrow.slick-disabled {
      opacity: 0.7;
      cursor: no-drop; }
  .list-article_related.slick-slider:hover .slick-arrow {
    transform: scale(1); }
  @media (max-width: 767px) {
    .list-article_related {
      flex-wrap: wrap; }
      .list-article_related .article-loop {
        flex: 0 0 100%;
        max-width: 100%; } }

/* CART */
.wrapper-mainCart {
  margin: 40px 0; }
  .wrapper-mainCart .mainCart-detail {
    background: #fff;
    margin-bottom: 50px; }
  .wrapper-mainCart .mainCart-detail .heading-cart {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    margin-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .wrapper-mainCart .mainCart-detail .heading-cart h1 {
      font-size: 24px; }
    .wrapper-mainCart .mainCart-detail .heading-cart.heading-row {
      border-bottom: 0; }
      .wrapper-mainCart .mainCart-detail .heading-cart.heading-row .cart-shipping {
        flex: 0 0 100%;
        max-width: 100%;
        border-top: 1px solid #f2f2f2;
        margin-top: 10px; }
  .wrapper-mainCart .mainCart-detail .expanded-message {
    padding: 20px 0px; }
  .wrapper-mainCart .cart-shipping {
    padding: 10px 0 0; }
    .wrapper-mainCart .cart-shipping .price {
      font-size: 18px;
      font-weight: 600;
      color: #ff2c26; }
    .wrapper-mainCart .cart-shipping .free-ship {
      text-transform: uppercase;
      color: #333333;
      font-weight: 600; }
      @media (max-width: 767px) {
        .wrapper-mainCart .cart-shipping .free-ship {
          display: block; } }
    .wrapper-mainCart .cart-shipping__title {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0.5px; }
    .wrapper-mainCart .cart-shipping__bar {
      height: 8px;
      width: 100%;
      background-color: #e9e9e9;
      border-radius: 5px;
      margin: 15px 0 10px;
      position: relative; }
      .wrapper-mainCart .cart-shipping__bar .shipping-bar {
        background-color: #ffbc11;
        width: 0;
        border-radius: 5px;
        transition: width .4s ease-in-out;
        display: block;
        height: 100%;
        position: relative; }
        .wrapper-mainCart .cart-shipping__bar .shipping-bar .icon {
          width: 30px;
          height: 30px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          position: absolute;
          top: 3px;
          right: 10px;
          transform: translate(50%, -50%);
          font-weight: 700;
          content: "";
          font-size: 12px;
          color: #ffbc11;
          border: 1px solid #ffbc11;
          background: currentColor; }
          .wrapper-mainCart .cart-shipping__bar .shipping-bar .icon svg {
            fill: #fff; }
    .wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar span {
      background-color: #3d9851; }
    .wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar .icon {
      background-color: #3d9851;
      border-color: #3d9851;
      color: #3d9851; }
  .wrapper-mainCart .collectionCart-detail {
    margin: 0 0 40px; }
    .wrapper-mainCart .collectionCart-detail .collectionCart-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 15px; }
    .wrapper-mainCart .collectionCart-detail .list-product {
      display: flex;
      flex-wrap: wrap; }
      .wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
        padding: 0 12px; }
      .wrapper-mainCart .collectionCart-detail .list-product .slick-list {
        margin: 0 -12px; }
      .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow {
        position: absolute;
        top: 30%;
        z-index: 8;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        margin: 0px;
        font-size: 0;
        color: #3c3c3c;
        height: 35px;
        width: 35px;
        line-height: 35px;
        outline: none;
        text-align: center;
        display: inline-block;
        background: transparent;
        border: 0;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.08);
        border-radius: 2px; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow:before {
          content: "";
          font-family: "Font Awesome 5 Pro";
          font-size: 28px;
          display: inline-block; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-prev {
          left: 0px; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-next {
          right: 0px; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-next:before {
          content: "\f105"; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-prev:before {
          content: "\f104"; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-disabled {
          opacity: 0;
          visibility: hidden; }
      .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden; }
      .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
        flex: 0 0 25%;
        max-width: 25%; }
  .wrapper-mainCart .expanded-content .expanded-info {
    text-align: center; }
  .wrapper-mainCart .expanded-content .info-text .text1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px; }
  .wrapper-mainCart .expanded-content .info-text .text2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #606876; }
  .wrapper-mainCart .expanded-content .info-text .text2 a {
    color: #1a73e8;
    font-weight: 600; }
  .wrapper-mainCart .expanded-content .search-field {
    position: relative; }
    .wrapper-mainCart .expanded-content .search-field .search_box {
      height: 45px;
      width: 100%;
      padding: 8px 50px 8px 20px;
      border: 4px solid #e3e9ed;
      border-radius: 4px;
      font-size: 15px;
      font-weight: 500; }
      .wrapper-mainCart .expanded-content .search-field .search_box:focus {
        outline: none; }
    .wrapper-mainCart .expanded-content .search-field input[type="submit"] {
      width: 45px;
      height: 45px;
      position: absolute;
      right: 0; }
    .wrapper-mainCart .expanded-content .search-field .btn-search {
      width: 50px;
      height: 44px;
      line-height: 42px;
      position: absolute;
      padding: 0;
      top: 0px;
      right: 0px;
      background: transparent;
      transition: opacity 150ms linear;
      outline: none;
      box-shadow: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wrapper-mainCart .expanded-content .search-field .btn-search svg {
        width: 24px;
        height: 100%;
        display: block;
        margin: auto;
        fill: #6c798f;
        opacity: 0.6; }
  .wrapper-mainCart .title-number-cart {
    padding: 0;
    font-weight: 400;
    font-size: 16px; }
  .wrapper-mainCart .list-pageform-cart {
    padding: 15px 0; }
  .wrapper-mainCart .table-cart {
    padding: 8px 10px;
    border: 2px solid #f2f2f2;
    overflow: hidden;
    border-radius: 8px; }
  .wrapper-mainCart .cart-row {
    width: 100%;
    display: inline-block; }
  @media (min-width: 768px) {
    .wrapper-mainCart .expanded-message {
      text-align: left;
      font-size: 17px; } }
  .wrapper-mainCart .media-line-item + .media-line-item {
    border-top: 1px solid #f1f1f1; }
  .wrapper-mainCart .media-line-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 10px; }
  .wrapper-mainCart .media-line-item .media-left {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0;
    position: relative;
    display: block; }
    .wrapper-mainCart .media-line-item .media-left img {
      border: 1px solid #ededed; }
    .wrapper-mainCart .media-line-item .media-left .item-remove {
      position: absolute;
      top: -7px;
      left: -10px; }
    .wrapper-mainCart .media-line-item .media-left .item-remove a {
      display: block;
      background: #8f9bb3;
      color: #fff;
      font-size: 8px;
      font-weight: 400;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 50%; }
  .wrapper-mainCart .media-line-item .media-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 1 1 auto;
    padding-left: 18px;
    padding-right: 18px; }
  .wrapper-mainCart .media-line-item .media-total {
    text-align: right; }
  .wrapper-mainCart .media-line-item .item-info {
    margin-bottom: 10px; }
  .wrapper-mainCart .media-line-item .item-info .item--title {
    font-size: 15px;
    margin: 0 0 2px;
    font-weight: 500; }
  .wrapper-mainCart .media-line-item .item-info .item--title a {
    color: #3c3c3c;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .wrapper-mainCart .media-line-item .item-info .item--variant {
    font-size: 12px;
    color: #777;
    font-weight: 500; }
  .wrapper-mainCart .media-line-item .item-info .type_promote {
    margin: 0; }
  .wrapper-mainCart .media-line-item .item-price p {
    margin: 0; }
  .wrapper-mainCart .media-line-item .item-price .ico-gift {
    display: inline-block;
    max-width: 18px;
    vertical-align: 2px;
    margin-left: 10px; }
  .wrapper-mainCart .media-line-item .item-price span {
    font-weight: 600;
    color: #8f9bb3; }
  .wrapper-mainCart .media-line-item .item-price del {
    color: #8f9bb3;
    font-size: 12px;
    margin-left: 5px; }
  .wrapper-mainCart .media-line-item .item-qty {
    display: inline-block; }
  .wrapper-mainCart .media-line-item .item-qty .quantity-partent {
    margin: 8px 0 3px;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    width: 100%; }
  .wrapper-mainCart .media-line-item .item-qty .quantity-partent input.item-quantity {
    float: left;
    font-weight: 500;
    font-size: 15px;
    width: 36px;
    height: 28px;
    padding: 0;
    background: #fff;
    text-align: center;
    outline: none;
    border: 1px solid #f9f9f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn {
    float: left;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #f9f9f9;
    color: #3c3c3c;
    border: 1px solid #f9f9f9;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn svg {
      display: block;
      width: 10px;
      height: 100%;
      margin: 0 auto; }
  .wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn:focus {
    outline: none; }
  .wrapper-mainCart .media-line-item .item-total-price .text {
    font-size: 14px; }
  .wrapper-mainCart .media-line-item .item-total-price .line-item-total {
    font-size: 16px;
    font-weight: 700; }
  .wrapper-mainCart .order-noted-block .checkout-buttons {
    background: #f3f4f4;
    padding: 15px;
    margin: 20px 0 10px; }
  .wrapper-mainCart .order-noted-block label.note-label {
    display: block;
    margin: 00px 0 10px;
    font-weight: 600;
    font-size: 14px; }
  .wrapper-mainCart .order-noted-block textarea {
    padding: 10px 15px;
    width: 100%;
    min-height: 80px;
    resize: none;
    border: 1px solid #dfe0e1;
    box-shadow: none; }
  .wrapper-mainCart .order-summary-block {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2; }
    .wrapper-mainCart .order-summary-block.order-summary-notify {
      padding: 0;
      border: 0; }
    .wrapper-mainCart .order-summary-block .summary-warning {
      padding: 12px 15px;
      border-radius: 4px;
      /*	background-color: #fee3e8;border:1px solid #fdd0d8;*/
      background-color: #d9edf7;
      border: 1px solid #bce8f1; }
      .wrapper-mainCart .order-summary-block .summary-warning .textmr {
        margin-bottom: 5px; }
      .wrapper-mainCart .order-summary-block .summary-warning p {
        margin: 0; }
    .wrapper-mainCart .order-summary-block .summary-alert {
      background-color: #fee3e8;
      border: 1px solid #fdd0d8;
      color: #d20909;
      font-size: 13px;
      padding: 10px 15px;
      margin: 10px 0;
      text-align: left; }
      .wrapper-mainCart .order-summary-block .summary-alert:not(.in) {
        display: none; }
    .wrapper-mainCart .order-summary-block .summary-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 15px; }
    .wrapper-mainCart .order-summary-block .summary-time {
      background: #fcfcfc;
      border: 1px solid #F5f5f5; }
      .wrapper-mainCart .order-summary-block .summary-time__row {
        padding: 10px 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          width: 1%;
          padding-right: 10px; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-title {
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 400;
            margin: 0 0 5px; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time {
            font-size: 13px;
            font-weight: 600;
            margin: 0; }
            .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time i {
              color: #d21212;
              margin-right: 2px;
              font-size: 15px;
              vertical-align: text-bottom; }
        .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio {
          max-width: 50%; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item {
            position: relative; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item + .radio-item {
            margin-top: 5px; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] {
            position: absolute;
            top: 2px;
            left: 0;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            color: #fff;
            background: #ffffff;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            outline: none;
            display: inline-block;
            margin: 0;
            -webkit-transition: all 0.15s ease-out 0s;
            transition: all 0.15s ease-out 0s;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] + label {
            position: relative;
            margin: 0;
            padding-left: 20px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:before {
            content: '\2714\fe0e';
            font-size: 11px;
            height: 13px;
            width: 13px;
            line-height: 13px;
            opacity: 0;
            position: absolute;
            display: block;
            text-align: center; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked {
            background: #d21212;
            border-color: #d21212; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked:before {
            opacity: 1;
            color: #ffffff; }
        .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose {
            margin-right: -5px;
            margin-left: -5px;
            display: -ms-flexbox;
            display: flex; }
            .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box {
              -ms-flex-preferred-size: 0;
              flex-basis: 0;
              -ms-flex-positive: 1;
              flex-grow: 1;
              min-width: 0;
              max-width: 50%;
              padding-left: 5px;
              padding-right: 5px;
              margin-bottom: 10px; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option {
                position: relative; }
                .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
                  content: '';
                  position: absolute;
                  top: calc(50% - 5px);
                  right: 10px;
                  border: solid #666666;
                  border-width: 0px 1px 1px 0;
                  display: inline-block;
                  padding: 3px;
                  transform: rotate(45deg);
                  -webkit-transform: rotate(45deg); }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box label {
                display: block;
                font-weight: 400;
                font-size: 13px; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select {
                padding: 0px 8px;
                padding-right: 20px;
                cursor: pointer;
                outline: none;
                border-radius: 4px;
                height: 34px;
                line-height: 32px;
                background: #ffffff;
                border: 1px solid #e5e5e5;
                font-size: 14px;
                width: 100%;
                color: #000;
                font-weight: 500;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none; }
                .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
                  display: none; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
                color: #ededed; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
                color: #ededed;
                font-weight: 300; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select option {
                color: #000;
                font-weight: 500; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime {
            display: block;
            width: 100%;
            border-radius: 4px;
            padding: 0 10px;
            height: 34px;
            line-height: 30px;
            color: #d21212;
            background: #ffffff;
            border: 2px solid #d21212;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase; }
            .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
              opacity: 0.8; }
        .wrapper-mainCart .order-summary-block .summary-time__row.picktime_selecter {
          display: none;
          border-top: 1px solid #efefef; }
    .wrapper-mainCart .order-summary-block .summary-time + .summary-total {
      border-top: 0; }
    .wrapper-mainCart .order-summary-block .summary-total {
      font-size: 16px;
      padding-bottom: 10px;
      padding-top: 10px;
      font-weight: bold;
      border-top: 1px dotted #dfe0e1;
      border-bottom: 1px dotted #dfe0e1;
      margin-bottom: 10px; }
      .wrapper-mainCart .order-summary-block .summary-total p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0; }
    .wrapper-mainCart .order-summary-block .summary-total p span {
      font-weight: bold;
      float: right;
      color: red;
      font-size: 24px; }
    .wrapper-mainCart .order-summary-block .summary-action {
      padding-top: 5px;
      text-align: center; }
    .wrapper-mainCart .order-summary-block .summary-action p {
      position: relative;
      font-size: 14px;
      margin-bottom: 4px;
      padding-left: 15px;
      font-weight: 400;
      text-align: left; }
      .wrapper-mainCart .order-summary-block .summary-action p:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #999999;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 8px;
        border-radius: 50%; }
    .wrapper-mainCart .order-summary-block .summary-button .continue-shop {
      display: block;
      background: black;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 5px;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      border-radius: 0;
      margin-top: 12px; }
    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
      display: block;
      background: #d21212;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 5px;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      border-radius: 0;
      margin-top: 12px; }
      .wrapper-mainCart .order-summary-block .summary-button .checkout-btn.disabled {
        pointer-events: none;
        opacity: 0.7;
        background: #151515; }
    .wrapper-mainCart .order-summary-block .cart-coupon {
      position: relative; }
      .wrapper-mainCart .order-summary-block .cart-coupon .list-coupon-slide {
        padding-bottom: 0; }
      .wrapper-mainCart .order-summary-block .cart-coupon .swiper-nav {
        position: absolute;
        top: 0;
        right: 0; }
      .wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-next {
        margin-left: 5px; }
      .wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-button-disabled svg {
        fill: #858380;
        cursor: no-drop; }
  .wrapper-mainCart .txt-continue {
    margin: 15px 0; }
  .wrapper-mainCart .order-noted-block .btn-checkout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515; }
  .wrapper-mainCart .order-invoice-block .checkbox {
    margin: 5px 0;
    position: relative; }
  .wrapper-mainCart .order-invoice-block .checkbox > .title {
    font-size: 14px;
    padding-left: 40px;
    vertical-align: text-top;
    margin-bottom: 0;
    display: block;
    font-weight: bold; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
    display: none; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box {
    border: 2px solid #d21212;
    padding: 9px;
    border-radius: 50%;
    opacity: 0.25;
    display: inline-block;
    background: transparent;
    margin-bottom: 0;
    position: absolute;
    left: 5px; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: #d21212; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box {
    background: #d21212;
    opacity: 1; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box:after {
    color: #ffffff; }
  .wrapper-mainCart .order-invoice-block .bill-field {
    display: none;
    margin-top: 20px; }
  .wrapper-mainCart .order-invoice-block .bill-field:before, .wrapper-mainCart .order-invoice-block .bill-field:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group {
    margin-bottom: 15px;
    float: left;
    width: calc(100%/3 - 15px);
    margin-right: 15px; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
    width: calc(100% - 15px); }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input {
    font-size: 12px;
    height: 40px;
    color: #000000;
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
    -moz-appearance: textfield; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    color: #ff0000; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px; }
  @media (min-width: 992px) {
    .wrapper-mainCart .sidebarCart-sticky .wrap-order-summary {
      position: -webkit-sticky;
      position: sticky;
      top: 95px;
      margin-bottom: 15px; }
    .wrapper-mainCart .cart-collection {
      display: none; } }
  @media (max-width: 991px) {
    .wrapper-mainCart .mainCart-detail {
      margin-bottom: 20px; }
    .wrapper-mainCart .order-summary-block .summary-button {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ffffff;
      z-index: 99;
      padding: 8px 10px 8px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      transition: all 300ms ease; }
    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
      margin-top: 0;
      border-radius: 0; }
    .wrapper-mainCart .expanded-content .info-text .text1 {
      font-size: 20px; }
    .wrapper-mainCart .expanded-content .info-text .text2 {
      font-size: 16px; }
    .wrapper-mainCart .sidebarCart-sticky.is-hidden {
      display: none; }
    .wrapper-mainCart .title-number-cart {
      margin-top: 10px; }
    .wrapper-mainCart .contentCart-detail .collectionCart-detail {
      display: none; }
    .wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 12px; }
    .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wrapper-mainCart .mainCart-detail .heading-cart:not(.heading-row) {
      flex-direction: column;
      align-items: flex-start; }
    .wrapper-mainCart .order-summary-block .summary-title {
      font-size: 16px; }
    .wrapper-mainCart .order-summary-block .summary-total {
      font-size: 14px; }
    .wrapper-mainCart .order-summary-block .summary-total span {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .wrapper-mainCart {
      margin: 0; }
      .wrapper-mainCart .mainCart-detail .heading-cart h1 {
        font-size: 18px; }
      .wrapper-mainCart .mainCart-detail h1.heading-cart {
        margin-top: 0; }
      .wrapper-mainCart .media-line-item .media-left {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px; }
      .wrapper-mainCart .media-line-item .media-right {
        padding-left: 5px; }
      .wrapper-mainCart .media-line-item .item-info {
        margin-bottom: 2px; }
      .wrapper-mainCart .media-line-item .item-info .item--title {
        font-size: 14px; }
      .wrapper-mainCart .media-line-item .item-info .type_promote {
        margin-bottom: 0; }
      .wrapper-mainCart .order-summary-block.order-summary-notify {
        background: transparent;
        padding: 0; }
      .wrapper-mainCart .order-invoice-block .bill-field .form-group,
      .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
        width: 100%; } }

.swal2-modal {
  padding: 20px 15px 15px;
  margin-bottom: 50px;
  background: #ffffff;
  color: var(--shop-color-text); }
  .swal2-modal .swal2-actions {
    flex-direction: row-reverse;
    margin-top: 12px; }
    .swal2-modal .swal2-actions .swal2-styled {
      position: relative;
      display: inline-block;
      min-width: 110px;
      padding: 10px 25px;
      margin: 7px;
      line-height: normal;
      color: #000;
      border: 1px solid #000;
      border-radius: 2px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      font-size: 12px;
      background-color: transparent;
      -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: 1;
      overflow: hidden;
      box-shadow: none; }
    .swal2-modal .swal2-actions .swal2-cancel {
      border: 1px solid #000;
      background-color: #000;
      color: #fff; }
    .swal2-modal .swal2-actions .swal2-confirm {
      border: 1px solid #ec0b0b;
      background-color: #ec0b0b;
      color: #fff; }
    .swal2-modal .swal2-actions .swal2-cancel:focus, .swal2-modal .swal2-actions .swal2-confirm:focus {
      box-shadow: none; }
  .swal2-modal.newsletter-form-success .swal2-icon:first-child {
    margin-top: 20px; }
  .swal2-modal.newsletter-form-success .swal2-title {
    font-size: 18px;
    color: #252a2b;
    text-transform: none; }
  .swal2-modal.newsletter-form-success .swal2-html-container {
    font-size: 14px; }
    .swal2-modal.newsletter-form-success .swal2-html-container p {
      margin-bottom: 10px; }
    .swal2-modal.newsletter-form-success .swal2-html-container .txt3 {
      color: #aaa;
      margin-top: 15px; }
  @media (min-width: 768px) {
    .swal2-modal.newsletter-form-success {
      width: 400px; } }
  .swal2-modal.copy-success {
    max-width: 220px;
    padding: 15px; }
    .swal2-modal.copy-success .swal-icon {
      margin: 0 auto 10px; }
    .swal2-modal.copy-success .swal-text {
      font-size: 16px;
      font-weight: 500; }
  .swal2-modal.swal-cart-remove .swal2-title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    margin: 0;
    padding-top: 25px;
    max-width: 100%; }
  .swal2-modal.swal-cart-checkInvoice .swal2-icon {
    margin-top: 10px; }
  .swal2-modal.swal-cart-checkInvoice .swal2-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-title);
    padding: 10px 0; }
  .swal2-modal.swal-cart-checkInvoice .swal2-html-container {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%; }

/* PAGE CONTACT 2 */
.page-contact-2 .box-contact {
  margin-top: 30px;
  display: flex; }
  .page-contact-2 .box-contact .box-left {
    flex: 0 0 50%;
    max-width: 50%; }
    .page-contact-2 .box-contact .box-left iframe {
      width: 100%;
      height: 100%; }
  .page-contact-2 .box-contact .box-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px; }
    .page-contact-2 .box-contact .box-right .list-contact .box-title h2 {
      display: inline-block;
      color: #000;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 50px; }
      .page-contact-2 .box-contact .box-right .list-contact .box-title h2:after {
        position: absolute;
        width: 50%;
        height: 4px;
        background: #000;
        content: '';
        bottom: 0;
        left: 0; }
    .page-contact-2 .box-contact .box-right .list-contact .contact .item-contact {
      margin-bottom: 30px; }
      .page-contact-2 .box-contact .box-right .list-contact .contact .item-contact .title {
        color: #000;
        margin-bottom: 7px;
        line-height: 1; }
      .page-contact-2 .box-contact .box-right .list-contact .contact .item-contact .current {
        color: #000; }
    .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item {
      padding: 15px 0; }
      .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item h3 {
        font-size: 20px;
        font-weight: 400;
        color: #202020;
        margin-bottom: 20px; }
      .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item .text-1 {
        font-size: 22px;
        color: #000;
        margin-bottom: 15px; }
      .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item .text-2 {
        font-size: 18px;
        color: #4b4b4b; }

/* LIEN HE */
.page-contact-2 {
  margin-bottom: 50px; }

.box-stores {
  margin-top: 50px; }
  .box-stores .nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; }
    .box-stores .nav-title .title-item {
      padding: 10px 30px;
      background: #3c3c3c;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s linear; }
      .box-stores .nav-title .title-item.active {
        background: #ff0000;
        color: #fff; }
  .box-stores .store-tab_content {
    display: none;
    margin-top: 30px; }
    .box-stores .store-tab_content .tab_title {
      margin-bottom: 20px; }
      .box-stores .store-tab_content .tab_title .title {
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 15px; }
      .box-stores .store-tab_content .tab_title .sub_title {
        text-align: center;
        letter-spacing: 1px;
        color: #000;
        margin-bottom: 50px; }
    .box-stores .store-tab_content .tab_content .control-wrap {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
      .box-stores .store-tab_content .tab_content .control-wrap select {
        flex: 0 0 32%;
        max-width: 32%;
        height: 40px;
        font-size: 14px;
        outline: none;
        background: white;
        border: 1px solid #cecece;
        font-weight: 400;
        margin-bottom: 5px;
        width: 100%;
        padding: 0 20px; }
      .box-stores .store-tab_content .tab_content .control-wrap .box-search {
        flex: 0 0 32%;
        max-width: 32%;
        height: 40px;
        position: relative; }
        .box-stores .store-tab_content .tab_content .control-wrap .box-search input {
          font-size: 14px;
          outline: none;
          background: white;
          border: 1px solid #cecece;
          font-weight: 400;
          margin-bottom: 5px;
          width: 100%;
          padding: 0 20px;
          height: 100%; }
        .box-stores .store-tab_content .tab_content .control-wrap .box-search .icon {
          position: absolute;
          right: 10px;
          top: 55%;
          transform: translatey(-50%); }
          .box-stores .store-tab_content .tab_content .control-wrap .box-search .icon svg {
            width: 25px;
            height: 25px; }
    .box-stores .store-tab_content .tab_content .store-wrap {
      height: 530px;
      overflow: auto;
      padding-right: 10px; }
      .box-stores .store-tab_content .tab_content .store-wrap::-webkit-scrollbar {
        width: 10px; }
      .box-stores .store-tab_content .tab_content .store-wrap::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .box-stores .store-tab_content .tab_content .store-wrap::-webkit-scrollbar-thumb {
        background: #888; }
      .box-stores .store-tab_content .tab_content .store-wrap::-webkit-scrollbar-thumb:hover {
        background: #555; }
      .box-stores .store-tab_content .tab_content .store-wrap .daily-item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border-bottom: 1px dotted #000; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item .distric {
          color: #2b3030;
          margin-bottom: 10px;
          text-transform: uppercase; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item > p {
          margin-bottom: 15px;
          line-height: 1;
          flex: 0 0 100%;
          max-width: 100%;
          color: #000;
          text-transform: uppercase; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item .address {
          line-height: 30px; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item .phone {
          flex: 0 0 50%;
          max-width: 50%;
          display: inline-block; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item .showroom {
          flex: 0 0 50%;
          max-width: 50%;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          justify-content: flex-end;
          cursor: pointer; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item > a {
          position: absolute;
          right: 0;
          top: 0px;
          text-decoration: underline;
          color: #b3494e; }
        .box-stores .store-tab_content .tab_content .store-wrap .daily-item img {
          display: none;
          margin-bottom: 15px; }

#compareProduct {
  display: none !important; }

@media (max-width: 1024px) {
  #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content .wpo-search-inner input {
    width: 100%; }
  #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content .wpo-search-inner input {
    width: 100%; }
  #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content button#search-header-btn {
    position: absolute;
    right: 15px;
    top: 48px;
    z-index: 9;
    background: transparent; }
  #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content button#search-header-btn svg {
    color: #000;
    width: 20px;
    height: 25px; }
  .header-policy .policy-content {
    font-size: 13px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .menu-header {
    display: none; }
  .main-menu_mobile .itemList-main > a {
    line-height: 40px; }
  .main-menu_mobile {
    width: 50%; } }

.pdComparePrice {
  /*margin-left: 10px;*/
  font-size: 13px; }

@media (max-width: 991px) {
  #header .mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content button#search-header-btn {
    top: 57px; }
  .smart-search-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin: 0 20px; }
    .smart-search-wrapper .item-ult {
      padding: 12px 0;
      border-bottom: 1px dotted #dfe0e1;
      clear: both;
      width: 100%;
      float: left; }
    .smart-search-wrapper .item-ult .thumbs {
      width: 40px;
      display: inline-block;
      text-align: right; }
    .smart-search-wrapper .item-ult .title {
      width: calc(100% - 40px);
      padding-right: 5px;
      float: left;
      line-height: 20px;
      position: relative;
      margin-top: 0px !important; }
    .smart-search-wrapper .item-ult .title a {
      font-size: 15px;
      font-weight: 600;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: pre;
      float: left;
      width: 100%;
      margin: 5px 0 5px; }
    .smart-search-wrapper .item-ult .title p {
      line-height: 15px;
      font-size: 12px;
      font-weight: 500;
      float: left;
      margin: 0; }
    .smart-search-wrapper .item-ult .title p.onsale {
      color: #ff2c26; }
    .smart-search-wrapper .item-ult .title p del {
      font-size: 11px;
      font-weight: 400;
      margin-left: 7px;
      color: #797979; }
    .smart-search-wrapper .resultsMore {
      width: 100%;
      float: left; }
    .smart-search-wrapper .resultsMore a {
      text-align: center;
      display: block;
      font-size: 13px;
      padding: 10px 0; }
    .smart-search-wrapper .search-suggest {
      visibility: hidden;
      opacity: 0;
      transform: translateY(-20px); }
    .smart-search-wrapper .search-suggest.show-suggest {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      transition: opacity .35s .4s,visibility .35s .4s,transform .25s ease .35s; }
    .smart-search-wrapper .search-suggest p {
      margin: 0 0 12px; }
    .smart-search-wrapper .search-suggest li {
      margin-bottom: 5px; }
    .smart-search-wrapper .search-suggest li a {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      color: var(--shop-color-text); }
    .smart-search-wrapper .search-suggest {
      display: flex;
      justify-content: center;
      margin-top: 15px;
      font-size: 16px;
      text-align: center; }
      .smart-search-wrapper .search-suggest .item-suggest {
        font-weight: 500;
        white-space: nowrap; }
      .smart-search-wrapper .search-suggest ul {
        display: flex;
        flex-wrap: wrap; }
      .smart-search-wrapper .search-suggest ul li {
        margin-left: 7px; }
      .smart-search-wrapper .search-suggest ul li a {
        text-decoration: underline; }
    .smart-search-wrapper .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
      display: none; }
    .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
      display: none; } }

@media (max-width: 767px) {
  .page-contact-2 .box-contact {
    flex-wrap: wrap; }
    .page-contact-2 .box-contact .box-left {
      flex: 0 0 100%;
      max-width: 100%; }
    .page-contact-2 .box-contact .box-right {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      margin-top: 30px; }
  .box-stores .store-tab_content .tab_content .store-wrap .daily-item > a {
    position: unset;
    display: block;
    margin-bottom: 10px;
    color: #b3494e; }
  .box-stores .store-tab_content .tab_content .control-wrap {
    flex-wrap: wrap; }
  .box-stores .store-tab_content .tab_title .title {
    font-size: 24px; }
  .box-stores .store-tab_content .tab_title .sub_title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px; }
  .box-stores .nav-title .title-item {
    font-size: 14px; }
  .box-stores .store-tab_content .tab_content .control-wrap select, .box-stores .store-tab_content .tab_content .control-wrap .box-search {
    flex: 0 0 100%;
    max-width: 100%; }
  .product-loop .product-inner .prod-details .pdPrice span {
    display: inline-block; }
  .product-loop .product-inner .prod-details .prod-action .btnLoop {
    padding: 2px 5px;
    border: 1px solid #d60930;
    font-size: x-small; }
  .pdComparePrice {
    padding-left: 5px; }
  .slick-slider .slick-dots {
    bottom: -5px; }
    .slick-slider .slick-dots li button {
      height: 5px; }
    .slick-slider .slick-dots li.slick-active button {
      width: 30px; }
  #section-banner-product {
    margin-top: 40px; }
  .section-home-blog .slick-slider .slick-dots {
    bottom: 0; }
  .main-menu_mobile .itemList-main > a {
    line-height: 40px; }
  #insCollectionPage .collection_head .box-collection__title h1 {
    font-size: 24px; }
  #insCollectionPage .collection_head .box-collection__title .decs_collection h2 {
    font-size: 14px; }
  #pagination {
    text-align: center; }
  footer .footer-main .main-wrapper .main-col .col-menu .menu-title h3 {
    padding-bottom: 5px; }
  footer .footer-top .newsletter-title h2 {
    font-size: 18px;
    margin-bottom: 20px; }
  #insProductPage .wrapPdInfo .tab-product_bark .bark {
    font-size: 15px; }
  #insProductPage .product-img_decs {
    margin-top: 20px; }
    #insProductPage .product-img_decs .wrap-content table td p {
      text-align: center; }
  #insProductPage .product-img_decs .wrap-content table tr,
  #insProductPage .product-img_decs .wrap-content table td {
    height: auto !important; }
  .temp-blog {
    padding: 25px 0; }
  .blog-menu .list-menu {
    gap: 20px;
    margin: 0 20px; }
  .list-art .article-item {
    margin-bottom: 20px; }
    .list-art .article-item .article-item-image img {
      width: 100%;
      height: auto; }
    .list-art .article-item .article-item-title .article-title h2 {
      font-size: 14px;
      text-transform: uppercase; }
  .wrapperArticlePage .insCtMain {
    margin-top: 10px; }
  .page-article--wrapper .block-content a {
    display: inline; }
  .page-article--wrapper .block-sidebar {
    margin-top: 20px; }
  .page-contact-2 {
    margin-top: 20px; }
    .page-contact-2 .box-contact {
      margin-top: 20px; }
      .page-contact-2 .box-contact .box-right .list-contact .box-title h2 {
        font-size: 25px;
        margin-bottom: 20px; }
      .page-contact-2 .box-contact .box-right .list-contact .contact .item-contact .title {
        font-size: 16px;
        margin-bottom: 4px; }
      .page-contact-2 .box-contact .box-right .list-contact .contact .item-contact .current {
        font-size: 16px; }
      .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item h3 {
        font-size: 17px;
        margin-bottom: 10px; }
      .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item .text-1 {
        font-size: 25px;
        margin-bottom: 10px; }
      .page-contact-2 .box-contact .box-right .list-contact .hotline .hotline-item .text-2 {
        font-size: 18px; }
  .collection-tab {
    margin-top: 30px; } }

#home_banner .list-banner .banner-item img {
  width: 100%; }

#pagination {
  text-align: center; }
  #pagination #btn-seemore {
    border: none;
    outline: none;
    background: #d60930;
    color: #fff;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d60930; }
    #pagination #btn-seemore:hover {
      background: #fff;
      color: #d60930; }

#block-seemore {
  text-align: center;
  margin-top: 50px; }
  #block-seemore .btn-seemore-home {
    margin: 0 auto;
    text-align: center;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000; }
    #block-seemore .btn-seemore-home:hover {
      background: #fff;
      color: #d60930; }

.body-content ul {
  list-style: disc !important;
  margin-left: 40px;
  /*line-height: 30px;*/ }

.body-content h3 {
  font-size: 20px !important; }

.body-content h4 {
  font-size: 18px !important; }

.body-content table tr td strong, .tab-content table tr td strong {
  color: orangered; }

.content-page table tbody tr td, .content-page table thead tr th, .content-page table thead tr, .content-page table thead tr td {
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  table-layout: auto; }

.content-page ol {
  list-style: auto; }

.content-page table thead tr th {
  text-align: center; }

.contact-address {
  font-size: 16px; }

.post-image img {
  object-fit: cover;
  height: 85px; }

.content-page, .body-content,
.listTabs .tab-content .content {
  font-family: "Nunito",serif !important; }

.content-page table,
.content-page table tr,
.content-page table tr td,
.content-page table th,
.listTabs .tab-content .content table,
.listTabs .tab-content .content table tr,
.listTabs .tab-content .content table tr td,
.listTabs .tab-content .content table th,
.body-content table,
.body-content table tr,
.body-content table tr td,
.body-content table th {
  /*border: 1px solid #000;*/
  vertical-align: middle; }

.content-page table p, .body-content table p, .listTabs .tab-content .content table p {
  margin-bottom: 0; }

p.post-meta {
  line-height: 25px; }

.actionCart {
  text-align: center; }

.body-content p a {
  text-decoration: underline; }

.navbar-fixed {
  top: 60px;
  z-index: 100;
  position: fixed;
  width: 100%; }

.mobile-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background: #fff; }

/*
.search-fixed, .cart-fixed {
  top: 5px;
  z-index: 101;
  position: fixed;
}

.search-fixed{
  right:100px;
}

.cart-fixed {
  right:50px;
}
*/
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-fixed {
    /*top: 70px;*/ } }

@media (max-width: 768px) {
  .content-page table, .content-page table tr td, .content-page table th,
  .body-content table, .body-content table tr td, .body-content table th,
  .listTabs .tab-content .content table, .listTabs .tab-content .content table tr td, .listTabs .tab-content .content table th {
    /*width: 100% !important;*/
    /*table-layout: fixed;*/ }
  .product-loop .product-inner .prod-details .prod-sku a {
    font-size: 12px; } }

.itzytitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px; }

.youtubearea {
  display: block;
  text-align: center; }

.youtubeiframe {
  height: 250px; }

.youtubeiframe1 {
  height: 250px; }

.itzyintro {
  font-size: 30px;
  line-height: 45px; }

@media (min-width: 600px) {
  .youtubeiframe {
    height: 350px; }
  .youtubeiframe1 {
    height: 350px; }
  .itzyintro {
    font-size: 35px;
    line-height: 45px; }
  .middle-banner img {
    width: 100%; } }

@media (min-width: 1280px) {
  .itzytitle {
    font-size: 45px;
    font-weight: 700; }
  .youtubearea {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px; }
  .youtubeiframe {
    height: 544px; }
  .youtubeiframe1 {
    height: 440px; }
  .itzyintro {
    font-size: 35px;
    line-height: 45px; }
  .middle-banner {
    display: flex;
    justify-content: center; }
  .middle-banner img {
    height: 530px; } }
