     .hbcustom .page-header {
         margin: 0;
         padding: 0;
         z-index: 10;
     }
     
     .hbcustom .block {
         margin-bottom: 0;
     }
     
     .hbcustom .nav>li {
         margin: 0;
     }
     
     .hbcustom .block-search {
         float: left;
         padding-left: 0;
         position: relative;
         z-index: 0;
         right: 0;
         width: 300px;
     }
     
     .hbcustom a,
     .hbcustom a:hover,
     .hbcustom a:active,
     .hbcustom a:focus {
         text-decoration: none;
         color: #000;
         outline: 0;
     }
     /* .hbcustom #home-slider a:hover {
         background: #ffff;
         color: #9a3384;
     } */
     
     .hbcustom .page-footer {
         padding-bottom: 0;
     }
     
     .hbcustom .footer.content {
         box-sizing: border-box;
         margin-left: auto;
         margin-right: auto;
         max-width: 100%;
         padding-left: 0;
         padding-right: 0;
         width: 100%;
         padding: 0;
     }
     
     .hbcustom #maincontent {
         padding: 0;
         max-width: 100%;
     }

     .firecheckout #maincontent .page-title-wrapper .authentication-wrapper {
        margin: 0;
        display: none;
     }
     
     .hbcustom.firecheckout:not(.page-layout-checkout) .page-title-wrapper {
        padding: 15px;
     }