.blog-index-index.page-layout-2columns-right .column.main{
    width: 100%;
}
.featured-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-left: 0!important;
    margin-right: 0!important;
}
.featured-categories li{
    list-style-type: none;
    margin-left: 0!important;
    margin-right: 0!important;
}
.category-content {
    background: #fff;
    position: relative;
    top: -100px;
    width: 80%;
    margin: auto;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: -100px;
}
.category-content .category-title h2{
    text-align: center;
}
.categories-container li {
    list-style-type: none;
    margin-left: 0!important;
    margin-right: 0!important;
}
.categories-container .accordion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-left: 0!important;
    margin-right: 0!important;
}
.category-description {
    margin-bottom: 0;
}
.category-description p {
    margin: 0;
}
ol.post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.sw-post-holder .featured-post-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.sw-post-holder .featured-post-content {
    background: #D9D9D9;
}
.sw-post-holder .featured-post-content .post-title{
    text-align: center;
}
.sw-post-holder .featured-post-content h5{
    font-size: 1.3em;
    font-weight: 300;
}
.sw-post-holder .featured-post-content {
    padding: 0 15px;
    display: table;
    height: 300px;
}
.sw-post-holder .featured-post-content .post-text-hld.clearfix {
    margin-bottom: 10vh;
}
.sw-post-holder .featured-post-image {
    height: 300px;
}
.sw-post-holder  .post-ftimg-hld {
    height: 100%;
}
.sw-post-holder .featured-post-readmore {
    text-align: center;
}
.sw-post-holder .featured-post-readmore a.post-read-more.shop-now:hover {
    color: #fff;
}
.sw-post-holder .featured-post-readmore a.post-read-more.shop-now {
    color: #e46224;
}
.blog-widget-recent .post-ftimg-hld img {
    height: 100%;
    display: table;
    width: 100%;
    object-fit: cover;
}
.block-title {
    color: #587364;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.sidebar .widget.block-categories ul {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget.block-categories li {
    border: 1px solid #587364;
    text-align: center;
    padding: 3px;
    margin: 0 0 10px 0;
}
.sidebar .widget.block-categories li:hover {
    background:#587364;
}
.sidebar .widget.block-categories li:hover a, .sidebar .widget.block-categories li:hover {
    color: #fff;
}
.block-archive a.archive-item-link {
    font-weight: bold;
    border-bottom: 1px solid;
    width: 100%;
    display: table;
    padding-bottom: 10px;
}
.widget.block-list-posts .block-content .item {
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
    margin: 0 0 10px 0;
}
.widget.block-list-posts .block-content .item:last-child {
    padding: 0 0  0;
    border-bottom: none;
    margin: 0 0  0;
}
.widget.block-list-posts .post-item-date {
    font-weight: bold;
    padding-left: 80px;
}
.featured-post-content-block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.post-list .post-header .post-title {
    float: none;
    text-align: center;
    max-width: 100%;
    padding: 0 0 10px 0;
}
.post-holder {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: -50px;
}
.postlist-content {
    background: #fff;
    width: 85%;
    top: -50px;
    position: relative;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}
.post-holder img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.post-holder .post-header .post-info {
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px;
}
.post-view .post-holder .post-header .post-info {
    text-align: left;
}
ul.wp-block-gallery {
    padding: 0;
    list-style: none;
}
ul.wp-block-gallery.columns-2 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.post-holder .block.related img {
    height: auto;
    object-fit: cover;
    width: auto;
    padding: 0;
}
.block.related .related-available .product-item-name {
    margin-left: 0;
    min-height: 55px;
}
.post-holder .block.related .product.name a {
    font-size: 14px;
}
.post-holder .products-grid .product-item-actions {
    display: flex;
    margin: 0;
    align-items: center;
}
.product-item-actions .actions-primary+.actions-secondary {
    width: 30px;
    display: table;
    min-width: initial;
}
.product-item-actions .actions-primary {
    display: block;
    width: calc(100% - 30px);
}
.post-holder .action.primary {
    padding: 0;
    width: 100%;
}
.blog-index-index .page-title {
    display: none!important;
}
a.blog-featured-cat-more:hover {
    color: #dd6013;
}

a.blog-featured-cat-more {
    color: #e67e5c;
}
a.blog-featured-cat-more:visited {
    color: #e67e5c;
}
@media screen and (max-width:1149px) {
    .sidebar .widget.block-categories ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    .sidebar .widget.block-categories li {
    margin: 0 5px 5px 5px;
    padding: 3px 10px;
    }
}

@media screen and (max-width:1040px) {
    .sw-post-holder .featured-post-content .post-text-hld.clearfix {
    margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .featured-categories, .categories-container .accordion {
    grid-template-columns: 1fr;
    }
    .featured-categories img, .categories-container .accordion img {
    width: 100%;
    object-fit: cover;
    }
}

@media screen and (max-width:680px) {
    ol.post-list {
    grid-template-columns: 1fr;
    }
}

@media screen and (max-width:580px) {
    .sw-post-holder .featured-post-container {
    grid-template-columns: 1fr;
    }
}


@media screen and (max-width:380px) {
    .blog-post-view .products-grid .product-item {
    margin-left: 0;
    width: 100%;
    text-align: center;
    }
    .block.related .related-available .product-item-name {
    min-height: initial;
    }
}























