:root {
    --navy: #0f2d6b;
    --navy-dk: #091e4a;
    --navy-mid: #1a4090;
    --teal: #0e8c72;
    --teal-lt: #12a888;
    --teal-pale: #e4f3ef;
    --amber: #d4840a;
    --amber-lt: #f0a72a;
    --off-white: #f5f7fa;
    --light-grey: #e2e6ef;
    --mid-grey: #6b7a99;
    --white: #fff;
}

div#tabs * {
    font-family: 'Sora' !important;
    font-size:13px !important;
}

.admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 25px;
    font-size: 10px;
    font-weight: 700;
}

.header-logo {
    margin: 0 0 10px;
    text-align: center;
}

.search-box .search-box-button {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 14px;
    height: 32px;
    width: auto;
    min-width: 40px;
    background: var(--navy) url(../images/search_icon.png) 10px center no-repeat;
    background-size: 23px;
    z-index: 10;
    border-radius: 5px;
    letter-spacing: 0.5px;
    padding-left: 34px;
    text-transform: capitalize;
}

.header-links li img {
    width: 23px;
}

.header-links li.accountli img {
    width: 25px;
}

.header-links li.accountli a {
    text-align: center;
}

.header-links li.accountli span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    color: #444;
}


.search-box input.search-box-text {
    width: 100%;
    border-radius: 5px;
    background-color:var(--off-white);
}
    .search-box input.search-box-text:focus {
        background-color: var(--white);
        border: 1px solid var(--navy);
    }

.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') calc(100% - 100px) center no-repeat;
}

.header-phone a::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/callblk.png) no-repeat center center;
    vertical-align: middle;
    background-size: contain;
    margin-right: 4px;
}

ul.account-sub {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px var(--navy);
    border-radius: 10px;
    display: none;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    padding: 5px;
    min-width: 135px;
    left: -5px;
    top: 30px;
    z-index:10;
}

    ul.account-sub::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 7px; /* align arrow under LI text */
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }

    /* Optional border arrow */
    ul.account-sub::after {
        content: "";
        position: absolute;
        top: -9px;
        left: 7px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid var(--navy);
    }

.accountli:hover ul.account-sub {
    display: flex;
}

ul.account-sub a {
    line-height: 30px;
    font-size: 14px;
    text-transform: none;
}

span.wishlist-qty, span.cart-qty {
    position: absolute;
    top: -16px;
    right: -14px;
    z-index: 10;
    width: 22px;
    height: 22px;
    background: var(--navy);
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    line-height: 22px !important;
}
    span.wishlist-qty{
        right:5px;
    }

    #topcartlink a {
        background: none;
        padding: 0;
    }

.healthcare-trust-mark {
    background-color: #f5f7fa;
    margin-top: 0px;
    border-top: 1px solid rgba(9,97,170,.1);
    border-bottom: 1px solid rgba(9,97,170,.1);
    position: relative;
    transform: translateX(-50%);
    margin-left: 50%;
    width: 100vw;
}

.trust-blocks {
    margin: 0
}

.trust-block {
    color: var(--navy);
    max-width: 33.33%;
    font-weight: 600;
}

    .trust-block img {
        margin-right: 0;
        width: 70%;
    }

    .trust-block, .trust-block > a {
        display: flex;
        align-items: center;
        color: var(--navy);
        font-weight: 600;
    }

.blue-back-banner {
    background: #0b2545;
    width: 100vw;
    margin-left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding: 0px 0;
}

.trust-box-after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 0 20px;
}

    .trust-box-after .home-page-login-block {
        display: inline-block;
        margin: 0px 0 0;
        padding: 5px 00px 0;
        text-align: left;
        width: 100%;
    }

    .trust-box-after.isSpecialPrice .home-page-login-block {
        width: 50%;
    }

.home-page-login-block .topic-block-title, .top-banner .topic-block-title {
    display: none;
}

.home-page-login-block .topic-block {
    padding: 15px 0 !important;
    margin-bottom: 0;
}

.trust-box-after .home-page-login-block .topic-block-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-box-after.isSpecialPrice .home-page-login-block .topic-block-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lb-title {
    width: auto;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}

.lb-btn {
    width: auto;
    text-align: center;
    margin-top: 0;
    display: inline-block;
}

.lb-line {
    width: 100%;
    text-align: center;
    color: #627384;
    font-size: 16px;
}


.top-banner .theme-custom .nivo-controlNav a {
    display: inline-block;
    width: 20px;
    height: 6px;
    margin: 0 4px;
    box-shadow: 0 0 1px 0 var(--navy);
    background-color: #fff;
    font-size: 0;
}

    .top-banner .theme-custom .nivo-controlNav a.active {
        background-color: var(--navy);
    }

.top-banner .theme-custom .nivo-controlNav {
    position: static;
    width: 100%;
    padding: 20px 0;
    font-size: 0;
    text-align: center !important;
}

.specialPricebanner {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    margin: 0;
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.quick-access {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

    .quick-access .topic-block-title, .home-page-login-block .topic-block-title {
        display: none;
    }

.qa-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 36px;
    margin: 10px 0 20px;
}

.clr-blue {
    color: var(--navy) !important;
}

.clr-teal {
    color: var(--teal) !important;
}

.quick-access-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qa-box {
    width: calc(16.66% - 6px);
    margin: 0 3px;
    border: 1.5px solid rgba(218, 224, 231, 0.5);
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

    .qa-box a {
        text-decoration: none;
    }

    .qa-box:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,0.1)
    }

.qa-img {
    border-radius: 10px;
    background: rgba(9, 97, 170, 0.1);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .qa-img img {
        width: 29px;
        text-decoration: none;
    }

.qa-name {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    margin-top: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qa-shopnow {
    color: var(--navy);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    line-height: 20px;
}


.product-grid .title {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--navy-dk);
    letter-spacing: -.01em;
    text-align: left;
    margin-top: 40px;
}

.category-grid .title {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--navy-dk);
    letter-spacing: -.01em;
    text-align:left;
    margin-top:40px;
    margin-bottom:10px;
}

p.tagline {
    font-size: 13px;
    color: var(--mid-grey);
    margin-top: 3px;
    font-family: 'Sora', sans-serif;
    margin-bottom:10px;
}

