:root {
  --theme-color: #272121;
  --theme-color2: #e11616;
  --black: #2e2e2e;
  --grey: #9e9e9e;
  --fa6: "Font Awesome 6 Pro";
  --regular: "SVN-PoppinsRegular";
  --medi: "SVN-PoppinsMedium";
  --semi: "SVN-PoppinsSemiBold";
  --bold: "SVN-PoppinsBold";
  --light: "SVN-PoppinsLight";
  /* --regular: 'FzPoppins-Regular';
    --medi: 'FzPoppins-Medium';
    --semi: 'FzPoppins-SemiBold';
    --bold: 'FzPoppins-Bold';
    --light: 'FzPoppins-Light'; */
}

@font-face {
  font-display: swap;
  font-family: "SVN-PoppinsLight";
  src: url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsLight.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsLight.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: "SVN-PoppinsMedium";
  src: url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsMedium.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsMedium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: "SVN-PoppinsSemiBold";
  src: url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsSemiBold.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsSemiBold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: "SVN-PoppinsBold";
  src: url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsBold.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/SVN-PoppinsBold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: "SVN-PoppinsRegular";
  src: url("/wp-content/themes/flatsome-child/fonts/SVN-Poppins.woff2")
      format("woff2"),
    url("/wp-content/themes/flatsome-child/fonts/SVN-Poppins.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1rem;
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  right: 0;
  bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

/* Header */
#header .policy-header {
  display: flex;
  gap: 34px;
}

#header .policy-header .item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #272121;
  font-family: var(--medi);
}

#header .policy-header .item img {
  max-width: 27px-webkit-fill-available;
}

#header .top-bar-nav > .menu-item > a {
  padding: 14px 0px;
  font-size: 16px;
  color: #272121;
  line-height: 20px;
  text-transform: unset;
  font-weight: normal;
  transition: all 0.3s;
}

#header .top-bar-nav > .menu-item > a:hover,
#header .top-bar-nav > .menu-item.active > a {
  color: #d00e0e;
}

#header .top-bar-nav > .menu-item {
  margin: 0 16px;
}

#header .header-main {
  background: #d00e0e;
}

#header #btn-category {
  margin: 0 21px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-weight: normal;
  padding: 0;
}

#header .header-cart-link {
  pointer-events: none;
}

#header .cart-item.has-icon {
  cursor: pointer;
}

#header #btn-category img {
  width: 25px;
  height: 25px;
}

#header #btn-category span {
  font-size: 8px;
  line-height: 12px;
  color: #fff;
  font-family: var(--medi);
}

#header #logo img {
  display: block !important;
  max-height: 45px !important;
}

#header #logo {
  width: 100px;
  margin-right: 35px;
}

#header .searchform {
}

#header .searchform input[type="search"] {
  border: 0;
  box-shadow: none;
  height: 36px;
  color: #6c6c6c;
  padding: 0 16px 0 49px;
  font-size: 13px;
  border-radius: 99px;
  background: #fff;
  min-width: 400px;
}

#header .searchform input[type="search"]::placeholder {
  color: #6c6c6c;
  opacity: 1;
}

#header .searchform .button.icon {
  border: 0;
  color: #777;
  box-shadow: none;
  position: absolute;
  top: 0;
  background: 0 0 !important;
  width: 34px;
  height: 39px;
  padding: 0;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  left: 10px;
  min-width: 34px;
}

#header .searchform .icon-search:before {
  display: none;
}

#header .searchform .icon-search {
  width: 21px;
  height: 21px;
  background: url(/wp-content/themes/flatsome-child/images/zoom_out.svg)
    no-repeat center;
  background-size: cover;
}

.error-404 .searchform input[type="search"] {
  height: 45px;
  border-radius: 50px 0 0 50px;
  box-shadow: none;
  padding-left: 20px;
  margin: 0;
}

.error-404 .searchform button {
  width: 60px;
  height: 45px;
  border-radius: 0 50px 50px 0;
  background: var(--theme-color2);
  margin: 0;
  color: #fff;
}

#header .header-main--right a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 16px;
  font-family: var(--medi);
}

