
.hp-order--view-page .woocommerce-table--order-details tfoot:nth-child(3) {display:none!important}

.hp-template--order-edit-page .woocommerce-table--order-details tfoot:nth-child(3) {display:none!important}

.header-navbar__burger > ul {
    background-color: #ffffffcc; /* Semi-transparent white */
    -webkit-backdrop-filter: blur(25px); /* Blur effect */
    backdrop-filter: blur(25x);
    padding: 3.5rem 2rem; /* Unified padding */
}

.header-navbar__burger ul li {
    border-bottom: 1px solid #394b5d; /* Divider between items */
}

.header-navbar__burger ul li:last-child {
    border-bottom: none; /* Remove bottom border for the last item */
}

.header-navbar__burger ul li a {
    text-decoration: none;
    color: #000; /* Default text color */
    font-size: 1rem;
    font-weight: 500;
    display: block;
    transition: color 0.3s ease;
}

.header-navbar__burger ul li a:hover {
    color: #ffcc00; /* Highlight on hover */
}

.header-navbar__burger a > i.fas.fa-bars {
    font-size: 22px; /* Adjust size */
    color: #71797E; /* Adjust color */
}

.header-navbar__burger > ul > li.menu-item-has-children::after {
    font-size: 20px;
    padding: 5px;
}

.menu-item.menu-item--user-account > a {
    pointer-events: none; /* Disables click functionality */
    cursor: default; /* Changes the cursor to indicate it's not clickable */
}

.header-navbar__burger > ul:before {
    color: #71797E;
    font-size: 1.8rem;
 margin-right: 20px; /* Add some space from the right edge */
}

@media only screen and (max-width: 768px) {
    .header-navbar__burger ul li {
        padding: 15px 5px; /* Adjust padding */
    }
}

.hp-menu__item--listing-submit i::before{
	content: '\f0a1';
}

.hp-menu--site-header button i:first-child{
	display: none;
}

@media screen and (max-width: 47.99em){
    .header-navbar .hp-menu__item--listing-submit span, .header-navbar .hp-menu__item--user-login span, .header-navbar .hp-menu__item--request-submit span{
        display: block !important;
    }
}

.hp-field__label {
	font-size: 15px;
}

img.custom-logo {
   max-width: 200px
}

.footer-navbar__menu ul li a {
    color: black;
}
.header-navbar__menu ul li a {
    color: black;
}
.hp-result-count {
    color: black;
}
.hp-field__label {
   color: black;
}
hp-page__sidebar {
   color: black;
}

.header-navbar__actions .hp-menu__item--user-account i{
	color: #71797E;
}

.header-navbar__end .header-navbar__burger i{
	color: #71797E;
}

body {color:#000}

.hp-listing--view-block .hp-listing__featured-badge {
    background-color: blue;
}

.hp-listing--view-block .hp-listing__featured-badge i::before {
    content: '\f641';
}

.hp-listing--view-page .hp-listing__categories a {
	background-color: white;
	color: black;
}

.hp-listing--view-block .hp-listing__created-date {
  color: #000000;
	font-size: 13px !important;
}

@media screen and (max-width: 47.99em) {
	.hp-listing--view-block .hp-listing__created-date {
    font-size: 13px; !important;
    }	
}

.hp-listing--view-page .hp-listing__created-date {
  color: #000000;
	font-size: 13px !important;
}

.hp-vendor--view-block .hp-vendor__registered-date,
.hp-vendor--view-page .hp-vendor__registered-date {
  color: #000000;
	font-size: 13px !important;
}

@media screen and (max-width: 47.99em){
	.hp-template--listing-view-page .hp-listing__attributes--secondary .hp-row > div{
	    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
    }	
}

@media screen and (max-width: 47.99em){
	.hp-template--listing-view-page .hp-listing__attributes--ternary .hp-row > div{
	    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
    }	
}

.hp-listing--view-block .hp-listing__attributes--secondary .hp-col-lg-6{
    flex-basis:50%;
    max-width:50%;
		-ms-flex-preferred-size: 50%;
}

.hp-vendor--view-block .hp-vendor__content{
	text-align: center;
}

.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
	font-size: 20px;
}

.hp-listing--view-block .hp-listing__categories a {
        display: none !important;
    }