.item-box {
    width: calc(20% - 25px);
    display: inline-block;
    margin: 10px 15px 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .item-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }



    .item-box .producinfo-wrapper .picture {
        border: none;
    }

    .item-box .details {
        padding: 5px 10px;
        position: relative;
    }

    .item-box .outofstock {
        position: absolute;
        z-index: 1000;
        background: rgba(255,255,255,0.5);
        color: red;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: end;
        justify-content: center;
        font-weight: 600;
    }

        .item-box .outofstock span {
            position: relative;
            z-index: 1001;
            background: #fff;
            width: 100%;
            text-align: center;
            left: 0;
            padding: 20px;
        }

    .item-box .product-title a {
        font-size: 13px;
        font-weight: 600;
        color: var(--navy-dk);
        line-height: 1.35;
        flex: 1;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* Tooltip */
.custom-tooltip {
    position: fixed;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    max-width: 320px;
    border-radius: 4px;
    z-index: 100000;
    pointer-events: none;
    white-space: normal;
    transform: translate(-50%, -100%);
}

    /* Arrow */
    .custom-tooltip::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #000;
    }


.item-box .sku {
    padding: 0px 0 15px;
    font-size: 12px;
    color: #627384;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    margin: 0;
}

    .item-box .sku .replacement-info {
        margin-top: 5px;
        color: #d4840a;
        font-size: 13px;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
    }

.product-item .prices {
    font-size: 16px;
    display: block;
    justify-content: space-between;
    margin-top: 0px;
    min-height: 15px;
}

.item-box .actual-price {
    margin: 0 5px 0 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.specialprice {
    color: red;
    font-weight: 500;
    font-size: 12px;
    margin-left: 7px;
}

.item-box .old-price {
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #627384;
    text-decoration: line-through;
    margin-top: 10px;
    height: 15px;
}

.cat-tag-block {
    position: absolute;
    top: 9px;
    left: 9px;
    background: var(--teal);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    line-height: 1.3;
}

    .cat-tag-block:before {
        display: none;
    }

.ViewProduct-buttons-wrapper {
    text-align: center;
    padding-bottom: 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.item-box .ViewProduct-buttons-wrapper a {
    display: inline-block;
    color: #fff;
    padding: 7px 12px !important;
    font-weight: 400;
    background: var(--navy);
    border-radius: 6px;
    font-size: 14px;
    line-height: 25px;
    width: 78%;
}

    .item-box .ViewProduct-buttons-wrapper a:hover {
        display: inline-block;
        color: #fff;
        padding: 7px 12px !important;
        font-weight: 400;
        background: var(--teal);
        border-radius: 6px;
        font-size: 14px;
        line-height: 25px;
        width: 78%;
    }

.item-box .details .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border-radius: 6px;
}

.category-grid .item-box {
    width: calc(25% - 25px);
}



    .category-grid .item-box .picture a:before {
        padding-top: 67%;
    }

.category-grid .category-item .title {
    background: rgba(9,97,170,.05);
    margin-top: 0;
    margin-bottom: 0;
}

.category-item .title a {
    font-size: 15px;
    color: var(--navy);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.product-grid.bestsellers {
    margin-bottom: 20px;
}

.inputs input[type="text"], .inputs input[type="email"], .inputs input[type="tel"], .inputs input[type="password"], .inputs select, .inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #DAE0E7;
    border-radius: 6px;
}

.primary-btn {
    background-color: var(--navy);
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
}

.button-1 {
    background-color: var(--navy) !important;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 7px;
    border: none;
}

.lb-login-btn.primary-btn {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding: 7px 15px;
}

    .lb-login-btn.primary-btn img {
        width: 24px;
    }

.newsletter, .footer {
    background: var(--navy);
}
.footer {
    background: var(--navy-dk);
    padding-top:20px;
}

.newsletter-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.newsletter-left {
    width: 40%;
    font-size: 14px;
    text-align: left;
}

.newsletter-title {
    display: flex;
    align-items: center;
}

.mail-img {
    width: 27px;
    border-radius: 8px;
    padding: 0px;
    margin-right: 10px;
}

.heading {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.newsletter-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin: 5px 0 0;
    font-weight: 400;
}

.newsletter-wrapper {
    position: relative;
}

.address-information .list li {
    margin-bottom: 6px;
}

.address-information .list a {
    display: flex;
    align-items: start;
}

.address-information .list img {
    width: 15px;
    margin-right: 10px;
}

.category-page .page-title {
    border: none;
    margin: 0;
    padding: 6px 0;
}

    .category-page .page-title h1 {
        font-size: 30px;
        font-weight: 700;
        color: #000;
        text-align: left;
    }

.category-description * {
    font-family: 'Sora' !important;
    font-size: 16px !important;
    color: #627084 !important;
}

hr {
    margin: 40px 0 15px;
    border: none;
    border-top: 1px solid #e0e5eb;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.pdp-top {
    display: inline-block;
    align-items: flex-start;
}

.product-essential.product-detail-custom .product-picture {
    width: 100%;
}

.gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
    width: 60px;
}

    .gallery .picture-thumbs .thumb-item {
        display: inline-block;
        position: relative;
        width: 60px;
        height: 60px;
        margin: 0 0 5px;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #DAE0E7;
        border-radius: 8px;
    }

.overview .product-name h1 {
    font-size: 25px;
    font-weight: 700;
}

.overview .product-name {
    margin: 0;
    border-bottom: none;
    padding: 0 0 10px;
}

.overview .product-code {
    color: var(--navy);
    letter-spacing: 0.6px;
    font-size: 14px;
}
    .overview .product-code i {
        font-size: 16px;
        color: var(--amber);
        line-height: 25px;
    }

.product-essential .overview .prices {
    display: block;
    align-items: baseline;
    margin: 15px 0;
    padding: 17px;
    border: 1px solid #DAE0E7;
    border-radius: 10px;
}

.product-essential .overview .shrt-desc {
    color: #627084;
    font-size: 14px;
    margin: 15px 0 15px;
}

