/* cyrillic-ext */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxliBVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxlilVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxliJVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxliNVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxli1VWzfAw0Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
  background: #fff; }

.heading-bar__title {
  font-family: var(--font-serif); }

@media (max-width: 767px) {
  .mid-header:after {
    content: '';
    width: 100%;
    position: absolute;
    background: var(--header-background);
    height: 200px;
    z-index: -1;
    clip-path: ellipse(100% 55% at 48% 44%);
    margin-top: 0;
    transform-origin: center center; } }

.sub_banner {
  display: grid;
  grid-gap: 15px; }
  @media (max-width: 1024px) {
    .sub_banner {
      grid-gap: 8px;
      padding-left: 10px; } }
  @media (max-width: 992px) {
    .sub_banner {
      grid-gap: 10px;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .sub_banner {
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; } }

.home-slider {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden; }
  .home-slider .items {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    overflow: hidden; }
  .home-slider .slick-arrow.slick-prev {
    left: 10px; }
  .home-slider .slick-arrow.slick-next {
    right: 10px; }

@media (min-width: 768px) {
  .section_blog_right {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #f7f7f7;
    position: absolute;
    top: 0;
    padding: 0 10px; } }

@media (max-width: 767px) {
  .flashsale .container {
    padding: 0 10px; } }

.section_product_top .tab-content.current .row,
.flashsale .row {
  --limit-column: 5;
  --percent: 65%; }
  @media (max-width: 1199px) {
    .section_product_top .tab-content.current .row,
    .flashsale .row {
      display: grid;
      grid-template-rows: 1fr;
      margin: 0px;
      grid-template-columns: repeat(var(--limit-column), 30%);
      overflow: auto;
      align-items: flex-start;
      justify-content: start; }
      .section_product_top .tab-content.current .row::-webkit-scrollbar,
      .flashsale .row::-webkit-scrollbar {
        display: none; }
      .section_product_top .tab-content.current .row,
      .flashsale .row {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
      .section_product_top .tab-content.current .row .col-12,
      .flashsale .row .col-12 {
        padding: 5px; } }
  @media (max-width: 767px) {
    .section_product_top .tab-content.current .row,
    .flashsale .row {
      grid-template-columns: repeat(var(--limit-column), var(--percent)); } }

.slick-pro-banner {
  width: 100%; }

.slick-pro-banner,
.slick-new:not(.slick-slider) {
  display: flex;
  align-items: start;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap; }
  .slick-pro-banner::-webkit-scrollbar,
  .slick-new:not(.slick-slider)::-webkit-scrollbar {
    display: none; }
  .slick-pro-banner,
  .slick-new:not(.slick-slider) {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .slick-pro-banner .col-5,
  .slick-new:not(.slick-slider) .col-5 {
    padding: 5px; }

.flashsale__news-list {
  display: flex; }

.flashsale__news a {
  white-space: nowrap; }

.section_banner_coll .row {
  overflow-x: auto;
  flex-wrap: nowrap; }
  .section_banner_coll .row::-webkit-scrollbar {
    display: none; }
  .section_banner_coll .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

.banner_col {
  order: -1; }
  @media (min-width: 768px) {
    .banner_col.right {
      order: 1; } }

@media (max-width: 991px) {
  .section_brand .item {
    flex: 0 0 170px;
    max-width: 170px;
    padding: 10px; }
  .section_brand .hrz-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: initial !important; } }

@media (max-width: 768px) {
  .section_brand .item {
    flex: 0 0 140px;
    max-width: 140px;
    padding: 5px; } }

.section_collections .item {
  padding: 10px 15px 0;
  margin: 0 auto;
  text-align: center; }
  .section_collections .item:hover img {
    filter: brightness(1.05); }
  .section_collections .item:hover a {
    color: var(--primary-color); }

.section_collections .item > a {
  --deg: 100deg;
  --start-color: #fff;
  display: block;
  position: relative;
  /*border: 5px solid transparent;*/
  margin: 0 auto;
  transition: all 0.3s ease-out; }

.section_collections img {
  z-index: 1;
  position: relative;
  margin: auto; }

.section_collections .item h3 a {
  text-align: center;
  margin: 12px 0px 0px;
  padding: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.2; }

.section_collections .item:hover img {
  animation: tada 2s infinite; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.section_collections .row {
  overflow: auto; }

.section_collections .row::-webkit-scrollbar {
  display: none; }

.section_collections .item {
  width: 10%;
  flex: 0 0 10%; }
  @media (max-width: 991px) {
    .section_collections .item {
      flex: 0 0 140px;
      max-width: 140px; } }
  @media (max-width: 767px) {
    .section_collections .item {
      flex: 0 0 30%;
      max-width: 30%; } }

.section_product_tag .menu {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

.section_product_tag .menu__link {
  flex: 0 0 auto;
  white-space: nowrap; }

@media (max-width: 992px) {
  .tag-list {
    white-space: nowrap;
    overflow: auto; } }

.tag-item {
  padding: 4px 8px;
  background: var(--tag-bg);
  color: var(--tag-color);
  margin-top: 10px;
  display: inline-block;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  transition: border .3s ease-out;
  border: 1px solid var(--tag-bg); }
  .tag-item + .tag-item {
    margin-right: 5px; }
  .tag-item:hover {
    border: 1px solid var(--tag-color);
    color: var(--tag-color); }

.blogwp h3, .blogwp h3 a.link {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500; }

.blogwp .card-body p {
  font-size: 14px;
  color: #727272; }

.blogwp .media .media-body {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px; }

.blogwp .button_custome_35.link {
  display: block;
  margin-top: 10px; }

.blogwp .content_blog a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.blogwp .content_blog .art-summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.section-threed-cards .threed-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 2500px; }

.section-threed-cards .cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section-threed-cards .threed-wrapper {
  transition: all 0.5s;
  width: 100%;
  z-index: -1; }

.section-threed-cards .threed-hover-img {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1; }

@media (max-width: 991px) {
  .section-threed-cards .threed-card {
    max-width: 100%;
    margin: auto; } }

@media (min-width: 1200px) {
  .section-threed-cards .row {
    overflow: initial; }
  .section-threed-cards .threed-wrapper::before,
  .section-threed-cards .threed-wrapper::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    position: absolute;
    left: 0; }
  .section-threed-cards .threed-wrapper::before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%); }
  .section-threed-cards .threed-wrapper::after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%); }
  .section-threed-cards .threed-card:hover .threed-wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75); }
  .section-threed-cards .threed-card:hover .threed-wrapper::before,
  .section-threed-cards .threed-wrapper::after {
    opacity: 1; }
  .section-threed-cards .threed-card:hover .threed-wrapper::after {
    height: 120px; }
  .section-threed-cards .threed-card:hover .threed-hover-img {
    opacity: 1;
    transform: translate3d(0, -30%, 0); } }

.home-search .home-search-wrap {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
  padding: 30px;
  background: #eee;
  border: 1px solid var(--primary-color);
  border-radius: 8px; }
  @media (max-width: 991px) {
    .home-search .home-search-wrap {
      grid-template-columns: unset; } }

.home-search .home-search-body {
  display: flex;
  gap: 20px; }
  @media (max-width: 991px) {
    .home-search .home-search-body {
      flex-wrap: wrap; } }

.home-search .search-item {
  flex-grow: 1;
  width: 100%; }
  .home-search .search-item select {
    width: 100%;
    height: 50px;
    border-color: #d4d4d4;
    padding: 0 20px 0 10px;
    border-radius: 5px; }

.home-search .home-search-cta button {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  color: #fff; }
  .home-search .home-search-cta button:hover {
    filter: brightness(1.1); }
