.section-lt-loadmore-title, .section-lt-loadmore-posts{
    background-color: #fff;
}
.lt-pc-loadmore-related-heading {
    padding-left: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.lt-pc-loadmore-related-heading span {
    border-bottom: 3px solid #f5841c;
    padding-bottom: 0;
    font-size: 22px;
    color: #f5841c;
    text-transform: uppercase;
    margin: 10px 0 0;
    font-weight: 400;
    line-height: normal; 
}
.section-lt-loadmore-posts .box-item {
    box-shadow: 4px 5px 8px #a7a7a7;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.section-lt-loadmore-posts .post-retaled-thumbnail {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-lt-loadmore-posts .post-retaled-thumbnail img {
	width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.section-lt-loadmore-posts .post-retaled-thumbnail:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.section-lt-loadmore-posts .entry-intro {
    padding: 10px 10px;
}
.section-lt-loadmore-posts .title {
    height: 48px;
    font-size: 16px; 
    overflow: hidden;
    margin: 0 0 5px 0;
    text-align: center !important;
    line-height: 1.5;
}
.section-lt-loadmore-posts .title a{
	text-decoration: none;
	cursor: pointer;
    color: #f5841c !important;
    font-weight: 400;
}
.section-lt-loadmore-posts .title a:hover{
    color: #f37423 !important;
}
.section-lt-loadmore-posts .title a:hover {
    color: #032f62;
    text-decoration: none;
}
.section-lt-loadmore-posts .des-info {
    text-align: justify;
    color: #000;
}
.button-lt-loadmore-posts{
	text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
}
#btn-lt-loadmore-posts {
  width: 150px;
  line-height: 40px;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  background: #f5841c;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
    font-weight: normal;
}
#btn-lt-loadmore-posts:hover {
    background: #f47421;
    box-shadow: 0 6px 12px -4px #086ac3;
}
.load-more-pc button i{ 
    vertical-align: initial;  
}
.page #content .page-inner .show-ltloadmore-posts p a{
    color: #f5841c !important;
}
.page #content .page-inner .show-ltloadmore-posts p a:hover{
    color: #f47421 !important;
    cursor: pointer;
}
.load-more-pc {
    margin: 0 auto;
}
#LoadingRelatedProductPostImage{
    text-align: center;
}
@media (max-width: 767px){
    .section-lt-loadmore-posts .title{
        height: auto;
    }
}
@media (max-width: 499px){
    .section-lt-loadmore-posts .title{
        font-size: 18px;
    }
}