.overview .product-price, .variant-overview .product-price {
    font-size: 25px;
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.product-essential .overview .tax-shipping-info {
    padding: 0 5px;
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
    color: #627084;
}

.product-essential .overview .incltax {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    color: #627084;
}

.product-essential .overview .oldprice {
    display: inline-block;
    font-size: 13px;
    color: #627084;
    text-decoration: line-through;
}

.product-essential .overview .highlited-text {
    padding-left: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}

.overview .highlited-text .vat-exempt {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    list-style-position: inside;
    list-style-type: none;
    padding: 1px 10px 1px 21px;
    display: block;
    width: max-content;
    margin-bottom: 5px;
    border-radius: 15px;
    position: relative;
    max-width: 100%;
}

    .overview .highlited-text .vat-exempt:before {
        content: "\2981";
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        left: 10px;
    }

    .overview .highlited-text .vat-exempt.green {
        color: #1EAE53;
        background: rgba(30, 174, 83, 0.1);
        border: 1px solid rgba(30,174,83,0.2);
    }

    .overview .highlited-text .vat-exempt.red {
        color: #E53935;
        background: rgba(229,57,53, 0.1);
        border: 1px solid rgba(229,57,53,0.2);
    }

    .overview .highlited-text .vat-exempt.blue {
        color: #0961aa;
        background: rgba(9,97,170, 0.1);
        border: 1px solid rgba(9,97,170,0.2);
    }

.overview .buymore {
    margin: 10px 0;
}

.overview .buymore-title {
    font-size: 20px;
    color: var(--navy);
    font-weight: 500;
    margin-bottom: 5px;
}

.overview .pricing {
    background: rgba(252, 247, 223, 0.5);
    padding: 10px;
    color: #000;
    border: 1px solid #F5E699;
    border-radius: 9px;
    font-size: 15px;
}

.tier-prices.bundle-box .prices-table tr:first-child td {
    background: rgba(9, 97, 170, 0.3);
    border: none;
    font-weight: normal;
    padding-bottom: 0;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.bundle-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.tier-prices.bundle-box .prices-table td {
    background: #fff;
    border: none;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(98, 112, 132, 0.4);
}

.qtyouter {
    display: flex;
    border: 1px solid #DAE0E7;
    border-radius: 7px;
    overflow: hidden;
}

.cart .qtyouter {
    display: flex;
    border: 1px solid #dae0e7;
    border-radius: 7px;
    overflow: hidden;
    width: max-content;
    justify-content: center;
    align-self: center;
    margin: auto;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
    padding: 3px 0;
    border: none;
    outline: none;
}

.qtyouter .quantity.up, .qtyouter .quantity.down {
    border: none;
    background: #fff;
    width: 20px;
    font-size: 20px;
}

.overview .qty-input, .variant-overview .qty-input {
    height: 34px;
    font-size: 14px;
    padding: 0;
    border: none;
    outline: none;
}

.product-cart-wishlist-button {
    display: block;
    margin: 15px 0;
}

.overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
    width: calc(100% - 46px);
}

.overview .add-to-cart {
    margin: 0 0 0px;
    display: flex;
}

.overview .add-to-cart-button {
    background: var(--navy);
    color: #fff;
    width: calc(100% - 97px);
    margin: 0 0 0 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.overview .add-to-wishlist {
    margin-left: 10px;
}

.policy-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 10000;
}

.policy-modal-box {
    background: #fff;
    width: 80%;
    max-width: 900px;
    height: 80%;
    margin: 5% auto;
    border-radius: 8px;
    position: relative;
}

#policyModalBody {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.policy-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}

.returnPolicy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .returnPolicy a {
        font-size: 13px;
        color: var(--navy);
        background-repeat: no-repeat;
        padding: 5px 0 5px 25px;
        background-size: 20px;
        background-position: center left;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .returnPolicy .vat-eligibility {
        background-image: url(../images/vat.png);
    }

    .returnPolicy .return-policy {
        background-image: url(../images/back.png);
    }

.product-detail-custom .other-products-same-category .table-wrapper {
    width: 100% !important;
    border: 1px solid rgba(98, 112, 132, 0.4);
    border-radius: 9px;
    padding: 0 0;
    background: #fff;
    overflow: hidden;
}

.other-products-same-category .title {
    margin-bottom: 5px;
    background: rgba(9, 97, 170, .3);
    border: none;
    font-weight: normal;
    padding-bottom: 0;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.other-products-same-category .prduct-variants.nameonly .product-itm {
    width: 100%;
    display: inline-flex;
    margin: 0 0 5px;
    padding: 1px 5px;
    border: none;
    /* border-radius: 5px; */
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(98, 112, 132, 0.3);
}

    .other-products-same-category .prduct-variants.nameonly .product-itm .prd-img {
        width: 50px;
        height: 50px;
        text-align: center;
        border: 1px solid rgba(98, 112, 132, 0.3);
        border-radius: 7px;
        overflow: hidden;
    }

    .other-products-same-category .prduct-variants.nameonly .product-itm .prd-add-cart .add-to-wishlist {
        display: none;
    }

    .other-products-same-category .prduct-variants.nameonly .product-itm .prd-add-cart {
        width: 120px;
    }

.other-products-same-category .prd-add-cart .add-to-cart-panel {
    width: 100%;
}

    .other-products-same-category .prd-add-cart .add-to-cart-panel .qtyouter {
        border-radius: 7px 0 0 7px;
    }

.other-products-same-category .prduct-variants.nameonly .product-itm .prd-add-cart .add-to-cart-button {
    background-color: var(--navy);
    height: 31px;
    width: 34px;
    font-size: 0;
    background-image: url(../images/add-to-cart.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-left: 0;
    border-radius: 0 7px 7px 0;
}

.other-products-same-category .prduct-variants.nameonly .product-itm .prd-name {
    margin-left: 10px;
    text-align: left;
    width: calc(100% - 170px);
    font-size: 12px;
}

.other-products-same-category button.view-more-btn {
    background: none;
    color: var(--navy);
    border: none;
    padding: 5px 0;
    margin: 0 auto;
    display: block;
    text-decoration: underline;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--navy);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background: #fff;
}

    input[type="checkbox"]:checked {
        background-color: var(--navy) !important;
        border-color: var(--navy) !important;
    }

        input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.tab-category-info .ui-tabs .ui-tabs-nav {
    margin-bottom: 0 !important;
    border-top: 1px solid #DAE0E7;
    border-bottom: 1px solid #DAE0E7;
    padding-top: 10px !important;
}

    .tab-category-info .ui-tabs .ui-tabs-nav li a {
        background: #fff !important;
        color: #627084;
        padding: 10px !important;
        font-weight: 400 !important;
        font-size: 14px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: none;
    }

    .tab-category-info .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active {
        display: inline-block;
    }

        .tab-category-info .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a {
            color: var(--navy);
            border-bottom: 2px solid var(--navy);
        }

#tabs .ui-tabs-panel {
    border: none !important;
    background: #fff;
    line-height: 21px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.related-products-grid.product-grid {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #DAE0E7;
}

    .related-products-grid.product-grid .title {
        margin-bottom: 10px;
    }

.product-selectors {
    margin: 0 0 20px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.product-details-page {
    padding: 15px 0 0;
}

.page-title {
    min-height: 50px;
    margin: 5px 0 25px;
    border-bottom: 1px solid #DAE0E7;
    padding: 6px 10px;
}

    .page-title h1 {
        font-size: 30px;
        font-weight: 700;
        color: #000;
    }

.cart th, .data-table th, .forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: rgb(181 207 229);
    padding: 10px;
    white-space: nowrap;
    font-weight: 400;
    color: #000;
}

.block-window-wrapper {
    position: relative;
    z-index: 2;
    display: none;
}

.block-window {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    /* min-width: 140px; */
    margin: 0 5px 0px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 7px;
    padding: 10px 20px;
}

.common-buttons a {
    font-size: 14px;
    background: #1fb01a;
    display: inline-block;
    padding: 11px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    letter-spacing: 0.5px;
}

.shopping-cart-page .common-buttons button {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 7px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.floatingBtn.fixed {
    position: fixed;
    bottom: 0;
    right: 80px;
    width: 876px;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: right;
}

#addtocart-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9997;
}

#orderHistory-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9997;
}

.ajax-loader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 100000;
    flex-wrap: wrap;
    flex-direction: column;
}

    .ajax-loader p {
        color: #000;
        font-size: 18px;
    }

.loader {
    border: 16px solid #ddd;
    border-radius: 50%;
    border-top: 16px solid #444;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#addtocart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    background: #fff;
    width: 400px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 9999;
    display: none;
}


    #addtocart-popup.show {
        opacity: 1;
        display: block;
        transform: translate(-50%,-50%) scale(1);
    }

