
#header {
  background-color: #000000e6 !important;
  color: #ffffff !important;
}


.top-nav li a {
    color: #ffffff !important;
}

.top-nav li a:hover {
    color: #18d26e !important;
}

.logo {
  padding: 15px 0;
}

ul.top-nav>li.primary-action>a.btn {
    background-color: #18d26e !important;
}

ul.top-nav>li.primary-action>a.btn:hover {
    background-color: #14af5b !important;
    color: #fff !important;
}

.navbar-main {
    background-color: #16b35e !important;
}

.navbar-nav > li a:hover{
    background-color: #000 !important;
    color: #fff !important;
}

#home-banner{
    background-color: #28282B !important;
    /*color: #000 !important;*/
}

.home-shortcuts {
    background: #25c793;
}

#order-standard_cart .view-cart-items-header {
    background-color: #666 !important;
}

/*a[href="https://www.whmcs.com/"][target="_blank"] {*/
/*  display: none !important;*/
/*}*/

p[style="text-align:center;"]:has(a[href="https://www.whmcs.com/"]) {
  display: none;
}

.btn-primary {
    color: #fff;
    background-color: #18d26e !important;
    border-color: #18d26e !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #14af5b !important;
    border-color: #14af5b !important;
}

div.header-lined h1 {
    color: #000 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}

/* Fix malformed HTML in product features */
.features-list .feature-item {
    list-style: none !important;
    position: relative;
    padding-left: 0 !important;
    margin-bottom: 8px;
    line-height: 1.5;
    text-wrap: nowrap !important;
}

/* Style embedded li tags to display inline without list formatting */
.features-list .feature-item li {
    display: inline !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
}

/* Show strong tags inline but remove any extra styling that might break layout */
.features-list .feature-item strong {
    display: inline !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Clean up the display - remove any unwanted bullets or markers */
.features-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Style the existing FontAwesome check icons properly */
.features-list .feature-item i.fas.fa-check {
    color: #28a745 !important;
    margin-right: 8px;
    font-size: 14px;
}

/* Ensure clean text flow after the check icon */
.features-list .feature-item {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

/* Remove any additional pseudo-elements that might add markers */
.features-list .feature-item::before,
.features-list .feature-item::after {
    display: none !important;
}

/* Fix spacing for product cards */
.product .features-list {
    margin-top: 15px;
    margin-bottom: 15px;
}
