.homeFeaturedCategoriesWrapper .grid_12 {
    display: none
}

.image.dedicated-footer-logo img{
    height: 5rem;
    margin-bottom: 3rem;
}


#UCalContactUsFormSize {
    max-height: 900px;
    overflow: hidden
}

@media screen and (min-width: 521px) and (max-width: 897px) {
    #UCalContactUsFormSize {
        max-height: 775px;
        overflow: hidden
    }
}

@media screen and (min-width: 1088px), print{
    .homeFeaturedProducts .columns:not(.is-desktop):not(.is-widescreen){
    justify-content: center;
    }
    }
    
    @media screen and (min-width: 200px) {
    
    div.homePageCategories div.listWrapper.columns.is-mobile.is-multiline.clearfix  {
      justify-content: center;
    }
    
    }
    
    @media screen and (min-width: 1088px) {
    
    div.sub-category-grid div.listWrapper.columns.is-mobile.is-multiline.clearfix  {
      justify-content: center;
    }
    
    }

    .homeFeaturedCategoriesWrapper {
        padding-top: 3rem
    }

    .dynamicProductOptionTable {
        display:none
    }

    div.WorkingFolderInfo.content.notification.is-small{
        display: none;
    }

    div.product__title {
        word-break:break-word !important;
     }

    div.column.is-one-third.deliveryDetails {
        display: none;
    }
    
    div.column.deliveryDateSelected {
        display: none;
    }

    div.container.OpcDeliveryDatePicker {
        display: flex;
        justify-content: center;
    }

    .small-product-item {
        border-top: 0px !important;
    }

    .cf_accountlinks_CustomerAddresses {
        display: none;
    }
    
    .navbar-item.my-addresses-link {
        display: none;
    }