#orderHistory-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    background: #fff;
    width: 1200px;
    max-width: 95%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9998;
    display: none;
}


    #orderHistory-popup.show {
        opacity: 1;
        display: block;
        transform: translate(-50%,-50%) scale(1);
    }

    #orderHistory-popup #regularItemsPopup {
        max-height: 70vh;
        overflow: auto;
    }


.popup-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.success-icon {
    color: #28a745;
    font-size: 20px;
    margin-right: 8px;
}

.error .success-icon {
    color: #dc3545;
}

.popup-title {
    font-weight: 600;
    flex-grow: 1;
    color: #000;
    font-size: 16px;
}

.error .popup-title {
    color: #dc3545;
}

.popup-close {
    cursor: pointer;
    font-size: 22px;
}


.popup-body {
    padding: 20px;
    text-align: center;
}

.popup-product-name {
    font-weight: 600;
}


.popup-footer {
    padding: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
}


.btn-view-cart {
    background: var(--navy);
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
}


.btn-continue {
    background: #eee;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
}

div#popup-product-name {
    font-size: 16px;
    color: #444;
}

.theme-custom .nivoSlider {
    position: relative;
    z-index: 0;
    background: #fff url('loading.gif') 50% 50% no-repeat;
    border-radius: 15px;
    box-shadow: 0px 25px 50px -12px #00000040;
}

.banner-btn {
    margin: 0px 0;
}

a.shop-all-btn.primary-btn {
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid var(--navy);
}

a.catalog-btn.primary-btn {
    text-decoration: none;
    background: #fff !important;
    color: var(--navy);
    border: 1px solid var(--navy);
}

    a.catalog-btn.primary-btn img {
        width: 16px;
    }

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.caseqty {
    font-size: 14px;
    color: var(--amber);
    font-weight: 500;
    font-style: italic;
    padding: 5px 0;
    background: rgba(240, 167, 42, 0.2);
    border: 1px solid rgba(240, 167, 42, 0.4);
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px !important;
}
.wishlist-content .caseqty {
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0px;
}

.btn-teal {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--teal);
    color: white;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s,transform .15s;
    text-decoration:none !important;
}
    .btn-teal:hover {
        background: var(--teal-lt);
        transform: translateY(-1px);
    }
.footer-block{
    font-size:12px;
}
.html-login-page .inputs {
    position: relative;
    margin: 0 auto 15px;
    text-align: center;
    white-space: nowrap;
    width: 540px;
    max-width: 100%;
}

.html-login-page .auth-tabs {
    display: flex;
    border-bottom: 1px solid #DAE0E7;
    gap: 10px;
    margin-top: 25px;
    justify-content: center;
}

.html-login-page .tab-btn {
    background: none;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    border-bottom: 3px solid transparent;
}

    .html-login-page .tab-btn.active {
        color: var(--navy);
        font-weight: 600;
        border-bottom-color: var(--navy-dk);
    }

.html-login-page .tab-content {
    margin-top: 20px;
}

.html-login-page .tab-pane {
    display: none;
}

    .html-login-page .tab-pane.active {
        display: block;
    }

.html-login-page .form-fields {
    position: relative;
    border-top: none;
    background-color: #fff;
    padding: 30px 15px 0;
}

.html-login-page .inputs label {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: right;
    width: 125px;
}

.html-login-page .inputs.reversed {
    margin: 0 auto 20px;
}

    .html-login-page .inputs.reversed label {
        text-align: left;
    }

.html-login-page .inputs.accept-consent {
    text-align: left;
    padding-left: 140px;
}

    .html-login-page .inputs.accept-consent label {
        text-align: left;
        width: auto;
    }

.html-login-page .inputs.newsletterchk {
    text-align: left;
    padding-left: 140px;
}

    .html-login-page .inputs.newsletterchk ul {
        padding: 0;
        margin: 0;
    }

    .html-login-page .inputs.newsletterchk label {
        text-align: left;
        width: auto;
    }

.html-login-page .business-type-note {
    display: block;
    text-align: center;
    padding-left: 56px;
    white-space: normal;
}

.html-login-page span.forgot-password {
    float: right;
}

.html-login-page .buttons {
    margin: 0 0 30px;
    text-align: center;
}
#register .address-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

#register .reg-billing-address .title, #register .reg-shipping-address .title {
    font-size: 18px;
    color: var(--navy);
    font-weight: 500;
    margin-bottom: 10px;
    background: var(--off-white);
    padding: 10px 0;
}

#register .reg-billing-address .title {
    margin-right: 5px;
}

