body {
  background-color: #f1e8d7 !important;
}
#common-home {
  margin-top: 20px;
}
.product__grid {
  width: 100%;
  margin-bottom: 2rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .product__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .product__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .product__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.title-main {
  display: block;
  z-index: 10;
  margin-bottom: 10px;
  margin-bottom: 15px;
}
.title-main h3,
.title-main h2,
.title-main h1 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  position: relative;
  color: #a40906;
  text-transform: uppercase;
}
.title-main h1:before,
.title-main h2:before,
.title-main h3:before {
  position: absolute;
  content: "";
  height: 4px;
  left: 0;
  width: 150px;
  border-radius: 3px;
  background: #d50902;
  bottom: -2px;
}
.box-wrapper {
  padding: 20px;
  border: 1px solid #e1e3e4;
  border-radius: 6px;
  background-color: #fff;
}
.box-wrapper h1._title {
  border-bottom: 2px solid #dd3333;
  margin-bottom: 15px;
  color: #dd3333;
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: bold;
}
.box-wrapper-product {
  padding: 20px;
  border: 1px solid #e1e3e4;
  border-radius: 6px;
  background-color: #fff;
}
.content_wrapper p img,
.content_wrapper img {
  max-width: 100% !important;
  display: block;
  margin: 10px auto;
  height: auto !important;
}
.breadcrumb-wrap {
  padding: 0.7rem 0;
  margin-bottom: 1rem;
  background: #ffffff5c;
}
.breadcrumb__item {
  color: #1179ea;
  font-size: 0.875rem;
}
.product__item {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.product__inner {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #e1e3e4;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.product__inner:hover {
  border: 1px solid #d50902;
}
.product__inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.product__info {
  padding: 1rem 12px 12px;
}
.product__info .product__name {
  color: #333;
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.467;
}
.product__info .product__name:hover {
  color: #222;
}
.product__name > * {
  color: currentColor;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product__price {
  column-gap: 10px;
}
.product__price .price {
  color: #d71635;
  font-size: 18px;
  font-weight: bold;
}
.product__price .original {
  color: #828282;
  font-size: 14px;
  text-decoration: line-through;
}
.section__frame {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e1e3e4;
  border-radius: 6px;
}
.filter__category {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .filter__category {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .filter__category {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1200px) {
  .filter__category {
    grid-template-columns: repeat(9, 1fr);
  }
}
.filter__category .thumb {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto 10px;
  border: 1px solid #e1e3e4;
  border-radius: 50%;
  overflow: hidden;
}
.filter__category .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.filter__category .title {
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
}
.banner__slideshow .thumb img {
  border-radius: 8px;
}
.product-detail .brandname {
  color: #7a8189 !important;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
}
.product-detail .title-product {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.product-detail .group-status {
  font-size: 14px;
}
.product-detail .group-status .line {
  color: #999;
}
.product-detail .status_name {
  color: #7b0000;
}
.product-detail .price-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #f0f1f2;
  margin-top: 20px;
  padding-top: 20px;
  column-gap: 4px;
  position: relative;
  margin: 15px 0 10px;
}
.product-detail .product-price {
  font-size: 30px;
  color: #7b0000;
  font-weight: 500;
  line-height: 30px;
  font-family: inherit;
}
.product-price-old {
  color: #979797 !important;
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal;
}
.product-detail .price-box .label_product {
  border-radius: 9999px;
  background: #fed632;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 500;
  margin-left: 6px;
}
.save-price {
  font-size: 14px;
  width: 100%;
}
.product-detail .block-promotion {
  padding: 8px;
  border: 1px dashed #b11111;
  background: #fff3f3;
  margin-bottom: 20px;
}
.product-detail .block-promotion .heading-promo i {
  font-size: 18px;
  display: inline-block;
  margin-right: 3px;
}
.product-detail .block-promotion .heading-promo {
  display: inline-flex;
  align-items: center;
  color: #b11111;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}
.product-detail .block-promotion .heading-promo:before {
  content: "";
  width: calc(100% - 28px);
  height: 2px;
  background: #b11111;
  position: absolute;
  top: 100%;
  left: 28px;
}
.product-detail .block-promotion .promo-content {
  font-size: 1.4rem;
  font-weight: 500;
  font-size: 15px;
}
.product-hotline {
  padding: 8px;
  border-radius: 8px;
  background: #f1f1f1;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-hotline strong {
  color: #d31100;
  font-size: 20px;
  font-weight: bold;
}
footer {
  background-color: initial !important;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin: auto;
}
#footer-plus {
  padding: 60px 0 20px;
}
.dcw-foot-addon {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: block;
  box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
  transition: all 0.3s ease-out;
  z-index: 999;
  display: block;
}
.dcw-foot-addon ul {
  display: flex;
  justify-content: stretch;
  width: 100%;
  background: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin: auto;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 54px;
}
.dcw-foot-addon .menu_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dcw-foot-addon .menu_item:nth-child(2) {
  flex: 0 0 50%;
}
.dcw-foot-addon .dcw_menu_link {
  color: #8a0603;
  text-align: center;
  width: 100%;
  font-size: 10px;
  text-decoration: none;
  display: block;
  padding: 10px 10px 6px;
}
.dcw-foot-addon ._icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}
.dcw-foot-addon #dcw-tele {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dcw-foot-addon #dcw-tele.dcw_menu_link ._icon {
  margin: 2px 8px 0px 2px !important;
}
.dcw-foot-addon #dcw-tele.dcw_menu_link .menu_title {
  font-weight: 900 !important;
  font-size: 23px !important;
  font-family: "Impact";
}
.dcw-foot-addon ._icon * {
  fill: #8a0603 !important;
}
@media (min-width: 768px) {
  .dcw-foot-addon {
    display: none;
  }
}
/* @media (max-width: 767px) {
  .box-wrapper {
    background-color: transparent;
    padding: 0;
  }
} */
