
    /*Styling logo*/
     /*.navbar-item img {
        max-height: 2em;
    }*/
    
/* CATALOG*/


/*hide featured products header*/
.bestsellers.catfish-container {
    display: none;
}

/*Styling category font*/
  /*  .category-item > .product-title > a {
        font-family:GraphikCondensed-Semibold-600 !important;
        text-transform: uppercase;
        font-size: x-large;
    }
*/


 /*Styling categories*/

    div.small-product-item {
        border-top: none !important;
    }
    
    div.product-title {
        transform: none !important;
    }

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
        background: transparent;
    }

    div.category-item:hover .product-title {
    background-color:  #010203 !important;
    }
    
    div.category-item:hover .product-title a {
    color: #FFFFFF !important;
    }
    
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a{
        color: #000 
    }
    
    div.category-item:hover .product-title {
    background-color:  #000 !important;
    }
    
    .category-item {
        border: 2px solid #000 !important;
    }

    div.category-item:hover .product-title a {
    color: #FFFFFF !important;
    }

    .hero.is-primary {
        background-color: #000;
    }

    .subcategory-with-products-wrapper {
        margin-left: 8%;
    }

    section.category-product-section.section {
        margin-left: 8%;
    }

    
   
    /* Styling subcategories like category divs (when subcategory divs are displayed) */
    
    .sub-category-grid .listWrapper .item-box {
        border-top: none !important;
    }
    
    h2.category-title {
        transform: none !important;
    }
    
    .sub-category-item {
        border: 1px solid #000 !important;
    }

    div.sub-category-item:hover .category-title {
        background-color:  #010203 !important;
        }
        
    div.sub-category-item:hover .category-title a {
        color: #FFFFFF !important;
    }
    
    .homeFeaturedCategoriesWrapper .bestsellers h3 {
        display: none;
    }

/* CHECKOUT PAGES */

     /* Hide SKU in cart details  */
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--sku {
        display: none;
    }

    .orderDetailsMiscContainer .dispatchBy {
        display: none !important;
        }

    td.orderDetailsBillingAddressHeader {
        display: none !important;
    }

    td.orderDetailsBillingContainer {
        display: none !important;
    }

 /* Hide production time on delivery page - not necessary anymore so commenting out 

   .deliveryDetails > .columns > .column > h4.subtitle.is-5:nth-child(1),
   .deliveryDetails > .columns > .column > p.title.is-5.is-spaced:nth-child(2) {
     display: none !important;
   }
   */


   
/* MISCELLANEOUS */

/* Changing the word break behavior */
.is-word-break-all {
   word-break: normal !important; 
}

/* Cart Background Color */
tr.cart-item-row {
   background: #dddee2 !important;
}

/* Hide product tags on product page */
.producttags-box {
    display: none;
}

/*Password Recovery Input Box width*/
input#NewPassword {
    width: 400px !important;
}

input#ConfirmNewPassword {
    width: 400px !important;
}



 /*BUNDLE STYLING*/ 

 .bundle .control.has-icons-left.is-expanded.is-clearfix.has-icons-right {
    display: none; 
}

.bundle .pagination.if-pagination {
    display: none;
}

.bundle .level.box.is-flex-wrap-wrap.table-pagination {
    display: none;
}

 
