:root {
  --linear-gradient: linear-gradient(90deg, #c1181d 0%, #9d201a 100%);
  --black-1: #121221;
}

body {
  font-family: "Inter", sans-serif !important;
  background: #fafafa;
}

.wrapper {
  position: relative;
}

.wrapper a.cover_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: row !important;
}

.swiper-grid-column>.swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.woo-thumb-swiper .swiper-slide {
  height: 100%;
}

.woo-thumb-swiper .swiper-wrapper {
  height: 100%;
}

.selected-product .checkout-item.product_cart_info {
  justify-content: space-between;
}

.woo-thumb-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.woo-swiper-gallery {
  position: sticky;
  top: 0;
}

.woo-swiper-gallery .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
}

.woo-swiper-gallery .swiper.woo-main-swiper {
  margin-bottom: 1rem;
}

.woo-swiper-gallery .swiper.woo-thumb-swiper .swiper-slide.swiper-slide-active {
  border-color: var(--primary-color);
}

.woo-swiper-gallery .swiper.woo-thumb-swiper .swiper-slide {
  border: 2px solid #e5e7eb;
}

.woo-swiper-gallery .swiper.woo-main-swiper .swiper-slide {
  border: 2px solid var(--primary-color);
}

.box_shadown {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 10.7px -1px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.box_shadown--red {
  background: var(--primary-color);
}

.box_shadown--2 {
  border: 1px solid #FF8989;
}

.text_white {
  color: #fff;
}

ul.default_ul {
  list-style: none;
}

.woo-product-info {}

.woo-product-info h1.product-title {
  font-size: 1.5rem;
  color: #1e2939;
}

.product-highlight {
  border-radius: 8px;
  border: 1px solid #959595;
  background: #f6f6f6;
  padding: 1rem;
}

.product-meta {
  margin: 1rem 0;
}

ol,
ul {
  margin-left: 1.15rem;
}

.product-price-box span.sale-price span.amount {
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}

.product-price-box .price-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.product-price-box span.regular-price span {
  color: #99a1af;
  font-size: 1.2rem;
  text-decoration: line-through;
  font-weight: 400;
}

.product-price-box span.discount-badge {
  border-radius: 4px;
  background: #007aff;
  color: #fff;
  display: block;
  padding: 0.25rem 0.5rem;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.product-price-box .saving span.amount {
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: 600;
}

.btn_primary {
  border-radius: 8px;
  background: var(--linear-gradient);
  color: #fff;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.btn_primary svg {
  margin: 0 0.5rem;
}

.btn_primary--full {
  width: 100%;
}

.btn_primary--black {
  background: #000;
  color: #ffffff;
}

.shine_ani {
  position: relative;
  overflow: hidden;
}

.btn_primary::before,
.shine_ani::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}

.btn_primary:hover::before,
.shine_ani:hover::before {
  -webkit-animation: shine 1.95s;
  animation: shine 1.95s;
}

@keyframes shine {
  100% {
    left: 145%;
  }
}

.btn_primary.btn_primary--outline {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.content ul li {
  margin-bottom: 0.5rem;
}

.box_km .btn_primary {
  width: 100%;
  margin-bottom: 1rem;
}

.box_highlight_2 {
  border-radius: 10px;
  border: 1px solid #ffc9c9;
  background: #fef2f2;
  padding: 1rem;
}

p:last-of-type {
  margin-bottom: 0;
}

.product_page_2 {
  padding: 40px 0;
}

h2.content_main_title {
  width: max-content;
  position: relative;
}

.title_border {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

h2.content_main_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -0.8rem;
  background: var(--linear-gradient);
}

.content_box {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.specs_table tr:nth-child(odd) {
  background: #f0f0f0;
}

.specs_table table,
.specs_table table td {
  border: 1px solid #c8c8c8;
}

.specs_table table td {
  padding: 0.5rem;
  color: #000;
}

.specs_table table tr td:first-child {
  font-weight: 700;
}

h2.content_sub_title {
  font-weight: 700;
  color: #000;
}

.product_card {
  border-radius: 8px;
  border: 1px solid #ebedf0;
  background: #fff;
  padding: 0.5rem;
  position: relative;
}

.product_card.out-of-stock {
  position: relative;
  transition: all 0.3s ease;
}

.product_card.out-of-stock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 10%);
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}

.product_card.out-of-stock img {
  filter: grayscale(100%);
}


.product-list .product_card {
  width: calc((100% / 6) - 1rem);

}

.product_card .product_image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.prdouct_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

span.prdouct_badge.badge_new {
  background: #000;
  color: #fff;
}

.price_old span.amount {
  text-decoration: line-through;
  font-weight: 400;
}

.price-wrapper span.discount {
  background: var(--linear-gradient);
  color: #fff;
  border-radius: 6px;
  padding: 6px;
}

.price-wrapper .inner_price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-wrapper {
  position: relative;
}

.price-wrapper .price_new {
  font-size: 1.3rem;
  font-weight: 700;
}

.product_info a.product_type_simple {
  border-radius: 50%;
  width: 2.35rem;
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: auto;
  background: var(--primary-color);
  padding: 10px;
}

.product_card .add_wishlist button {
  position: absolute;
  right: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b51b1d99;
  border-radius: 50%;
  margin: 0 !important;
  min-height: auto;
  padding: 5px;
  z-index: 99;
}

.product_card .add_wishlist button span {
  color: var(--primary-color);
}

.list_product_homes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.product_card h3.product-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_flex a {
  white-space: nowrap;
}

section.product_page_3 {
  background: #fef2f2;
  padding: 30px 0;
}

.item_view_post a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item_view_post a img {
  border-radius: 10px;
  width: 130px;
}

.item_view_post a p.title {
  font-size: 1rem;
  color: #3e3232;
}

.list_img_qc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
}

