.producttags-list, .producttags-box {
	display:none
}

.updateCustomDataButton {
    display: none;

}
/* Hide Rich Text Options*/

.meuiRichText .meuiRichTextToolBar__weights {

display:none;
}

.meuiRichText .meuiRichTextToolBar__font-family {
    display: none;
}
/* Catgory thumb tweaks*/
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title, .sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    background: rgba(255,255,255,.8);
    transform: translateY(0);
    padding: 1rem;
    width: calc(100% - 4px);
    left: 2px;
    bottom: 2px;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item, 
.sub-category-grid .listWrapper .item-box {
    border-top: none;
}
.sub-category-grid .listWrapper .item-box:after, 
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item:after {
    padding-bottom: 121%;
}



/* new css */

.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture:before, .homeFeaturedCategoriesWrapper .small-product-item .category-item .picture:after {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0;
    border-left: 2px solid #323232;
    width: 4rem;
    height: 4rem;
    border-top: 2px solid #323232;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture:after {
    transform: scale(-1);
    left: auto;
    right: 1rem;
    top: auto;
    bottom: 0;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture .image{
    position: relative;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture .image:before, .homeFeaturedCategoriesWrapper .small-product-item .category-item .picture .image:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 0;
    border-right: 2px solid #323232;
    width: 4rem;
    height: 4rem;
    border-top: 2px solid #323232;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture .image:after {
    transform: scale(-1);
    left: 1rem;
    right: auto;
    top: auto;
    bottom: 0;
}
#footerrow {
    display: none;
}
.catfish-footer .footercopyright .arone-footer{
    padding-top: 0;
    padding-bottom: 0;
}
.catfish-footer .footercopyright .arone-footer .container:first-child{
    display: none;
}
.catfish-footer .footercopyright .arone-footer .footer-copyright{
    text-align: center;
}

@media screen and (min-width: 1088px){
    #main-nav .navbar-menu .navbar-start > a.navbar-item:hover, #main-nav .navbar-menu .navbar-end > a.navbar-item:hover{
        background: #F5F9FB;
    }
}
@media only screen and (max-width: 767px) {
    .small-product-item.smaller-product-item-homepage .product-item .product-title{
        min-height: 2.5rem;
        line-height: normal;
        white-space: normal;
    }
    .topicpage-body .white-content{
        width: 100% !important;
    }
     
    .topicpage-body .white-content #tabcontent{
        width: 100% !important;
    }

    #main-navbar.navbar-menu .navbar-start a.navbar-item:hover{
        background: #F5F9FB;
    }
 
}

@media only screen and (max-width: 767px) {
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .product__title{
        word-break: break-word !important;
    }
}