/* home */
.title h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 40px;
}
.title h2:before {
  content: "";
  width: 92px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: var(--theme-color);
  bottom: -10px;
  transform: translateX(-50%);
}
.banner-home .title-banner h3 {
  margin: 0 0 16px;
}
.banner-home .title-banner p {
  text-transform: math-auto;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.banner-home iframe {
  scale: 1.15;
}

#wrapper .banner-home .button.btn-viewall {
  border: 1px solid #ffffff;
  color: #fff;
  margin: 30px 0 0;
}
#wrapper .banner-home .button.btn-viewall::before,
#wrapper .banner-home .button.btn-viewall::after {
  background-color: #fff;
}
#wrapper .banner-home .button.btn-viewall:hover {
  color: var(--black);
}
.home-sec-1 .title-banner h3 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 600;
}
.home-sec-1 .text-box-content .button {
  font-weight: 100;
  border-width: 1px;
  border-radius: 5px;
}
.home-sec-1 .text-box {
  padding-left: 15px;
}
#main .home-sec-1 .slider .flickity-page-dots {
  bottom: 15px;
}
.home-sec-2 p {
  font-size: 14px;
  margin-bottom: 0;
}
.home-sec-2 h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
}
.home-sec-2 i {
  font-size: 45px;
  color: var(--theme-color);
  font-weight: 200;
}
.home-sec-3 .product-category {
  padding: 12px;
}
.home-sec-3 .product-category .box-category .image-cover {
  padding-top: 80% !important;
}
.home-sec-3 .product-category:nth-child(2) .box-category .image-cover,
.home-sec-3 .product-category:nth-child(4) .box-category .image-cover {
  padding-top: 62.25% !important;
}
.home-sec-3 .product-category .box-category {
  border-radius: 8px;
  overflow: hidden;
}

