.sec-post-content:last-child{
  margin-bottom: 0;
}
.post-content-outer{
  padding: 0 3.6rem;
}
.post-main-img img{
  width: 100%;
  height: auto;
  border-radius: 0.8rem 0.8rem 0 0;
}
.post-content{
  background: var(--white);
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 4.8rem 6.4rem 6.4rem;
}
.post-meta-item{
  margin-right: 4rem;
}
.post-meta-item:last-child{
  margin-right: 0;
}
.post-meta-icon{
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}
.post-content .h1,
.post-content .h2{
  margin: 4rem 0;
}
.post-content .h3,
.post-content .h4,
.post-content .h5,
.post-content .h6{
  margin: 4rem 0 1.6rem;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child{
  margin-top: 0;
}
.post-content h1:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child{
  margin-bottom: 0;
}
.post-content p,
.post-content ul,
.post-content ol{
  margin-bottom: 1.6rem;
}
.post-gallery{
  display: flex;
  flex-wrap: wrap;
}
.post-gallery-item{
  width: calc(50% - 0.8rem);
  margin-left: 1.6rem;
  display: block;
}
.post-gallery-item:nth-child(2n + 1){
  margin-left: 0;
}
.post-gallery-item:nth-child(n + 3){
  margin-top: 1.6rem;
}
.post-gallery-item img{
  border-radius: 0.8rem;
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.post-single-img img{
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.post-product{
  padding: 4rem 4rem 6.4rem;
  border-radius: 0.8rem;
}
.post-gallery:first-child,
.post-single-img:first-child,
.post-product:first-child,
.post-content-box:first-child,
.post-share:first-child,
.post-share:first-child{
  margin-top: 0;
}
.post-gallery:last-child,
.post-single-img:last-child,
.post-product:last-child,
.post-content-box:last-child,
.post-share:last-child{
  margin-bottom: 0;
}
.post-content-box{
  border: 1px solid #E1E3E3;
  padding: 3.2rem;
  border-radius: 0.8rem;
}
.post-share p{
  font-weight: 600;
  margin: 0 1.2rem 0 0 !important;
}
.post-share ul{
  display: flex;
  align-items: center;
}
.post-share li{
  margin-right: 1rem;
}
.post-share li:last-child{
  margin-right: 0;
}
.btn-post-share{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.btn-post-nav{
  display: flex;
  align-items: center;
}
.btn-post-nav.disable{
  pointer-events: none;
  opacity: 0.3;
}
.btn-post-nav .btn-icon{
  margin-right: 1.2rem;
}
.btn-post-nav span + .btn-icon{
  margin-right: 0;
  margin-left: 1.2rem;
}
@media(min-width:1460px) and (max-width:1499.98px){
  .post-gallery-item img {
    height: 23.2rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .post-content-outer {
    padding: 0;
  }
  .post-gallery-item img {
    height: 22.7rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .post-content-outer {
    padding: 0;
  }
  .post-content {
    padding: 4rem 4.8rem 4.8rem;
  }
  .post-content .h1, 
  .post-content .h2 {
    margin: 3.2rem 0;
  }
  .post-content .h3, 
  .post-content .h4, 
  .post-content .h5, 
  .post-content .h6 {
    margin: 3.2rem 0 1.6rem;
  }
  .post-gallery-item img {
    height: 21rem;
  }
  .post-product {
    padding: 3.2rem 3.2rem 5.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-post-content .col-lg-8{
    width: 80%;
  }
  .post-content-outer {
    padding: 0;
  }
  .post-content {
    padding: 4rem;
  }
  .post-content .h1, 
  .post-content .h2 {
    margin: 3.2rem 0;
  }
  .post-content .h3, 
  .post-content .h4, 
  .post-content .h5, 
  .post-content .h6 {
    margin: 3.2rem 0 1.6rem;
  }
  .post-gallery-item img {
    height: 21rem;
  }
  .post-product {
    padding: 3.2rem 3.2rem 5.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .post-content-outer {
    padding: 0;
  }
  .post-content {
    padding: 3.2rem 3.2rem 4rem;
  }
  .post-content .h1, 
  .post-content .h2 {
    margin: 2.8rem 0;
  }
  .post-content .h3, 
  .post-content .h4, 
  .post-content .h5, 
  .post-content .h6 {
    margin: 2.8rem 0 1.6rem;
  }
  .post-gallery-item img {
    height: 20rem;
  }
  .post-product {
    padding: 3.2rem;
  }
  .post-content-box {
    padding: 2.4rem;
  }
}
@media(max-width:767.98px){
  .post-content-outer {
    padding: 0;
  }
  .post-content {
    padding: 2.4rem 2rem;
  }
  .post-meta {
    flex-wrap: wrap;
    margin-top: -1.2rem;
  }
  .post-meta-item {
    margin-right: 1.6rem;
    margin-top: 1.2rem;
  }
  .post-meta-icon {
    margin-right: 1rem;
  }
  .post-content .h1, 
  .post-content .h2 {
    margin: 2.8rem 0;
  }
  .post-content .h3, 
  .post-content .h4, 
  .post-content .h5, 
  .post-content .h6 {
    margin: 2.8rem 0 1.2rem;
  }
  .post-content p, 
  .post-content ul, 
  .post-content ol {
    margin-bottom: 1.2rem;
  }
  .post-gallery-item img {
    height: 14.8rem;
  }
  .post-product {
    padding: 2rem 2rem 3.2rem;
  }
  .post-content-box {
    padding: 2rem;
  }
  .btn-post-nav strong{
    display: none;
  }
  d-desktp{
    display: none;
  }
}
@media(max-width:575.98px){
  .post-gallery-item img {
    height: 25.5vw;
  }
  .post-nav {
    flex-wrap: nowrap;
  }
  .btn-post-nav .btn-icon {
    margin-right: 0.6rem;
  }
  .btn-post-nav span + .btn-icon {
    margin-left: 0.6rem;
  }
  .btn-post-nav + .btn-post-nav{
    text-align: right;
  }
  .btn-post-nav {
    font-size: 1.3rem;
  }
}
.btn-post-nav > span {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-post-nav {
  max-width: 50%;
}