.page-header{background-color:#282853;}
body {
 padding: 0px!important
}
.easybanner-placeholder-wrapper {
margin-bottom: 30px;
}
.easybanner-placeholder-wrapper .local {
    background-color: transparent !important;
}
#banner-container {
    border-radius: 1rem;
}
.page-main>.columns>.sidebar-additional {
    grid-area: additional;
    background: var(--sidebar-bg);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 20px;
}
.sidebar .products-list .product-items .product-item-info {
    gap: .5rem;
    padding: 0px;
    border-bottom: 1px solid #f3f4f6;
}
@media (max-width: 768px) {
  #html-body [data-pb-style="PMJ2UK4"] {
    background-color: transparent !important;
  }
#html-body [data-pb-style=SRQWKG1] {
    font-size: 14px;
}
#html-body [data-pb-style=MVNS2ES] {
    background-color: transparent!important;
}
[data-appearance=collage-right].overlay-skew .pagebuilder-overlay {
    padding-left: 1rem;
clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%);
}

.content-transparent .pagebuilder-collage-content {
    background: #fff;
    color: #000!important;
}

.bulk-offer-text {
  color: #000!important;
}
}
.bulk-offer-text {
  color: #fff;
}

/*Added by Naveed*/
:root {
    --primary-bg: #f5f5f5;
    --sidebar-bg: #fff;
    --header-bg: #282853;
    --hover-metal: #f1f5f9;
    --hover-hardware: #f1f5f9;
    --hover-generic: #deb86f;
    --sub-hover: #f1f5f9;
    --arrow-color: rgb(222, 184, 111);
}
.page-main>.columns>.sidebar-main {
    grid-area: sidebar;
    /* width: 300px; */
    background: var(--sidebar-bg);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.sidebar .block .block-title {
    background: var(--header-bg);
    color: white;
    padding: 20px;
    font-size: 1.2em;
    font-weight: normal;
}
.sidebar-main .navpro.navpro-accordion.navpro .level0.has-active>.level-top {
    display: block;
    margin: 0;
    padding: 12px 20px;
    font-size: 1.2em;
    font-weight: normal;
    color: #282853;
    background: #f8f9fa;
}
.sidebar-main .navpro-dropdown-expanded>.navpro-dropdown-inner>.navpro-row>.navpro-col>.children>li>a:has(+.navpro-dropdown-expanded) {
    cursor: pointer;
    padding: 8px 8px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    transition: background 0.3s ease, color 0.3s ease;
}
.navpro.navpro-accordion .navpro-dropdown-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebar-main .navpro.navpro .li-item {
    position: static;
    cursor: pointer;
    padding: 8px 0px;
    border-bottom: 1px solid #f3f4f6;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    transition: background 0.3s ease, color 0.3s ease;
}

.sidebar-main li.level0 > a > span {
  color: #010101;
}

.sidebar-main li.level1 > a > span {
  color: #282853;
  padding-left: 10px;
  font-size: 16px;
}

.sidebar-main li.level2 > a > span {
  color: #deb86f;
  padding-left: 15px;
  font-size: 15px;
}
.sidebar-main li.level3 > a > span {
  color: #010101;
  font-size: 14px;
}
.sidebar-main li.level3 > a > span::before {
  content: "›";   /* line-based chevron */
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  transform: rotate(0deg); /* right */
}

/* Remove border for last item */
.sidebar-main .navpro.navpro .li-item:last-child {
    border-bottom: none;
}
.sidebar-main .block:last-child {
    margin: 8px 16px;
}
.sidebar .product-items .product-item-details {
    padding: 5px;
}
.sidebar .products-list .product-items .product-item-info>:first-child {
    max-width: 35%;
    padding: 10px;
    border-radius: 8px;
}
@media (min-width: 768px) {
    .sidebar-main .navpro :where(.navpro-dropdown-level1)>.navpro-dropdown-inner {
        background: #fff;
        border: 0px solid #e4e4e4;
    }
}
@media (min-width: 1024px) {
    :root {
        --sidebar-width: 280px;
        --sidebar-gap: 2rem;
    }
}
@media (min-width: 768px) {
    .sidebar-main .navpro :where(.navpro-dropdown-level1) {
        border: 0;
        background: 0 0;
        padding-top: 0px;
    }
}
table td:last-child, table th:last-child {
    padding-right: 12px !important;
}
.product-table th {
    background: #282853!important;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 0px solid #94a3b8!important;
}
.action.tocart.primary {
    background: #282853!important;
    color: #fff;
}

/* Container */
.tier-prices-wrapper {
    margin: 20px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Remove old list style */
.tier-prices-wrapper .prices-tier {
    display: flex !important;
    gap: 15px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.prices-tier li+li {
    margin-top: 0px !important;
}
/* Container row layout */
.tier-prices-wrapper .prices-tier {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Each box */
.tier-prices-wrapper .prices-tier .tier-price-item {
    flex: 1 1 calc(33.333% - 15px) !important; /* 3 boxes per row */
    max-width: calc(33.333% - 15px) !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    text-align: center !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
    background: #fff !important;
}

/* Hover / active effect */
.tier-prices-wrapper .prices-tier .tier-price-item:hover,
.tier-prices-wrapper .prices-tier .tier-price-item.active {
    border: 2px solid #374d9a !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    cursor: default !important;
}

/* Flex column inside each box */
.tier-prices-wrapper .prices-tier .tier-price-item .tier-price-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px !important;
}

/* Price (main highlight) */
.tier-prices-wrapper .tier-price-info .tier-price-amount {
    display: block !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 5px !important;
    order: 1 !important;
}

/* Discount info */
.tier-prices-wrapper .tier-price-info .tier-price-save {
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #555 !important;
    margin-bottom: 4px !important;
    order: 2 !important;
}

/* Quantity text (last) */
.tier-prices-wrapper .tier-price-info .tier-quantity {
    display: block !important;
    font-size: 13px !important;
    color: #777 !important;
    order: 3 !important;
}
.tier-prices-wrapper .tier-prices-title {
    display: none;
}
@media (max-width: 768px) {
.tier-prices-wrapper {
    margin: 0px 0px !important;
}
.tier-prices-wrapper .prices-tier .tier-price-item {
    max-width: 100% !important;
}
}