#header .header-main--right {
  display: flex;
  align-items: center;
  gap: 66px;
  margin-right: 20px;
}

/* End header */
/* Slider */
.slick-dots li button {
  color: #fff;
  padding: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}

.slick-dots li {
  margin: 0 5px !important;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  opacity: 0.2;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#main .slider-home {
  padding: 0;
}

.carousel-full > .item:nth-of-type(n + 2) {
  display: none;
}

#main .slider-home .image-cover {
  padding-top: 52% !important;
}

.slider-home .slick-dots {
  bottom: 35px;
  margin: 0;
  left: 48px;
  transform: unset;
}

.slider-home .slick-dots li {
  border: 0;
  width: 10px;
  height: 10px;
  margin: 0px 5px !important;
  opacity: 1;
  background-color: #d9d9d9;
  border-radius: 10px;
  transition: all 0.3s;
}

.slider-home .slick-dots li.slick-active {
  width: 24px;
  background-color: #d00e0e;
}

.title-home h2,
.title-home h1,
.home .title-home p {
  color: var(--theme-color);
  font-size: 30px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3;
  font-family: var(--bold);
}

.title-home strong {
  color: var(--theme-color2);
}

#main .btn-viewall {
  border: 1px solid var(--theme-color2);
  border-radius: 99px;
  padding: 0 25px;
  min-width: 150px;
  font-weight: normal;
  font-size: 15px;
  font-family: var(--regular);
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--theme-color2);
}

#main .btn-viewall:after {
  content: "\f061";
  font-family: var(--fa6);
  margin-left: 6px;
  transition: transform 0.3s, color 0s;
  margin-top: 2px;
}

#main .btn-viewall:hover:after {
  transform: translateX(3px);
}

#main .btn-viewall:hover {
  background-color: var(--theme-color2);
  box-shadow: none;
  color: #fff;
}

/* End slider */

.slider-nav-circle .flickity-button {
  width: 40px !important;
  height: 10px;
  border: 1px solid var(--theme-color);
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  color: var(--theme-color);
  background-color: #fff;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: "\f178";
  color: inherit;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: "\f177";
}

.slider-home .slider-nav-circle .flickity-button.previous:before {
  border-right: 1px solid #e0e0e0;
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.slider .flickity-page-dots .dot,
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 10px;
  transition: all 0.3s;
}

.swiper .swiper-pagination {
  bottom: 0;
}

.slider .flickity-page-dots .dot.is-selected,
.swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #d00e0e;
}

.box-blog-post .image-cover {
  border-radius: 10px;
}

.box-blog-post .box-info {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.box-blog-post .box-info .cat-label {
  font-size: 14px;
  line-height: 16px;
  color: #e11616;
  margin: 0 0 0 12px;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.03em;
  position: relative;
}

.box-blog-post .box-info .cat-label:before {
  content: "";
  width: 0;
  height: 11px;
  border-left: 1px solid #223039;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box-blog-post .box-info .post-meta {
  font-size: 14px;
  line-height: 16px;
  color: #223039;
  letter-spacing: 0.03em;
}

.box-blog-post .box-blog-post .from_the_blog_excerpt {
  margin: 0 0 12px;
}

.box-blog-post .box-text .post-title a {
  margin: 0;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0s;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #272121;
  height: 46px;
}

.box-blog-post .box-text .post-title:hover a,
.home-sec-blog .box-text .post-title:hover a {
  color: var(--theme-color2);
}

.box-blog-post .from_the_blog_excerpt,
.home-sec-blog .from_the_blog_excerpt {
  margin-top: 12px;
  margin-bottom: 9px;
  display: -webkit-box;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
}

.product-small.box .box-text {
  padding: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-small.box .box-text .title-wrapper {
  padding-bottom: 10px;
}
.product-small.box .box-text .title-wrapper h3{
	font-weight: 600;
}
.product-small.box .box-text .title-wrapper h3 a,
.product-small.box .box-text .title-wrapper p a {
  font-weight: 600;
  color: var(--theme-color);
	font-size: 16px;
}
.product-small.box .box-text .title-wrapper h3 a:hover,
.product-small.box .box-text .title-wrapper p a:hover {
  color: var(--theme-color2);
}
.product-small.col {
  padding-bottom: 25px;
  margin: 0;
}

.product-small.col .col-inner,
.product-small.col .col-inner .product-small.box {
  height: 100%;
}

.product-small.box .box-image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.product-small.box .box-image .image-zoom {
  border-radius: 8px;
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.product-small.box {
  background-color: #fff;
  padding: 13px 15px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 35px 0px rgba(126, 126, 126, 0.1);
}

.product-small.box:hover {
  border-color: var(--theme-color2);
}

.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  transform: scale(1.05);
}

.slider .product-small.box {
  margin-top: 5px;
}

.product-small.box .product-title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: var(--theme-color);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* text-transform: uppercase; */
  text-align: left;
  font-family: var(--semi);
  height: 40px;
}

.product-small.box .product-title a:hover {
  color: var(--theme-color2);
}

.product-small.box .price-wrapper {
  flex: 1;
}

.product-small.box .product-title {
  margin: 0;
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  gap: 10px 25px;
}

.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}