#register .reg-billing-address .title, #register .reg-shipping-address .title {
    margin-left: 5px;
}
.ofr-div {
    color: #1EAE53;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0 0;
    padding: 5px;
    background: rgba(30, 174, 83, 0.1);
    display: inline-block;
    border: 1px solid rgba(30, 174, 83, 0.4);
    border-radius: 6px;
}
@media only screen and (min-width: 1001px) {
    .burger-menu {
        display: none;
    }

    .inputs label {
        width: 388px;
    }

    .mega-menu-wrapper {
        background: var(--navy);
        width: 100%;
    }

    .header-home {
        display: none !important;
    }

    .header-phone {
        display: inline-block;
    }

        .header-phone span {
            font-size: 14px;
        }

    .header-links li.accountli span {
        font-size: 11px;
        font-weight: 500;
        /* margin-left: 5px; */
        color: #444;
    }

    .header-lower {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
    }

    .header-logo {
        text-align: left;
        font-size: 0;
        width: 150px;
    }

    .search-box {
        width: 50%;
        position: relative;
    }

    .ui-autocomplete {
        top: 94%;
        left: 0;
        display: none;
        border-radius: 20px;
    }

    li.popular-item.ui-menu-item {
        display: inline-block;
        border: none;
        padding: 0 15px 0 !important;
    }

    li.ui-autocomplete-title.ui-menu-item {
        padding: 15px 15px 0;
        display: block;
    }

    .header-links-wrapper .header-links > ul {
        display: flex;
        align-items: center;
        min-height: 35px;
    }

    .header-links li {
        margin: 0 8px;
        position: relative;
    }

    .header-links a, .header-links span {
        line-height: normal;
        text-transform: none;
        text-align: center;
        color: #000;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0 8px;
        padding: 0;
        background: transparent;
    }

    body .mega-menu {
        position: relative;
        z-index: 5;
        border: none;
        color: rgba(255,255,255,.8);
        text-align: center;
        margin: 0 0 0px;
        font-size: 0;
        background: var(--navy);
        padding: 10px 0;
    }

        body .mega-menu > li > a, body .mega-menu > li > span {
            padding: 5px 13px;
            font-size: 13px;
            font-weight: 500;
            color:inherit;
            text-decoration:none;
        }
    .mega-menu .fullWidth.categories .box .title a {
        display: block;
        padding: 1px 10px;
        color: inherit;
        text-decoration: none;
    }

    .mega-menu > li:hover > a, .mega-menu > li:hover > span {
        color: #fff !important;
    }


    body .mega-menu .dropdown.fullWidth {
        left: 1%;
        width: 98%;
        box-shadow: 0 0 5px var(--navy);
        border-radius: 10px;
        top: 100%;
    }

    .dropdown.categories .subcategories {
        display: none;
    }

    .trust-blocks {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
    }

    .trust-block {
        color: var(--navy);
        max-width: 33.33%;
        font-weight: 600;
    }

        .trust-block .tb-img {
            margin-right: 10px;
            background: var(--navy);
            border-radius: 8px;
            width: 40px;
            height: 40px;
            text-align: center;
            padding-top: 7px;
        }

    body .theme-custom {
        margin: 5px 0 0px;
    }

    .top-banner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .banner-text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .banner-text-left, .banner-slider {
        width: 50%;
        padding: 3% 0;
    }

    .trust-line {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 999px;
        padding: 5px 15px;
        font-size: 12.5px;
        font-weight: 500;
        color: rgba(255, 255, 255, .9);
        width: fit-content;
    }

    .hero-dot {
        width: 7px;
        height: 7px;
        background: #4ade80;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(74,222,128,.3);
    }

    .trust-line img {
        width: 20px;
        margin-right: 3px;
        float: left;
    }

    .banner-text-left .trust-line p {
        color: #25b15f;
        font-weight: 600;
        font-size: 22px;
        white-space: nowrap;
        margin: 0;
    }

    .banner-title {
        display: inline-block;
        line-height: 50px;
    }

        .banner-title h1 {
            font-family: 'Lora',serif;
            font-size: 42px;
            font-weight: 700;
            color: white;
            line-height: 1.18;
            letter-spacing: -.02em;
        }

            .banner-title h1 span {
                font-style: italic;
                color: var(--teal-lt);
            }

    .banner-text-left .banner-text {
        font-size: 14.5px;
        color: rgba(255, 255, 255, .72);
        line-height: 1.75;
        max-width: 400px;
    }

    .top-banner .banner-text-left .topic-block {
        border: none;
        padding: 15px 0;
        padding-right: 20px;
        margin-bottom: 0
    }

    .newsletter {
        display: inline-block;
        width: 100%;
        align-items: center;
    }

    .newsletter-email input[type="email"] {
        border: none;
        border-radius: 8px;
        width: 310px;
        margin-right: 12px;
        padding: 15px;
    }

    .newsletter-email .newsletter-subscribe-button {
        border-radius: 8px;
        margin-left: 0;
        background: #fff !important;
        color: var(--navy);
        text-transform: capitalize;
        font-weight: 500;
    }

    .newsletter-validation, .newsletter-result {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
        position: absolute;
        top: 100%;
    }

    .footer-block {
        width: calc(20% - 15px) !important;
        margin-right: 15px;
    }

    .cmp-abt-content {
        padding-right: 20px;
        margin-bottom: 15px;
    }

    .footer-logo {
        width: 135px;
        margin-bottom: 15px;
    }

    .follow-us {
        margin: 0;
        text-align: left;
    }

        .follow-us .social ul {
            margin-bottom: 0px;
        }

        .follow-us .social li {
            background: var(--navy);
            border-radius: 6px;
        }

        .follow-us .social a {
            display: block;
            width: 38px;
            height: 38px;
            background: url('../images/fb.png') no-repeat;
            font-size: 0;
            background-size: 20px;
            background-position: center center;
        }

        .follow-us .social .facebook a {
            background-position: center center;
        }

        .follow-us .social .twitter a {
            background: url('../images/x.png') no-repeat;
            font-size: 0;
            background-size: 20px;
            background-position: center center;
        }

        .follow-us .social .linkedin a {
            background: url('../images/linkedin.png') no-repeat;
            font-size: 0;
            background-size: 20px;
            background-position: center center;
        }

    .breadcrumb {
        background: #fff;
        position: relative;
        margin: 0;
    }

    .breadcrumb {
        border-top: 1px solid #E0E5EB;
    }

        .breadcrumb a:hover, .breadcrumb a:focus {
            color: var(--navy)
        }

        .breadcrumb li * {
            display: inline-block;
            margin: 0;
            font-size: 14px;
            line-height: 32px;
        }

        .breadcrumb li {
            margin-right: 10px;
        }

            .breadcrumb li.last-item {
                background: rgba(45, 56, 65, 0.1);
                border-radius: 6px;
                color: var(--navy);
                padding: 5px 10px;
            }

            .breadcrumb li .delimiter img {
                width: 14px;
                margin-left: 5px;
            }

    .product-essential .product-picture .gallery {
        margin-bottom: 5px;
    }

    .gallery .picture {
        width: calc(100% - 80px);
        border: 1px solid #dae0e7;
        padding: 10px;
        border-radius: 10px;
        margin: 0 0 10px;
    }

        .gallery .picture:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

    .footer-upper, .newsletter-outer {
        width: 100%;
        padding: 0px 30px;
    }

    .master-wrapper-content .master-column-wrapper, .master-wrapper-content .top-banner {
        width: 94%;
    }
    .product-picture-container, .product-tabs {
        width: calc(50% - 15px) !important;
        display: inline-block;
        margin-right: 15px;
    }

    #overview {
        width: calc(50% - 15px) !important;
        display: inline-block;
        margin-left: 15px;
    }
   
}