.home-sec-3 .box-text-inner * {
  text-shadow: none;
}
.home-sec-3 .box-text-inner h5 {
  font-size: 32px;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-sec-3 .box-text-inner h5:hover {
  color: var(--theme-color);
}
.home-sec-3 .box-text {
  padding: 30px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 50%, transparent);
}
.home-sec-3 .txt-xemthem {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: max-content;
}
.home-sec-3 .txt-xemthem i,
.home-sec-3 .txt-xemthem:hover {
  color: var(--theme-color);
}
.home-sec-3 .txt-xemthem i {
  margin-left: 8px;
  font-weight: 500;
}
.product-small .title-wrapper {
  width: 100%;
  text-align: center;
}
.product-small.box .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
}
.product-small.box .price-wrapper .price > * {
  width: max-content !important;
}
.product-small.box .price-wrapper .price {
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.product-small.box .price-wrapper .price > del {
  margin-left: 10px;
  font-size: 14px;
  color: #aeaeae;
}

.home-sec-4 .product-small {
  padding: 12px;
}
.home-sec-4 .nav a {
  display: block;
  font-size: 18px;
  padding: 7px 0;
  width: 248px;
  text-align: center;
  color: #2d2d2d;
}
.home-sec-4 .nav .active a {
  background: #343434;
  color: #fff;
  border-radius: 5px;
}
.home-sec-4 .nav {
  margin: 15px 0;
}
.home-sec-5 .product-small.box {
  box-shadow: none;
}
.home-sec-5 .badge-inner {
  background-color: #d50000;
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-weight: 500;
}
.home-sec-5 .badge-container {
  margin-top: 0;
  top: 5px;
  left: 8px;
}
.home-sec-5 .badge-container .badge {
  height: fit-content;
  margin: 0;
}
.home-sec-5 .product-small.box .price-wrapper .price {
  justify-content: flex-start;
}
.home-sec-5 .product-small .title-wrapper {
  text-align: left;
}
.home-sec-5 .product-small .title-wrapper .name a {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  padding-top: 15px;
}
.home-sec-5 .box-text {
  padding-left: 30px !important;
}
.home-sec-5 .product-small.box .price-wrapper .amount {
  font-size: 26px;
}
.home-sec-5 .product-small.box .price-wrapper del .amount {
  font-size: 18px !important;
}
.product-small .box-excerpt,
.home-sec-5 .flickity-button {
  display: none;
}
.home-sec-5 .product-small .box-excerpt {
  display: block;
  font-size: 16px;
}
/* .home-sec-5 .add-to-cart-button a {
  background: initial;
  width: 165px;
  height: 44px;
  text-align: center;
  padding: initial;
  border-radius: initial;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 100;
  border-radius: 5px;
} */
.home-sec-5 .add-to-cart-button a {
  margin: 16px 0 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color2);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--theme-color2);
}
.home-sec-5 .add-to-cart-button a::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
.home-sec-5 .add-to-cart-button a::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  background-color: var(--theme-color2);
  top: -14px;
  left: -9px;
  transform: rotate(37deg);
}
.home-sec-5 .add-to-cart-button a:hover {
  color: #fff;
  box-shadow: none;
}
.home-sec-5 .add-to-cart-button a:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}
/* .home-sec-6 .product-small {
	padding: 12px;
} */
.home-sec-6 .col1 .col-inner,
.home-sec-7 .col1 .col-inner,
.home-sec-8 .col1 .col-inner {
  display: flex;
  align-items: baseline;
}
.home-product .img,
.home-product .img img,
.home-product .img-inner {
  border-radius: 5px;
}
.home-product .button.is-link {
  display: flex;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  margin-top: -35px;
  font-weight: 100;
  color: #2d2d2d;
  align-items: center;
  font-weight: 500;
}
.home-product .button.is-link:hover {
  color: var(--theme-color);
}
.home-product .button.is-link .icon-angle-right {
  top: 0;
  color: var(--theme-color);
}
.home-product .button.is-link .icon-angle-right:before {
  content: "\f178";
  font-family: var(--fa6);
  font-weight: 500;
  margin-right: 8px;
}
.home-sec-7 .product-small.box {
  background-color: white;
}
.sec-news {
  padding-top: 0 !important;
  padding-bottom: 60px !important;
}
.sec-news .col-blogs > .col-inner {
  padding: 0;
}
#wrapper .sec-news .btn-viewall {
  margin-top: 16px;
}
/* end home */
/* header */
.header-search.current-dropdown > ul {
  left: -230px;
  border: none;
  padding: 0 !important;
  top: 50px;
}
#header .header-search .search-form {
  margin: 0 !important;
}
.header-search.current-dropdown:before {
  border: none !important;
  background-color: transparent;
}
.header-search.current-dropdown:after {
  top: 35px;
}
.header-search #woocommerce-product-search-field-0::placeholder {
  font-style: italic;
}
.header-search form .icon-search {
  color: var(--black);
}
#header .header-bg-color {
  background-color: #fff;
  background-image: none;
}
#masthead .image-icon img {
  max-width: 25px;
}
#header .header-cart-link {
  padding: 5px 5px;
}
.header-main .header-nav-main.nav > li > a {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}
.header-main .header-nav-main.nav > li {
  margin: 0 20px;
}
.header-main .header-nav-main.nav > li.cart-item {
  margin: 0;
}
.header-main .header-nav-main.nav > li > a:hover,
.header-main .header-nav-main.nav > li.active > a {
  color: var(--theme-color);
}
.header-main .header-nav-main.nav {
  justify-content: center;
}
.header-main .header-nav-main.nav > li.header-search i.icon-search:before {
  content: "\f002";
  font-family: var(--fa6);
  font-weight: 600;
}