.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
}

.product-small.box .price-wrapper del .amount {
  font-size: 15px !important;
  line-height: 27px;
  color: #898989;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: 400;
  text-decoration: line-through;
  font-family: var(--regular);
}

.product-small.box .price-wrapper .amount {
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: var(--semi);
}

.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}

.product-small.col .badge-container .badge-inner {
  background-color: #efdc25;
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-family: var(--medi);
  font-weight: 400;
  color: #292929;
}

.product-small.col .add-to-cart-button {
  flex-shrink: 0;
}

.product-small.col .add-to-cart-button a {
  margin: 0;
  background-color: var(--theme-color2);
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color2);
}

.product-small.col .add-to-cart-button .added_to_cart {
  display: none;
}

.product-small.col .add-to-cart-button a:hover {
  background-color: #fff;
  color: var(--theme-color2);
  border-style: dashed;
}

.product-small.col .add-to-cart-button a:before {
  content: "\2b";
  font-family: var(--fa6);
  font-size: 15px;
}

.product-small.col .add-to-cart-button a .slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #363636;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

.product-small.col .box-pro {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.product-small.box .box-pro .info-top2 {
  display: flex;
  justify-content: space-between;
}

.product-small.box .review {
  display: block;
  font-size: 12px;
  width: fit-content;
  position: relative;
}

.product-small.box .review:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: var(--fa6);
  font-weight: bold;
  color: #a4b0be;
}

.product-small.box .review:after {
  content: "\f005\f005\f005\f005\f005";
  font-family: var(--fa6);
  font-weight: bold;
  color: #ffa502;
  position: absolute;
  left: 0;
  width: var(--rating);
  overflow: hidden;
}

.product-small.box .info-bottom {
  text-align: left;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* footer */
#footer {
  background: #161616;
}

#footer .sec-footer {
  padding-top: 52px;
  padding-bottom: 8px;
}

.sec-footer .col-1 .img {
  width: 235px !important;
  margin-bottom: 28px;
}

.sec-footer .col-1 .text-top {
  position: relative;
  max-width: 350px;
  padding-bottom: 34px;
  margin-bottom: 22px;
}

.sec-footer .col-1 .text-top:before {
  content: "";
  width: calc(100% - 40px);
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #54668285;
}

.sec-footer .col-1 .text-top p {
  color: #b8b8b8;
  margin: 0;
}

.sec-footer .social-footer {
  position: relative;
  padding-top: 15px;
}

.sec-footer .social-footer:before {
  content: "";
  width: calc(100% - 40px);
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #54668285;
}

.sec-footer .social-footer p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 12px;
}

.sec-footer .social-footer .list-social {
  display: flex;
  gap: 26px;
}

.sec-footer .social-footer .list-social a {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  overflow: HIDDEN;
}

#footer .copyright-footer {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  color: #9ea2b5;
}

#footer .absolute-footer {
  padding: 13px 0;
}