@media only screen and (min-width: 1025px) {
    .product-grid .item-box:nth-child(5n) {
        margin-right: 0;
    }

    .product-grid .item-box:nth-child(5n+1) {
        margin-left: 0;
    }

    .category-grid .item-box:nth-child(4n) {
        margin-right: 0;
    }

    .category-grid .item-box:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1180px) {
    .search-box {
        width: 55%;
    }
}

@media only screen and (min-width: 1280px) {
    .header, .master-wrapper-content .master-column-wrapper, .master-wrapper-content .top-banner {
        width: 95%;
    }

    .trust-blocks {
        width:95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    body .mega-menu {
        position: relative;
        z-index: 5;
        border: none;
        color: rgba(255,255,255,.8);
        text-align: center;
        margin: 0 auto;
        font-size: 0;
        background: var(--navy);
        padding: 10px 0;
        width: 95%;
    }

        body .mega-menu .dropdown.fullWidth {
            left: 0;
            width: 100%;
        }

    .product-picture-container, .product-tabs {
        width: calc(50% - 15px) !important;
        display: inline-block;
        margin-right: 15px;
    }

    #overview {
        width: calc(50% - 15px) !important;
        display: inline-block;
        margin-left: 15px;
    }

    .footer-upper, .newsletter-outer, .footer-lower {
        width: 95%;
        padding: 0px 0px;
    }
}

@media all and (min-width: 1367px) {
    .footer-upper, .newsletter-outer, .footer-lower {
        width: 1350px;
        padding: 0px 15px;
    }
}

@media all and (min-width: 1400px) {
    .footer-upper, .newsletter-outer, .footer-lower {
        width: 1390px;
        padding: 0px 20px;
    }
    .inputs label {
        width: 490px;
    }
}

@media only screen and (min-width: 1535px) {
    .header, .master-wrapper-content .master-column-wrapper, .master-wrapper-content .top-banner {
        width: 1480px;
    }
    .inputs label {
        width: 530px;
    }

    .trust-blocks {
        width: 1480px;
    }

    .footer-upper, .newsletter-outer, .footer-lower {
        width: 1480px;
    }

    body .mega-menu {
        position: relative;
        z-index: 5;
        border: none;
        color: rgba(255,255,255,.8);
        text-align: center;
        margin: 0 auto;
        font-size: 0;
        background: var(--navy);
        padding: 10px 0;
        width: 1480px;
    }
        body .mega-menu .dropdown.fullWidth {
            left: 0;
            width: 1480px;
        }
    .overview .highlited-text .vat-exempt {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1600px) {
    .header, .master-wrapper-content .master-column-wrapper, .master-wrapper-content .top-banner {
        width: 1575px;
    }

    .trust-blocks {
        width: 1575px;
    }

    .footer-upper, .newsletter-outer, .footer-lower {
        width: 1575px;
    }

    body .mega-menu {
        width: 1575px;
    }
        body .mega-menu .dropdown.fullWidth {
            left: 0;
            width: 1575px;
        }
}

@media only screen and (max-width: 1024px) {
    .item-box {
        width: calc(25% - 25px);
    }

        .item-box:nth-child(4n + 1), .category-grid .item-box:nth-child(4n + 1) {
            margin-left: 0;
        }

        .item-box:nth-child(4n), .category-grid .item-box:nth-child(4n) {
            margin-right: 0;
        }

        .item-box:first-child {
            margin-right: 15px;
        }

        .item-box .ViewProduct-buttons-wrapper a {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 1;
        }
    #register .address-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap
    }

    #register .reg-billing-address, #register .reg-shipping-address {
        width: 100%;
    }

        #register .reg-billing-address .title {
            margin-right: 0;
        }

        #register .reg-billing-address .title, #register .reg-shipping-address .title {
            margin-left: 0;
        }
}

