.SectionTitle{
    text-align:center;
    margin:20px 0;
}
    .SectionTitle h1{
        color:#3d441f;
        font-weight:normal;
    }
        .SectionTitle h1::after {
            content: " ";
            width: 80px;
            height: 2px;
            background-color: #be352f;
            display: block;
            margin: 0 auto;
            margin-top: 10px;
        }
    div.TemplateAddToCart {
        display: block !important;
    }
.NewItemslider, .slider {
    width: 100%;
    height: 312px;
    position: relative;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.NewItemslider::-webkit-scrollbar, .slider::-webkit-scrollbar {
    display: none;
}

    .NewItemslider .NewItemslide, .slider .slide {
        display: flex;
        position: absolute;
        left: 0;
        transition: 0.3s left ease-in-out;
    }

    .NewItemslide .ShellTemplate.Item, .slider .ShellTemplate.Item {
        margin-top:5px;
        width: 220px;
        padding: 0 10px;
        height: 280px;
        margin-left: 6px;
    }
article .TemplateIcons {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 10;
}

        .slider .ShellTemplate.Item:last-child {
            margin-right: 0;
        }

.ctrl {
    text-align: center;
    margin-top: 5px;
}

.ctrl-btn, .NewItemctrl-btn {
    background: #bd352f;
    border: none;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 43%;
    margin-top: -28.5px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 36px;
    text-align: center;
}

    .NewItemctrl-btn.NewItempro-prev, .ctrl-btn.pro-prev {
        left: 0;
        padding-right: 5px;
    }

    .NewItemctrl-btn.NewItempro-next, .ctrl-btn.pro-next {
        right: 0;
        padding-left:5px;
    }
.EbmsFolderContentListShell {
    width: 10000px;
    display: inline-block;
}
section {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0;
}

.FeaturedCategorys .ShellArticles {
    overflow: auto;
    display: table;
    flex-direction: column;
    text-align: center;
}
.ShellArticles article{
display:inline-block;
}
.ShellArticles figure {
    max-width: 300px;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
    position:relative;
}
.ShellArticles figure img{
    width:100%;
}/* Zoom In #1 */
    .ShellArticles figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ShellArticles figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.ShellArticles .Title {
    z-index: 10;
    position: absolute;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    left: 0;
    bottom: 20px;
    width: 250px;
}
    .ShellArticles .Title span {
        padding: 7px;
        width: 250px;
        background-color: #3d441f;
        color:#FFF;
        display: block;
    }


.BlogEntryList{
    width:100% !important;
}
    .BlogEntryList a.Entry {
        width: 100% !important;
        border: none !important;
        box-shadow: 1px 1px 5px #CCC;
        margin: 5px !important;
        padding:10px !important;
    }
    .BlogEntryList a.Entry:hover {
        box-shadow: 0px 8px 13px rgb(0 0 0 / 15%);
        background:unset !important;
    }
.BlogEntryList .Entry .Subject {
    padding: 10px 0;
}

    .BlogEntryList .Subject.ComplimentaryColor {
        width: 100% !important;
    }
.Subject.ComplimentaryColor:before {
    content: "\f0e6";
    color: #be352f;
    padding: 10px;
    font-family: 'FontAwesome';
}