html {
  background-color: #fff;
}

#footer .menu p:first-of-type {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 18px;
  font-family: var(--medi);
}

#footer .menu ul {
  list-style: none;
  margin-bottom: 0;
}

#footer .menu li {
  margin-left: 0;
  margin-bottom: 14px;
}

#footer .menu-1 a {
  color: #b8b8b8;
  padding-left: 43px;
  display: block;
  position: relative;
}

#footer .menu-1 a + a {
  margin-top: 12px;
}

#footer .menu-1 a img {
  position: absolute;
  left: 2px;
  top: 2px;
}

#footer .menu-1 .link-store {
  padding-left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--medi);
  margin: 27px 0 0;
  display: block;
}

#footer .menu-1 .link-store i {
  color: #b8b8b8;
  font-size: 14px;
  font-family: var(--regular);
  text-transform: none;
  margin-left: 10px;
}

#footer .menu-1 .link-store i:hover,
#footer .menu-1 a:hover,
#footer .menu-2 a:hover {
  color: var(--theme-color2);
}

#footer .info-lh-item strong {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

#footer .menu-2 li a {
  color: #b8b8b8;
  display: block;
  position: relative;
}

#footer .col-img .col-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 42px;
}

#footer .col-img .img:first-child {
  max-width: 130px;
  width: 130px;
  margin: 0;
}

#footer .col-img .img:nth-child(2) {
  max-width: 150px;
  margin: 0;
}

/* End footer */

#list-voucher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

#list-voucher .voucher-item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(126, 126, 126, 0.1);
  padding: 22px 25px;
  display: flex;
  align-items: center;
  position: relative;
}

/* #list-voucher .voucher-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 10px;
    color: #fff;
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;

} */

#list-voucher .voucher-item .box-image {
  width: 40.5%;
  flex-shrink: 0;
}

#list-voucher .voucher-item .image-cover {
  padding-top: 88%;
}

#list-voucher .voucher-item .image-cover img {
  object-fit: contain;
}

#list-voucher .voucher-item .box-text {
  padding: 0 0 0 23px;
}

#list-voucher .voucher-item .voucher-name {
  margin: 0 0 9px;
  font-size: 16px;
  font-family: var(--medi);
  color: #272121;
}

#list-voucher .voucher-item .voucher-desc {
  color: #272121;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 17px;
}

#list-voucher .voucher-item .savecp {
  background-color: var(--theme-color2);
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  font-family: var(--regular);
  border-radius: 99px;
  height: 26px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  margin: 0;
  border: 1px solid var(--theme-color2);
}

#list-voucher .voucher-item .savecp:hover {
  background-color: #fff;
  color: var(--theme-color2);
}

.popup-custom-full.popup-danhmuc {
  align-items: flex-start;
  z-index: 10;
}

.admin-bar .popup-custom-full.popup-danhmuc {
  align-items: flex-start;
  margin-top: 140px;
}

.popup-custom-full.popup-danhmuc {
  margin-top: 108px;
}

.popup-custom-full.popup-danhmuc .bg_overlay_popup {
  z-index: 10;
  height: 100vh;
}

.popup-custom-full .row-menu-danhmuc .col-left {
  z-index: 11;
}

.popup-custom-full .row-menu-danhmuc .col-left {
  flex-basis: unset;
  max-width: 295px;
}

.popup-custom-full .row-menu-danhmuc .col-left > .col-inner {
  border-radius: 15px;
  border: 1px solid #fff5f5;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(126, 126, 126, 0.1);
  padding: 16px 23px;
  margin-top: 15px;
}

.popup-custom-full .row-menu-danhmuc .product-category a {
  display: flex;
  align-items: center;
}

.popup-custom-full .row-menu-danhmuc .product-category .sub_cate {
  display: none;
}

.popup-custom-full .row-menu-danhmuc .product-category a:hover .name {
  color: var(--theme-color2);
}

.popup-custom-full .row-menu-danhmuc .product-category img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}