@media only screen and (max-width: 1000px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    body {
        padding-bottom: 57px;
    }

    .burger-menu {
        display: block;
        width: 35px;
    }

    .header-links {
        position: fixed;
        background: #fff;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 15px;
        border: 1px solid #DAE0E7;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        max-width: 400px;
        margin: 0 10px;
        background-color: transparent;
        padding: 0;
    }

    .header-links li {
        display: inline-block;
        margin: 0 10px;
        position: relative;
    }

    .header-phone {
        display: none !important;
    }

    .header-home {
        display: inline-block !important;
    }

    .header-links ul {
        font-size: 0;
        display: flex;
        justify-content: space-evenly;
        gap: 10px;
        align-items: stretch;
        padding-inline: 10px;
    }

        .header-links ul.account-sub {
            display: none;
        }

    .header-links li .ico-account img {
        width: 22px;
    }
    span.wishlist-qty, span.cart-qty {
        position: absolute;
        top: -11px;
        right: -14px;
        z-index: 10;
        width: 18px;
        height: 18px;
        background: var(--navy);
        color: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
        line-height: 18px !important;
    }
    .header-logo {
        margin: 0 0 10px;
        text-align: center;
        width: 200px;
    }

    .header-lower {
        position: relative;
        z-index: 0;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
    }

    .header-links-wrapper {
        position: fixed;
    }
    span.login-text {
        display: none;
    }


    .search-box.store-search-box {
        width: calc(100% - 300px);
    }

    .search-box input.search-box-text {
        height: 40px;
    }

    .header-selectors-wrapper {
        border-bottom: none;
        padding: 0;
    }

    .master-wrapper-content .mega-menu-responsive ~ .master-column-wrapper {
        margin-top: 0 !important;
    }

    .menu-title {
        display: none;
    }

    .top-banner {
        display: flex;
        width: 95%;
        margin: auto;
        align-items: center;
    }

    .banner-text-left {
        width: 50%;
        padding: 3% 0;
    }

    .banner-slider {
        width: 50%;
    }
    .banner-text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .trust-blocks {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0;
    }

    .tb-img {
        margin-right: 10px;
        background: var(--navy);
        border-radius: 8px;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 3px;
    }

    .trust-block img {
        margin-right: 0;
        width: 85%;
    }

    .trust-block {
        padding: 0 10px;
        margin: 3px 0;
        display: inline-flex;
        min-width: 215px;
        font-size: 12px;
    }

    .banner-slider .theme-custom {
        max-width: 100%;
        margin: 0;
    }

    .banner-text-left .topic-block-title {
        display: none;
    }

    .trust-line {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 999px;
        padding: 5px 15px;
        font-size: 12.5px;
        font-weight: 500;
        color: rgba(255, 255, 255, .9);
        width: fit-content;
    }
    .hero-dot {
        width: 7px;
        height: 7px;
        background: #4ade80;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(74,222,128,.3);
    }

        .trust-line img {
            width: 16px;
            margin-right: 3px;
            float: left;
        }

    .banner-text-left .trust-line p {
        color: #25b15f;
        font-weight: 600;
        font-size: 14px;
        white-space: nowrap;
        margin: 0;
    }

    .banner-title {
        display: inline-block;
        line-height: 50px;
    }

        .banner-title h1 {
            font-family: 'Lora', serif;
            font-size: 30px;
            font-weight: 700;
            color: white;
            line-height: 1.18;
            letter-spacing: -.02em;
        }

            .banner-title h1 span {
                font-style: italic;
                color: var(--teal-lt);
            }

    .banner-text-left .banner-text {
        font-size: 12.5px;
        color: rgba(255, 255, 255, .72);
        line-height: 1.75;
        max-width: 400px;
    }
    .btn-teal {
        font-size: 12px;
    }

    .top-banner .banner-text-left .topic-block {
        border: none;
        padding: 15px 0;
        padding-right: 20px;
        margin:0;
    }

    .item-box, .category-grid .item-box {
        width: calc(25% - 15px);
        margin: 10px;
    }

        .item-box:nth-child(4n + 1), .category-grid .item-box:nth-child(4n + 1) {
            margin-left: 0;
        }

        .item-box:nth-child(4n), .category-grid .item-box:nth-child(4n) {
            margin-right: 0;
        }

        .item-box:first-child {
            margin-right: 10px;
        }

    .master-wrapper-content ul.mega-menu-responsive {
        box-shadow: 0 0 20px 5px #4444;
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        z-index: 1000;
        background: #fff !important;
        overflow: auto;
        display: block;
        height: 100vh;
        width: 0px;
        -moz-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        -webkit-transition: width 0.5s ease;
        transition: width 0.5s ease;
        padding-top: 40px;
    }

    .master-wrapper-content .mega-menu-responsive.open {
        width: 600px;
        max-width: 100%;
    }

        .master-wrapper-content .mega-menu-responsive.open .close-menu {
            font-size: 15px;
            font-weight: 700;
            padding: 5px 15px;
            background: var(--navy);
            color: #fff;
            text-decoration: underline;
            cursor: pointer;
            position: fixed;
            top: 0;
            right: 0;
            z-index: 1000;
            width: 600px;
            max-width: 100%;
        }

            .master-wrapper-content .mega-menu-responsive.open .close-menu span {
                min-height: 10px;
                padding: 0;
                color: #fff;
                border: 2px solid #fff;
                display: inline-block;
                border-radius: 50%;
                height: 30px;
                width: 30px;
                text-align: center;
                line-height: 27px;
                font-size: 20px;
                margin-right: 5px;
            }

    .master-wrapper-content .mega-menu-responsive > li {
        position: relative;
        padding: 1px 0;
        background-color: #fff;
        border-bottom: 1px solid #DAE0E7;
    }

        .master-wrapper-content .mega-menu-responsive > li > a, .master-wrapper-content .mega-menu-responsive > li > span {
            display: block;
            min-height: 55px;
            padding: 18px;
            font-size: 15px;
            color: #000;
        }

    .master-wrapper-content .mega-menu-responsive .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
        color: #333;
    }

    .master-wrapper-content .sublist .sublist li {
        background-color: #fff;
        color: #666;
    }
    .newsletter-outer {
        display: inline-block;
        justify-content: space-between;
        align-items: center;
        border: none;
    }
    .newsletter-left {
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }
    .newsletter-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .newsletter-email {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        max-width: 435px;
    }

        .newsletter-email input[type="email"] {
            border: none;
            border-radius: 8px;
            width: calc(100% - 125px);
            margin-right: 12px;
            padding: 15px;
        }

    .newsletter-email .newsletter-subscribe-button {
        border-radius: 8px;
        margin-left: 0;
        background: #fff !important;
        color: var(--navy);
        text-transform: capitalize;
        font-weight: 500;
    }
    .footer-block {
        display: inline-block;
        width: 23%;
        margin: 0 1%;
        vertical-align: top;
    }
    .footer-block.cmp-abt {
        width: 100%;
        margin-bottom: 20px;
        text-align:center;
    }
    .footer-logo {
        width: 250px;
        margin: 0 auto 20px;
        max-width:97%;
    }
    .footer-block .title {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
    }
        .footer-block .title strong {
            font-weight: 600;
        }
    .footer-block .list li {
        padding: 5px 0 0;
        color: rgba(255,255,255,.7);
    }
    .follow-us .social a {
        display: block;
        width: 38px;
        height: 38px;
        background: url('../images/fb.png') no-repeat;
        font-size: 0;
        background-size: 20px;
        background-position: center center;
    }

    .follow-us .social .facebook a {
        background-position: center center;
    }

    .follow-us .social .twitter a {
        background: url('../images/x.png') no-repeat;
        font-size: 0;
        background-size: 20px;
        background-position: center center;
    }

    .follow-us .social .linkedin a {
        background: url('../images/linkedin.png') no-repeat;
        font-size: 0;
        background-size: 20px;
        background-position: center center;
    }

    .follow-us .social li {
        background: var(--navy);
        border-radius: 6px;
    }
    .we-accept-card p {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .we-accept-card img {
        max-width: 97%;
        width: 250px;
    }
    .product-picture-container {
        position: relative;
        width: 100%;
    }
    #overview {
        width: 100%;
        text-align: left;
    }
    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
        width: 100%;
    }

        .gallery .picture-thumbs .thumb-item {
            display: inline-block;
            position: relative;
            width: 60px;
            height: 60px;
            margin: 0 3px 5px;
            overflow: hidden;
            cursor: pointer;
            border: 1px solid #DAE0E7;
            border-radius: 8px;
        }
    .overview .add-to-cart {
        width: 100% !important;
    }
    .table-wrapper.Specialcart .cart.inner-table,
    .table-wrapper.Specialcart .cart.inner-table tbody,
    .table-wrapper.Specialcart .cart.inner-table tr,
    .table-wrapper.Specialcart .cart.inner-table td {
        display: block;
        width: 100%;
    }

        .table-wrapper.Specialcart .cart.inner-table tr {
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 12px;
            padding: 10px;
            background: #fff;
        }

        .table-wrapper.Specialcart .cart.inner-table td {
            border: none;
            padding: 6px 0;
            display: flex;
            align-items: center;
            justify-content:space-between;
        }

    .table-wrapper.Specialcart .product-picture {
        justify-content: center;
        margin-bottom: 8px;
    }

    .table-wrapper.Specialcart .product {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-wrapper.Specialcart .td-title {
        font-weight: bold;
        margin-right: 5px;
        min-width: 80px;
    }

    .table-wrapper.Specialcart .unit-price,
    .table-wrapper.Specialcart .rrp-price,
    .table-wrapper.Specialcart .quantity {
        justify-content: space-between;
    }

    .table-wrapper.Specialcart .qtyouter {
        display: flex;
        align-items: center;
        gap: 5px;
        margin:initial;
    }

    .table-wrapper.Specialcart .cart tr {
        width: 100%;
        margin: 0;
        text-align:left;
    }
    .table-wrapper.Specialcart .cart.inner-table tr:first-child{
        display:none;
    }
    .table-wrapper.Specialcart.order-history .cart.inner-table tr:first-child {
        display: block;
    }
    .table-wrapper.Specialcart .cart.inner-table tr{
        width:calc(50% - 10px);
        margin:5px;
    }
    .cart td .product-name{
        min-height:34px;
    }
    #tblspecialcart .cart .product{
        min-width:20px;
    }
    .specialCartbtn.fixed {
        display: flex;
        justify-content: center;
        width: 100% !important;
        bottom:52px;
    }
}

