/** Shopify CDN: Minification failed

Line 503:0 Unexpected "}"

**/
.article-template-container{
  
}
.breadcrumb-container{
  padding-left:0;
}
.article-template-container .list-social__item .icon{
      fill: #121212;
}
.icon-time{
  width: 18px;
  display: block;
  margin-top: -1px;
}
[itemprop="author"]>svg{
      width: 18px;
    height: 18px;
}
[itemprop="author"]>svg *{
  fill: currentColor!important;
}
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 15px;
}

.article-template {
  float: left;
  width:65%;
}
.article-template-container>.right-side{
  float:left;
  width:35%;
  padding-left:40px;
  margin-top:30px;
}
.article-template-container .right-side-inner{
  width:100%;
}
.relate_product,.history_posts{
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.history_posts{
  margin-top: 32px;
}
.relate_product>h3,.history_posts>h3{
  font-weight: 700;
  font-size: 20px;
  min-height: 28px;
  margin:0;
  text-align:center;
  background: #f9f9f9;
  border-bottom: 1px solid #e8e8e8;
  height: 48px;
  line-height: 48px;
}
.relate_product_inner,.history_posts_inner{
  padding:7px 15px;
}
.relate_product-item{
  display:inline-flex !important;
  gap:10px;
  padding: 8px 0;
}
.relate_product-item a.product-media {
  --width:32%;
  width: var(--width);
  height: var(--width);
  display: block;
}
.relate_product-item a.product-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.relate_product-item .product-info {
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.relate_product-item .product-info .lai-content-star,
.relate_product-item .product-info .scm-reviews-rate svg{
  display:block;
}
.relate_product-item .product-info>p:first-child {
  font-size: 14px;
  line-height: normal;
  margin:0 0 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2;  */
  overflow: hidden;
}
.relate_product-item:hover .product-info a {
  color:var(--color-base-accent-2);
}
.relate_product-item .product-info .price {
  margin:0 0 8px;
}
.relate_product-item .product-info .qatc-btn svg{
  width:100%;
  height:100%;
  display:block;
}
.relate_product-item .product-info .qatc-btn {
  width:28px;
  height:28px;
  padding: 4px;
  border-radius:50%;
  margin-right: 3px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.11);
  cursor:pointer;
}
.relate_product-item .product-info .qatc-btn:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .14);
}
.relate_product .slide-button {
    padding: 7px 15px;
    display: flex;
    gap: 14px;
}
.relate_product .slide-button>button {
    flex: 1;
    border-radius: 18px;
    border: 1px solid #ccc;
    cursor:pointer;
    background:#f9f9f9;
}
.relate_product .slide-button>button.slick-disabled {
    cursor:default;
}
.relate_product .slide-button>button svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: -2px;
}
.relate_product .slide-button>button svg path{
    stroke-width: 24px;
}
.relate_product .slide-button>button:hover {
  border-color:var(--color-base-accent-2);
}
.relate_product .slide-button>button:hover svg path{
  stroke:var(--color-base-accent-2);
}
.history_posts-item {
    display: block;
    padding: 8px 0;
}
/* .history_posts_inner>.history_posts-item:not(:last-child) {
      border-bottom: 1px solid #ebebeb;
} */
.history_posts-item>h4{
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #232f3e;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  overflow: hidden;
}
.history_posts-item_info{
  display:flex;
  gap: 10px;
}
.history_posts-item_media{
  width:34%;
  border-radius: 4px;
  overflow: hidden;
}
.history_posts-item_media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.history_posts-item_content{
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history_posts-item_content p{
  margin:0 0 12px;
  line-height: normal;
  color: #212121;
  font-size: 14px; 
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
.history_posts-item:hover h4,.history_posts-item:hover p{
  color:var(--color-base-accent-2);
  
}
#comments {
  color: var(--color-base-accent-2);
  padding: 0;
}

.article-template__hero-container {
  max-width: 150rem;
}

.article-template__hero-medium {
  height: 15.6rem;
}

.article-template__hero-large {
  height: 19rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-medium {
    height: 34.9rem;
  }

  .article-template__hero-large {
    height: 42.3rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-medium {
    height: 54.5rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

.article-template header {
  padding: 15px 0 0px;
  margin-bottom: 22px;
  /* border-bottom: 1px solid var(--color-base-border); */
}
#comment_form {
  background-color: var(--color-background);
  padding: 30px;
  box-shadow: 0 0 10px #0000001a;
  border-radius: var(--base-border-radius);
}

.article-template__content p {
  /* font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px; */
  font-size: 18px;
  margin: 18px 0;	
  color: #212121;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.article-template__content table{
  font:inherit;
  width:100%;
}
.article-template__content table:not([class]) td,.article-template__content table:not([class]) th{
  padding:8px 16px;
}
.article-template__content h1 {
  font-weight: 700;	
   font-size: 32px;
   line-height: 44.8px;
   min-height: 44.8px;		
   margin: 24px 0;

}
.article-template__content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33.6px;
  min-height: 33.6px;
  margin: 22px 0;

}
.article-template__content h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  min-height: 28px;
  margin: 20px 0;
}
.article-template__content ul,.article-template-container ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    font-size: 18px;
}
.article-template__content li{
    font-size: 18px;
    list-style: disc;
    margin: 0 0 18px 0;
}
.article-template__content th td{
padding: 8px 16px;
border: 1px solid #ccc;
}
.article-template__content blockquote{
    margin: 24px;
    padding: 8px 24px;
    border-left: 4px solid #ccc;
    background: #f9f9f9;
    display: block!important;
    font-style: normal;
}
.article-template__content img {
  width: 100% !important;
  display:block;
}
.blogtitle {
}
.template-article .caption-with-letter-spacing {
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}
.article-template__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  padding: 0;
  color: var(--color-base-accent-1);
  font-family: var(--font-body-family);
  border-bottom: 1px solid var(--color-base-border);
}
.article-template__title:not(:only-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  /* margin-top: 30px; */
}

