.article-loop .article-title .post-title a, .article-loop .article-detail .entry-content, .list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.aspect-ratio {
  overflow: hidden;
  display: block; }
  .aspect-ratio picture {
    position: relative;
    padding-bottom: calc(var(--mb-height-img)/var(--mb-width-img) * 100%);
    display: block; }
  .aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: var(--mb-height-img)/var(--mb-width-img);
    object-fit: cover; }
  @media (min-width: 992px) {
    .aspect-ratio picture {
      padding-bottom: calc(var(--height-img)/var(--width-img) * 100%); }
    .aspect-ratio img {
      aspect-ratio: var(--height-img)/var(--width-img);
      transition: all 0.5s; } }

.section-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 0; }
  .section-hero .banner-hero {
    position: relative; }
    .section-hero .banner-hero:before {
      content: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .section-hero .banner-hero .box-hero {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      width: 100%;
      padding: 16px;
      margin: auto;
      text-align: center; }
      .section-hero .banner-hero .box-hero h1 {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 0.5px;
        color: #FFFFFF; }
      .section-hero .banner-hero .box-hero p {
        color: #fff; }
      .section-hero .banner-hero .box-hero .actions {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 30px; }
        .section-hero .banner-hero .box-hero .actions a {
          width: 100%; }
    @media (min-width: 992px) {
      .section-hero .banner-hero .box-hero {
        max-width: 700px;
        padding: 35px; }
        .section-hero .banner-hero .box-hero h1 {
          font-size: 48px; }
        .section-hero .banner-hero .box-hero p {
          font-size: 16px; }
        .section-hero .banner-hero .box-hero.text-left {
          padding: 55px;
          right: auto;
          align-items: flex-start; }
      .section-hero .banner-hero .box-hero.bottom {
        max-width: 800px;
        padding: 35px 35px 50px;
        justify-content: flex-end; }
        .section-hero .banner-hero .box-hero.bottom .actions {
          flex-direction: row; }
          .section-hero .banner-hero .box-hero.bottom .actions a {
            width: auto; } }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px;
  margin-bottom: 1rem; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 1rem; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

/*--------------------------------------------------------------------------------
CONTACT +++ ABOUT +++ SEARCH
--------------------------------------------------------------------------------*/
.layout-normal {
  margin-top: 30px; }

.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.wrapper-pageDetail {
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.content-pageDetail {
  margin-bottom: 40px; }

.wrapper-bodycontact .wrapbox-content-left {
  padding-right: 0; }

.layout-pageContact .breadcrumb-shop {
  margin-bottom: 0; }

.box-info-contact, .box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2, .box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--skin-border-color);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

.layout-searchPage {
  margin-bottom: 50px; }
  .layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
    .layout-searchPage .heading-page:after {
      content: "";
      background: #252a2b;
      display: block;
      width: 60px;
      height: 4px;
      margin: 20px auto 30px; }
    .layout-searchPage .heading-page h1 {
      margin: 25px 0 5px;
      font-size: 30px; }
  .layout-searchPage .subtext-result {
    margin: 0 0 15px; }
  .layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
  .layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
  .layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//theme.hstatic.net/200000874831/1001346884/14/iconsearch.png?v=1090) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
  .layout-searchPage .listProduct-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .layout-searchPage .listProduct-row .product-loop {
      padding: 0 8px;
      flex: 0 0 calc((100% - 8px ) /2);
      -webkit-flex: 0 0 calc((100% - 8px ) /2);
      max-width: calc((100% - 8px ) /2); }
  @media (min-width: 992px) {
    .layout-searchPage .listProduct-row .product-loop {
      -ms-flex: 0 0 calc((100% - (8px*2)) / 3);
      flex: 0 0 calc((100% - (8px*2)) / 3);
      max-width: calc((100% - (8px*2)) / 3); } }
  @media (min-width: 1024px) {
    .layout-searchPage .listProduct-row {
      gap: 16px; }
      .layout-searchPage .listProduct-row .product-loop {
        -ms-flex: 0 0 calc((100% - (16px*3)) / 4);
        flex: 0 0 calc((100% - (16px*3)) / 4);
        max-width: calc((100% - (16px*3)) / 4); } }

@media (min-width: 992px) {
  .wrapper-bodycontact {
    margin: 30px 0; }
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

/*======  STORES =========*/
.layout-pageStores .heading-pageDetail {
  padding: 32px 0;
  background: #0A0203; }
  .layout-pageStores .heading-pageDetail h1 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    color: #FFDD00;
    text-align: center; }

.layout-pageStores .content-pageDetail {
  position: relative;
  margin-bottom: 0; }

.layout-pageStores .wrapbox-content {
  padding: 200px 0 0 0; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 40px 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 22px; }

.layout-pageStores .box-title h2 {
  font-size: 18px;
  margin-bottom: 4px; }

.layout-pageStores .box-title p {
  font-size: 16px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: none; }

.layout-pageStores .box-filter select {
  padding: 0px 15px;
  padding-right: 25px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 42px;
  line-height: 38px;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  font-size: 15px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #0A0203;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 6px; }

.layout-pageStores .box-filter .filter-action {
  margin: 12px 0; }

.layout-pageStores .box-content .store-item {
  padding: 12px 0 12px 36px;
  border-top: 1px solid #E3E3E3; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
  margin-bottom: 6px;
  position: relative; }

.layout-pageStores .box-content .store-item .store--address {
  font-weight: 500; }
  .layout-pageStores .box-content .store-item .store--address:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5004 3.5C14.3559 3.5 16.1355 4.23713 17.4476 5.54922C18.7597 6.86131 19.4968 8.64088 19.4968 10.4965C19.4968 13.4529 17.4194 16.6749 13.3184 20.1968C13.0904 20.3927 12.7996 20.5003 12.499 20.5C12.1984 20.4997 11.9079 20.3916 11.6802 20.1954L11.4089 19.96C7.48947 16.5299 5.50391 13.3869 5.50391 10.4965C5.50391 8.64088 6.24103 6.86131 7.55312 5.54922C8.86521 4.23713 10.6448 3.5 12.5004 3.5ZM12.5004 7.80551C11.7867 7.80551 11.1022 8.08902 10.5976 8.59367C10.0929 9.09832 9.80942 9.78278 9.80942 10.4965C9.80942 11.2101 10.0929 11.8946 10.5976 12.3992C11.1022 12.9039 11.7867 13.1874 12.5004 13.1874C13.214 13.1874 13.8985 12.9039 14.4032 12.3992C14.9078 11.8946 15.1913 11.2101 15.1913 10.4965C15.1913 9.78278 14.9078 9.09832 14.4032 8.59367C13.8985 8.08902 13.214 7.80551 12.5004 7.80551Z' fill='%23FFDD00'/%3E%3C/svg%3E%0A"); }

.layout-pageStores .box-content .store-item .store--name {
  font-size: 16px;
  margin-bottom: 6px; }
  .layout-pageStores .box-content .store-item .store--name:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3308 4.92995C11.6573 4.6524 12.0719 4.5 12.5004 4.5C12.9289 4.5 13.3435 4.6524 13.67 4.92995L19.0873 9.53438C19.2867 9.70389 19.4469 9.91472 19.5567 10.1523C19.6666 10.3898 19.7235 10.6484 19.7235 10.9101V18.1109C19.7235 18.4793 19.5771 18.8327 19.3166 19.0932C19.0561 19.3537 18.7028 19.5 18.3344 19.5H16.112C15.7436 19.5 15.3902 19.3537 15.1297 19.0932C14.8692 18.8327 14.7229 18.4793 14.7229 18.1109V14.4994C14.7229 14.2056 14.6065 13.9237 14.3992 13.7154C14.1919 13.5072 13.9105 13.3895 13.6167 13.3882H11.3836C11.0899 13.3896 10.8086 13.5074 10.6014 13.7156C10.3942 13.9238 10.2779 14.2057 10.2779 14.4994V18.1109C10.2779 18.2934 10.242 18.474 10.1722 18.6425C10.1024 18.811 10.0001 18.9642 9.87109 19.0932C9.7421 19.2221 9.58898 19.3245 9.42045 19.3943C9.25192 19.4641 9.07129 19.5 8.88888 19.5H6.6664C6.298 19.5 5.94469 19.3537 5.68419 19.0932C5.42369 18.8327 5.27734 18.4793 5.27734 18.1109V10.9101C5.27736 10.6484 5.33426 10.3898 5.44411 10.1523C5.55396 9.91472 5.71413 9.70389 5.91353 9.53438L11.3308 4.92995Z' fill='%23FFDD00'/%3E%3C/svg%3E%0A"); }

.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
  font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  display: inline-flex;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 400px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  padding-right: 22px;
  padding-top: 12px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 6px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F3F4F6; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E3E3E3;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #F3F4F6; }

.layout-pageStores .box-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%; }

@media (min-width: 992px) {
  .layout-pageStores .heading-pageDetail {
    padding: 32px 34px; }
    .layout-pageStores .heading-pageDetail h1 {
      margin-bottom: 0;
      font-size: 56px;
      text-align: left; }
  .layout-pageStores .content-pageDetail {
    padding: 0 34px; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 0; }
  .layout-pageStores .wrapbox-content {
    padding: 40px 0px; }
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%; } }

/*--------------------------------------------------------------------------------
PAGE FAQS
--------------------------------------------------------------------------------*/
.layoutPage-faqs h2 {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center; }

.layoutPage-faqs .wrapper-content {
  max-width: 800px;
  margin: 0 auto; }

.layoutPage-faqs .section-faqs-intro {
  padding: 60px 0;
  background: #F3F4F6; }
  .layoutPage-faqs .section-faqs-intro .intro-desc .title {
    margin-bottom: 20px; }
  .layoutPage-faqs .section-faqs-intro .intro-desc .desc {
    margin-bottom: 30px; }

.layoutPage-faqs .section-faqs-info {
  padding: 60px 0;
  font-size: 14px; }
  .layoutPage-faqs .section-faqs-info .box {
    margin-bottom: 24px; }
  .layoutPage-faqs .section-faqs-info .intro-title-faqs {
    background: #E3E3E3;
    padding: 14px 24px 14px 8px;
    position: relative; }
    .layoutPage-faqs .section-faqs-info .intro-title-faqs h3 {
      font-size: 16px;
      margin-bottom: 0; }
  .layoutPage-faqs .section-faqs-info .intro-list-faqs {
    margin-bottom: 24px; }
    .layoutPage-faqs .section-faqs-info .intro-list-faqs .faq-item {
      border-bottom: 1px solid #E5E7E8; }
    .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
      position: relative;
      cursor: pointer;
      padding: 12px 40px 12px 8px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
        content: "";
        right: 8px;
        top: 12px;
        position: absolute;
        box-sizing: border-box;
        height: 24px;
        width: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.5L14.5 13L10 17.5' stroke='%230A0203' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transition: border-width 150ms ease-in-out;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened:before {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
      display: none;
      color: #717171;
      padding: 0 8px 12px; }
  @media (min-width: 991px) {
    .layoutPage-faqs .section-faqs-info {
      font-size: 16px; }
      .layoutPage-faqs .section-faqs-info .intro-title-faqs h3 {
        font-size: 20px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
        font-size: 16px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
        font-size: 14px; } }

/*--------------------------------------------------------------------------------
BLOG
--------------------------------------------------------------------------------*/
/* Blog */
.list-article-content {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.layout-blogs .wrapper-contentBlogs {
  padding: 32px 0; }

.layout-blogs .heading-blogDetail {
  padding: 32px 0;
  background: #0A0203; }
  .layout-blogs .heading-blogDetail h1 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    color: #FFDD00;
    text-align: center; }

.layout-blogs .content-blogDetail {
  position: relative;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .layout-blogs .heading-blogDetail {
    padding: 32px 0; }
    .layout-blogs .heading-blogDetail h1 {
      margin-bottom: 0;
      font-size: 56px;
      text-align: left; } }

/* Article Loop */
.article-loop {
  margin-bottom: 30px; }
  .article-loop .article-inner {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .article-loop .article-image {
    position: relative;
    overflow: hidden; }
  .article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .article-loop .article-detail {
    padding: 15px; }
  .article-loop .article-title .post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0; }
  .article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px; }
  .article-loop .article-post-meta {
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap; }
    .article-loop .article-post-meta .article-tag {
      background: #FFDD00;
      padding: 2px 14px;
      display: inline-flex;
      font-size: 12px;
      font-weight: 500;
      border-radius: 12px; }
  @media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
      transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      opacity: 0.8; } }

/* Article */
.box-article-heading {
  margin-bottom: 30px; }

.wrapper-contentArticle {
  margin-bottom: 40px; }

.wrapper-contentArticle .heading-article h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px; }

@media (min-width: 992px) {
  .box-article-heading {
    margin-bottom: 46px; }
  .wrapper-contentArticle {
    margin-bottom: 40px; }
  .wrapper-contentArticle .heading-article h1 {
    font-size: 36px;
    margin: 0 0 24px; } }

@media (min-width: 1024px) {
  .boxArticle-detail {
    max-width: calc(100% - 120px*2);
    margin: auto; } }

.inforArticle-content .article-content > div {
  margin-bottom: 30px; }

.inforArticle-content .article-content .box-article-detail {
  margin: 0 auto 30px; }

.inforArticle-content .article-post-meta {
  margin-bottom: 24px; }
  .inforArticle-content .article-post-meta a {
    color: #757575; }
  .inforArticle-content .article-post-meta span {
    position: relative; }
  .inforArticle-content .article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle; }
  @media (max-width: 991px) {
    .inforArticle-content .article-post-meta {
      margin-bottom: 12px; }
      .inforArticle-content .article-post-meta {
        font-size: 10px; }
      .inforArticle-content .article-post-meta span + span:before {
        margin: 0 2px; }
      .inforArticle-content .article-post-meta span.comment:before {
        margin-left: 0;
        margin-right: 5px; } }

.inforArticle-content .box-article-navigation {
  margin-bottom: 0 !important; }
  .inforArticle-content .box-article-navigation .articleToolbar--nav {
    padding: 32px 0;
    gap: 12px;
    border-top: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .inforArticle-content .box-article-navigation .articleToolbar--nav > span svg {
      width: 24px;
      height: 24px;
      margin: 0 4px; }
    .inforArticle-content .box-article-navigation .articleToolbar--nav .box a {
      font-weight: 600;
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .inforArticle-content .box-article-navigation .articleToolbar--nav .box a > span:first-child {
        display: flex;
        gap: 8px;
        align-items: center; }
      .inforArticle-content .box-article-navigation .articleToolbar--nav .box a > span:last-child {
        display: flex; }
    .inforArticle-content .box-article-navigation .articleToolbar--nav .box.prev a {
      align-items: flex-start; }
    .inforArticle-content .box-article-navigation .articleToolbar--nav .box.prev a > span:last-child {
      padding-left: 30px; }
    @media (max-width: 991px) {
      .inforArticle-content .box-article-navigation .articleToolbar--nav .box.prev a > span:last-child {
        display: none; } }
    .inforArticle-content .box-article-navigation .articleToolbar--nav .box.next a {
      align-items: flex-end; }
    .inforArticle-content .box-article-navigation .articleToolbar--nav .box.next a > span:last-child {
      padding-right: 30px; }
    @media (max-width: 991px) {
      .inforArticle-content .box-article-navigation .articleToolbar--nav .box.next a > span:last-child {
        display: none; } }

.inforArticle-content .box-article-detail h2 {
  font-size: 22px; }

.inforArticle-content .box-article-detail h3 {
  font-size: 20px; }

.inforArticle-content .box-article-detail h4, .inforArticle-content .box-article-detail h5, .inforArticle-content .box-article-detail h6 {
  font-size: 18px; }

.inforArticle-content .box-article-tags {
  font-size: 16px; }

.inforArticle-content .box-article-tags a {
  color: red; }

.article-comment {
  padding: 0 0 32px;
  border-top: 1px solid #E3E3E3;
  margin: 0 -16px; }
  .article-comment .article-comment-form {
    padding: 32px;
    background: #FAFAFA;
    border-radius: 4px; }
  .article-comment .title-bl h3 {
    font-size: 18px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 16px;
    margin-bottom: 16px; }
  .article-comment .comment_form .form-group {
    width: 100%;
    margin-bottom: 16px; }
  .article-comment .comment_form .form-group input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .article-comment .comment_form .form-group textarea {
    box-shadow: none;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .article-comment .comment-user {
    margin-bottom: 20px; }
  .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px; }
  .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right; }
  @media (min-width: 992px) {
    .article-comment {
      padding: 32px 0;
      margin: 0; } }

.section-related {
  padding: 40px 0 20px;
  background: #0A0203; }
  .section-related .article-related .title-blog-related {
    position: relative;
    text-align: center;
    margin: 0 0 22px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600; }
  .section-related .article-related .slider-blogs-related {
    padding-bottom: 55px; }
    .section-related .article-related .slider-blogs-related:not(.swiper-initialized) .list-blogs-related {
      gap: 16px; }
      .section-related .article-related .slider-blogs-related:not(.swiper-initialized) .list-blogs-related .swiper-slide {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      @media (min-width: 992px) {
        .section-related .article-related .slider-blogs-related:not(.swiper-initialized) .list-blogs-related .swiper-slide {
          -ms-flex: 0 0 calc((100% - (16px*2)) /3);
          flex: 0 0 calc((100% - (16px*2)) /3);
          max-width: calc((100% - (16px*2)) /3); } }
  @media (min-width: 992px) {
    .section-related .article-related .title-blog-related {
      font-size: 40px;
      margin: 0 0 32px 0; } }

/* Toolbar article */
.article-content h2 {
  font-size: 18px; }

.article-content h3 {
  font-size: 16px; }

/* Table of Contents Article */
.table-of-contents {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #efefef;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

@media (min-width: 768px) {
  .blogs-aside--sticky {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .blogs-aside--sticky {
    top: 80px; } }

.list-blogs-latest {
  counter-reset: post-ranking; }

.list-blogs-latest .item-article {
  padding: 10px 0;
  margin: 0;
  display: flex;
  gap: 15px; }

.list-blogs-latest .item-article .post-image {
  width: 100px;
  position: relative; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 115px); }

.list-blogs-latest .item-article .post-content h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600; }

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 12px;
  margin: 0 0 8px; }

.list-blogs-latest .item-article .post-content .post-meta .date {
  color: #74839f; }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  position: relative;
  font-size: 13px;
  display: block; }

.menuList-links > li {
  border-bottom: 1px dashed var(--skin-border-color); }

.menuList-links > li:last-child {
  border-bottom: none; }

.menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px; }

.menuList-links > li.has-submenu > a {
  padding-right: 30px; }

.menuList-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }

.icon-plus-submenu:after, .icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid var(--skin-border-color); }