@media only screen and (max-width: 950px) {
    .item-box, .category-grid .item-box {
        width: calc(33.33% - 15px);
        margin: 10px;
    }

        .item-box:nth-child(4n + 1), .category-grid .item-box:nth-child(4n + 1) {
            margin-left: 10px;
        }

        .item-box:nth-child(4n), .category-grid .item-box:nth-child(4n) {
            margin-right: 10px;
        }

        .item-box:nth-child(3n + 1), .category-grid .item-box:nth-child(3n + 1) {
            margin-left: 0px;
        }

        .item-box:nth-child(3n), .category-grid .item-box:nth-child(3n) {
            margin-right: 0px;
        }

        .item-box:first-child {
            margin-right: 10px;
        }

    .trust-blocks {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }

    .trust-block {
        min-width: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .search-box .search-box-button {
        font-size: 0;
        padding-left: 23px;
    }
    .top-banner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 95%;
        margin: auto;
    }

    .banner-text-left {
        width: 100%;
    }
    .banner-title br {
        display: none;
    }
    .banner-btn {
        margin: 0px 0;
        text-align: center;
    }

    .banner-slider {
        width: 100%;
        margin-top: 20px;
    }
    .footer-block {
        display: inline-block;
        width: 95%;
        margin: 0 1%;
        vertical-align: top;
    }
        .footer-block .title {
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            background-color: var(--navy);
        }
        .footer-block .list li {
            padding: 5px 0 0;
            color: var(--navy-dk);
        }
        .footer-block .list a {
            display: block;
            padding: 3px 15px;
            line-height: 20px;
        }
    .address-information .list img {
        width: 15px;
        margin-right: 10px;
        background: var(--navy);
        padding: 3px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }
    .html-login-page .inputs label {
        display: block;
        margin: 0 0px 5px 0;
        text-align: center;
        width: 100%;
    }

    .html-login-page .inputs.reversed label {
        text-align: left;
        display: inline-block;
        width: calc(100% - 150px);
    }

    .html-login-page .business-type-note {
        padding: 0;
    }

    .html-login-page .inputs.accept-consent {
        text-align: left;
        padding-left: 0;
    }

        .html-login-page .inputs.accept-consent label {
            text-align: left;
            width: auto;
            display: inline-block;
            white-space: normal;
            line-height: normal;
            margin-left: 3px;
        }

    .html-login-page .inputs.newsletterchk {
        text-align: left;
        padding-left: 0;
    }

        .html-login-page .inputs.newsletterchk label {
            text-align: left;
            width: auto;
            display: inline-block;
            white-space: normal;
            line-height: normal;
            margin-left: 3px;
        }
}

@media only screen and (max-width: 640px) {
    .header-logo {
        width: 100px;
    }

    .burger-menu {
        display: block;
        width: 25px;
    }

    .search-box.store-search-box {
        width: calc(100% - 160px);
    }

    .trust-blocks {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .trust-block {
        min-width: 70px;
        max-width: none;
        width: 150px;
    }
    .trust-text {
        width: calc(100% - 40px);
        font-size: 11px;
    }
    .item-box, .category-grid .item-box {
        width: calc(50% - 10px);
        margin: 0 5px 20px !important;
    }
    .category-item .title a {
        font-size: 13px;
    }
    .item-box .product-title a {
        min-height: 36px;
    }
}

@media only screen and (max-width: 575px){
    .table-wrapper.Specialcart .cart.inner-table tr {
        width: 100%;
        margin: 0 0 5px;
    }

    .cart td .product-name {
        min-height: 34px;
    }

    #tblspecialcart .cart .product {
        min-width: 20px;
    }
} 

@media only screen and (max-width: 480px) {
    .item-box, .category-grid .item-box {
        width: 100%;
        margin: 0 0px 20px !important;
    }

    .category-item .title a {
        font-size: 13px;
    }

    .item-box .product-title a {
        min-height: 36px;
    }
}