.product-main .row .icon-box {
  box-shadow:
    0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
  align-items: center;
}
.product-main .icon-box-text p:first-of-type {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
.vertical-thumbnails::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.vertical-thumbnails {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.product-gallery > .row {
  margin-left: 0px !important;
}
.row-product-tab table td,
.row-product-tab table th {
  padding: 15px;
}

.show-more.none:before {
  display: none;
}
.sp-nb .product-small.box .product-title {
  text-align: left;
}
.product-footer .box-noibat .price-wrapper .amount {
  font-size: 14px;
  line-height: 22px;
}
.product-footer .box-noibat .price-wrapper del .amount {
  font-size: 12px !important;
  line-height: 22px;
}
.related-products-wrapper {
  margin-bottom: 50px;
}
/* end header */
/* about */
.page-about2 .stack {
  margin-top: 50px;
}
.page-about2 .stack .text {
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  background-color: #f0f8ff;
  text-align: center;
}
.page-about2 .stack .text i {
  font-size: 45px;
  color: var(--theme-color);
  font-weight: 200;
}
.page-about2 .stack .text h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
}
.page-about2 .stack .text p {
  font-size: 14px;
  margin-bottom: 0;
}
.page-about1 .img,
.page-about1 .img img {
  border-radius: 5px;
}
.page-about1 .col-right {
  padding-bottom: 0;
}
/* end about */
/* search */
#search-lightbox #woocommerce-product-search-field-0 {
  font-size: 20px;
  font-weight: 400;
}
#search-lightbox .ux-search-submit {
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 5px;
}
#search-lightbox .ux-search-submit i:before {
  content: "\f002";
  font-family: var(--fa6);
  font-weight: 400;
}
/* end search */
@media (max-width: 980px) and (min-width: 481px) {
  .home-sec-1 .title-banner h3 {
    font-size: 30px;
  }
  .home-sec-2 .col-cate {
    padding: 15px !important;
  }
  .home-sec-4 .row > .product-small:last-child,
  .home-sec-6 .medium-columns-3 > .product-small:last-child,
  .home-sec-7 .medium-columns-3 > .product-small:last-child,
  .home-sec-8 .medium-columns-3 > .product-small:last-child {
    display: none;
  }
  .home-sec-5 .box-image {
    background-color: white;
  }
  .home-sec-3 {
    padding-bottom: 10px !important;
  }
  .home-product .img-inner {
    padding-top: 148% !important;
  }
  .home-sec-8 .img .img-inner {
    padding-top: 56.25% !important;
  }
  .home-sec-3 .box-text-inner h5 {
    font-size: 28px;
  }
  .home-sec-5 .product-small .title-wrapper .name a {
    padding-top: 0;
  }
  .product-main .product-info {
    margin-top: 30px;
  }
  .archive .category-filtering > div {
    display: none;
  }
  .home section {
    overflow: hidden;
  }
  #shop-sidebar .widget-title {
    font-size: 14px;
  }
  .sp-nb > .product-small {
    width: 50%;
    display: none;
  }
  .sp-nb > .product-small:nth-child(1),
  .sp-nb > .product-small:nth-child(2),
  .sp-nb > .product-small:nth-child(3),
  .sp-nb > .product-small:nth-child(4) {
    display: block;
  }
  .featured-posts .list-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featured-posts .list-post > .box {
    width: 48%;
    margin: 0;
  }
  .featured-posts .list-post > .box:last-child {
    display: none;
  }
}
@media (max-width: 780px) and (min-width: 481px) {
  .home-product .img-inner {
    padding-top: 150% !important;
  }
}
@media (max-width: 480px) {
  #shop-sidebar {
    padding-top: 40px;
  }
  #shop-sidebar .mfp-close {
    mix-blend-mode: unset;
    color: var(--black);
  }
  .banner-home .banner-bg.fill {
    width: 245vw;
    top: 50%;
    height: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-main .product-info {
    margin-top: 30px;
  }
  .home-sec-1 .text-box {
    padding-right: 15px;
  }
  .home-sec-1 .title-banner h3 {
    font-size: 22px;
    text-transform: none;
    text-align: center;
  }
  .home-sec-1 .title-banner p {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
  }
  .home-sec-1 .title-banner p br {
    display: none;
  }
  .home-sec-1 {
    overflow: hidden;
  }
  .home-sec-2 .col-cate {
    position: relative;
  }
  .home-sec-2 .col-cate:not(:last-child) {
    margin-bottom: 30px;
    position: relative;
  }
  .home-sec-2 .col-cate:not(:last-child):after {
    content: "";
    width: 50%;
    height: 1px;
    color: red;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translatex(-50%);
  }
  .home-sec-2 h3 {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 3px;
    margin-top: 10px;
  }
  .home-sec-2 p {
    font-size: 16px;
  }
  .home-sec-2 i {
    font-size: 34px;
  }
  .title h2 {
    font-size: 26px;
    position: relative;
    margin-bottom: 40px;
  }
  .home-sec-3 .box-text-inner h5 {
    font-size: 24px;
  }
  .home-sec-4 .nav a {
    padding: 7px 15px;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
  }
  .home-product .section-content {
    text-align: center;
  }
  .home-sec-8 .row {
    margin-bottom: 16px;
  }
  .home-sec-6 .row-1 .large-12 {
    order: 1;
  }
  .home-sec-6 .row-1 .medium-8 {
    order: 3;
  }
  .home-sec-6 .row-1 .medium-4 {
    order: 2;
    margin-bottom: 20px;
  }
  .home-sec-7 .medium-4 {
    margin-bottom: 20px;
  }
  .home-sec-8.home-product .img-inner {
    padding-top: 60% !important;
  }
  #main .sec-news .blog-grid {
    /* display: flex; */
  }
  .sec-news .blog-grid .post-item:not(:first-child) {
  }
  .home-sec-3 .product-category:nth-child(2) .box-category .image-cover,
  .home-sec-3 .product-category:nth-child(4) .box-category .image-cover {
    padding-top: 80% !important;
  }
  .sec-news .blog-grid .box-blog-post {
    margin-bottom: 0;
  }
  .home-sec-8 {
    padding-top: 40px !important;
  }
  .home-sec-3,
  .home-sec-5,
  .home-sec-6,
  .home-sec-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .home-sec-3 {
    padding-bottom: 10px !important;
  }
  .related-products-wrapper .row-slider .flickity-prev-next-button svg {
    border: 0 !important;
    padding: 6px !important;
  }
  .related-products-wrapper {
    border: 0;
    padding-top: 15px;
    margin-bottom: 35px;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding-top: 65px;
  }
  .page-about1 .col-left ul {
    flex-direction: row;
  }
  .page-about1 .col-left ul li {
    width: 50%;
  }
  .product-small.col {
    padding: 0 10px 20px;
  }
  .home section,
  .single .product-footer {
    overflow: hidden;
  }
  .home-sec-5 .product-small .title-wrapper .name a {
    font-size: 20px !important;
    margin-bottom: 0;
  }
  .home-sec-5 .product-small.box .price-wrapper .amount {
    font-size: 20px;
  }
  .home-sec-5 .product-small .box-excerpt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 4;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .home-sec-5 .add-to-cart-button a {
    width: 140px;
    height: 36px;
  }
  .home-sec-5 .box-text {
    padding-left: 10px !important;
  }
  .single .shop-page-title .page-title-inner > div:last-child {
    display: none;
  }
  .single .blog-single {
    padding-top: 0px;
  }
  .header-single {
    margin-bottom: 40px;
  }
  .page-contact .info-contact ul li {
    display: flex;
  }
  .page-contact .info-contact ul li i {
    min-width: 32px;
  }
  .page-contact .info-contact ul li:not(:last-child) {
    align-items: center;
  }
  .box-postdate span {
    padding: 5px 10px 3px;
    font-size: 13px;
  }
  .archive .category-filtering > div {
    display: none;
  }
  #footer .sec-menu {
    padding-top: 45px;
  }
  #wrapper .page-about2 {
    padding-bottom: 50px;
  }
  #wrapper .sec-news .btn-viewall {
    margin-top: 0px;
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 1001;
  left: 20px;
  bottom: 100px;
}

.list-shortcut-desktop > a {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 20px;
}

.list-shortcut-desktop .zalo {
  background: url(./images/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
  background: url(./images/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
  background: url(./images/all_shortcut.svg) 0 -50px;
  position: relative;
}

.list-shortcut-desktop .call:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 107, 17, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.list-shortcut-desktop .call:after {
  content: "";
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ff6b11;
  background-color: transparent;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* end contact btn */
@-webkit-keyframes phonering-cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-circle-fill {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
