.theme-woodmart .wd-entry-content p:last-child{
    margin-bottom: 20px;
}

.single-post .content-layout-wrapper{
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.theme-woodmart .blog-design-meta-image.blog-style-bg .wd-post-content{
    padding: 0;
}

.theme-woodmart .blog-design-meta-image .wd-entities-title,
.theme-woodmart .blog-design-meta-image .wd-post-entry-meta{
    margin-bottom: 1rem;
}

.theme-woodmart .wd-meta-author,
.theme-woodmart .wd-post-actions{
    display: none;
}

.theme-woodmart .blog-design-meta-image .wd-entities-title{
    font-size: 1rem;
}

.theme-woodmart .blog-design-meta-image .wd-entities-title a{
    font-family: 'Made Tommy Medium';
}

.theme-woodmart .wd-post-cat.wd-style-default,
.theme-woodmart .wd-meta-date{
    font-size: 0.7rem;
}

.theme-woodmart .wd-read-more a{
    font-size: 0.85rem;
    text-transform: none;
    font-family: 'Made Tommy Medium';
    font-weight: normal;
}

.theme-woodmart .wd-read-more{
    opacity: 0;
    transition: all .3s ease;
}

.theme-woodmart .blog-design-meta-image.blog-style-bg .wd-post-inner:hover .wd-read-more{
    opacity: 1;
}

.theme-woodmart .blog-design-meta-image.blog-style-bg .wd-post-inner{
    box-shadow: none;
    transition: all .3s ease;
    padding: 1.65rem;
}

.theme-woodmart .blog-design-meta-image.wd-add-shadow:hover .wd-post-inner{
    box-shadow: none;
    background-color: #EAE6F2;
}

.theme-woodmart .blog-design-meta-image.blog-style-bg .wd-post-thumb{
    margin-bottom: 0.75rem;
}

.home-blog-container h3{
    font-size: 3rem;
}

.theme-woodmart .blog-design-meta-image.has-post-thumbnail .wd-post-header{
    background: none;
}

.theme-woodmart .blog-design-meta-image .wd-entry-content{
    font-size: 0.85rem;
    min-height: 3rem;
}

.theme-woodmart  .product_list_widget>li .price{
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.theme-woodmart  .product_list_widget>li .price .amount{
    font-family: 'Made Tommy Medium';
    font-weight: normal;
}

.single-post .sidebar-container{
    display: none;
}

.single-post .site-content.col-lg-9{
    flex: 0 0 100%;
    max-width: 100%;
}

.home.theme-woodmart .blog-design-meta-image .wd-entry-content{
    font-size: 0;
    min-height: 0;
}