.popup-custom-full .row-menu-danhmuc .product-category .name {
  font-size: 15px;
  font-family: var(--regular);
  color: #272121;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.popup-custom-full .row-menu-danhmuc .product-category + .product-category {
  margin-top: 8.5px;
}

.not-scroll-body {
  overflow: hidden !important;
}

.popup-custom-full .row-menu-danhmuc .box-subcate-home {
  position: absolute;
  width: 250px;
  min-height: 300px;
  left: calc(100% + 15px);
  z-index: 9;
  border-radius: 15px;
  border: 1px solid #d00e0e;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(126, 126, 126, 0.1);
  padding: 30px;
  top: -2px;
  display: none;
}

.popup-custom-full .row-menu-danhmuc .box-subcate-home a {
  color: #272121;
}

.popup-custom-full .row-menu-danhmuc .box-subcate-home a:hover {
  color: var(--theme-color2);
}

.popup-custom-full .row-menu-danhmuc .box-subcate-home.show {
  display: block;
}

.popup-custom-full
  .row-menu-danhmuc
  .box-subcate-home
  .sub-cat-item
  + .sub-cat-item {
  margin-top: 8.5px;
}

/* 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;
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 50%;
  transform: translatey(50%);
}

.list-shortcut-desktop > a {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.list-shortcut-desktop .zalo {
  background-image: url(/wp-content/themes/flatsome-child/images/icon-zalo.webp);
}

.list-shortcut-desktop .mess {
  background-image: url(/wp-content/themes/flatsome-child/images/icon-mess.webp);
}

.list-shortcut-desktop .call {
  background-image: url(/wp-content/themes/flatsome-child/images/icon-call2.webp);
  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 */

.post-sidebar .product-categories {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 850px) and (max-width: 1198.98px) {
  #header .header-main--right {
    gap: 20px;
  }

  #header .searchform input[type="search"] {
    min-width: 320px;
  }

  #header .header-main--right a {
    font-size: 14px;
  }
}

@media screen and (min-width: 850px) {
  #main-menu {
    display: none;
  }
}

