
   /* NAVBAR */
   
   /*Styling logo*/

    .navbar-item img {
       height: 4em;
    }

   

    /* Navbar Border Shadow */
    /*
    nav#main-nav{ 
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    }
    */


 /* Navbar Border */
 /*
nav#main-nav {
    border-bottom: 1px solid #000;
}
*/

 /* Making category title font bigger */
.product-title {
    font-size: 16px;
    font-family: Roboto-Medium-500 !important;
}

 /*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 .product-title {
    background-color:  #ffe8d2 !important;
    }

    div.category-item:hover .product-title {
    background-color: #ffe8d2!important;
    }
    
    
    .category-item {
        border: transparent!important;
    }


    .category-item:hover {
        border: 2px solid #DA720F!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%;
    }

    .homeFeaturedCategoriesWrapper .bestsellers h3 {
        display: none;
    }

    

    /* 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:  #1e1e22 !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;
}

table.table.is-bordered.is-striped.is-fullwidth.checkout-attribute-table thead {
    display: none;
}


/*Realign elements on Budget page*/
table.prepaytable:nth-of-type(1){
    width: 400px;
}

table.prepaytable:nth-of-type(2){
    width: 520px;
}

tr.cart_total--shipping {
    display: none;
}