
    /*Styling logo*/
    .navbar-item img {
        height: 5em;
    }
    
    /*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 a{
        color: #000 
    }
    
    div.category-item:hover .product-title {
    background-color:  #E917AC !important;
    }
    
    .category-item:hover {
        border: 2px solid #E917AC !important;
    }

    .category-item {
        border: 2px solid #6C1067 !important;
    }


    div.category-item:hover .product-title a {
    color: #FFFFFF !important;
    }
    
    .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 #2814ff !important;
    }

    div.sub-category-item:hover .category-title {
        background-color:  #2814ff !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;
    } 


/* MISCELLANEOUS */

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

tr.cart-item-row {
   background: #dddee2 !important;
}

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


 /*BUNDLE STYLING*/ 

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

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

 