@media screen and (max-width: 849.98px) {
  #header:has(.btn-menumobi.active) #wide-nav {
    display: none !important;
  }

  .admin-bar .popup-custom-full.popup-danhmuc,
  .popup-custom-full.popup-danhmuc {
    margin-top: 60px;
  }

  #main-menu.mobile-sidebar .searchform-wrapper {
    padding: 0 25px;
  }

  #main-menu.mobile-sidebar .searchform-wrapper input[type="search"] {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    border-radius: 99px;
    box-shadow: none;
    color: currentColor !important;
    padding-right: 50px;
  }

  #main-menu.mobile-sidebar .searchform .button.icon {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: currentColor !important;
  }

  #main-menu.mobile-sidebar .searchform-wrapper .flex-col:last-of-type {
    margin-left: -2.9em;
  }

  #header #btn-category {
    margin-right: 0;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }

  #masthead .image-icon img {
    max-width: 23px;
  }

  #header .btn-menumobi {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .btn-menumobi .icon-nav {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header.transparent .btn-menumobi span {
    background: #fff;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 2px;
  }

  .header-main li.html.custom {
    display: block !important;
    margin-right: 12px;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #212121 !important;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-radius: 0 !important;
  }

  #main-menu.mobile-sidebar .nav-sidebar.nav-vertical > li {
    border-top: 1px solid #ececec;
    background-color: #fff;
  }

  #main-menu.mobile-sidebar .menu-item .sub-menu a {
    font-family: var(--regular);
    padding: 10px 0 10px 34px !important;
    border-bottom: 0;
    font-size: 14px;
    display: block;
  }

  .mobile-sidebar .logo-mobile {
    padding: 22px 30px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-sidebar .logo-mobile img {
    height: 60px;
    object-fit: contain;
  }

  .mfp-close {
    opacity: 1 !important;
    top: 25px;
    right: 20px;
  }

  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 20px 30px 30px;
  }

  .mobile-sidebar .info_menu ul {
    list-style: none;
  }

  .mobile-sidebar .info_menu ul li {
    color: #070707;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }

  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--theme-color);
  }

  #main-menu.mobile-sidebar {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    display: none;
    overflow-y: auto;
  }

  #main-menu.mobile-sidebar img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper {
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper li {
    width: fit-content;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper li a {
    padding-left: 0;
  }

  #main-menu.mobile-sidebar .html_top_right_text {
    padding: 14px 30px;
  }

  #main-menu.mobile-sidebar a.glink.gt-current-lang {
    font-weight: normal !important;
    color: var(--theme-color);
  }

  #list-voucher {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
    grid-gap: 20px;
    scroll-snap-type: x mandatory;
  }

  #list-voucher .voucher-item .box-image {
    /* display:block; */
  }

  .product-main #list-voucher {
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  #list-voucher .voucher-item {
    width: 100%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 10px;
    margin: 10px auto;
    scroll-snap-align: start;
  }

  .product-main #list-voucher .voucher-item {
    padding: 10px;
  }

  #list-voucher .voucher-item .box-image {
    width: 36%;
  }

  #list-voucher .voucher-item .box-text {
    padding-left: 15px;
  }

  #list-voucher .voucher-item .voucher-name {
    font-size: 15px;
    margin-bottom: 5px;
  }

  #list-voucher .voucher-item .voucher-desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .product-small.box .price-wrapper .price {
    grid-gap: 8px;
  }

  #footer .col-2,
  #footer .col-3 {
    flex-basis: 50%;
    max-width: 50%;
  }

  #footer .col-4 {
    flex-basis: 50%;
    max-width: 50%;
    display: none;
  }

  .sec-footer .social-footer .list-social {
    gap: 15px 26px;
    flex-wrap: wrap;
  }

  #header .header-main {
    height: 60px;
  }

  .product-small.box {
    padding: 10px;
  }

  .product-small.box .price-wrapper .amount {
    font-size: 16px;
    line-height: 22px;
  }

  .product-small.box .price-wrapper del .amount {
    font-size: 14px !important;
    line-height: 22px;
  }

  #footer .col-img .col-inner {
    margin-top: 0;
  }

  .box-subcate-home {
    display: none !important;
  }

  #wide-nav {
    background-color: white;
    padding-top: 10px;
  }

  #header .searchform input[type="search"] {
    border: 0;
    box-shadow: none;
    height: 36px;
    color: #6c6c6c;
    padding: 0 49px 0 16px;
    font-size: 13px;
    border-radius: 99px;
    background: #f1f1f1;
    min-width: auto;
  }

  #header .searchform .button.icon {
    left: auto;
    right: 0;
    background-color: #fece0c !important;
    height: 36px;
    width: 40px;
    border-radius: 0 50px 50px 0;
  }

  #header .searchform .icon-search {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .list-shortcut-desktop > a {
    width: 38px;
    height: 38px;
  }

  .list-shortcut-desktop {
    right: 10px;
  }

  .product-small.box .box-pro .info-top2 {
    /* flex-direction: column; */
  }

  .sec-footer .social-footer .list-social {
    gap: 20px;
  }

  .sec-footer .social-footer .list-social a {
    width: 36px;
    height: 36px;
  }

  .popup-custom-full .content .title-form {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .popup-custom-full .content p br {
    display: none;
  }

  .popup-custom-full .submit button,
  .popup-custom-full .submit a {
    margin-top: 0;
    height: 36px;
    font-size: 14px;
  }

  .sortbycate .order-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .sortbycate .order-list::-webkit-scrollbar {
    display: none;
  }

  .sortbycate .order-list li {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .product-small.box .price-wrapper .price {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .title-home h2,
  .title-home h1,
  .title-home p {
    font-size: 24px;
    margin-bottom: 25px;
  }

  body .progress-wrap {
    right: 15px;
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::before {
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::after {
    font-size: 14px;
  }

  .slider-home .slick-dots {
    bottom: 20px;
    left: 20px;
  }

  #list-voucher .voucher-item {
    flex: 0 0 83%;
    max-width: 83%;
  }

  #list-voucher .voucher-item .box-image {
    width: 100px;
  }

  .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .sec-home-4 .blog-grid {
    display: block;
  }

  .slider [data-animate],
  [data-animate] {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 0 !important;
    transition: filter 1.3s, transform 1s, opacity 0.5s ease-in;
    will-change: filter, transform, opacity;
  }

  .slider [data-animate="fadeInLeft"],
  [data-animate="fadeInLeft"],
  .slider [data-animate="fadeInRight"],
  [data-animate="fadeInRight"] {
    transform: translate3d(0, 70px, 0);
  }

  .row-slider.slider [data-animated="true"],
  .slider .is-selected [data-animated="true"],
  [data-animated="true"] {
    animation-delay: 0.1s;
    opacity: 1 !important;
    transform: translateZ(0) scale(1);
  }
}

@media screen and (max-width: 575.98px) {
  .product-small.box {
    padding: 8px;
  }

  .product-small.box .price-wrapper .amount {
    font-size: 16px;
    line-height: 22px;
  }

  .product-small.box .price-wrapper del .amount {
    font-size: 12px !important;
    line-height: 22px;
  }

  .sec-home-2 h2.text-left {
    font-size: 24px;
    text-align: left;
  }

  #footer .col-2,
  #footer .col-3 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f061";
  font-family: var(--fa6);
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  color: var(--theme-color);
}

.progress-wrap::before {
  position: absolute;
  content: "";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #47be7a, #0084b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline-block;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
  display: flex;
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  vertical-align: middle;
  zoom: 1;
  display: inline-block;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  font-family: var(--bold);
  text-align: center;
}

#wrapper .processing:before {
  width: 20px !important;
  height: 20px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: fixed;
  background: var(--theme-color);
  animation: clockwise 1200ms infinite linear;
  border: 0 !important;
  top: 50%;
  left: 50%;
  border: 1px solid #fff !important;
  z-index: 9999999999999;
}

.processing:after {
  z-index: 9999999999999;
  content: "";
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: FIXED;
  left: 50%;
  top: 50%;
  mix-blend-mode: darken;
  background: var(--theme-color2);
  margin-left: -5px;
  animation: counter-clockwise 1200ms infinite linear;
  border: 1px solid #fff !important;
}

@keyframes clockwise {
  0% {
    transform: translateX(0);
    width: 20px;
  }

  25% {
    width: 25px;
  }

  50% {
    transform: translateX(100%);
    width: 20px;
  }
}

@keyframes counter-clockwise {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }
}