.article-template__link {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-underline-offset: 0.3rem;
  font-weight: 500;
  color: var(--color-base-text);
}

.article-template__link:hover {
  text-decoration-thickness: 0.2rem;
}

.article-template__link svg {
  width: 1.5rem;
  transform: rotate(180deg);
  margin-right: 1rem;
}

.article-template__content {
  margin-top: 0;
  padding-bottom: 0;
  /* float: left; */
  width: 100%;
  padding: 0;
   color: #212121;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.article-template__social-sharing {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  margin-top: 2rem;
  float: right;
}
.article-details .element-margin {
  float: left;
}
.article-template__comment-wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid var(--color-base-border);
  padding: 2rem 0 5rem;
  margin-top: 2rem;
}
.article-template .list-social__item {
  background-color: transparent;
}
.article-template__social-sharing .social-sharing {
  margin-left: -1.3rem;
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  background-color: var(--color-background);
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}
.ariticle_comment .caption-with-letter-spacing {
  color: var(--color-base-text);
}

.article-template__comments-comment {
  padding: 2rem 2.5rem;
  background-color: #f2f2f2;
  color: var(--color-base-text);
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}
@media screen and (min-width: 749px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
  .relate_product .slide-button>button.more{display:none;}
  .relate_product_inner .slick-slide>div:not(:last-child):not(:empty)>div{border-bottom:1px solid  #f5f5f5d1;}
}

@media (max-width: 989px) {
  .relate_product-item.exceeded{display:none!important;}
  .relate_product .slide-button>button.arrow{display:none;}
  .relate_product .slide-button>button.more{line-height:30px; font-weight: 700;}
  .article-template,.article-template-container>.right-side{width:100%;}
  .article-template-container>.right-side{
    padding:0;
  }
  .article-template__content table:not([class]) td, .article-template__content table:not([class]) th{    padding: 8px 10px;}
  /* .relate_product_inner>div:not(:last-child){border-bottom:1px solid  #f5f5f5d1;} */
  .relate_product_inner>div:not(.exceeded):not(:last-child){border-bottom:1px solid  #f5f5f5d1;}
}
@media (max-width: 479px) {
  .article-details {
    padding: 0;
  }
  .article-template__content,
  .article-template__content.rte li{font-size:16px;}
  .article-template__content p {
    font-size: 16px;
  }
  .main-content .page-width {
    padding:0 10px;
  }.breadcrumb-bar.page-width{
    padding:0 20px;
  }
}
@media screen and (min-width: 1270px) {
  .main-content .page-width ,.breadcrumb-bar.page-width{
        max-width: 1260px;
    }
}
}