ul.menuList-links li ul.submenu-links {
  display: none; }

ul.submenu-links li a {
  padding: 8px 0 8px 0px; }

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed var(--skin-border-color); }

li.has-submenu.level0 > ul.submenu-links li a {
  padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px; }

.list-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .list-tags .tag {
    background: #FFDD00;
    padding: 2px 14px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    border-radius: 12px; }

.group-sidebox-banner {
  margin-bottom: 30px; }

.group-sidebox {
  position: relative;
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  .group-sidebox .sidebox-title {
    padding: 15px 20px; }
    .group-sidebox .sidebox-title h3 {
      font-size: 16px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
    .group-sidebox .sidebox-title h3:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-color: #666;
      border-style: solid;
      border-width: 0 2px 2px 0;
      transform: translateY(-50%) rotate(45deg);
      transition: transform .2s ease;
      -ms-transition: transform .2s ease;
      -webkit-transition: transform .2s ease; }
  .group-sidebox .sidebox-content {
    padding: 0 20px 15px;
    border-top: 1px solid var(--skin-border-color); }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
      text-align: left;
      position: relative; }
    .group-sidebox .sidebox-title h3 span {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px;
      width: 25px;
      text-align: center;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .group-sidebox .sidebox-content-togged {
      display: none; }
    .group-sidebox.is-open .sidebox-title h3 span {
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); } }