/* === */
/*@media screen and (min-width: 850px) {*/
/*    #header .header-main {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 849.98px) {*/
/*    #header #btn-category {*/
/*        display: none;*/
/*    }*/
/*}*/

/* Popup form */
.verification-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}

.verification-form .bg_overlay_popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.verification-form .verification-content {
  width: 32rem;
  background: rgb(251 244 242);
  position: relative;
  padding: 2rem;
  border-radius: 0.9375rem;
  transition: all 0.4s ease-in-out;
}
.verification-form .verification-content .logo{
	width: fit-content;
    height: 4rem;
    margin: 0 auto 2rem;
}
.verification-form .verification-content .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.verification-form .verification-content .content{
	text-align: center;
	margin-bottom: 2rem;
}
.verification-form .verification-content .content p{
	margin-bottom: 0.75rem;
}
.verification-form .verification-content .group-button{
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}
.verification-form .verification-content .group-button button{
	height: 3rem;
	border-radius: 0.3125rem;
	border: 1px solid #d00e0e;
	color: #d00e0e;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
	margin: 0;
	font-weight: 600;
}
.verification-form .verification-content .group-button button:hover{
	background-color: #d00e0e;
	color: #fff;
}
.verification-form .verification-content .desc{
	text-align: center;
}
.verification-form .notifi{
	margin-bottom: 0.75rem;
	font-size: 14px;
	text-align: center;
	color: #d00e0e;
}
.verification-form .verification-content .desc p{
	margin-bottom: 0.75rem;
	font-size: 14px;
}
.verification-form .popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767.98px) {
	.verification-form .verification-content{
		width: 95%;
	}
}