.item_block_post .item_post_img {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  height: 240px;
}

.item_block_post .item_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_block_post .item_post_content .post_title {
  font-size: 24px;
  color: var(--black-1);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item_block_post .item_post_content .post_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item_block_post_2 .item_post_img {
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
}

.item_block_post_2 .item_post_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.item_block_post_2 .item_post_content {
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  padding: 1rem;
}

.item_block_post_2 .item_post_content .post_title {
  font-size: 1.3rem;
  color: var(--black-1);
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item_block_post_2 .item_post_content .post_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title_section {
  font-size: 2.3rem;
  color: var(--black-1);
  font-weight: 700;
}

section.news_page_1 {
  padding-top: 50px;
}

.news_latest {
  margin-bottom: 40px;
}

.list_contact_box--item {
  display: flex;
  gap: 10px;
}

.list_contact_box--item .box_icon {
  border-radius: 10px;
  background: #fef2f2;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_quicklink li a {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
  padding: 10px;
  color: #fff;
}

.contact_quicklink ul {
  margin: 0;
  margin-top: 1rem;
}

.box_content_contact {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10.2px -2px rgba(0, 0, 0, 0.07);
}

.box_content_contact .box_contact--head {
  border-radius: 14px 14px 0 0;
  background: var(--primary-color);
  padding: 1.5rem;
}

.box_content_contact .box_contact--head * {
  color: #fff;
}

.box_contact--body {
  padding: 1.5rem;
}

.contact_form .field {
  margin-bottom: 1rem;
}

.contact_form .field input,
.contact_form .field textarea {
  border-radius: 8px;
  border: 1px solid #d1d5dc;
  width: 100%;
  padding: 0.75rem;
}

.contact_form .row_2 {
  display: flex;
  gap: 1rem;
}

.contact_form .row_2 .field {
  width: 50%;
}

.contact_form .field.checkbox span.wpcf7-list-item {
  width: 100%;
  display: flex;
}

.contact_form .field.checkbox span.wpcf7-list-item label {
  display: flex;
}

.contact_form .field.checkbox span.wpcf7-list-item label input[type="checkbox"] {
  width: auto;
}

.contact_form button.cf7-submit {
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 3rem;
  line-height: 1;
}

.box_map--body iframe {
  width: 100%;
}

.box_content_map {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10.2px -2px rgba(0, 0, 0, 0.07);
}

.box_content_map .box_map--head {
  padding: 1.5rem;
}

.inner_box .policy_content ul li {
  display: flex;
  gap: 10px;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.5s;
}

.inner_box .policy_content ul li.active,
.inner_box .policy_content ul li:hover {
  background: var(--primary-color);
  color: #fff;
}

.inner_box .policy_content ul li a svg path {
  transition: all 0.5s;
}

.inner_box .policy_content ul li.active path,
.inner_box .policy_content ul li:hover path {
  stroke: #fff;
}

.list_tabs_content .item_tabs_content {
  display: none;
  box-shadow: 0 2px 10.2px -2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.list_tabs_content .item_tabs_content.active {
  display: block;
  animation: fadeup 1.5s;
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section {
  padding: 40px 0;
}

.list_tabs_content .item_tabs_content .content_item_tabs {
  padding: 2rem;
}

.list_tabs_content .item_tabs_content .content_item_tabs--title {
  background: var(--primary-color);
  color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list_tabs_content .item_tabs_content .title_icon {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_tabs_content .item_tabs_content .title_icon path {
  stroke: #fff;
}

.icon_box {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #ebedf0;
  padding: 6px;
}

.icon_box.icon_box--small {
  width: 2rem;
  height: 2rem;
}

.icon_box.icon_box--pink {
  background: #ffe2e2;
}

.icon_box.icon_box--red {
  background: var(--primary-color);
}

.faq_head {
  text-align: center;
}

.faq_head .icon_box {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.faq_group_item {
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.faq_group_item .group_header {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(90deg, #f9fafb 0%, #fff 100%);
  gap: 1rem;
}

.faq_group_item .group_header .group_header_title {
  color: #1e2939;
}

.faq_group_item .group_body {
  padding: 0 1.5rem;
}

.faq_group_item .group_body .faq_item_question {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  padding: 1rem 0;
  cursor: pointer;
}

.faq_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq_group_item .group_body .faq_item_question h3 {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - 30px);
}

.faq_group_item .group_body .faq_item_question svg {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.faq_group_item .group_body .faq_item_question.active svg {
  transform: rotate(180deg);
}

.faq_group_item .group_body .faq_item_answer {
  padding: 1rem;
  padding-top: 0;
  color: #4a5565;
}

.faq_support {
  background: #004b41;
  color: #fff;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
}

.faq_support h3.faq_support--title {
  color: #fff;
  margin: 1.4rem 0;
}

.faq_support .faq_support--btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 1.5em 0;
}

.faq_support .faq_support--btn a:nth-child(odd) {
  background: #fff;
}

.faq_support .faq_support--btn a {
  border-radius: 15px;
  padding: 0.8rem;
  border-radius: 10px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.faq_support .faq_support--btn a:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.inner_form_auth {
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 20px 21.1px -5px rgba(0, 0, 0, 0.06),
    0 8px 4.3px -6px rgba(0, 0, 0, 0);
  padding: 2rem;
}

.inner_form_auth input {
  border-radius: 10px;
  border: 1px solid #d1d5dc;
}

.d-flex p {
  margin-bottom: 0;
}

span.text_line_thought {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

span.text_line_thought:before,
span.text_line_thought:after {
  width: 50%;
  height: 1px;
  background: #d1d5dc;
  top: 50%;
  content: "";
}

.footer_img {
  position: absolute !important;
  /* width: auto !important; */
  top: -20px;
  left: 40%;
  transform: translateX(-50%);
}

.footer_img img {
  width: auto !important;
  height: auto;
  width: max-content;
}

.form_footer input.wpcf7-form-control.wpcf7-email {
  border-radius: 50px;
  background: #fff;
  padding-left: 60px;
  height: 45px;
}

.form_footer input.wpcf7-submit {
  position: absolute;
  right: 10px;
  top: 5px;
  background: #004b41;
  border-radius: 50px;
  height: 35px;
  line-height: 1;
  min-height: auto;
}

.form_footer {
  position: relative;
}

.form_footer span.wpcf7-form-control-wrap:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 17px;
  background-image: url(../image/Symbol.svg);
  width: 15px;
  height: 12px;
}

.cart-card .cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-check {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cart-check input {
  display: none !important;
}

.cart-check .checkmark {
  width: 1rem;
  height: 1rem;
  background: #eee;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: all 0.2s ease;
}

.cart-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cart-check input:checked+.checkmark {
  background: #c51f1f;
}

.cart-check input:checked+.checkmark:after {
  display: block;
}

.cart-check .checkmark:after {
  left: 6px;
  top: 3px;
  width: 0.3rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

label.select-all-label.cart-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-select-all {
  display: flex;
  border-radius: 10px;
  background: #fff;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  height: 80px;
  padding: 1rem;
}

.cart-card {
  text-align: left;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.06);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product_cart_info,
.product_cart_info--item {
  display: flex;
  gap: 10px;
}

.product_cart_info--item .product_cart_info--inner {
  display: flex;
  gap: 10px;
  width: calc(100% - 146px);
}

.box-order .product_cart_info {
  justify-content: space-between;
}

.product_cart_info .product_cart_info--thumb {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ebedf0;
  padding: 6px;
}

.product_cart_info .product_cart_info--info {
  width: calc(100% - 7rem);
}

.product_cart_info--btn {
  width: 15%;
}

.product_cart_info .product_cart_info--btn {
  width: calc(35% - 5.5rem - 10px);
}

.product_cart_info .product_cart_info--thumb img {
  border-radius: 0.25rem;
}

.cart-card .cart-bottom,
.cart-card .cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-card .cart-bottom .cart-quantity {}

.cart-card .cart-bottom .ux-quantity {
  border-radius: 0.25rem;
  overflow: hidden;
}

.cart-card .cart-bottom .ux-quantity .button {
  border-radius: 4px;
}

.cart-card .cart-bottom {
  margin-bottom: 0.5rem;
}

.cart-item-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-item-price .sale-price .amount {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
}

.cart-item-price .old-price .amount {
  color: #9aa0a6;
  text-decoration: line-through;
  font-size: 16px;
}

.cart_item>td {
  border: none !important;
}

.cart_totals_cusstom,
.custome_coupon {
  border-radius: 10px;
  background: #fff;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 1rem;
}

.cart_totals_cusstom .wc-proceed-to-checkout,
.cart_totals_cusstom .wc-proceed-to-checkout a {
  margin-bottom: 0;
}

.shop_table .cart_totals_cusstom td,
.shop_table .cart_totals_cusstom th {
  border: none !important;
}

.voucher_header_text h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.voucher_header {}

.cart_totals_cusstom tr.order-total th,
.cart_totals_cusstom tr.order-total td {
  border: none !important;
}

.cart_totals_cusstom tr.order-total td {
  display: flex;
  flex-direction: column;
}

.cart_totals_cusstom tr.order-total td span.amount {
  color: var(--primary-color);
  font-weight: 400;
}

.cart_totals_cusstom tr.cart-subtotal .amount {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 400;
}

.voucher_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-checkout {
  max-width: 1200px;
  margin: auto;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.checkout-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.checkout-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.item-thumb img {
  width: 70px;
}

.delivery {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
}

.payment-method {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.btn-order {
  width: 100%;
  background: #c81e1e;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 10px;
}

.btn-outline {
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid #c81e1e;
  color: #c81e1e;
  border-radius: 8px;
  margin-top: 10px;
  text-decoration: none;
}

.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.total {
  font-weight: bold;
  color: red;
}

.order-summary .summary-row:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.order_code {
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  width: max-content;
  padding: 8px 20px;
  cursor: pointer;
}

.account_cover {
  position: relative;
  margin-bottom: 7.5rem;
}

.account_cover img {
  border-radius: 1rem;
  aspect-ratio: 3.5;
  object-fit: cover;
}

.account_cover label.change_cover {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 3px 10px;
  color: #a24186;
}

.account_cover .inner_avatar {
  position: absolute;
  bottom: -70px;
  left: 20px;
  display: flex;
  gap: 10px;
  align-items: end;
}

.account_cover .inner_avatar h2.account_name {
  width: calc(100% - 141px);
  margin-bottom: 1.5rem;
}

.account_avatar img {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  object-fit: cover;
}

.account_avatar {
  width: 130px;
  aspect-ratio: 1;
  position: relative;
  border: 5px solid #fff;
  border-radius: 50%;
}

.account_avatar label.change_avatar {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  aspect-ratio: 1;
  margin: 0;
  display: flex;
  align-items: center;
}

.my_account_sidebar--mb {
  display: none;
}

.filter_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px;
  border-bottom: 1px solid #d9d9d9;
}

.close_filter {
  border-radius: 50px;
  border: 1px solid var(--nn-chnh, #efece5);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.filter .inner_filter .list_filter {
  padding: 37px;
  overflow-y: scroll;
}

.order-status-tabs .tabs {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  overflow-y: scroll;
  scrollbar-width: thin;
  margin-left: 0;
}

.order-status-tabs .tabs li {
  /* background: #eee; */
  padding: 0px 14px;
  border-radius: 4px;
  flex: 0 0 auto;
}

.order-status-tabs .tabs li.active {
  /* background: #000; */
  color: #fff;
  ont-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.custom-order-card {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 20px;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}

.custom-order-card ul.order-items {
  border-bottom: 1px solid #d2d2d2;
}

.custom-order-card ul.order-items .order_items_img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 12px;
}

.custom-order-card:not(:last-of-type) {
  margin-bottom: 35px;
}

.order-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 35px;
  padding-bottom: 8px;
}

.toggle-order-detail {
  background: transparent;
  border: none;
  color: var(--black-2);
  cursor: pointer;
  width: max-content;
  margin: 30px auto 0;
  display: block;
}

.col_account_content {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem 1rem;
}

.order-status-tabs .tabs li a {
  display: flex;
  flex-wrap: nowrap;
}

.toggle-order-detail svg {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.toggle-order-detail svg.rotated {
  transform: rotate(180deg);
}

.order_items_content__attr .order_items_content__attr--item {
  display: flex;
}

.order_items_content__attr .order_items_content__attr--item p {
  margin-bottom: 0;
}

.order_items_content__title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.custom-order-card ul.order-items li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

span.custom_order__id {
  display: flex;
  align-items: center;
  gap: 10px;
}

span.custom_order__id {
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-pagination>* {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  transition: all 0.5s;
}

.order-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.order-pagination .next,
.order-pagination .prev {
  border: none;
}

.order-pagination .current,
.order-pagination .page-numbers:not(.next):hover,
.order-pagination .page-numbers:not(.prev):hover {
  transition: all 0.5s;
  color: #fff;
  background: var(--black-2);
}

.order-details {
  text-align: right;
}

.mega_wrapper {
  position: relative;
}

.mega_trigger {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-size: 30px;
  white-space: nowrap;
}

.mega_wrapper_content .mega_content {
  position: absolute;
  /*top: 100%;*/
  /*left: 0;*/
  /*width: 1200px;*/
  /*!*display: none;*!*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background: #fff;
  min-width: 300px;
}

.mega_wrapper:hover .mega_content {
  display: flex;
}

.mega_left {
  width: 260px;
  border-right: 1px solid #eee;
  display: block;

}

.mega_menu {
  /* width: 260px; */
  position: relative;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  width: auto;
  white-space: nowrap;
  width: -webkit-fill-available;
}

.mega_item {
  white-space: nowrap;
  width: -webkit-fill-available;
}

.mega_parent {
  padding: 10px;
  cursor: pointer;
}

/* SUBMENU */
.mega_dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  width: 900px;
  background: #fff;
  display: none;
  z-index: 9999;
  padding: 20px;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
}

/* HOVER */
.mega_item:hover .mega_dropdown {
  display: flex;
  animation-delay
}

.mega_dropdown .inner_mega_dropdown {
  display: flex;
  width: calc(80% - 20px);
  gap: 20px;
  flex-wrap: wrap;

}

.mega_dropdown .list_menu_gal {
  width: calc(20% - 20px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.mega_dropdown .list_menu_gal .item_gal a {
  background: rgb(241, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 100%;
}

.mega_dropdown .list_menu_gal .item_gal a:hover {
  background: rgb(217, 217, 217);
}

.mega_dropdown .list_menu_gal .item_gal a img {
  height: 45px;
  object-fit: contain;
}

/* ===== Khi náº±m trong mega_header_category ===== */
.mega_wrapper.is-inside .mega_left {
  display: none;
}

/* Hover má»›i hiá»‡n */
.mega_wrapper.is-inside:hover .mega_left {
  display: block;
}

.mega_parent {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.mega_parent img {
  transition: all 0.5s;
}

.mega_parent:hover {
  background: var(--primary-color);
}

.mega_parent:hover a {
  color: #fff;
}

.mega_parent:hover img {
  filter: brightness(0) invert(1);
}

.mega_right {
  flex: 1;
  padding: 20px;

}

.mega_submenu {
  display: none;
}

.mega_submenu.active {
  display: flex;
  flex-wrap: wrap;
}

.mega_column {
  width: calc(25% - 20px);
}

.mega_column ul {
  list-style: none;
  margin: 0;
}

.menu-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.menu-red a {
  color: #fff;
  font-size: 14px;
}

.header-bottom {
  background-color: #fff !important;
}

.header-bottom .inner_menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.custom-cart-box {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 6px;

  @media only screen and (max-width: 768px) {
    background: #f5f5f5;
  }

}

.custom-cart-box .cart-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.cart-icon {
  position: relative;
  font-size: 24px;
  margin-right: 10px;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  /* padding: 2px 6px; */
  display: flex;
  aspect-ratio: 1;
  width: 18px;
  align-items: center;
  justify-content: center;
}

.cart-info {
  display: flex;
  flex-direction: column;
}

.cart-label {
  font-size: 12px;
  color: #666;
}

.cart-total {
  font-weight: bold;
  font-size: 18px;
}

.header-bottom .inner_menu .header-search {
  width: 35%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.box_icon_shadow {
  display: flex !important;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 7.4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #F5F5F5;

  @media only screen and (max-width: 768px) {
    border: none;
  }
}

.menu-black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54%;
}

.menu-black a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #000;
}

.menu-black a span:nth-child(2) {
  width: calc(70% - 55px);
  font-size: 13px;
  line-height: 1.35;
  margin-right: 7px;
}

span.box_icon_shadow {
  display: flex;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 7.4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #F5F5F5;

  @media only screen and (max-width: 768px) {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
}

.menu-black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54%;
}

.menu-black a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #000;
}

.menu-black a span:nth-child(2) {
  width: 45%;

  @media only screen and (max-width: 768px) {
    line-height: 1.45;
  }
}


.header-bottom .inner_menu .header-search form.searchform {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.header-bottom .inner_menu .header-search form.searchform button {
  background: #F2F2F2;
  border: none;
}

.header-bottom .inner_menu .header-search form.searchform button .icon-search {
  color: #979797;
}

.header-medium .inner_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.filter-group.brand-filter {
  margin: 20px 0;
}

.product-list {
  display: flex;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.product_filter {
  margin-bottom: 20px;
}

.group_attributes {}

.dropdown-filter {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter-toggle {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.filter-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 450px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 10px;
  z-index: 99;
}

.filter-dropdown button.btn-clear {
  background: var(--primary-color);
  color: #fff;
  border-radius: 10px;
}

.filter-dropdown button.btn-apply {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

.dropdown-filter.active .filter-dropdown {
  display: block;
}

.filter-actions {
  display: flex;
  /*   justify-content: space-between; */
  margin-top: 16px;
}

.brand-list .brand-item {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  display: block;
  width: max-content;
  padding: 2px;
}

.brand-list .brand-item img {
  width: 120px;
  height: 20px;
  object-fit: contain;
}

.brand-list {
  display: flex;
  gap: 10px;
}

.brand-list .brand-item {
  border: 2px solid #eaeaea;
  border-radius: 8px;
  display: block;
  width: max-content;
  padding: 2px;
}

.brand-list .brand-item.active {
  border-color: var(--primary-color);
}

.brand-list .brand-item img {
  width: 120px;
  height: 20px;
  object-fit: contain;
}

.brand-list {
  display: flex;
  gap: 10px;
}

.filter-group button.filter-toggle {
  margin: 0;
  padding: 0 10px;
  font-size: 0.8rem;
  text-transform: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 140px;
  border-width: 2px;
}

.filter-group button.filter-toggle.active {
  border-color: var(--primary-color);
}

.selected-filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 1rem 0;
}

.voucher-tabs ul {
  list-style: none;
  display: flex;
  overflow-x: scroll;
  gap: 13px;
}

.voucher-tabs ul li {
  flex: 0 0 auto;
}

.selected-filters .selected-filters-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.selected-filters .selected-filter-item a {
  color: rgb(185 28 28 / 1);
  display: block;
  background-color: rgb(254 242 242 / 1);
  border-radius: 10px;
  border: 1px solid rgb(254 202 202 / 1);
  font-size: 12px;
  padding: 0 8px;
}

.selected-filters .selected-filter-item.is-attr a {
  color: #1d4ed8;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}

a.clear-all {
  font-size: 12px;
  color: rgb(31, 41, 55);
  background-color: rgb(229, 231, 235);
  border-radius: 25px;
  display: block;
  padding: 0 11px;
}

.category-menu-list {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

/* current */
.category-menu-list .category-current .cat-item {
  border: 2px solid red;
  background: #fff5f5;
}

/* children list */
.category-menu-list .category-children {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* item chung */
.category-menu-list .cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  min-width: 120px;
  text-decoration: none;
  color: #333;
}

.category-menu-list .cat-item img {
  max-width: 60px;
  margin-bottom: 5px;
}

/* ===== popup-build WRAPPER ===== */
.popup-build {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: none;
}

.popup-build.active {
  display: block;
}

/* ===== OVERLAY ===== */
.popup-build-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* ===== popup-build BOX ===== */
.popup-build-inner {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%) scale(0.95);
  transition: all 0.3s ease;

  width: 900px;
  max-width: 95%;
  max-height: 90vh;

  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
}

/* hiá»‡u á»©ng má»Ÿ */
.popup-build.active .popup-build-inner {
  transform: translate(-50%, -50%) scale(1);
}

/* ===== HEADER ===== */
.popup-build-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.popup-build-header h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.close-popup-build {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* ===== BODY ===== */
.popup-build-content {
  /*padding: 20px;*/
  overflow-y: auto;
  min-height: 550px;
}

.popup-build-body {
  display: flex;
  padding: 20px;
}

.popup-build-body .popup-build-sidebar {
  width: 30%;
}

/* ===== PRODUCT LIST ===== */

.product-item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;

  transition: 0.2s;
}

.product-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-thumb img {
  width: 100%;
  height: auto;
}

.product-info h4 {
  font-size: 14px;
  margin: 10px 0 5px;
}

.price {
  color: #e60023;
  font-weight: bold;
}

/* ===== BUTTON ===== */
.choose-product {
  width: 100%;
  margin-top: 10px;
  padding: 8px;

  background: #e60023;
  color: #fff;
  border: none;
  border-radius: 5px;

  cursor: pointer;
}

.choose-product:hover {
  background: #c4001d;
}

.popup-sidebar.loading::after,
.popup-products.loading::after {
  content: "";
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.6);
}

.popup-sidebar.loading::before,
.popup-products.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 30px;
  height: 30px;

  border: 3px solid #ddd;
  border-top: 3px solid #e60023;
  border-radius: 50%;

  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.popup-layout {
  display: flex;
}

.popup-layout .popup-products {
  width: 75%;
}

.popup-layout .popup-sidebar {
  width: 25%;
}

.build-item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.build-item .build-item--label {
  width: 15%;
}

.build-item .build-item--content {
  width: 85%;
  border-left: 2px solid rgba(222, 222, 222, 0.50);
  padding-left: 1rem;
}

.open-popup-build {
  border-radius: 8px;
  background: #004B41;
  width: max-content;
  color: #fff;
  padding: 4px 10px;
}

.group_btn_list {
  margin: 0;
  display: flex;
  gap: 20px;
}

.btn_setup {
  background: transparent;
  border-radius: 8px;
  color: #666;
  padding: 8px 16px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.btn_setup.active,
.btn_setup:hover {
  background: var(--primary-color);
  color: #fff;

}

.box_body_pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.popup-build-content--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-build-content--head .popup-build-content--order {
  display: flex;
  align-items: center;
  gap: 20px;
}

.popup-build-content--head span.order-label {
  white-space: nowrap;
}

.popup-build-content--head .popup-build-content--order select.order-select {
  margin-bottom: 0;
}

.popup-build-content--result {
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.10);
  background: #F9FAFB;
  padding: 1rem;
  margin: 1rem 0;
}

.selected-product .checkout-item.product_cart_info {
  justify-content: space-between;
}

.product_cart_info--build {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 30%;
  justify-content: end;
}

.selected-product .product_cart_info--item {
  width: 65%;
}

.mega_column h4 {
  white-space: break-spaces;
  font-size: 14px;
}

.mega_column ul a {
  color: #1E2939;
  text-align: center;
  font-size: 14px;
}

.wrap_banner .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.wrap_banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.banner-1 {
  margin-bottom: 1rem;

  @media only screen and (max-width: 768px) {
    overflow: visible;
  }
}


.banner-1 .swiper-pagination {
  top: auto;
  bottom: -25px;
}

.banner-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}


.box_header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_header_flex a {
  white-space: nowrap;
}

.slider_top_cat .swiper-slide img {
  height: 75px;
  object-fit: cover;
}

.slider_top_cat .swiper-slide {
  text-align: center;
}

.slider_top_cat .swiper-slide a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.box_header+.box_body {
  margin-top: 1rem;
}

.section-banner-2 .inner_banner .banner_category {
  display: flex;
  gap: 30px 50px;
  padding-left: 60px;
  flex-wrap: wrap;
}

.section-banner-2 .inner_banner {
  display: flex;
}

.section-banner-2 .inner_banner>* {
  width: 50%;
}

.section-banner-2 .item_cat {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  width: calc(33% - 32px);
  height: unset;
}

.section-banner-2 .item_cat img {
  width: 75px;
}

.section-banner-2 .item_cat h3 {
  font-size: 14px;
}

.section-banner-2 .item_cat span {
  font-size: 12px;
  color: #666;
}

.list_child_cat ul {
  gap: 10px;
  margin: 0;
  display: flex;
}

.list_child_cat ul li a {
  border-radius: 5px;
  border: 0.5px solid #EBEDF0;
  background: #F3F4F6;
  padding: 5px 12px;
  white-space: normal;
  display: block;
  width: auto;
  color: #003E3C;
  transition: all 0.5s;
}

.products_header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 2rem;
}

.products_header .group_category {
  display: flex;
  align-items: center;
  gap: 20px;
}

.products_header .products_title {
  font-size: 20px;
  text-transform: uppercase;
  width: auto;
}

.relate_post .item_block_post {
  margin-bottom: 20px;
}

.section-product {
  padding: 40px 0;
}

.products_header .group_category .view_all {
  padding: 5px 10px;
}

.list_child_cat ul li {
  margin-bottom: 0;
}

.list_child_cat ul li.active a,
.list_child_cat ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.list_product_homes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.home_page_1 {
  @media only screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

.home_page_1,
.home_page_2,
.home_page_3 {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}

.home_page_2 .box_shadown {
  border: 1px solid #E5E5E5;
}


.home_page_3 .section-banner-1 {
  @media only screen and (max-width: 768px) {
    display: none;
  }
}




.home_page_3 .section-home-policy {
  display: none;

  @media only screen and (max-width: 768px) {
    display: block;
  }
}



.user-box {
  display: flex;
  align-items: center;
  gap: 7px;
}

.user-box span.user-icon {
  border-radius: 50%;
  border: 0.909px solid #E9E9E9;
  background: #FFF;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.header-medium {
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
  background: #F8F4F4;
  font-weight: 700;

}

.stock-status .out-of-stock {
  color: #D32F2F;
}

.stock-status .in-stock {
  color: #004B41;
}

.menu_mb {
  display: none;
}

.mega_wrapper_content {
  display: none;
}

header#header {
  position: fixed;
  box-shadow: 0 4px 13.7px 0 rgba(0, 0, 0, 0.16);
}

main#main {
  padding-top: 230px;
}

.header-bottom {
  padding: 15px 0;
  z-index: 13 !important;
}

.header-bottom .logo {
  width: 108px;
}

.banner_image img {
  width: 100%;
}

.shop-page-title.category-page-title.page-title {
  display: none;
}

.filter .inner_filter {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 100;
  transition: all 0.5s;
  transform: translateX(-100%);
  width: 504px;
  height: 100%;
  border-radius: 0 50px 50px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.item_mb {
  display: none;
}

.menu_bar_mobi {
  background: #fff;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  padding: 15px;
  border-top: 1px solid rgb(229 231 235);
  width: 100%;
  bottom: 0;
  z-index: 100;
  position: fixed;
}

.menu_bar_mobi a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
}

.menu_bar_mobi span {
  color: #686767;
  font-size: 10px;
}

.menu_bar_mobi a img {
  padding-bottom: 5px;
}

.menu_item_back {
  padding: 4px;
  line-height: 1;
}



.cart-icon .desktop {
  display: block;
}

.cart-icon .mobile {
  display: none;
}

@media (min-width: 1200px) {
  body.home header#header .header_category {
    display: none;
  }

  .mega_wrapper:hover .mega_wrapper_content {
    display: block;
  }

  div#mobileMenu {
    display: none;
  }

  .col .box_shadown {
    height: -webkit-fill-available;
  }

  .header-right--mobi {
    display: none;
  }
}


.searchform .search-field {
  border: none;
  background-color: #F2F2F2 !important;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 1199px) {
  .home_page_1 .col.large-3 {
    display: none;
  }

  .item_mb {
    display: block;
  }

  .item_pc {
    display: none;
  }

  .header-right--mobi {
    background: #fff;
    padding: 0 15px;
    justify-content: space-between;
  }

  .header-right--mobi .logo {
    width: 90px;
  }

  .header-right--mobi .header-right--mobi--wrapper {
    display: flex;
    align-items: center;
    gap: 19px;
    width: auto;
    justify-content: end;
    margin-top: 12px;
    margin-right: 6px;
  }

  .header-right--mobi .menu-black {
    width: 80%;
  }

  .header-top {
    display: none !important;
  }

  .menu_mb {
    display: block;
  }

  .mega_trigger {
    margin-top: -8px;
    height: 27px;
    width: 27px;
    background-size: cover;
  }

  .mega_trigger span {
    display: none;
  }

  .header-right_mobi .header_flash_sale {
    text-align: center;
  }

  .header-bottom .inner_menu .header-right {
    display: none;
  }

  .col_banner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .header-bottom .inner_menu .header-search {
    width: 100%;
  }

  .mobile-menu {
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .menu-level {
    position: absolute;
    inset: 0;
    transform: translateX(100%);
    transition: 0.3s;
    background: #fff;
  }

  .menu-level.active {
    transform: translateX(0);
  }

  .menu-level.prev {
    transform: translateX(0%);
  }

  .menu-item {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
  }

  .menu-back {
    padding: 12px;
    font-weight: bold;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
  }

  .mobile-menu-overlay.show {
    pointer-events: auto;
  }

  /* ná»n má» */
  .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
  }

  /* panel menu */
  .mobile-menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*max-width: 360px;*/
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
  }

  /* active */
  .mobile-menu-overlay.show .mobile-menu-backdrop {
    opacity: 1;
  }

  .mobile-menu-overlay.show .mobile-menu-panel {
    transform: translateX(0);
  }

  /* header */
  .mobile-menu-header {
    height: auto;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 12px;
    border-bottom: 1px solid #B51B1D;
  }

  .mobile-menu-header img {
    width: 70px;
  }

  /* body */
  .mobile-menu-body {
    flex: 1;
    overflow-y: auto;
  }

  .header-medium .header-center {
    display: none;
  }

  .header-medium {
    font-size: 13px;
    display: none;
  }
}

@media screen and (max-width: 992px) {

  .product-list .product_card {
    width: calc((100% / 3) - 1rem);
  }
}

.banner_mobi {
  display: none;
}

.my_account_sidebar {
  border-radius: 20px;
  background: #FAFAFA;
  padding: 20px 40px;
}

.my_account_sidebar .image {
  margin: 0 !important;
}

.filter.active .inner_filter {
  transform: translateX(0%);
  z-index: 100000;
}

.only_mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner_pc {
    display: none;
  }

  .banner_mobi {
    display: block;
  }

  .products_header {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .header_cart_mb .custom-cart-box {
    padding: 0px 0;
  }

  .header-bottom .inner_menu {
    /* gap: 1rem; */
    gap: 0;
  }

  .only_mb {
    display: block;
  }

  .products_header .group_category {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }

  .products_header .group_category .view_all {
    text-align: right;
    margin-left: auto;
  }

  .section-banner-2 .inner_banner {
    flex-direction: column;
  }

  .section-banner-2 .inner_banner>* {
    width: 100%;
  }

  .section-banner-2 .inner_banner .banner_category {
    padding-left: 0;
    gap: 20px;
    margin-top: 2rem;
  }

  .section-banner-2 .item_cat {
    width: calc(50% - 20px);
  }

  .menu-red a {
    font-size: 12px;
  }

  .filter-group.brand-filter {
    margin: 20px 0;
  }

  .header-top .container {
    padding: 0 5px;
  }

  .custom-cart-box .cart-info {
    display: none;
  }

  .custom-cart-box {
    background: transparent;
  }

  .header-right_mobi .button_sale.shine_ani a {
    width: 100%;
    display: block;
    position: relative;
  }

  .flatsale-wrap img {
    width: 135px;
  }

  .header-right_mobi .button_sale.shine_ani .flatsale-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 95%;
    margin: 0 auto;
  }

  .header-right_mobi .button_sale.shine_ani .flatsale-wrap .timeline {
    position: relative;
    padding-left: 15px;
  }



  .header-right_mobi .button_sale.shine_ani .flatsale-wrap .timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background: #ddd;
    z-index: 1;
  }

  .header-right_mobi .menu-black {
    width: 95%;
    gap: 15px;
  }

  .header-right_mobi .menu-black a {
    font-weight: 400;
    background: #f8f8f8fe;
    padding: 8px 10px;
    border-radius: 5px;
    overflow: hidden;
  }

  .timeline .time {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
  }

  .timeline .time-end~span:not(.time-end) {
    display: none;
  }

  .timeline>span {
    font-size: 14px;
    color: #000;
  }


  .product-list .product_card {
    width: calc((100% / 2) - 1rem);
  }

  .header-right_mobi {
    margin: 20px 0;
  }

  .menu-center {
    gap: 5px;
    justify-content: space-between;
  }

  main#main {
    padding-top: 140px;
  }

  .my_account_sidebar--mb {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .my_account_sidebar--pc {
    display: none;
  }

  .account-user.circle {
    width: auto;
  }

  .account-user.circle span.user-name {
    display: none;
  }

  .my_account_sidebar--mb {
    margin-bottom: 20px;
    width: max-content;
    position: sticky;
    top: 302px;
  }

  .my_account_sidebar--mb img.avatar {
    width: 32px !important;
    height: 32px;
  }

  .my_account_sidebar {
    padding: 10px;
  }

  .filter .inner_filter {
    width: 100%;
    border-radius: 0;
  }

  .header-right--mobi .menu-black {
    width: 48%;
  }

  .header-right--mobi .menu-black {
    display: none;
  }

  .banner-2 {
    display: none;
  }

  section.home_page_2 .col:first-child,
  .section-banner-2 .inner_banner .banner_category {
    display: none;
  }

  .section-product .btn_primary.view_all {
    width: max-content;
    margin: 20px auto 0;
  }

  .icon-box-left .icon-box-img+.icon-box-text {
    align-items: center;
  }

  .menu_footer_title {
    position: relative;
  }

  .menu_footer_title span.menu-toggle-icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .header-bottom .inner_menu .header-search form.searchform button {
    height: 40px;
    background: #F2F2F2;
    box-shadow: none;
    border: none;
  }

  .header-bottom .inner_menu .header-search form.searchform button i.icon-search {
    color: #979797;
  }

  .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner_menu {}

  header#header.hide-header {
    transition: all 0.5s;
    transform: translateY(-66px);
  }



  header#header {
    transition: all 0.5s;
    transform: translateY(0);
  }

  header#header .header_cart_mb {
    display: none;
  }

  header#header.hide-header .header_cart_mb {
    display: block;
  }

  .list_child_cat ul {
    overflow-x: scroll;
  }

  .list_child_cat ul li {
    flex: 0 0 auto;
  }

  .list_child_cat ul li {
    flex: 0 0 auto;
  }

  .product_info a.product_type_simple {
    width: 2rem;
    height: 2rem;
    padding: 0;

  }

  .product_info a.product_type_simple svg {
    width: 15px;
  }

  .section-product {
    padding: 15px 0;
  }

  .swiper-grid-column>.swiper-wrapper .swiper-slide {
    margin-bottom: 15px !important;
  }

  .box_shadown {
    padding: 1rem
  }

  .slider_top_cat .swiper-slide img {
    height: 62px;
  }

  .box_header+.box_body {
    margin-top: 0.5rem;
  }

  .slider_top_cat .swiper-slide a {
    font-size: 12px;
  }

  .col {
    padding-bottom: 15px !important;
  }

  .slider_top_cat {
    margin-bottom: -16px;
  }

  .btn_primary {
    line-height: 1;
    padding: 8px 14px 8px 15px;
    font-size: 12px;
  }

  .btn_primary svg {
    margin: 0;
    height: 12px;
  }

  .price-wrapper .price_new {
    font-size: 14px;
  }

  .box_icon_shadow {
    padding: 0;
    margin: 0;
    width: 27px;
    height: 27px;
    margin-top: 0;
    box-shadow: none;
    background: transparent;
  }

  .box_icon_shadow img {
    width: 40px;

    @media only screen and (max-width: 768px) {
      width: auto;
    }
  }

  .hide-header .header-bottom .inner_menu {
    gap: 1rem;
  }

  .header-bottom .inner_menu .header-search form.searchform {
    border-radius: 10px;
    border-width: 1px;
  }

  .hide-header .header-bottom {
    padding-top: 20px;
  }

  .custom-cart-box {
    padding: 0;
  }

  .cart-count {
    top: -4px;
    background: var(--primary-color);

    font-size: 10px;
    width: 14px;
    height: 14px;
  }

  .cart-icon .desktop {
    display: none;
  }

  .cart-icon .mobile {
    display: block;
  }

  .policy_grid {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 15px 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .policy_grid .policy_item .policy_inner {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    height: 100%;
  }

  .policy_grid .policy_item .policy_icon {
    width: 22px;
    /* background: #F5F5F5; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .policy_grid .policy_item .policy_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .policy_grid .policy_item .policy_text {
    flex: 1;
    font-size: 12px;
    line-height: 1.25;
  }

}



@media (max-width: 390px) {
  .policy_grid .policy_item .policy_inner {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    height: 100%;
  }

  .policy_grid .policy_item .policy_text {
    font-size: 11px;
  }
}