.blog-sidebox {
  position: relative;
  margin-bottom: 40px; }
  .blog-sidebox .sidebox-title h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer; }
  .blog-sidebox .sidebox-content .menuList-links > li {
    border: none; }
    .blog-sidebox .sidebox-content .menuList-links > li > a {
      padding: 4px 24px;
      position: relative;
      font-size: 14px; }
      .blog-sidebox .sidebox-content .menuList-links > li > a:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5827 10.4163L8.41602 14.583L8.41602 6.24967L12.5827 10.4163Z' fill='%231D1B20'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100%; }
  @media (max-width: 767px) {
    .blog-sidebox {
      margin-bottom: 20px; }
      .blog-sidebox .sidebox-title h3 {
        text-align: left;
        position: relative; }
        .blog-sidebox .sidebox-title h3:after {
          display: block; }
        .blog-sidebox .sidebox-title h3 span {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 24px;
          width: 25px;
          text-align: center;
          transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -webkit-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s; } }

/*--------------------------------------------------------------------------------
COMPARE PAGE
--------------------------------------------------------------------------------*/
.compare-product__header-count {
  background: var(--secondary-color);
  font-size: 12px;
  color: var(--primary-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: -4px;
  right: -10px; }

.compare-product__table {
  border-bottom: 1px solid #ddd; }

.compare-product__line {
  display: flex;
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none; }

.compare-product__line.compare-product__main {
  border: none; }

.compare-product__box {
  display: flex;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.compare-product__item {
  -ms-flex: 0 0 calc(100%/3);
  flex: 0 0 calc(100%/3);
  max-width: calc(100%/3);
  position: relative;
  font-size: 14px;
  overflow: hidden;
  padding: 32px;
  border-right: 1px solid #ddd; }

.compare-product__main .compare-product__item {
  padding-top: 25px;
  border-top: 1px solid #ddd;
  text-align: center; }

.compare-product__main .compare-product__item h3 {
  font-size: 1.3rem; }

.compare-product__main .compare-product__item .price-box {
  margin-bottom: 10px;
  font-weight: 600; }

.compare-product__item .compare-price {
  display: block;
  margin: 0; }

.compare-product__item ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0; }

.compare-product__item ul li:before {
  content: "-";
  margin-right: 5px;
  color: #c4c4c4; }

.compare-product__item table tr td {
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  width: calc(80% / 3);
  padding: 10px; }

.compare-product__item table tr td:first-child {
  width: 20%; }

.compare-product__item .image_thumb a {
  display: flex;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }

.compare-product__item .image_thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover; }

.compare-product__remove {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  display: block;
  border-radius: 999px;
  border: 1px solid #afafaf;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  color: #afafaf !important; }

.compare-product__heading {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border-right: 1px solid #ddd; }

.compare-product__heading.has-collap {
  display: flex;
  padding: 32px 24px;
  font-weight: 600; }

.compare-product__heading.has-collap div {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.compare-product__heading.has-collap div:after {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.70538 14.7054C7.09466 15.0947 7.72569 15.095 8.11538 14.7062L12 10.83L15.8846 14.7062C16.2743 15.095 16.9053 15.0947 17.2946 14.7054C17.6842 14.3158 17.6842 13.6842 17.2946 13.2946L12 8L6.70538 13.2946C6.31581 13.6842 6.31581 14.3158 6.70538 14.7054Z' fill='%23FFDD00'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.close-collap .compare-product__heading.has-collap div:after {
  transform: rotate(180deg); }

@media (max-width: 767px) {
  .compare-product__box {
    overflow-x: auto; }
  .compare-product__item {
    font-size: 12px;
    padding: 10px;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }
  .compare-product__heading.has-collap {
    padding: 32px 8px; }
  .compare-product__heading.has-collap div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px; }
  .compare-product__item table tr td {
    padding: 5px; }
  .compare-product__specifications .compare-product__item {
    padding: 0; }
  .compare-product__specifications table,
  .compare-product__specifications tbody,
  .compare-product__specifications table tr,
  .compare-product__specifications table tr td,
  .compare-product__specifications table tr td:first-child {
    display: block;
    width: 100%; }
  .compare-product__specifications table tr {
    border-bottom: 1px solid #e6e6e6; }
  .compare-product__specifications table tr:not(:first-child) {
    border-top: none; }
  .compare-product__specifications table tr td {
    border: none; }
  .compare-product__specifications table tr td:first-child {
    font-weight: 600; } }
