@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #F3F4F6;
}

.scroll-auto {
  scroll-behavior: auto;
}

.text-body-2 {
  color: #2E2E38;
}

.text-757575 {
  color: #757575;
}

.text-red {
  color: #E71313;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}

.fs-18 {
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1240px;
  padding: 0;
}

.form-control {
  padding: 8px 16px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  box-shadow: 0px 0px 6px 0px rgba(45, 82, 160, 0);
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #757575;
}
.form-control::placeholder {
  color: #757575;
}
.form-control:focus {
  border-color: #2D52A0;
  box-shadow: 0px 0px 6px 0px rgba(45, 82, 160, 0.6);
}

textarea.form-control {
  height: auto;
}

#site-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section-header-before {
  padding: 4px 0;
  background: #EAEEF6;
  color: #2D52A0;
}
.section-header-before .header-logo {
  display: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
}
header .header-logo img {
  height: 80px;
  padding: 10px 0;
}
header .menu-btn-mobile {
  display: none;
}
header .header-menu-wrapper .menu-btn {
  background: #2E2E2E;
  border-radius: 100px;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #fff;
  transition: 0.15s ease-in-out;
}
header .header-menu-wrapper .menu-btn:hover, header .header-menu-wrapper .menu-btn.active {
  background: #2D52A0;
}
header .header-menu-wrapper .menu-content {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  padding-top: 20px;
  width: 268px;
  left: 0;
  transition: 0.15s ease-in-out;
}
header .header-menu-wrapper .menu-conent-wrapper {
  background: #fff;
  padding: 12px 0;
  border-radius: 16px;
  position: relative;
}
header .header-menu-wrapper .menu-conent-wrapper.active {
  border-radius: 16px 0 0 16px;
}
header .header-menu-wrapper .menu-conent-wrapper .title-menu-0 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  transition: 0.15s ease-in-out;
}
header .header-menu-wrapper .menu-conent-wrapper .title-menu-0 img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-menu-wrapper .menu-conent-wrapper .title-menu-0:hover {
  background: #F3F4F6;
}
header .header-menu-wrapper .menu-conent-wrapper .level-0 {
  padding: 0 12px;
}
header .header-menu-wrapper .menu-conent-wrapper .level-0-wrapper {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 972px;
  background: #fff;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-height: 40%;
  overflow-y: auto;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper::-webkit-scrollbar-thumb {
  background: #9CA3AF;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper::-webkit-scrollbar-track {
  background: #E5E7EB;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper::-webkit-scrollbar {
  width: 4px;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper a {
  display: inline-flex;
  flex-direction: column;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper a img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 0;
  transition: 0.15s ease-in-out;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-items-wrapper a:hover img {
  top: -4px;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-overflow {
  max-height: 40%;
  overflow-y: auto;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-overflow::-webkit-scrollbar-thumb {
  background: #9CA3AF;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-overflow::-webkit-scrollbar-track {
  background: #E5E7EB;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-overflow::-webkit-scrollbar {
  width: 4px;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-level-0 {
  -moz-columns: 3;
       columns: 3;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-level-0 .box-service.level-1 {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 8px;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-level-0 .title-menu-1 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 4px;
}
header .header-menu-wrapper .menu-conent-wrapper .expand-level-0 .title-menu-2 {
  color: #2E2E38;
}
header .header-menu-wrapper .menu-conent-wrapper .level-0:hover .level-0-wrapper {
  display: block;
}
header .header-search-wrapper {
  display: flex;
  align-items: center;
}
header .header-search-wrapper .form-control {
  width: 420px;
  padding: 8px 20px;
  height: 44px;
  border-radius: 100px;
  background: #fff;
  border: none;
}
header .header-search-wrapper .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  padding: 0 20px;
  border-radius: 100px;
  height: 36px;
  background: #2D52A0;
}
header .header-search-wrapper .search-suggest-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 12px;
}
header .header-search-wrapper .search-suggest-wrapper .search-suggest {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
header .header-search-wrapper .search-suggest-wrapper .suggest-item {
  padding: 6px 12px;
  color: #6B7280;
  background: #F3F4F6;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  transition: 0.15s ease-in-out;
}
header .header-search-wrapper .search-suggest-wrapper .suggest-item:hover {
  background: #2D52A0;
  color: #fff;
}
header .header-cart-wrapper {
  position: relative;
}
header .header-cart-wrapper .cart-btn {
  height: 44px;
}
header .header-cart-wrapper .cart-quantity {
  text-align: center;
  background: #2E2E2E;
  border-radius: 100px;
  padding: 0px 15px;
}
header .header-cart-wrapper .cart-hover {
  display: none;
  position: absolute;
  top: calc(100% - 0px);
  padding-top: 20px;
  width: 496px;
  right: 0;
  transition: 0.15s ease-in-out;
}
header .header-cart-wrapper .cart-hover .cart-scroll {
  max-height: 250px;
  overflow-y: auto;
}
header .header-cart-wrapper .cart-hover .cart-scroll::-webkit-scrollbar-thumb {
  background: #9CA3AF;
}
header .header-cart-wrapper .cart-hover .cart-scroll::-webkit-scrollbar-track {
  background: #E5E7EB;
}
header .header-cart-wrapper .cart-hover .cart-scroll::-webkit-scrollbar {
  width: 4px;
}
header .header-cart-wrapper .cart-hover .cart-hover-content {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  position: relative;
  box-shadow: 12px 12px 48px 0 rgba(0, 0, 0, 0.12);
}
header .header-cart-wrapper .cart-hover .cart-item-layout {
  grid-template-columns: 70px auto auto;
  margin-bottom: 12px;
  padding: 12px;
  gap: 12px;
}
header .header-cart-wrapper .cart-hover .cart-item-layout:last-child {
  margin-bottom: 0;
}
header .header-cart-wrapper .cart-hover .cart-item-layout .cart-item-info {
  gap: 12px;
}
header .header-cart-wrapper .cart-hover .cart-item-layout .cart-item-price .price-public {
  font-size: 14px;
}
header .header-cart-wrapper .cart-hover .cart-item-layout .cart-item-title .name {
  font-size: 14px;
}
header .header-cart-wrapper .cart-hover .cart-item-layout .img {
  width: 70px;
  height: 70px;
}
header .header-cart-wrapper .cart-hover .cart-item-layout .img img {
  width: 70px;
  height: 70px;
}
header .header-cart-wrapper .cart-hover .pay-btn {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 12px;
  background-color: #2D52A0;
  color: #fff;
  transition: 0.15s ease-in-out;
}
header .header-cart-wrapper .cart-hover .pay-btn:hover {
  background: #203A72;
}
header .header-cart-wrapper:hover .cart-hover {
  display: block;
}

.section-before-footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  color: #2D52A0;
  font-weight: 500;
}
.section-before-footer .section-item {
  text-align: center;
  width: 100%;
}
.section-before-footer .section-item span {
  font-size: 18px;
}

footer {
  background: #000;
  padding: 48px 0;
  color: #BFBFBF;
}
footer a {
  transition: 0.15s ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer .footer-copyright {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #1C1C1C;
}
footer .footer-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 14px;
}
footer .box-service {
  margin-bottom: 8px;
}
footer .box-service a {
  position: relative;
}
footer .box-service a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  background: #fff;
  transition: 0.15s ease-in-out;
}
footer .box-service a:hover::before {
  width: 100%;
}
footer .box-service:last-child {
  margin-bottom: 0;
}

.product-item-layout {
  background: #fff;
  border-radius: 8px;
}
.product-item-layout .product-image {
  display: block;
  position: relative;
  padding: 12px;
  overflow: hidden;
}
.product-item-layout .product-image img {
  margin: auto;
  display: block;
  width: 208px;
  height: 208px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.15s ease-in-out;
}
.product-item-layout .product-image .installment {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #EBEBEB;
  border-radius: 100px;
  padding: 1px 8px;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.product-item-layout .product-info {
  padding: 0 12px 12px;
}
.product-item-layout .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.product-item-layout .product-price {
  color: #757575;
  font-size: 13px;
  height: 20px;
}
.product-item-layout .product-price span {
  font-weight: 600;
  color: #E71313;
}
.product-item-layout .product-public-price {
  font-weight: 600;
  font-size: 16px;
}
.product-item-layout .product-attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.product-item-layout .product-attribute .attribute {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  border: 1px solid;
}
.product-item-layout .product-attribute .attribute-more {
  font-size: 10px;
}
.product-item-layout .product-version {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.product-item-layout .product-version a {
  padding: 4px 8px;
  border-radius: 6px;
  background: #F3F4F6;
  border: 1px solid #F3F4F6;
  color: #6B7280;
  transition: 0.15s ease-in-out;
}
.product-item-layout .product-version a:hover, .product-item-layout .product-version a.active {
  background: #fff;
  color: #2D52A0;
  border-color: #2D52A0;
}
.product-item-layout .product-compare {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2D52A0;
  margin-top: 12px;
}
.product-item-layout:hover {
  z-index: 1;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.product-item-layout:hover .product-image img {
  transform: scale(1.05);
}

.news-item-layout {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 24px;
}
.news-item-layout .news-img {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.news-item-layout .news-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.15s ease-in-out;
}
.news-item-layout .news-content .news-name {
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news-item-layout .news-content .news-summary {
  color: #2E2E38;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news-item-layout .news-content .news-time-category {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-item-layout .news-content .news-time-category .news-time {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #6B7280;
}
.news-item-layout .news-content .news-time-category .news-category {
  color: #2D52A0;
  transition: 0.15s ease-in-out;
}
.news-item-layout .news-content .news-time-category .news-category:hover {
  color: #203A72;
}
.news-item-layout:hover .news-img img {
  transform: scale(1.05);
}

.breadcrumb-layout .breadcrumb {
  margin-bottom: 0;
  padding: 24px 0;
}
.breadcrumb-layout a {
  color: #2D52A0;
}
.breadcrumb-layout .breadcrumb-item.active {
  color: #000;
}

.slick-dots {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  padding: 6px 10px;
}
.slick-dots li {
  height: 6px;
}
.slick-dots li.slick-active button {
  background: #fff;
  width: 16px;
  border-radius: 100px;
}
.slick-dots button {
  border-radius: 100%;
  padding: 0;
  border: none;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  background: #6D737F;
  transition: 0.15s ease-in-out;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s ease-in-out;
}
.slick-arrow.slick-prev {
  left: 30px;
}
.slick-arrow.slick-next {
  right: 30px;
}
.slick-arrow:hover {
  width: 46px;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

#scroll-to-top {
  width: 48px;
  height: 48px;
  background: #2D52A0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  right: 16px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease-in-out;
}
#scroll-to-top:hover {
  background: #203A72;
}
#scroll-to-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 16px;
}

.section-mm {
  background: #1E1E1E;
  color: #fff;
}
.section-mm .header-logo img {
  height: 50px;
}
.section-mm .btn-contact {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 100px;
  justify-content: center;
}
.section-mm .mm-item {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
}
.section-mm .mm-item:last-child {
  border: none;
}
.section-mm .mm-collapse svg {
  height: 30px;
  width: 30px;
  transition: 0.15s ease-in-out;
}
.section-mm .mm-collapse[aria-expanded=true] svg {
  transform: scale(1, -1);
}
.section-mm .mm-expand-body {
  padding: 0 16px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.cart-item-layout {
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #E5E7EB;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: 88px auto;
  gap: 16px;
  margin-bottom: 12px;
}
.cart-item-layout:last-child {
  margin-bottom: 0;
}
.cart-item-layout .img {
  width: 88px;
  height: 88px;
  overflow: hidden;
  display: block;
}
.cart-item-layout .img img {
  width: 88px;
  height: 88px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-item-layout .cart-item-image .cart-item-title {
  display: none;
}
.cart-item-layout .cart-item-info-control {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-item-layout .cart-item-info {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
}
.cart-item-layout .cart-item-title .name {
  color: #2E2E38;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cart-item-layout .cart-item-price {
  text-align: right;
}
.cart-item-layout .cart-item-price .price-public {
  font-size: 16px;
  font-weight: 600;
}
.cart-item-layout .cart-item-price .price {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.cart-item-layout .cart-item-price .price del {
  color: #757575;
}
.cart-item-layout .cart-item-price .price .percent {
  color: #E71313;
  font-size: 13px;
  font-weight: 600;
}
.cart-item-layout .cart-items-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.cart-item-layout .cart-item-remove {
  color: #2D52A0;
}
.cart-item-layout .cart-item-remove:hover {
  color: #203A72;
}
.cart-item-layout .cart-item-sub-add {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-item-layout .cart-item-btn {
  width: 24px;
  height: 24px;
  background: #EBEBEB;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s ease-in-out;
}
.cart-item-layout .cart-item-btn:hover {
  background: #2D52A0;
  color: #fff;
}
.cart-item-layout .cart-item-quantity {
  width: 50px;
  height: 24px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
}

.pagination {
  gap: 8px;
}
.pagination .page-item .page-link {
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 100%;
  padding: 0;
  color: #000;
}
.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #2D52A0;
  background: #2D52A0;
}

#site-hotline {
  position: fixed;
  z-index: 1;
  width: 48px;
  height: 48px;
  right: 16px;
  bottom: 218px;
  background: #E71313;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.zalo-chat-widget {
  right: 10px !important;
  bottom: 80px !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 1 !important;
}

#messenger {
  right: 16px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 1;
}

.loading-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #2D52A0;
  z-index: 9999;
}

.flash-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
  .section-header-before {
    display: none;
    padding: 10px 0;
  }
  .section-header-before .header-before-wrapper {
    justify-content: center !important;
  }
  .section-header-before .header-before-wrapper .header-logo {
    grid-area: logo;
    display: block;
  }
  .section-header-before .header-before-wrapper .header-logo img {
    height: 70px;
  }
  .section-header-before .header-before-wrapper div:nth-child(2) {
    grid-area: menu1;
    display: none !important;
  }
  .section-header-before .header-before-wrapper div:nth-child(3) {
    grid-area: menu2;
    display: none !important;
  }
  .section-header-before .header-before-wrapper div:nth-child(4) {
    grid-area: menu3;
    display: none !important;
  }
  .section-header-before .header-before-wrapper div:nth-child(5) {
    grid-area: menu4;
    display: none !important;
  }
  header .cart-hover {
    display: none !important;
  }
  header .header-wrapper {
    gap: 10px !important;
  }
  header .container {
    padding: 10px;
  }
  header .header-logo {
    width: 72px;
  }
  header .header-logo img {
    padding: 0;
    height: auto;
  }
  header .menu-btn-mobile {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
  }
  header .menu-btn-mobile svg {
    width: 30px;
    height: 30px;
  }
  header .header-hotline {
    display: none !important;
  }
  header .header-menu-wrapper {
    display: none !important;
  }
  header .header-search-wrapper {
    width: calc(100% - 72px - 44px - 44px - 10px - 10px - 10px);
  }
  header .header-search-wrapper .form-control {
    width: 100%;
  }
  header .header-search-wrapper .search-btn {
    padding: 0 8px;
  }
  header .header-cart-wrapper .cart-quantity {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  header .header-cart-wrapper .cart-title {
    display: none;
  }
  header .header-cart-wrapper .cart-btn {
    width: 44px;
    height: 44px;
  }
  header .header-cart-wrapper .cart-btn svg {
    width: 30px;
    height: 30px;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer-column {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  footer .footer-copyright {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
  }
  footer .footer-copyright svg {
    display: none;
  }
  footer .footer-copyright .d-flex {
    flex-direction: column;
    gap: 0 !important;
  }
  .breadcrumb-layout .breadcrumb {
    padding: 16px 0;
  }
  .section-before-footer {
    flex-wrap: wrap;
  }
  .section-before-footer .section-item {
    width: 100%;
    display: grid;
    grid-template-columns: 64px auto;
    text-align: left;
    align-items: center;
    gap: 24px;
    padding: 0 10%;
  }
  .cart-item-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cart-item-layout .cart-item-info {
    display: block;
  }
  .cart-item-layout .cart-item-info .cart-item-title {
    display: none;
  }
  .cart-item-layout .cart-item-image {
    display: grid;
    grid-template-columns: 88px auto;
    gap: 10px;
  }
  .cart-item-layout .cart-item-image .cart-item-title {
    display: block;
  }
  .cart-item-layout .cart-item-price {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 16px;
    justify-content: end;
  }
  .cart-item-layout .cart-item-quantity {
    width: 100px;
  }
  .news-item-layout {
    gap: 10px;
  }
  .news-item-layout .news-img img {
    height: 20vw;
  }
  .news-item-layout .news-content .news-time-category .news-time {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .news-item-layout .news-content .news-time-category .news-category {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 400px) {
  footer .footer-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
