:root {
    --primary-blue: #0f4c81;
    --secondary-blue: /*#237082*/ #2f5496;
    --accent-Gray: #EEEEEE;
    --text-gyan: #707070;
    --light-gray: #edf2fa;
    --border-color: #848484;
    --white-color: #ffffff;
    --Gray-dark: #494949;
    --gyan-gray: #363636;
}

/* =================================================================== */
/* 1. Fonts & Base Styles
/* =================================================================== */

@font-face {
    font-family: 'ArchivoNarrow-Regular';
    src: url('../fonts/archivo/ArchivoNarrow-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

body {
    /*font-family: Arial;*/
}

h1 {
    margin-bottom: 15px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 1.75rem;
    text-transform: uppercase;
}
h2 {
    font-size: 2.488rem;
    text-transform: uppercase;
}

.cms-index-index,
.cms-index-index::after,
.cms-index-index::before {
    box-sizing: inherit;
}

a,
.alink {
    color: #1979c3;
}

input[type="text"],
input[type="password"],
textarea,
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    width: 100%;
    box-shadow: inset 0px 3px 8px 5px #f4f4f4;
}

select {
    box-shadow: inset 0px 3px 8px 5px #f4f4f4;
    height: 40px;
    border: 1px solid #D1D1D1;
    font-family: Arial !important;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: 0 0 1px 2px #ff7700;
}

.old-price {
    display: none !important;
}


/* 1. Set the Stage: Make the checkout main column the reference point */
    .checkout-index-index .column.main {
        position: relative; /* Allows absolute positioning inside */
        display: flex;
        flex-direction: row;
	flex-wrap: wrap;
    }

    .catalogsearch-result-index.column.main {
        display: revert;
    }


    /* 2. THE LEFT COLUMN: Constrain widths to 65% */

    /* The Product Table at the top */
    .checkout-custom {
/*        width: 65% !important;*/
        box-sizing: border-box;
    }

    /* The Checkout Steps (Shipping/Payment) */
    .opc-wrapper {
        width: 65% !important;
        padding-right: 0 !important;
        float: none !important;
    }

    /* The Need a Hand block (Now aligned with the left column) */
    .need-help {
        width: 65% !important;
        margin-top: 30px;
        box-sizing: border-box;
    }

    /* 3. THE RIGHT COLUMN (TOTAL BOX): Move to Top & Float */
    .opc-sidebar {
        /* Pull it out of the checkout flow and place it at the top right of the MAIN page */
        position: absolute !important;
        top: 0;
        right: 0;
        width: 33% !important;
        height: 100%; /* Spans the full height of the page so it can track scrolling */
        margin-top: 0 !important;
        float: none !important;
        z-index: 50;
    }

    /* 4. THE STICKY EFFECT */
    /* This applies to the inner wrapper of the sidebar */
    .opc-sidebar .modal-inner-wrap,
    #opc-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px; /* Stops 20px from the top of the browser window */
    }

    /* 5. Housekeeping: Reset standard container behaviors */
    .checkout-container {
        display: block !important; /* Reset flex if applied previously */
    }

    /* Ensure no background overlays block interaction */
    .modal-custom-overlay,
    .block .items-in-cart {
        display: none !important;
    }
/* Product heading n description */
.product.attribute.description h1 {
    font-size: 2.8rem;
}

/* =================================================================== */
/* 2. Page Layout (Wrapper, Header, Main, Footer)
/* =================================================================== */

.page-wrapper {
    background: #fff !important;
}

.page-wrapper #maincontent,
.page-wrapper .page-header,
.page-wrapper .nav-sections-item-content > .navigation,
.page-wrapper .footer-main,
.page-wrapper .breadcrumbs {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-wrapper.customvisible:after,
.searchautocomplete__active .page-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    background: #0000008f;
    left: 0;
    right: 0;
    bottom: 0;
    top: 5% !important;
    transition: all 0.5s linear;
    transition: background 1s;
    z-index: 12 !important;
}

.searchautocomplete__active .page-wrapper:after {
    height: 95%;
    top: 0% !important;
}

.page-header {
    position: relative;
    z-index: 99;
    background: #fff;
}

.page-header-above {
    background: white;
    position: relative;
    z-index: 99;
}

.page-main {
    transition: all 0.5s linear;
    transition: background 1s;
    padding: 0px !important;
}

.page-main.gnb-custom-hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008f;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0% !important;
    transition: all 0.5s linear;
    transition: background 1s;
    z-index: 9;
}

.page-main > .page-title-wrapper .page-title {
    hyphens: auto;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 10px;
    color: #4D4D51;
}

.subcategory-listing .page-main {
    min-height: 800px;
}

.page-footer {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.footer-col .footer-colbody {
    padding: 5px 0 5px 5px;
    font-family: 'AvenirNextLTPro-Regular';
}

footer .footer-col .footer-colbody a {
    line-height: 1.5 !important;
    text-decoration: none !important;
}

.footer-bottom {
    margin-top: 33px !important;
}

.page-footer-mobile .accordion:after {
    background: url(../images/arrow-pointing-downwards.png);
    background-repeat: no-repeat;
    content: '' !important;
    display: inline-block;
    height: 18px;
    width: 18px;
    right: 12px;
    top: 8px;
    position: absolute;
}

/* Hide the items list inside the moved summary block */
#custom-summary-placeholder .opc-block-summary .items-in-cart {
    display: none;
}
/* Ensure the title and totals look correct */
#custom-summary-placeholder .opc-block-summary .title {
    display: block; /* or none, if you want to hide the header "Order Summary" */
}

/* =================================================================== */
/* 3. Header & Navigation
/* =================================================================== */

.features-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- Top Bar --- */
.top_header_box_upper {
    border-bottom: 1px solid #0F4C81 !important;
    background-color: #0F4C81 !important;
    color: #fff !important;
}

.top_header_box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: space-between !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

.top_header_box > div {
/*    flex: 0 0 50%;
    max-width: 50%;*/
    color: #fff !important;
}

.top_header_box > .item_left span {
    font-size: 13px;
    text-transform: uppercase;
}

.top_header_box > a {
    color: #FFF !important;
}

.top_header_box > .item_left a:visited {
    color: #FFF !important;
}

.top_header_box_upper div.item_left ul li {
    color: #FFF !important;
    font-size: 1.5rem !important;
}

.top_header_box > .item_right {
    text-align: right;
}

.topbar-features img.feature-icon {
    display: block;
    height: 35px !important;
    width: 35px !important;
    margin: 0 auto;
}


.contact-links {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #FFF;              /* Text Colour */
  text-decoration: none;
  font-size: 1.4rem;
}

.contact-link:hover {
  color: #FFF;
  text-decoration: underline;
}

/* Base icon */
.contact-icon {
  width: 32px;
  height: 32px;
  background-color: #FFF;   /* Icon Colour */
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* Specific icons */
.contact-link.email .contact-icon {
  mask-image: url("/media/icons/envelope-circle.svg");
  -webkit-mask-image: url("/media/icons/envelope-circle.svg");
}

.contact-link.phone .contact-icon {
  mask-image: url("/media/icons/phone-circle.svg");
  -webkit-mask-image: url("/media/icons/phone-circle.svg");
}


/* --- Main Header --- */
.header.content {
    display: flex !important;
    padding: 35px 0px !important;
    padding-bottom: 0px !important;
}

.header.content .logo_headbox {
    flex: 0 0 22%;
    max-width: 22%;
}

.header.content .logo {
    margin: -10px auto 0px 0px !important;
}

.logo_headbox .logo {
    max-width: 100% !important;
}

a.logo img {
    width: 92% !important;
}

span.mobile-logo-custom img {
    display: none;
}

/* --- Header Search --- */
.header.content .block-search {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 0px !important;
}

.header.content .block-search #search_mini_form {
    float: inherit !important;
    width: 100% !important;
}

.header.content .block-search input#search {
    border-radius: 100px !important;
    box-shadow: inset 0 0 19px 5px #ecececcc !important;
    padding: 28.5px 40px !important;
    font-size: 14px !important;
}

.header.content .block-search input#search::-webkit-input-placeholder {
    color: #D2D2D2 !important;
}
.header.content .block-search input#search::-moz-placeholder {
    color: #D2D2D2 !important;
}
.header.content .block-search input#search:-ms-input-placeholder {
    color: #D2D2D2 !important;
}
.header.content .block-search input#search:-moz-placeholder {
    color: #D2D2D2 !important;
}

.header.content .block-search .action.search {
    right: 30px !important;
    top: 22% !important;
}

.header.content .block-search .action.search:before {
    font-size: 25px !important;
    color: #D1D1D1 !important;
}

.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
}

.horizontal-list a {
    color: #FFF;
}
.horizontal-list a:hover {
    color: #FFF;
}

.horizontal-list li {
    padding: 0.5rem 1rem 0.5rem 0;;
}

.features-wrapper .feature-item {
    font-size: 1.4rem;
}

.features-wrapper .feature-item a {
    color: #000;
}

/* --- Header Panel (Welcome, Cart) --- */
.page-header .panel.wrapper {
    border-bottom: 1px solid #ffffff00 !important;
    background-color: #ffffff00 !important;
    position: absolute;
    right: 12%;
    top: 22.6%;
    width: 10%;
    text-align: center;
    z-index: 9;
}

.page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 3px;
}

.page-header .header.panel > .header.links {
    float: inherit !important;
}

.page-header .header.panel > .header.links li {
    display: block;
    text-align: center !important;
    position: relative;
    top: 2px;
    margin: 0px !important;
}

.page-header .header.panel > .header.links li:hover {
    background: transparent !important;
}

.page-header .header.panel > .header.links li a {
    text-decoration: none !important;
    font-family: 'ArchivoNarrow-Regular';
    font-weight: bold;
    line-height: 17px;
    font-size: 14px !important;
    color: #1979c3 !important;
}

.page-header .header.panel > .header.links li.customer-welcome .custom-account-button span {
    text-decoration: none !important;
    font-family: 'ArchivoNarrow-Regular';
    font-weight: bold;
    line-height: 17px;
    font-size: 14px !important;
    color: #1979c3 !important;
}

.page-header .header.panel > .header.links li.greet.welcome {
    display: none !important;
}

.page-header .header.panel > .header.links li.link.authorization-link {
    display: none !important;
}

.header.panel > .header.links > .customer-welcome + .authorization-link {
    display: block !important;
    position: relative !important;
    top: 2px !important;
}

.header.panel > .header.links > .authorization-link:after {
    display: none;
}

.browse-text {
    display: none;
}

li.authorization-link.user_link {
    margin-bottom: 0px !important;
}

li.user_icon {
    display: none !important;
}

/* --- Customer Welcome Menu --- */
.customer-welcome .action.switch:after {
    display: none !important;
}

.customer-welcome ul:before,
.customer-welcome ul:after {
    display: none;
}

.customer-welcome .header.links {
    min-width: 236px;
    z-index: 1000;
    right: -92px;
    border: 0px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

.customer-welcome li {
    margin-bottom: 16px !important;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    order: 12;
    flex: 0 0 100%;
}

.customer-welcome li a {
    padding: 0px !important;
    color: #1979C3 !important;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

li.customer-welcome .customer-name button {
    height: 48px;
    width: 50px;
}

.customer-welcome.welcomeee .customer-menu {
    display: block;
}

button.action.switch {
    position: relative;
    left: 2px;
}

/* --- Currency/Language Switcher --- */
div#switcher-currency {
    margin: 0px;
    margin-bottom: 16px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
}

.page-header .panel.wrapper .switcher strong span {
    color: #1979C3 !important;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.action.toggle.switcher-trigger {
    display: none;
}

.page-header .panel.wrapper .switcher .options._active-currency ul.switcher-dropdown {
    display: block !important;
}

/* --- Minicart --- */
.header.content .minicart-wrapper {
    margin-left: 13px;
    order: 12;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}

.minicart-wrapper .action.showcart {
    top: -7px !important;
    text-align: center !important;
    margin-right: 3rem !important;
    position: relative;
}

.minicart-wrapper .action.showcart:before {
    display: none;
}

.minicart-wrapper .action.showcart.active:before {
    display: none;
}

.minicart-wrapper .action.showcart .counter.qty {
    width: 18px;
    height: 17px;
    background: #2557AA;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: -5px;
    padding: 0;
    line-height: 16px;
}

span.counter-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    font-family: 'ArchivoNarrow-Regular';
    line-height: 17px;
}

.header.content .minicart-wrapper .price-including-tax span.price,
.header.content .minicart-wrapper .price-excluding-tax span.price {
    font-size: 14px !important;
    color: #1979C3 !important;
    margin-top: 1px;
    font-family: 'ArchivoNarrow-Regular';
    font-weight: bold;
    display: block;
}

.cms-index-index .header.content .minicart-wrapper .price-including-tax span.price,
.cms-index-index .header.content .minicart-wrapper .price-excluding-tax span.price {
    margin-top: 7px;
}

.minicart-wrapper .block-minicart {
    z-index: 99999999 !important;
}

span.empty span.price {
    display: none !important;
}


/* --- Main Navigation (Consolidated) --- */
.navigation {
    background: #ffffff !important;
}

/* 1. Main Menu Container (ul) */
.navigation > .ui-menu.ui-widget.ui-widget-content {
    width: 100% !important;
    background: #F4F4F4 !important;
    border: 1px solid #D1D1D1 !important;
    box-sizing: border-box !important;
    border-radius: 10px 10px 0px 0px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    padding: 0 !important; /* Overrides theme's padding: 0 8px */
}

/* 2. Top-Level List Items (li) */
.navigation li.level0 {
    display: inline-block !important; /* From theme, required for JS */
    flex: 0 0 auto !important;     /* Our rule: Auto-width, no shrink/grow */

    /* Our original styles */
    border: 1px solid transparent !important;
    border-radius: 10px 10px 0px 0px !important;
    border-bottom: 0px !important;
    z-index: 2 !important;
}

/* Our original hover style */
.navigation li.level0:hover {
    background: #fff !important;
    border-color: #ccc !important;
    /* margin-top: -8px !important; */
}

/* 3. Top-Level Links (a) */
.navigation .level0 > .level-top {
    /* Our original style */
    padding: 14px 12px !important;
    text-transform: uppercase !important;
    font-family: 'ArchivoNarrow-Regular' !important;
    font-size: 1.29rem;
    /* From theme */
    display: inline-block !important;
    box-sizing: border-box !important;
    text-decoration: none;
    color: #575757;
    line-height: 47px;
}

/* Theme's parent item styles */
.navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: none;
    text-decoration: none;
}

.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* Theme's active/hover styles for links */
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    color: #333333 !important;
    text-decoration: none;
    display: inline-block !important;
}

/* Our original hover effect for popup */
.navigation .level0.parent > a.level-top:hover:before {
    position: absolute;
    height: 5px !important;
    background: #fff;
    bottom: -10px;
    content: '';
    z-index: 99999999999999999999 !important;
    left: 0;
    right: 0;
    width: 100%;
}

.section-item-content.nav-sections-item-content {
    border-radius: 0;
    padding-top: 35px !important;
}

/* 4. Submenus / Popups (ul.submenu) */
.navigation .level0 .submenu {
    /* Theme's positioning */
    font-family: 'ArchivoNarrow-Regular';
    position: absolute !important;
    left: 0 !important;
    z-index: 1 !important;
    margin-top: 11px !important; /* Theme's margin-top */
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    width: 1140px;
    display: none; /* Let JS handle display */
    /* Our original styles (merged) */
    padding: 25px 0 !important;
    border-radius: 0px 0px 10px 10px !important;
}

/* Show submenu on hover (from theme) */
.navigation .level0.parent:hover > .submenu {
    display: block !important;
    overflow: visible !important;
    transition: .5s ease-in-out; /* Our transition */
}

/* 5. Submenu Items (li & a) */
.navigation .level0 .submenu li {
    margin: 0.4rem 1.5rem !important;
    position: relative;
    float: left;
    width: 30%;
    padding: 0px 15px;
}

.navigation .level0 .submenu a {
    font-weight: bold !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #4D4D51 !important;
    padding: 18px 35px !important;
    border-radius: 5px !important;
    display: block; /* from theme */
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    background: #2557AA !important;
    color: #fff !important;
    text-decoration: none;
}

.navigation .level0 .submenu .active > a {
    border-color: transparent !important;
}

.navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    display: none !important;
}

.navigation .level0 .submenu li > a:after {
    font-weight: bold !important;
    font-size: 13px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    speak: none;
    position: absolute;
    right: 26px;
}

.navigation .level0 .submenu li > .submenu {
    display: none !important;
}

.navigation li.level0 .ui-state-active .cateurlcustom {
    display: none !important;
}

/* --- Breadcrumbs --- */
.breadcrumbs a,
.breadcrumbs strong {
    color: #1979C3 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-decoration: none !important;
    font-family: 'ArchivoNarrow-Regular' !important;
}

.breadcrumbs .item:not(:last-child):after {
    color: #1979C3 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-decoration: none !important;
    transform: rotate(180deg) !important;
}

/* =================================================================== */
/* 4. CMS Blocks (Polymax Content)
/* =================================================================== */

/* --- Base Content Styles --- */
section {
    /*font-family: 'Roboto', sans-serif !important;*/
}

section h1 {
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0;
}

section h2 {
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 49px;
    color: var(--secondary-blue);
}

section h3 {
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--Gray-dark);
}

section h4 {
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 49px;
    color: var(--gyan-gray);
}

section h5 {
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 49px;
    color: var(--gyan-gray);
}

section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: var(--text-gyan);
    margin: 0;
}

section ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: var(--text-gyan);
    margin: 10px;
}

.Full-image-py {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

section .text-center {
    text-align: center !important;
}

div.top-section {
    margin-bottom: 30px;
}

p button {
    padding: 18px 28px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    background-color: var(--primary-blue) !important;
    border: 2px solid var(--primary-blue) !important;
    color: var(--white-color) !important;
}

.block-static-block.widget {
    width: 100%;
    margin-bottom: 20px;
}

/* --- Hero Section --- */
.hero {
    background-color: var(--primary-blue);
}

.hero .bg-circle {
    background-image: url(../images/bg_with_circle.webp);
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
    padding: 125px 0;
    gap: 30px;
}

.hero .bg-circle nav {
    margin-top: 30px;
}

.hero .row {
    margin-left: 0px !important;
}

section.hero .container h1 {
    margin-left: 40px !important;
}

.breadcrumb li {
    display: inline;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--secondary-text);
    text-transform: uppercase;
}

.breadcrumb-item a {
    color: var(--white-color);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--white-color);
}

.breadcrumb-item.active::before {
    content: "/";
    margin-right: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white-color);
}

/* --- About Section --- */
.about-section {
    padding: 50px 0;
}

.about-section h1 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    color: var(--primary-blue);
}

.about-section h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 49px;
    color: #363636;
}

/* --- Features Section --- */
.features-section {
    padding: 40px 20px;
    background-color: var(--accent-Gray);
}

.features-section .top-section p {
    text-align: center;
}

div.features-container {
    margin-bottom: 30px !important;
}

.feature-card {
    background: var(--white-color);
    border: 3px solid var(--border-color);
    padding: 44px 20px;
    height: 100%;
    text-align: center;
}

.feature-card:hover {
    background-color: #152568;
    transform: translateY(-5px);
    transition: 0.5s ease;
    border-color: var(--primary-blue);
}

.feature-card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(331deg) brightness(103%) contrast(102%);
}

.feature-card:hover :is(h3, p) {
    color: var(--white-color);
}

.feature-card h3 {
    margin: 30px 0;
}

.feature-icon {
    width: 120px !important;
    height: 120px !important;
}

/* --- Global Presence --- */
.global-presence {
    padding: 50px 0;
}

.global-presence .img-fluid {
    width: 100% !important;
    height: 100% !important;
}

.global-presence .second-row .partner-cont {
    padding: 50px 45px 40px 45px;
    background-color: var(--accent-Gray);
}

.global-presence .second-row .second-colm h5 {
    font-size: 35px;
    font-weight: 800;
    line-height: 49px;
    color: var(--Gray-dark);
}

.global-presence .second-row .second-colm .para {
    background-color: var(--primary-blue);
    padding: 30px;
}

.para p {
    color: var(--white-color);
}

.partner-cont ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: var(--text-gyan);
}

/* --- Lists (Check, Bullet) --- */
.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 15px;
}

.check-list li:before {
    content: url(../images/vector2.png);
    position: absolute;
    left: 0;
    color: var(--secondary-blue);
}

.bullet-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    padding-left: 0;
}

.bullet-points li {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: #707070;
}

.bullet-points li span {
    font-weight: 600;
    color: #707070;
}

.bullet-points li:before {
    content: url(../images/Ellipse\ 14.png);
    position: absolute;
    transform: scale(1.4);
    left: 0;
}

.larger-text {
    font-size:1.4rem;
}

.stars {
    color: gold;
    font-size: 30px;
    margin-bottom: 10px;
}

/* --- Contact Section --- */
.contact-section {
    background-color: var(--secondary-blue);
    padding: 25px 25px;
}

.letter h1 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    color: var(--primary-blue);
}

.contact-section .letter :is(h1, p, h2, a) {
    color: var(--white-color);
}

.contact-section a {
    text-decoration: none;
}

.contact-section .letter button {
    padding: 18px 28px;
    margin: 10px 0;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: var(--white-color);
}

.contact-section .letter button:hover {
    background-color: var(--white-color);
    border: 2px solid var(--white-color);
    color: var(--primary-blue);
}

/* --- Custom Moulding Page --- */
.moulding {
    padding: 0px !important;
    padding-bottom: 80px !important;
}

.custom-polymax .second-row {
    background-color: #EFF2FF;
    padding: 60px 24px 60px 55px;
}

.custom-polymax .second-row .image-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.custom-polymax .second-row .image-content img {
    height: 100% !important;
}

.custom-polymax .second-row .large-heading {
    font-size: 155px;
    font-weight: 900;
    color: #E2E8FF;
    line-height: 49px;
}

.custom-polymax .second-row .content :is(h2, p) {
    color: var(--Gray-dark) !important;
}

/* --- Industry Section --- */
.Industry-section {
    padding: 50px 0;
    background-color: var(--secondary-blue);
}

.Industry-section .top-section :is(h2, p) {
    color: #fff;
}

.Industry-section .top-section p {
    text-align: center;
}

.Industry-section .containes-section {
    background-color: #fff;
    padding: 25px 15px 25px 15px;
    align-items: center;
}

.Industry-section .containes-section img {
    width: 100%;
}

.Industry-section .containes-section h5 {
    font-size: 35px;
    font-weight: 800;
    line-height: 39px;
    color: #494949;
}

.Industry-section .containes-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #707070;
}

.Industry-section .containes-section p span {
    font-weight: 700;
}

/* --- Material Section --- */
.Material-section {
    padding: 50px 0;
}

.Material-section .second-row {
    padding: 30px 45px;
    border: 1px solid #000 !important;
    border-bottom: 0px !important;
}

.Material-section .second-row .image-sec-end {
    text-align: end !important;
}

.Material-section .second-row .image-sec-end img {
    width: 40% !important;
}

/* --- Fabrication Page --- */
.Concept-section {
    padding: 20px 0;
    background-color: var(--accent-Gray);
}

.highlight-section {
    background-color: var(--white-color) !important;
    padding: 75px 40px 40px 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.contain-row {
    margin-top: 100px;
}

.highlight-card {
    height: 300px !important;
    text-align: center;
    padding: 0px 45px;
    transition: all 0.3s ease-in-out;
    background-color: var(--accent-Gray) !important;
}

.highlight-card .circle {
    display: inline-flex;
    justify-content: center;
    border-radius: 100% !important;
    margin-bottom: 30px !important;
    margin-top: -80px !important;
    border: 8px solid white;
    background-color: var(--accent-Gray) !important;
    padding: 20px 24px !important;
}

.highlight-card .circle h1 {
    font-size: 70px !important;
    font-weight: 900 !important;
    color: var(--secondary-blue) !important;
}

.highlight-card:hover {
    background-color: var(--secondary-blue) !important;
}

.highlight-card:hover :is(h1, h3, p) {
    color: var(--white-color) !important;
}

.highlight-card:hover .circle {
    background-color: var(--secondary-blue) !important;
}

.highlight-section h2 {
    color: var(--Gray-dark) !important;
}

.state-points {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
    flex-wrap: wrap !important;
}

.state-points li {
    font-size: 18px;
    font-weight: bold;
    color: var(--Gray-dark) !important;
}

.materil-head {
    color: #273A86 !important;
}

/* --- O-Ring Joining Page --- */
.about-section .ring-first-row {
    background-color: var(--accent-Gray);
    padding: 60px;
    margin-bottom: 80px;
}

.Quality-Control {
    padding-bottom: 80px;
    background-color: unset;
    padding-top: 0px;
}

.Quality-Control .control-inner-row {
    padding: 55px 50px;
    background-color: #EFF2FF;
}

.center-bullet-point {
    display: flex;
    justify-content: center;
    gap: 55px;
}

.content-section-points h5 {
    color: var(--secondary-blue) !important;
}

.newletter {
    padding: 0px 0px;
    background-color: unset;
}

.new-first-row {
    padding-bottom: 40px;
}

.newletter .row .new-first-content {
    background-color: var(--accent-Gray);
    padding: 60px 240px;
    text-align: center;
    background-image: url((../images/new\ bg.png);
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.newletter .row .new-first-content h5 {
    font-size: 35px;
    font-weight: 800;
    line-height: 49px;
    color: var(--Gray-dark);
}

.testimonial-parent-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    gap: 33px;
    margin-top: 60px;
}

.testimonial-box {
    display: flex;
    height: 320px !important;
    flex-direction: column;
    justify-content: space-between !important;
    background-color: #EFF2FF;
    padding: 35px 45px 45px 45px;
    align-items: center;
    text-align: center !important;
    gap: 35px;
}

.testimonial-box h6 {
    font-size: 18px;
    font-weight: 700;
    color: #707070;
}

.testimonial-box:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

/* --- Customised O-Ring Page --- */
.hero-section {
    padding: 80px 0px;
}

.hero-section .Content-Parent {
    background-color: var(--accent-Gray);
    padding: 60px;
}

.Moulded-Section {
    padding-bottom: 80px;
}

.mould-second-row {
    padding: 80px 0px;
}

.box-parent {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.boxes-parent {
    padding-right: 40px;
}

.four-box {
    padding: 40px;
    background-color: var(--accent-Gray);
}

.four-box:hover {
    background-color: var(--primary-blue);
    transition: 0.5s all ease;
}

.four-box:hover :is(h3, p, li) {
    color: var(--white-color) !important;
}

.four-box:hover .mould-bullet li:before {
    filter: brightness(0) invert(1);
}

.mould-bullet {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px;
}

.mould-bullet li {
    color: #707070 !important;
}

.third-row {
    background-color: var(--accent-Gray);
    padding: 45px;
}

.third-row .about-content-sec h2 {
    font-size: 35px;
    color: var(--Gray-dark);
}

.Benefits-section {
    background-color: #EFF2FF !important;
}

.Machining-section {
    padding: 80px 0px;
}

.Machining-section .second-row {
    margin: 80px 0px;
}

.third-row-machine {
    background-color: #EFF2FF !important;
    padding: 55px 65px;
}

.third-row-machine h2 {
    color: var(--Gray-dark);
}

.third-row-machine .bullet-points {
    gap: 45px;
}

.third-row-machine .bullet-points li {
    color: #707070 !important;
}

.text-bullet {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-color: var(--accent-Gray);
    padding: 50px 40px;
}

.text-bullet h3 {
    color: var(--secondary-blue) !important;
}

.feature-card .bullet-points {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.feature-card .bullet-points li {
    color: var(--text-gyan) !important;
}

/* --- Encapsulated O-Rings page --- */
.Encapsulated-O-Rings {
    padding: 80px 0px;
}

.encaps-hero-img .Full-image-py {
    width: 100% !important;
    height: 100% !important;
    object-fit: unset !important;
}

.Encapsulated-O-Rings .cutting-section {
    background-color: #EFF2FF;
    padding: 50px;
}

.Encapsulated-O-Rings .alternative-box {
    padding: 50px 40px;
    background-color: #283B87;
}

.Encapsulated-O-Rings .alternative-box h4 {
    color: var(--white-color);
    font-weight: 400;
}

.Encapsulated-O-Rings .alternative-box h3 a {
    color: var(--white-color);
    font-weight: 800;
    text-decoration: none;
}

.Encapsulated-O-Rings .temperature-head {
    color: var(--secondary-blue);
}

.Encapsulated-O-Rings .state-simple-text li {
    color: #707070;
    font-weight: 800;
}

.industries-bullet-points li {
    font-size: 30px;
    font-weight: 800;
    color: var(--secondary-blue);
}

/* --- Painting Service page --- */
.Branding-Ideas {
    padding: 50px 0px;
}

.Benefits-Branding {
    padding: 0px 0px 20px 0px;
    margin-top: 50px;
}

.print-bullets-points {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-blue) !important;
}

.containes-section,
.Branding-ideas-image {
    background-color: var(--accent-Gray);
    padding: 20px;
    margin-bottom: 30px;
}

.branding-list {
    background-color: #EFF2FF;
}

.Quality-Control .containes-section h5,
.Benefits-Branding .branding-list h5,
.Branding-Ideas .Branding-ideas-image h5 {
    font-size: 35px;
    font-weight: 800;
    line-height: 39px;
    color: var(--secondary-blue);
}

/* --- Hero/Banner Cards (General) --- */
.home-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1979C3;
    border-bottom: 1px solid #1979C3;
    margin-bottom: 25px;
}

.hero-card,
.banner-card {
    background: #C4C4C4;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.hero-card-section,
.banner-card-section {
    font-family: ArchivoNarrow-Regular;
}

.hero-card-section a:hover,
.banner-card-section a {
    text-decoration: none;
}

.hero-card-img,
.banner-card-img {
    width: 100%;
}

.hero-card-img img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.banner-card-desc {
    background: #237085;
    padding: 15px 24px;
    min-height: 13rem;
}

.hero-card-desc {
    background: #237085;
    padding: 15px 24px;
    min-height: 18rem;
}

.cms-home-nl .hero-card-desc {
    min-height:22rem;
}

.cms-home-nl .hero-card-desc.minor {
    min-height: 13rem;
}

.hero-card-desc.minor {
    min-height: 10rem;
}

.hero-card-desc.purple {
    background: #6A0E5A;
}
.hero-card-desc.red {
    background: #C52A28;
}
.hero-card-desc.green {
    background: #0C432C;
}

.hero-card-desc h4 {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 32px;
    text-transform: uppercase;
}
.hero-card-desc p {
    color: #fff;
    font-weight: 400;
    font-size: 1.39rem;
    text-transform: uppercase;
}

.banner-card-desc span.title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}
.banner-card-desc p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-right: 15%;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 5.1rem;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
}

.hero-subtext p {
    color: #FFFFFF;
    text-align: right;
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: 0.005rem;
    text-decoration: none !important;
    text-align: center;
}

.top-banner-content a:hover {
    text-decoration: none !important;
}

/* --- Product Banners --- */
.product-section {
    font-family: ArchivoNarrow-Regular;
}

.big-product {
    background: #fff;
    position: relative;
    min-height: 613px;
    padding: 10px;
}

.card-classic {
    border: 1px solid #D1D1D1;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.big-product.card-classic .home-card-img {
    background: linear-gradient(#293989, #1E2962);
    min-height: 595px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

.big-product.card-classic a {
    text-decoration: none;
}

.big-product.card-classic .home-card-img .hero-text {
    padding-top: 50px;
    text-align: center;
    line-height: 1.2em;
}

.big-product.card-classic .home-card-img .hero-text span {
    line-height: 0.8em;
    font-size: 50px;
}

.product-img {
    min-height: 212px;
    line-height: 212px;
    background: #FFF;
}

.product-img img {
    vertical-align: middle;
}

.product-title {
    min-height: 85px;
    background: #fff;
    text-align: center;
    padding: 18px 10px;
}

.product-title span,
.product-title h6 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1979C3;
}

/* --- General Banner --- */
.banner-section {
    position: relative;
    padding: 15px 0;
}

.banner-classic {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.b-classic-content {
    position: relative;
    overflow: hidden;
    padding: 47px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.b-classic-content img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -90px;
}

.hero-text {
    position: relative;
    z-index: 9;
    margin-left: 30px;
}

.hero-text span {
    color: #FFF;
    font-size: 57px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    display: inline-block;
}

.hero-text span.white {
    color: #FFF;
    margin-top: 5px;
}

.hero-text h6 {
    display: inline-block;
    width: 30px;
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    color: #C52829;
    letter-spacing: 0.05em;
    font-family: 'ArchivoNarrow-Regular', sans-serif;
}

.save-perc {
    font-weight: 700;
    font-size: 142px;
    color: #C52829;
    position: relative;
    z-index: 9;
    letter-spacing: 0.02em;
    line-height: 0.7;
    font-family: 'ArchivoNarrow-Regular', sans-serif;
}

.save-perc span {
    font-size: 80px;
    position: relative;
    left: -30px;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-family: 'ArchivoNarrow-Regular', sans-serif;
}

.banner-btm {
    background: #C52829;
    padding: 18px 24px;
    letter-spacing: 0.05em;
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    min-height: 105px;
}

.banner-btm .row > * {
    margin-top: 0;
}

.banner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.banner-price {
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    letter-spacing: 0.02em;
    text-align: right;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 1;
}

.banner-price sup {
    font-weight: 700;
    font-size: 37px;
    line-height: 0.9;
    display: inline-block;
}

.banner-price sub {
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    display: inline-block;
    bottom: 0;
}

.banner-price sub span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 0.9;
}

.banner-desc {
    color: #fff;
    font-size: 16px;
}

.theme-banner .hero-text h4 {
    color: #237085;
    font-family: 'ArchivoNarrow-Regular', sans-serif;
    font-size: 50px;
    font-weight: 700;
    padding-right: 40%;
}

.theme-banner .b-classic-content {
    padding: 78px 25px;
}

.theme-banner .b-classic-content img {
    width: 100%;
    left: 0px;
    top: -20px;
}

.theme-banner .banner-btm {
    background: #237085;
    padding: 26px 24px;
}

/* =================================================================== */
/* 5. Page-Specific: Cart
/* =================================================================== */

.cart.table-wrapper {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    padding: 0 16px;
}

.cart.table-wrapper .items {
    border-collapse: initial;
}

.cart.table-wrapper .cart tbody tr:first-child td:first-child {
    font-weight: normal;
}

.cart.table-wrapper .cart tbody td {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0px;
    color: #4D4D51;
}

tbody.cart.item tr.item-info .col {
    border-top: 1px solid #C4C4C4;
}

.cart.table-wrapper .item .col {
    padding: 20px 8px 20px 0;
    width: 50%;
    text-align: left;
    display: table-cell !important;
}

.cart.table-wrapper .item .col.price {
    width: 20% !important;
}

.cart.table-wrapper .item .col.qty {
    width: 16% !important;
}

.product-item-name > a,
.product.name a > a,
.cart.table-wrapper .col > .price {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #4D4D51;
}

span.qty {
    font-size: 18px;
}
.qty > span.qty {
    font-size: revert;
}
.checkout-cart-index .cart-container a.action.action-delete:before {
    top: -8px;
}

.checkout-cart-index .cart-container .cart.table-wrapper .col.qty .update-button {
    line-height: 25px;
}

.checkout-cart-index .cart-container .custom-title-ptc .custom-cont-to-pay button.checkout {
    /* width: 520px !important; */
    /* margin-right:2rem; */
}

/* =================================================================== */
/* 6. Page-Specific: Checkout
/* =================================================================== */

.checkout-index-index {
    background: #fff !important;
}

.checkout-index-index .page-header {
    display: none;
}

.checkout-index-index .page-main {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px !important;
}

.checkout-index-index .page-title-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: auto;
    overflow: initial;
    padding: 0;
    position: initial;
    border-bottom: 1px solid #C4C4C4;
    width: auto;
    margin-bottom: 20px;
}

.checkout-onepage-success .top_header_box_upper {
    display: none !important;
}

/* --- Checkout Header --- */
.top_header_box_checkout {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}

.top_header_box_checkout .item_middle {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #4D4D51;
    width: 20%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
}

.top_header_box_checkout .item_right {
    width: calc(80% - 429px);
    text-align: right;
}

.top_header_box_checkout span.mobile-logo-custom img {
    width: 429px;
    display: block; /* Show checkout mobile logo */
}

/* --- Checkout Layout & Steps --- */
.container.checkout-custom {
    width: 100%;
}

.opc-progress-bar {
    display: none;
}

.opc-wrapper {
    width: 68.30%;
    float: none;
    padding-right: 0;
}

.opc-wrapper .step-title {
    color: #4D4D51;
    font-weight: bold;
    border: none;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    font-family: 'ArchivoNarrow-Regular' !important;
    margin-left: 6px;
}

.checkout-index-index .opc-wrapper ol#checkoutSteps {
    position: relative;
}

/* --- Checkout Shipping Address --- */
.checkout-shipping-address {
    clear: both;
    display: block !important;
}

.opc-wrapper .shipping-address-items {
    display: flex;
    margin-left: -8px;
    flex-wrap: wrap;
    margin-right: -8px;
}

.opc-wrapper .shipping-address-item {
    width: 31.5%;
    background: #F5F5F5;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 8px;
    margin-right: 8px;
    font-family: Arial;
    color: #4D4D51;
    font-size: 18px;
    line-height: 27px;
    min-height: 176px;
    cursor: pointer !important;
}

.opc-wrapper .shipping-address-item a {
    color: #4D4D51;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: transparent;
    background: #0F4C81;
    border: 1px solid #D1D1D1;
    color: #fff;
}

.opc-wrapper .shipping-address-item.selected-item a {
    color: #fff;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: url(../images/white-tick.png);
    content: '';
    font-family: 'initial';
    height: 27px;
    width: 29px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 12px;
    text-align: center;
    background-repeat: no-repeat;
    top: 15px;
}

.opc-wrapper .action-select-shipping-item {
    display: none;
}

button.custom-button-add-new-address {
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 8px;
    margin-right: 8px;
    min-height: 176px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #4D4D51;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

button.custom-button-add-new-address:before {
    background: url(../images/plus.png);
    content: '';
    display: block;
    height: 61px;
    width: 61px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    clear: both;
}

.address-with-button-custom {
    position: relative;
}

.checkout-index-index .custom-address-checkout {
    width: 31.5%;
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
}

.field.addresses {
    border-bottom: 1px solid #C4C4C4;
}

/* --- Checkout Shipping Method --- */
.checkout-shipping-method {
    padding: 0 0px;
    clear: both;
}

.checkout-index-index .table-checkout-shipping-method {
    width: 100% !important;
    margin: 20px 0;
}

.checkout-index-index .table-checkout-shipping-method tbody {
    display: flex !important;
}

.table-checkout-shipping-method tbody tr {
    border-top: none;
    background: #F5F5F5;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Arial;
    font-style: normal;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 18px;
    line-height: 21px;
    max-width: 33% !important;
    cursor: pointer !important;
}

.table-checkout-shipping-method tbody tr.row.isSelected {
    background: #0F4C81;
    color: #fff;
}

.table-checkout-shipping-method tbody td {
    border-top: 0px;
}

.table-checkout-shipping-method tbody td:first-child {
    display: none;
}

.col-method {
    display: none;
}

.checkout-shipping-method .actions-toolbar > .primary {
    float: left;
}

button.custom-button-conttopay {
    background: #1979C3;
    color: #fff;
    border: none;
    width: 100%;
    height: 40px;
    font-family: 'ArchivoNarrow-Regular' !important;
    font-size: 16px;
}

/* --- Checkout Payment Method --- */
.checkout-payment-method .payment-method-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    background: #F5F5F5;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0px !important;
    width: 231px;
    height: 73px;
    margin-bottom: 0px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer !important;
}

.checkout-payment-method .payment-method-title span {
    display: inline-block;
    width: 210px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
}

.checkout-payment-method .payment-method._active .payment-method-title {
    background: #0F4C81 !important;
    color: #fff !important;
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
    position: absolute;
    left: -18px;
}

.payment-method-content p {
    display: none;
}

.payment-methods-custom {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 60px;
}

.checkout-index-index .checkout-payment-method .payment-method-title input {
    display: none !important;
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
    border-top: 1px solid #D1D1D1 !important;
}

.checkout-payment-method .checkout-billing-address {
    margin-top: 20px;
    font-size: 16px;
}

.checkout-agreement {
    display: none;
}

dl.items.check.payable {
    display: none;
}

.checkout-index-index .opc-payment-additional {
    display: none !important;
}

/* --- Checkout Summary --- */
.checkout-index-index .opc-block-summary {
    background: #f5f5f5;
    margin: 0 0 20px;
/*    float: right;*/
/*    padding: 22px 30px;*/
/*    width: 271px;*/
}

.checkout-index-index .opc-block-summary > .title {
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-family: 'ArchivoNarrow-Regular' !important;
    font-weight: bold;
}

.block.items-in-cart.active {
    display: none;
}

.opc-block-summary .mark .value {
    display: none;
}

.checkout-index-index .opc-block-summary .table-totals tbody .mark {
    font-weight: 400;
    padding: 6px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #4D4D51;
    font-family: 'ArchivoNarrow-Regular' !important;
}

.checkout-index-index .opc-block-summary .table-totals tbody tr:last-child td {
    padding-top: 6px;
}

tr.totals:first-child td,
tr.totals:first-child th {
    padding-top: 40px !important;
}

.checkout-index-index .product-image-container {
    width: 60px !important;
}

/* --- Checkout Need Help --- */
.need-help {
    padding: 16px;
    background: #FAFAFA;
    font-family: 'Roboto-Regular';
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 26px;
    color: #4D4D51;
    max-width: 1140px;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 118rem;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
    color: #fff;
    font-size: 18px;
    vertical-align: top;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
    color: #fff;
    font-size: 18px;
}
.checkout-billing-address .action-update {
    float: none;
}
.checkout-billing-address .actions-toolbar .primary {
    text-align: left;
}
.need-help-first {
    font-weight: bold;
}

.need-help-left {
    width: 57%;
}

.need-help-right {
    width: 43%;
    text-align: right;
}

.need-help-sec {
    font-weight: bold;
    padding: 11px 0px;
    font-size: 16px;
}

.need-help p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.need-help-call {
    font-size: 18px;
}

.need-help-call span {
    display: block;
    font-size: 26px;
}

/* =================================================================== */
/* 7. Page-Specific: Customer Login, Create, Forgot
/* =================================================================== */

.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    padding: 20px !important;
    margin-bottom: 20px;
}

.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
    border-bottom: 3px solid #C4C4C4;
    margin-bottom: 20px;
}

.login-container .block .block-title,
.customer-account-create .fieldset > .legend {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 30px !important;
    color: #4D4D51 !important;
    border: none;
}

.login-container .block .block-title strong {
    font-weight: 700 !important;
}

.login-container input,
.customer-account-create input,
.customer-account-forgotpassword input {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    box-shadow: inset 0px 3px 8px 5px #f4f4f4;
    height: 40px;
}

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #4D4D51;
}

.fieldset > .field.required > .label:after {
    display: none !important;
}

/* --- Login Page --- */
.block.block-customer-login {
    /* border-right: 1px solid #C4C4C4;
    width: 60%; */
}

.block.block-new-customer {
    width: 39%;
}

.login-container .fieldset > .field > .control {
    width: 97%;
}

.form-login {
    position: relative;
}

.login-container p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

.customer-account-login .block-customer-login .field.note {
    display: none !important;
}

a.action.remind {
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    right: 23px;
    bottom: 108px;
    color: #1979C3 !important;
}

.block.block-new-customer .primary .action {
    line-height: 40px !important;
}

/* --- Create Account Page --- */
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
    min-width: 628px !important;
    max-width: 628px !important;
    margin: auto !important;
}

.customer-account-create .fieldset > .legend {
    margin: 0px !important;
    padding-bottom: 5px !important;
}

.customer-account-create .fieldset > .legend span {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 30px !important;
    font-family: 'ArchivoNarrow-Regular' !important;
}

.customer-account-create .fieldset > .field > .label {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-family: 'ArchivoNarrow-Regular' !important;
    margin-bottom: 5px !important;
}

.customer-account-create .fieldset > .field {
    margin-bottom: 5px !important;
}

.customer-account-create .field.choice {
    display: none !important;
}

.customer-account-create .actions-toolbar {
    margin-bottom: 30px;
}

.customer-account-create .actions-toolbar .primary .action {
    border-radius: 0px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    height: 48px !important;
    letter-spacing: 1px;
}

.field.choice input {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    box-shadow: inherit !important;
    height: auto;
    width: auto;
}

fieldset.fieldset.additional_info {
    margin: 0;
}

.form-create-account .fieldset.create.account:after {
    display: none !important;
}

.form-create-account .fieldset-fullname .fields,
.form-create-account .fieldset-fullname .fields .field {
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 5px !important;
}

.form-create-account .fieldset-fullname .fields {
    margin-bottom: 0px !important;
}

.form-create-account .fieldset:last-child {
    margin-bottom: 0px !important;
}

.form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 0px !important;
}

.other-field-box {
    border-top: 1px solid #C4C4C4;
    padding-top: 28px;
}

.other-field-box fieldset.fieldset.create.account {
    border-top: 1px solid #C4C4C4;
    padding-top: 25px;
    margin-bottom: 0px;
}

fieldset.fieldset.create.info {
    margin-bottom: 24px !important;
}

.field.contact-preferences {
    border-top: 1px solid #C4C4C4;
    padding: 26px 0px;
    margin-top: 27px;
}

.contact-preferences-middle {
    font-size: 14px;
    margin: 10px 0 35px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 27px;
}

.custom-password-description {
    margin: 0 0 10px;
}

.customer-account-create .control-checkbox {
    margin: 20px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.customer-account-create .control-checkbox input {
    height: 21px;
    width: 21px;
    box-shadow: inset 0px 1px 3px 1px #f4f4f4;
    margin-right: 13px;
    margin-left: 40px;
    position: relative;
    margin-top: 0px;
    top: 0px;
}

.customer-account-create .control-checkbox input:first-child {
    margin-left: 0px !important;
}

.customer-account-create .validator.validator-email {
    margin-right: 13px !important;
}

.customer-account-create .validator.validator-phone {
    margin-left: 40px !important;
    margin-right: 10px !important;
}

.custom-update-div-text {
    font-family: 'ArchivoNarrow-Regular';
    font-size: 26px;
    font-weight: bold;
}

.custom-update-div-email {
    font-size: 26px;
}

.custom-update-div a {
    font-size: 14px;
    color: #1979C3;
    text-decoration: none !important;
}

.custom-update-div-invalid-email {
    color: red !important;
}

.lookup-address button {
    display: none;
}

.customer-account-create input.boxinvalid {
    box-shadow: inset 0px 1px 5px 2px #e53a4375 !important;
}

.validator.validator-email.validation-no .feedback {
    display: none !important;
}

/* --- EROI Validation --- */
.customer-account-create .eroi .control input.invalid {
    box-shadow: inset 0px 1px 5px 2px #e53a4375 !important;
}
.customer-account-create .eroi .control input.valid {
    box-shadow: inset 0px 1px 5px 2px #c4ddc4 !important;
}

.customer-account-create #eroi-custom-message.invalid {
    margin-top: 10px;
    padding: 12px 20px 12px 45px;
    display: block;
    font-size: 1.3rem;
    background: #FDD5D5 !important;
    color: #e02b27 !important;
    position: relative;
}

.customer-account-create #eroi-custom-message.valid {
    padding: 12px 20px 12px 45px;
    display: block;
    font-size: 1.3rem;
    background: #e5efe5 !important;
    color: #006400 !important;
    position: relative;
}

.customer-account-create #eroi-custom-message.invalid:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.customer-account-create #eroi-custom-message.valid:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

/* --- Forgot Password --- */
.password.forget {
    max-width: 400px;
    margin: auto;
}

/* --- Registration Success --- */
.annex-registration-success .page-title-wrapper {
    border-bottom: 2px solid #C4C4C4;
}

.annex-registration-success .page-title:before {
    content: "";
    height: 160px;
    width: 130px;
    background: url(../images/padlock.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.registration-success-custom {
    text-align: center;
}

.registration-thank-you {
    font-family: 'ArchivoNarrow-Regular' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 86px;
}

.registration-sign-email-message {
    font-family: 'ArchivoNarrow-Regular' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 50px 0px !important;
    margin-bottom: 90px !important;
}

.registration-con-shopping a {
    margin: 0 15px 0 0;
    background: #1979C3;
    height: 68px;
    width: 357px !important;
    font-weight: bold;
    margin-bottom: 32px;
    border-radius: 0;
    font-family: 'ArchivoNarrow-Regular' !important;
    display: inline-block;
    color: #fff;
    border: 1px solid #1979c3;
    line-height: 66px;
    cursor: pointer;
    font-size: 18px;
}

/* --- Authentication Popup --- */
.block-authentication .block-title {
    border-bottom: 0;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #4D4D51;
    font-family: 'ArchivoNarrow-Regular' !important;
}

.block.block-new-customer .action-register.primary {
    line-height: 30px !important;
    width: 100% !important;
}

button.action.action-login.secondary {
    width: 120px !important;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

.block-authentication .block[class] ul {
    padding-left: 0px;
}

.form-login input {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    box-shadow: inset 0px 3px 8px 5px #f4f4f4;
}

.popup-authentication .block-authentication {
    border-top: 1px solid #C4C4C4;
    padding: 2rem;
}

.popup-authentication .block[class] + .block {
    border-left: 1px solid #C4C4C4;
    padding: 10px 20px 0px 30px;
}

/* =================================================================== */
/* 8. Plugins & Modules
/* =================================================================== */

/* --- Search Autocomplete (MST) --- */
.mst-searchautocomplete__autocomplete {
    border: none;
}

.mst-searchautocomplete__autocomplete._active {
    padding: 20px;
}

.mst-searchautocomplete__autocomplete._active.mst-2-cols {
    padding: 20px;
    width: 100% !important;
    box-sizing: border-box;
    top: 61px !important;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: transparent;
    color: #0F4C81;
    text-transform: capitalize;
    font-weight: 700;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-family: 'ArchivoNarrow-Regular' !important;
    padding: 0px 0px 20px;
}

.mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    border-left: none;
    width: 50%;
    max-width: 100%;
}

.mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    max-width: 100%;
    width: 50%;
    padding-right: 20px;
}

.mst-searchautocomplete__autocomplete ul li {
    padding: 0 0 12px;
}

.mst-searchautocomplete__autocomplete ul li._active,
.searchautocomplete__active .mst-searchautocomplete__item.magento_catalog_product._active {
    background: transparent;
}

.mst-searchautocomplete__item.magento_catalog_product._active .title a {
    text-decoration: none !important;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    display: none;
}

.mst-searchautocomplete__autocomplete ul li a.title {
    font-weight: normal;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 14px !important;
    color: #4D4D51 !important;
    text-decoration: none !important;
}

.mst-searchautocomplete__item.magento_catalog_product {
    border: none;
}

.mst-searchautocomplete__item.magento_catalog_product .title a {
    text-decoration: none !important;
}

.mst-searchautocomplete__item.magento_catalog_product:hover {
    background: transparent !important;
}

.mst-searchautocomplete__item.magento_catalog_product .description {
    display: none;
}

.mst-searchautocomplete__wrapper .store {
    display: none;
}

.page-products .mst-searchautocomplete__wrapper .block .title {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    font-family: Arial;
    font-weight: normal;
    color: #4D4D51;
}

.page-products .block .mst-searchautocomplete__autocomplete .title {
    margin-bottom: 0;
    text-decoration: none;
}

input#search:focus {
    border: 2px solid #FF7700;
}

/* --- Layered Nav (LN) --- */
.layer-search-box {
    margin-top: 1rem;
}

.ln_slider_range_cross_section,
.ln_slider_range_internal_diameter {
    display: none !important;
}

#ln_slider_range_internal_diameter #ln_slider_range_cross_section {
    display: none;
}

.page-layout-2columns-left .sidebar-main .items .item {
    padding-right: 5px !important;
}

.ln_slider_container {
    width: calc(100%) !important;
}

.ui-slider-handle {
    color: #FF7700 !important;
}

/* Layered Nav options rollup */
.sidebar .filter-options-item .filter-options-content {
    /* By default, hide list items from the 6th one onwards */
}
.sidebar .filter-options-item .filter-options-content .items .item:nth-child(n+6) {
    display: none;
}
.sidebar .filter-options-item .filter-options-content.expanded .items .item {
    display: block;
}
.sidebar .filter-options-item .filter-options-content .see-more-link {
    color: #006bb4;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 8px;
    text-decoration: none;
}
.sidebar .filter-options-item .filter-options-content .see-more-link:hover {
    text-decoration: underline;
}

/* Hide the expand/collapse icon next to the filter title */
.sidebar .filter-options-item .filter-options-title::after {
    content: '' !important;
    display: none !important;
}

/* --- Cookie Banner --- */
.cookie-strip {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #4D4D51;
    justify-content: center;
    z-index: 99;
}

.cookie-message {
    margin-right: 30px;
}

span.pri-policy {
    display: initial !important;
}

.accept-cookie {
    background: #1979C3;
    width: 364px;
    height: 64px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    font-family: 'ArchivoNarrow-Regular' !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accept-cookie a {
    color: #fff !important;
    text-decoration: none !important;
}

/* =================================================================== */
/* 9. Utilities, Overrides & Helpers
/* =================================================================== */

/* --- Toggles & Switches --- */
div.checkboxes-and-radios {
    margin-top: 4px;
    text-align: right;
}

.checkboxes-and-radios input {
    display: none;
}
.checkboxes-and-radios label {
    cursor: pointer;
    padding-right: 55px;
    position: relative;
    font-size: 14px;
    margin: 0px;
    display: initial !important;
}
.checkboxes-and-radios label.pr_0 {
    padding-right: 0px !important;
    margin-left: 10px !important;
}
.checkboxes-and-radios input[type="checkbox"],
.checkboxes-and-radios input[type="radio"] {
    position: absolute;
    visibility: hidden !important;
}
.checkboxes-and-radios input[type="checkbox"] + label:before,
.checkboxes-and-radios input[type="radio"] + label:before,
.checkboxes-and-radios input[type="checkbox"] + label:after,
.checkboxes-and-radios input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 30%;
    margin-top: -7.5px;
    box-sizing: border-box;
}
.checkboxes-and-radios input[type="checkbox"] + label:before,
.checkboxes-and-radios input[type="radio"] + label:before {
    width: 45px;
    height: 25px;
    right: 0px;
    background: #1979C3;
    border: 1px solid #1979c3;
    border-radius: 15px;
}
.checkboxes-and-radios input[type="checkbox"] + label:after,
.checkboxes-and-radios input[type="radio"] + label:after {
    width: 19px;
    height: 19px;
    right: 22px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms ease-out;
}
.checkboxes-and-radios input[type="checkbox"]:checked + label:after,
.checkboxes-and-radios input[type="radio"]:checked + label:after {
    right: 4px;
    background: #BDBDBD;
    top: 8px;
}
.cms-index-index .checkboxes-and-radios input[type="checkbox"] + label:after,
.cms-index-index .checkboxes-and-radios input[type="radio"] + label:after {
    top: 8px;
}
.cms-index-index .checkboxes-and-radios input[type="checkbox"]:checked + label:after,
.cms-index-index .checkboxes-and-radios input[type="radio"]:checked + label:after {
    top: 8px;
}
.checkboxes-and-radios input[type="checkbox"]:checked + label:before,
.checkboxes-and-radios input[type="radio"]:checked + label:before {
    background: #fff;
    border: 1px solid #e4e3e1;
}

/* --- Price Display --- */
.price-including-tax {
    display: none;
}
.price-including-tax:before,
.price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) '' !important;
    float: right !important;
    font-size: 10px !important;
    line-height: 11px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    width: 30px !important;
    white-space: break-spaces;
    text-transform: uppercase !important;
}

.polymax-delivery-method {
    display: inline-block;
}

.polymax-delivery-method-split {
    display: inline-grid;
    grid-template-columns: 1fr;
    row-gap: 2px;
}

.polymax-delivery-method-heading {
    font-size: 12px;
    font-weight: 700;
    color: #4d4d51;
}

.polymax-delivery-method-value {
    font-size: 14px;
    line-height: 1.4;
    color: #4d4d51;
}

.polymax-delivery-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.polymax-delivery-help-label {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.polymax-delivery-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #9ba3ad;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    color: #4d4d51;
    background: #fff;
}

.polymax-delivery-help-popup {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 30;
    min-width: 240px;
    max-width: 320px;
    padding: 10px 12px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    white-space: normal;
    font-size: 12px;
    line-height: 1.45;
    color: #4d4d51;
}

.polymax-delivery-help:hover .polymax-delivery-help-popup,
.polymax-delivery-help:focus .polymax-delivery-help-popup,
.polymax-delivery-help:focus-within .polymax-delivery-help-popup {
    display: block;
}

.page-header .price-including-tax:before {
    display: none !important;
}
.page-header .price-including-tax .empty:after {
    content: '£0.00';
    color: #1979C3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'ArchivoNarrow-Regular';
    display: none;
}

/* --- Product Page --- */
.additional-attributes span.price {
    display: inline-block;
}
.additional-attributes span.price::first-letter {
    display: none;
    visibility: hidden;
    font-size: 0px;
}
.product .attribute .description dt {
    margin-top: 1.2rem;
}
.rating-summary .rating-result > span:before {
    color: #4D4D51 !important;
}
.sku-crosssell {
    text-transform: uppercase;
}
.related-available .sku-crosssell {
    display: none;
}
.page-products .toolbar .limiter .control {
    position: relative;
}
.page-products .toolbar .limiter .control select {
    height: 38px !important;
    line-height: 22px !important;
    padding: 5px 10px !important;
    background: none !important;
}
.page-products .toolbar .limiter .control:after {
    background: url(../images/play-correct.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 10px;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 4px;
    background-size: 100%;
}
.sort {
    position: relative;
    padding-left: 10px;
    float: left;
}
.sort > label {
    font-weight: normal !important;
}
.sort span.pointer {
    height: 30px;
    width: 30px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #c49633;
    font-size: 20px;
    z-index: 1;
}
.sort span.pointer i {
    margin-top: 6px;
}
.sort select {
    padding: 5px 40px 5px 10px !important;
    margin-left: 10px;
    border: 1px solid #eee;
    background: none;
    height: 30px;
    position: relative;
    z-index: 2;
}

/* --- Order Details --- */
.order-details-items .price-including-tax span.price,
.order-details-items .price-excluding-tax span.price {
    margin-right: 25px !important;
    font-size: 24px !important;
    font-family: 'ArchivoNarrow-Regular';
    font-weight: bold;
}
.order-details-items .price-including-tax:before,
.order-details-items .price-excluding-tax:before {
    margin-top: 0px !important;
    font-size: 8px !important;
}

/* --- Buttons & Modals --- */
.actions-toolbar .primary .action {
    margin: 0 15px 0 0;
    background: #1979C3;
    height: 56px;
    width: 357px !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    border-radius: 5px;
    font-family: 'ArchivoNarrow-Regular' !important;
}
.signup-continue button {
    background: #1979C3;
    color: #fff;
    width: 292px;
    height: 48px;
    margin-top: 20px;
    font-family: 'ArchivoNarrow-Regular' !important;
    font-size: 16px;
    border: none;
    border-radius: 0;
}
.modal-popup._show .modal-inner-wrap {
    width: 829px;
    height: 85%;
    overflow: auto !important;
}
body.checkout-cart-index .modal-popup._show .modal-inner-wrap {
    width: 60% !important;
    height: auto !important;
}

/* --- Button Loading Spinner --- */
.continue {
    position: relative;
    padding: 8px 16px;

    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}
.continue:active {

}
.continue span {
    color: #ffffff;
    transition: all 0.2s;
}
.polymax--loading span {
    visibility: hidden;
    opacity: 0;
}
.polymax--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

/* --- Misc & Fixes --- */
.annex-social-icon {
    display: none;
}
.mp_social_share_inline {
    display: none !important;
}
li.item.link.compare {
    display: none !important;
}
.number-custom {
    font-size: 26px;
    line-height: 32px;
}
.filter-options-title:after {
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 32px;
}
.input-text.regions {
    display: block !important;
}

/* --- Bootstrap Fix for content blocks --- */
*,
::after,
::before {
    box-sizing: border-box;
}
.col-md-4.mb-4 {
    margin-bottom: 2rem !important;
}

/* --- Data Tables --- */
.data-table {
    text-align: center;
}
.data-table th {
    background: #4d4d51;
    color: #fff;
    text-align: center;
}
.data-table tr:nth-child(odd) {
    background: #d1d1d1;
}
.data-table tr:nth-child(even) {
    background: #f4f4f4;
}

/* --- Messages --- */
.message.success {
    background: #e5efe5 !important;
}
.message.error {
    background: #FDD5D5 !important;
}
.message.info {
    background: #FDF0F5 !important;
}


/* =================================================================== */
/* 2. Media Queries (Largest to Smallest)
/* =================================================================== */

/**
 * XXL-Down (< 1400px)
 * Was: (max-width: 1440px) and (min-width: 1023px)
 * Note: This query (1440px) is larger than Bootstrap's 1399.98px.
 * We'll use your 1440px as the first breakpoint.
 */
@media only screen and (max-width: 1440px) {
    span.mobile-logo-custom img,
    .header-serch-icon-custom,
    span.search-text-custom {
        display: none;
    }
}

/**
 * XL-Down (< 1200px)
 */
@media (max-width: 1199.98px) {
    .container {
        max-width: 1140px !important;
    }
    /* ...add any 1200px overrides here... */
}

/**
 * LG-Down (< 992px)
 * Merging:
 * - (max-width: 1024px)
 * - (max-width: 1023px)
 * - (max-width: 991px)
 * - (max-width: 820px)
 */
@media (max-width: 991.98px) {
    .container {
        max-width: 960px !important;
    }


    /* --- From 1024px & 1023px & 991px queries --- */
    span.mobile-logo-custom img,
    span.search-text-custom,
    .header-serch-icon-custom {
        display: none;
    }
    .banner-title {
        font-size: 21px; /* 1024px */
        text-align: center; /* 991px */
    }
    .banner-card-desc h4,
    .hero-card-desc h4 {
        padding-right: 10%;
    }
    .navigation .level0 > .level-top {
        font-size: 11px !important;
    }
    .product-img {
        min-height: 200px; /* 991px */
    }
    .theme-banner .b-classic-content img {
        top: 0;
        left: 0;
        right: 0;
    }
    .banner-btm {
        padding: 14px 15px;
    }
    .b-classic-content img {
        opacity: 0.4;
    }
    .theme-banner .banner-title {
        margin-bottom: 0;
    }
    .banner-card-desc h4,
    .hero-card-desc h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    .header.content .block-search input#search {
        padding: 25px 40px !important;
        font-size: 14px !important;
    }
    .header.content .block-search .action.search {
        right: 25px !important;
        top: 25% !important;
    }
    .banner-price,
    .banner-desc {
        text-align: center;
    }
    .page-header {
        top: 18px;
    }

    /* --- From 820px query --- */
    .header {
        padding: 30px 0;
    }
    .hero .full-bg {
        display: none;
    }
    .hero .bg-circle {
        padding: 50px 15px;
    }
    .hero .bg-circle nav {
        margin-top: 20px;
    }
    .about-section,
    .features-section,
    .global-presence,
    .Material-section,
    .Concept-section {
        padding: 50px 0;
    }
    .Industry-section {
        padding: 0;
    }
    .moulding {
        padding: 0px !important;
        padding-bottom: 50px !important;
    }
    .main-nav-bar {
        padding: 20px;
        margin-bottom: 20px;
    }
    .image-section {
        order: 1;
    }
    .letter {
        order: 2;
    }
    .custom-polymax .second-row {
        padding: 30px 0px;
        gap: 30px;
    }
    .custom-polymax .second-row .large-heading {
        font-size: 120px;
    }
    .Industry-section .containes-section {
        gap: 15px;
    }
    .Industry-section .containes-section h5 {
        font-size: 30px;
    }
    .Industry-section .containes-section p {
        font-size: 18px;
    }
    .Industry-section .containes-section p span {
        font-weight: 700;
    }
    .Material-section .second-row {
        padding: 20px;
    }
    .Material-section .second-row .image-sec-end {
        text-align: start !important;
    }
    .contain-row {
        gap: 60px;
    }
    .highlight-card {
        height: 250px !important;
    }
    .testimonial-parent-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        gap: 20px;
        margin-top: 40px;
    }
    .about-section .ring-first-row {
        padding: 30px;
        margin-bottom: 50px;
    }
    .Quality-Control .control-inner-row {
        padding: 30px 20px;
    }
    .control-inner-row {
        margin-bottom: 20px !important;
    }
    .center-bullet-point {
        gap: 12px;
    }
    .newletter .row .new-first-content {
        padding: 40px 40px;
    }
    .about-content-sec {
        padding-left: 0px !important;
        padding-top: 20px;
    }
    .Quality-Control {
        padding-top: 0px;
    }
    .newletter {
        padding: 50px 0px;
    }
    .testimonial-parent-sec {
        margin-top: 40px;
    }
    .testimonial-parent-sec .row {
        gap: 20px;
    }
    .hero-section {
        padding: 50px 0px;
    }
    .hero-section .Content-Parent {
        padding: 30px;
    }
    .mould-second-row {
        display: flex;
        flex-direction: column;
        padding: 40px 0px;
    }
    .box-parent {
        display: flex;
        flex-direction: row !important;
        gap: 20px;
        flex-wrap: wrap !important;
    }
    .third-row {
        padding: 25px;
    }
    .Moulded-Section {
        padding-bottom: 50px;
    }
    .Machining-section {
        padding: 50px 0px;
    }
    .Machining-section .second-row {
        margin: 40px 0px;
    }
    .third-row-machine {
        padding: 30px 20px;
    }
    .third-row-machine .bullet-points {
        gap: 15px;
    }
    .Branding-Ideas {
        padding: 50px 0px;
    }
    .Benefits-Branding {
        padding: 50px 0px 0px 0px;
    }
}

/**
 * MD-Down (< 768px)
 * Merging:
 * - (max-width: 767px)
 * - (min-width: 420px) and (max-width: 767px)
 */
@media (max-width: 767.98px) {
    .container {
        max-width: 720px !important;
    }

    /* --- Container fix from your original mobile styles --- */
    .container {
        max-width: 100% !important;
    }

    /* --- From 767px query --- */
    span.mobile-logo-custom img {
        width: 162px !important;
        display: block !important; /* Show mobile logo */
    }
    .hero-section {
        padding: 0px !important;
    }
    .banner-card-desc h4 {
        text-align: center !important;
        padding: 0px !important;
    }
    .subcategory-listing .page-main {
        min-height: auto;
    }
    div.checkboxes-and-radios {
        width: 16rem;
    }
    body.checkout-cart-index .modal-popup._show .modal-inner-wrap {
        width: 100% !important;
    }
    .customer-account-create .validator.validator-email input {
        width: 21px !important;
    }
    .customer-account-create .control-checkbox input {
        margin-left: 10px !important;
    }
    .customer-account-create .validator.validator-phone {
        margin-left: 10px !important;
    }
    .layered-filter-block-container .filter .filter-current {
        display: none !important;
    }
    .category-rubber-moulding .mobile-category-name-description,
    .category-en-45545 .mobile-category-name-description {
        display: none;
    }
    .checkout-cart-index .totals.sub.incl {
        display: none;
    }
    .header.content {
        padding-top: 15px !important;
    }
    .customer-name,
    .customer-welcome + .authorization-link {
        display: block !important;
    }
    .page-header .header.panel > .header.links li {
        position: relative;
        top: 8px;
    }
    .order-details-items .price-excluding-tax span.price {
        margin-right: 8px !important;
    }
    .order-details-items .price-excluding-tax:before {
        font-size: 8px !important;
        margin-top: 2px !important;
    }
    .order-details-items .price-including-tax span.price {
        margin-right: 38px !important;
    }
    .order-details-items .price-including-tax:before {
        font-size: 8px !important;
        margin-top: -5px !important;
    }
    li.customer-welcome .customer-name button {
        border: 0px !important;
        position: relative;
        left: 5px;
    }
    li.customer-welcome .customer-name button span {
        display: none !important;
    }
    .add-to-cart-dialog .popup-qty .input-num,
    .add-to-cart-dialog .popup-qty .button-update {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .add-to-cart-dialog .popup-qty .input-num .input-first,
    .add-to-cart-dialog .popup-qty .input-num .input-main,
    .add-to-cart-dialog .popup-qty .input-num .input-last {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: center;
    }
    .add-to-cart-dialog .main-product-info .popup-all .buttons .checkout-proceed-button form {
        width: 100%;
    }
    .modal-content .add-to-cart-dialog {
        padding: 5px;
        padding-top: 40px;
    }
    .category_list_custom .sidebar-main {
        display: none !important;
    }
    .block.block-search.tablet.visible {
        display: block;
        margin-top: 11%;
    }
    .block.block-search.tablet.visible .action.search {
        top: 35% !important;
    }
    .searchautocomplete__active .page-wrapper:after {
        height: 100% !important;
    }
    .fieldset:last-child,
    .payment-method,
    .checkout-payment-method .payment-method-title {
        width: 99% !important;
    }
    .toolbar span.icon-desc-custom img {
        display: none;
    }
    .cart.table-wrapper table,
    .cart.table-wrapper table thead,
    .cart.table-wrapper table tbody,
    .cart.table-wrapper table tbody th,
    .cart.table-wrapper table tbody td,
    .cart.table-wrapper table tbody tr {
        display: block !important;
    }
    .cart.table-wrapper .items table thead tr {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
    .cart.table-wrapper .items table tr {
        border: 1px solid #ccc;
    }
    .cart.table-wrapper .items table td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative !important;
        padding-left: 50% !important;
        white-space: normal !important;
        text-align: left !important;
    }
    .cart.table-wrapper .items table td:before {
        position: absolute !important;
        top: 6px !important;
        left: 6px !important;
        width: 45% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
        text-align: left !important;
        font-weight: bold !important;
        content: attr(data-tr) !important;
    }
    .cart.table-wrapper .item .col {
        display: inherit !important;
        width: 100% !important;
        text-align: center !important;
    }
    .checkout-index-index .page-main {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .cart.table-wrapper .item .col.price {
        width: 100% !important;
        text-align: center !important;
    }
    .cart.table-wrapper .cart > .item .product-item-details {
        width: 100% !important;
        display: inline-block !important;
    }
    .cart.table-wrapper .item .col.qty {
        width: 100% !important;
    }
    .checkout-cart-index .cart-container .cart-short-description {
        padding: 5px !important;
    }
    .cart.table-wrapper .items {
        border-collapse: initial;
        padding: 10px;
    }
    .cart.table-wrapper .product-item-photo {
        position: inherit !important;
        margin: 0 auto !important;
        top: 0px !important;
        left: 0px !important;
    }
    .catalog-category-view .actions-secondary {
        display: none !important;
    }
    .cart.table-wrapper .item .col.item {
        padding: 5px !important;
    }
    .cart.table-wrapper {
        border: 1px solid #D1D1D1 !important;
    }
    .cart.table-wrapper .cart tbody tr:first-child td:first-child {
        border: 0px;
    }
    .checkout-cart-index .cart-container {
        padding: 5px;
    }
    .checkout-index-index .cart.table-wrapper .items .cart > .item-info:nth-child(1) {
        display: none !important;
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        margin: 0px !important;
    }
    .checkout-index-index .column.main .row {
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }
    .checkout-index-index .container.checkout-custom {
        width: 100% !important;
    }
    .checkout-index-index .container.checkout-custom .col-lg-8.col-xs-12 {
        padding: 0px !important;
    }
    .customer-account-index .page-wrapper #maincontent {
        margin-top: 2rem !important;
    }
    .customer-account-index .page-title-wrapper {
        margin-top: 25px !important;
    }
    .footer-links-col {
        padding: 0px 16px;
    }
    .footer-container {
        padding: 0px 16px;
    }
    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 100% !important;
    }
    .customer-account-index .page-title-wrapper .page-title {
        margin-left: 15px;
    }
    .category-grid.columns-4 > li .category-image img {
        max-height: 110px !important;
    }
    .modal-popup.modal-slide._show .modal-inner-wrap {
        width: 100% !important;
    }
    .header.panel > .header.links > .customer-welcome + .authorization-link {
        left: 3px;
    }
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 98% !important;
    }
    .login-container .fieldset > .field > .control {
        width: 100%;
    }
    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: block;
        float: none;
    }
    .signup-continue button {
        width: 100%;
    }
    .page-wrapper #maincontent,
    .page-wrapper .page-header,
    .page-wrapper .nav-sections-item-content > .navigation,
    .page-wrapper .footer-main,
    .page-wrapper .breadcrumbs {
        max-width: 100% !important;
        margin: inherit !important;
    }
    .nav-sections-item-content {
        margin-left: 0%;
    }
    .catalog-product-view .page-wrapper #maincontent {
        margin-top: 2rem !important;
    }
    .page-wrapper .breadcrumbs {
        padding-left: 0px !important;
        margin-top: -1rem !important;
    }
    .page-wrapper #maincontent {
        margin-top: 2rem !important;
    }
    .cms-privacy-policy .page-wrapper #maincontent,
    .cms-sales-terms .page-wrapper #maincontent,
    .cms-payment-methods .page-wrapper #maincontent,
    .cms-about-us .page-wrapper #maincontent,
    .cms-contacts .page-wrapper #maincontent,
    .cms-resources .page-wrapper #maincontent,
    .cms-catalog-seo_sitemap-category- .page-wrapper #maincontent,
    .cms-careers .page-wrapper #maincontent {
        margin-top: 1rem !important;
    }
    .account .page-wrapper #maincontent {
        margin-top: 22rem !important;
    }
    .minicart-wrapper .action.showcart {
        display: initial !important;
    }
    .top_header_box > .item_left span,
    .top_header_box_upper > div > div.item_left > ul,
    #html-body > div.top_header_box_upper > div > div.item_left > ul {
        display: none;
    }
    .page-header .price-including-tax,
    .page-header .price-excluding-tax {
        text-align: center !important;
        margin-top: 3px;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: auto !important;
        bottom: 25px !important;
    }
    .cms-index-index .minicart-wrapper .action.showcart .counter.qty {
        top: auto !important;
        bottom: 10px !important;
    }
    .page-header {
        margin-bottom: 0;
        z-index: 9999;
        border-bottom: none;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
        top: 70px;
    }
    .nav-sections-item-content {
        padding: 0 0;
    }
    .navigation .level0 > .level-top {
        line-height: 32px;
        width:100%;
    }
    .navigation > .ui-menu.ui-widget.ui-widget-content {
        width: 100% !important;
        background: #F4F4F4 !important;
        border: 1px solid #D1D1D1 !important;
        box-sizing: border-box !important;
        border-radius: 10px 10px 0px 0px !important;
        display: flex !important;
        flex-wrap: nowrap !important; /* Prevents wrapping */
        justify-content: center !important; /* Centers the group */
    }
    .nav-open .nav-sections {
        box-shadow: none;
        left: 0;
        z-index: 99;
    }
    .nav-open .nav-toggle:after {
        background: transparent;
    }
    .nav-open .header.content .nav-toggle:after {
        display: none;
    }
    .nav-open .page-wrapper {
        left: 0px !important;
    }
    .nav-sections {
        top: 169px !important;
        height: 100vh;
        width: 100% !important;
        position: fixed;
    }
    .navigation li.level0:last-child a {
        border-bottom: none !important;
    }
    /* === MOBILE MENU STACKING FIX === */

    /* 1. Force the main <ul> to be a block element, not flex. */
    .navigation > .ui-menu.ui-widget.ui-widget-content {
        display: block !important;
    }

    /* 2. Force each <li> to be a block element, taking 100% width. */
    .navigation li.level0 {
        display: block !important;
        width: 100% !important;
        flex: 1 1 100% !important; /* Fallback for flex override */
    }

    /* === END MOBILE MENU STACKING FIX === */
    .top_header_box > .item_left span.mobile-logo-custom {
        display: block;
        position: relative;
        top: -4px;
    }
    .checkboxes-and-radios label {
        color: #1979C3;
    }
    .top_header_box {
        border-top: 8px solid #0F4C81 !important;
        background-color: #fff !important;
        padding: 13px 5px;
        border-bottom: 0px !important;
        position: fixed;
        background: #fff;
        z-index: 0123;
        left: 0;
        right: 0;
        top: 0;
    }
    .header.content .logo {
        display: none; /* Hide desktop logo on mobile */
    }
    .top_header_box > div {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .top_header_box > .item_right {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .header.content .logo_headbox,
    .header-serch-icon-custom {
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-serch-icon-custom img {
        min-height: 32px;
    }
    /*show search in mobile css */
    .header.content .block-search #search_mini_form {
        float: inherit !important;
        width: 100% !important;
    }
    .header.content .block-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px !important;
        width: 100% !important;
        margin-top: 20%;
        position: absolute !important;
        left: 0 !important;
        background: #fff;
        padding: 20px 0px;
    }
    .block.block-search.mobile.visible {
        display: block !important;
    }
    .header.content .block-search .field.search {
        position: relative;
    }
    .block-search .block-content {
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
    }
    .header.content .block-search .label {
        text-decoration: none;
        display: inline-block;
        position: absolute;
        right: 7%;
        top: 22%;
    }
    .header.content .block-search .label:before {
        color: #D1D1D1;
        margin-top: 4px;
        margin-right: 0px;
    }
    .header.content .block-search .control {
        width: 100% !important;
        border: 0px !important;
        margin: 0 auto !important;
        padding: 0px !important;
    }
    .header.content .block-search input#search {
        width: 96% !important;
        margin: 0 auto !important;
        display: table !important;
    }
    .header.content .block-search input {
        position: inherit !important;
    }
    .customer-welcome .header.links {
        background: #fff;
        min-width: 150px;
        display: none;
        right: 0px;
    }
    .customer-menu[aria-hidden="false"] .header.links {
        display: block;
    }
    /* end css */
    .footer-col .footer-colbody {
        display: none;
    }
    .footer-col-space {
        display: inline-block;
        padding: 3px;
    }
    .footer-links-col {
        flex-wrap: wrap;
    }
    .page-main {
        padding: 0px 5px !important;
    }
    .block.block-search {
        display: none;
    }
    .nav-toggle {
        background: #D1D1D1 !important;
        width: 36px !important;
        height: 36px !important;
        text-align: center !important;
        border-radius: 5px !important;
        top: 7px !important;
        position: initial;
    }
    .nav-toggle:before {
        color: #fff;
        font-size: 22px;
        line-height: 36px;
    }
    .header.content .minicart-wrapper {
        margin-left: 0px !important;
        margin-top: 0px !important;
        flex: 0 0 25%;
        max-width: 25%;
        align-items: center !important;
        text-align: center !important;
        position: absolute !important;
        right: 10.2%;
    }
    a.logo img {
        width: 100% !important;
    }
    .minicart-wrapper .action.showcart img {
        height: 36px;
    }
    .page-header .header.panel {
        padding: 0px !important;
    }
    .header.content .logo {
        margin: -10px auto 0px 0px !important;
    }
    .header.content {
        padding: 5px !important;
        padding-bottom: 25px !important;
        box-shadow: 0px 10px 10px rgb(163 163 163 / 33%) !important;
    }
    .minicart-wrapper .action.showcart {
        margin-right: 0rem !important;
    }
    .page-header .panel.wrapper {
        right: 25% !important;
        top: 3% !important;
        width: 25%;
    }
    .page-header .header.panel > .header.links {
        width: 100% !important;
        display: block !important;
        margin-top: 0px !important;
        margin-left: 0% !important;
    }
    .browse-text,
    span.search-text-custom {
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #1979C3;
        font-family: 'ArchivoNarrow-Regular';
        margin-top: 9px;
    }
    span.search-text-custom {
        display: block;
        margin-top: 13px;
    }
    li.user_icon img {
        height: 36px;
    }
    .checkboxes-and-radios label {
        padding-right: 53px;
        font-size: 13px;
    }
    .checkboxes-and-radios input[type="checkbox"] + label:before,
    .checkboxes-and-radios input[type="radio"] + label:before,
    .checkboxes-and-radios input[type="checkbox"] + label:after,
    .checkboxes-and-radios input[type="radio"] + label:after {
        margin-top: -10.5px;
    }
    .checkboxes-and-radios input[type="checkbox"] + label:after,
    .checkboxes-and-radios input[type="radio"] + label:after {
        top: 9px;
    }
    .checkboxes-and-radios input[type="checkbox"]:checked + label:after,
    .checkboxes-and-radios input[type="radio"]:checked + label:after {
        top: 9px;
    }
    .footer-col .footer-title h2 {
        font-size: 13px;
        text-transform: capitalize;
        font-family: 'Roboto-Regular';
    }
    .footer-bottom {
        font-size: 12px;
        margin-top: 20px;
    }
    .navigation > .ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        display: block;
    }
    .navigation .parent .level-top:after {
        display: none;
    }
    a.nav-sections-item-switch {
        color: #4D4D51;
        font-size: 28px;
        font-weight: bold;
        font-family: 'ArchivoNarrow-Regular' !important;
    }
    .nav-sections-item-title {
        padding-top: 0;
        text-align: left;
        width: 100%;
        padding-left: 8px;
        display: flex;
        float: none;
        align-items: center;
    }
    .nav-sections-item-content {
        margin-top: 0px;
        overflow: hidden;
    }
    .navigation li.level0:hover {
        margin-top: 0px !important;
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-color: transparent;
        border-style: solid;
        border-width: 0;
        display: inline-block;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 15px !important;
        color: #4D4D51 !important;
        padding: 14px 0px !important;
        border-bottom: 1px solid #C4C4C4 !important;
        border-radius: 0px !important;
        margin: 0 8px;
        width: 100%;
    }
    .navigation > .ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        border: none !important;
    }
    .navigation .level0 > .level-top,
    .navigation .level0.has-active > .level-top {
        padding: 8px 8px !important;
        text-transform: capitalize !important;
        font-family: Arial !important;
        font-size: 14px !important;
        box-sizing: border-box;
        border-bottom: 1px solid #C4C4C4 !important;
        margin: 0;
    }
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0px;
    }
    .nav-sections-item-title.active {
        background: #D1D1D1;
    }
    .nav-sections {
        left: calc(-1 * (100% - 0px));
    }
    .navigation .level0 .submenu li {
        margin: 0 !important;
        position: relative;
        float: none !important;
        width: 100%;
        padding: 0px 0px;
    }
    .navigation .level0 .ui-state-active + .submenu {
        left: 0 !important;
    }
    .navigation .level0 .submenu {
        padding: 0px 0 !important;
        /*left: -100% !important;*/
        margin-top: 0px !important;
        border-radius: 0px 0px 10px 10px !important;
    }
    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.has-active > a:not(.ui-state-active) {
        border-radius: 0px !important;
    }
    .navigation .level0 .level-top.ui-state-active {
        text-transform: uppercase !important;
        background: #E9E9E9;
        border-radius: 0px !important;
        margin: 0 !important;
        padding: 14px 8px !important;
    }
    .navigation .level0 {
        border-top: none;
    }
    .navigation li.level0 {
        flex: 0 0 auto !important;
        border: 1px solid transparent !important;
        border-radius: 10px 10px 0px 0px !important;
        border-bottom: 0px !important;
        z-index: 2 !important;
    }
    .navigation .level0.active > .level-top,
    .navigation .level0.has-active > .level-top {
        border-bottom: 1px solid #C4C4C4 !important;
    }
    .big-box {
        margin: 20px 0px;
    }
    .navigation .level0.active > .level-top {
        position: relative;
    }
    .navigation .level0 .submenu li > a.ui-corner-all:after,
    .navigation .level0 .all-category .ui-state-focus:after {
        content: '';
        position: absolute;
        right: 6px;
        top: 17px;
        background: url(../images/cate-icon.png);
        left: auto;
        background-repeat: no-repeat;
        height: 14px;
        width: 14px;
    }
    .navigation .level0.parent > a.level-top:hover:before {
        display: none;
    }
    .navigation .level0 a.level-top:before {
        content: '';
        position: absolute;
        right: 8px; /* Moves it in from the edge */
        top: 50%; /* Sets vertical start to the middle */
        transform: translateY(-50%); /* Perfectly centers it */
        background: url(../images/cate-icon.png);
        left: auto;
        background-repeat: no-repeat;
        height: 14px;
        width: 14px;
    }
    .header.panel > .header.links > li > a {
        font-size: 16px !important;
        margin-top: 9px;
        display: block;
    }
    .breadcrumbs {
        padding-top: 2rem;
        padding-bottom: 1rem;
        display: block;
        margin-top: 185px;
        margin-bottom: 0;
    }
    .breadcrumbs .items > li {
        text-transform: uppercase;
        display: none;
    }
    .breadcrumbs a,
    .breadcrumbs strong {
        font-weight: normal !important;
        font-size: 13px !important;
        line-height: 15px !important;
        margin-left: 30px;
        font-family: 'Arial' !important;
    }
    .breadcrumbs li.item.backtoclass {
        display: block;
    }
    .breadcrumbs .item:not(:last-child) {
        display: none;
        text-decoration: none;
    }
    .section-item-content.nav-sections-item-content {
        border-radius: 0;
        padding-top: 0px !important;
    }
    .breadcrumbs .item:not(:last-child):after {
        line-height: 16px !important;
        text-decoration: none !important;
        left: 0;
        position: absolute;
    }
    .customer-account-login .page-title-wrapper h1 {
        font-size: 22px;
    }
    .login-container {
        margin-bottom: 10px;
    }
    .login-container .block .block-title {
        font-size: 17px;
    }
    .customer-account-login .page-main,
    .customer-account-create .page-main,
    .customer-account-forgotpassword .page-main {
        padding: 30px 15px !important;
        margin-top: 140px;
    }
    .customer-account-create .page-main > .page-title-wrapper .page-title,
    .customer-account-forgotpassword .page-title {
        hyphens: auto;
        font-size: 20px;
    }
    .account .legend > span {
        font-size: 18px;
    }
    .customer-account-create .fieldset {
        margin: 0 0 10px;
    }
    .customer-account-create .fieldset > .legend {
        margin: 10px 0 20px;
    }
    .form-create-account .fieldset.create.account:after {
        margin-top: 23px;
    }
    .actions-toolbar .primary .action {
        width: 100% !important;
    }
    .block.block-customer-login {
        border-right: none;
    }
    .page-main > .page-title-wrapper .page-title {
        font-size: 26px;
    }
    a.action.remind {
        position: inherit;
    }
    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account,
    .form.search.advanced,
    .form.form-orders-search {
        width: 100% !important;
        min-width: 100% !important;
    }
    .customer-account-create .column.main {
        max-width: 100% !important;
    }
    .header.content .minicart-wrapper .price-excluding-tax span.price {
        margin-top: 7px;
    }
    .header.content .minicart-wrapper .price-including-tax span.price {
        margin-top: 7px;
    }
    .cms-index-index .header.content .minicart-wrapper .price-including-tax span.price {
        margin-top: 11px;
    }
    .cms-index-index .header.content .minicart-wrapper .price-excluding-tax span.price {
        margin-top: 11px;
    }
    .item_middle {
        width: 50%;
        margin-top: 0px;
    }
    .top_header_box_checkout .item_right {
        width: 50%;
        text-align: center;
        padding-top: 30px;
    }
    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        box-sizing: border-box;
        display: table-cell;
        float: none;
        white-space: nowrap;
        width: 33%;
    }
    .checkout-index-index .opc-block-summary {
        float: none;
        width: 100%;
    }
    .opc-wrapper .shipping-address-item,
    button.custom-button-add-new-address {
        width: 100%;
        margin: 0 0 10px;
        min-height: auto;
        padding: 30px;
    }
    .item_middle {
        font-size: 16px;
    }
    .custom-address-checkout {
        width: 100%;
    }
    .checkout-payment-method .step-title {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .opc-wrapper {
        width: 100%;
    }
    .need-help-right {
        width: 100%;
        text-align: center;
    }
    .need-help-left {
        margin-bottom: 20px;
        width: 100%;
    }
    .opc-wrapper .shipping-address-items {
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .checkout-payment-method .payment-methods {
        margin: 0 0px;
    }
    .cart.table-wrapper {
        overflow: auto;
    }
    .checkout-index-index .page-title:before {
        height: 76px;
        width: 60px;
        background: url(../images/padlock.png);
        background-repeat: no-repeat;
        background-size: 50px;
    }
    .checkout-index-index .page-main {
        border: none;
    }
    .container.checkout-custom {
        width: 90%;
    }
    .top_header_box_checkout .item_left {
        display: none;
    }
    .modals-overlay {
        z-index: 9999 !important;
    }
    .modal-popup.modal-slide {
        left: 0;
        z-index: 99999 !important;
    }
    .popup-authentication .block-authentication {
        border-top: none;
    }
    .modal-popup .modal-header,
    .modal-popup .modal-content,
    .modal-popup .modal-footer {
        padding-left: 8px;
        padding-right: 8px;
    }
    .block-authentication .block[class] + .block {
        border: 1px solid #c1c1c1;
    }
    .popup-authentication .block[class] + .block {
        padding: 30px 20px 0px 30px;
    }
    .checkout-cart-index .page-main {
        margin-top: 170px;
    }
    button.action.action-login.secondary {
        width: 100% !important;
    }
    .big-box {
        margin-top: 50px;
    }
    .checkout-index-index .table-checkout-shipping-method tbody {
        flex-wrap: wrap;
    }
    .table-checkout-shipping-method tbody tr {
        width: 100%;
        display: block;
        line-height: 21px;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    .top_header_box_checkout {
        margin-top: 60px;
    }
    .block.block-customer-login,
    .block.block-new-customer {
        width: 100%;
    }
    .checkout-index-index .custom-address-checkout {
        position: initial;
        width: 100%;
    }
    .need-help {
        box-sizing: border-box;
        width: 100%;
    }
    .checkout-payment-method .payment-method._active .payment-method-content {
        display: block;
        position: initial;
        padding: 0;
    }

    .fieldset:last-child,
    .payment-method,
    .checkout-payment-method .payment-method-title {
        width: 100%;
    }
    .checkout-payment-method .payment-method-title {
        margin-bottom: 10px;
    }
    .payment-method-content .actions-toolbar .primary .action {
        width: 100% !important;
        margin: 0px 10px;
        display: block;
        margin: 10px 5px !important;
    }
    span.mobile-logo-custom img {
        width: 100%;
    }
    .mobile-category-name-description {
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        margin-bottom: 1rem;
        padding: 15px;
        border: 1px solid #D1D1D1 !important;
        margin-top: 2rem;
    }
    .mobile-category-name-description .mobile-category-name {
        font-family: 'Roboto-Regular';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #1979C3;
    }
    .mobile-category-name-description .mobile-category-description {
        font-family: Arial;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        margin-top: 1rem;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 80px !important;
    }
    .slideshow-container .circle {
        border-radius: 4px;
        padding: 30px;
        left: 0;
        margin-left: 0;
        top: 53px;
        opacity: 0.9;
        right: 0;
    }
    .slideshow-container .text {
        font-size: 20px;
        margin-left: 0;
        margin-top: 0;
        position: initial;
        text-align: center;
        z-index: 2;
        padding-bottom: 5px;
    }
    .category-view .tabcontent {
        white-space: nowrap;
        overflow: auto;
    }
    .category-view .tab button {
        width: 100%;
    }
    li.user_icon {
        display: block !important;
    }
    .minicart-wrapper .action.showcart {
        top: 0px !important;
    }
    .cookie-message {
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .accept-cookie {
        background: #1979C3;
        width: 100%;
        height: 46px;
    }
    .cookie-strip {
        z-index: 99;
        flex-wrap: wrap;
    }
    span.pri-policy {
        display: inline-block;
    }
    .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
        width: 100% !important;
        display: block !important;
        padding-right: 0px !important;
    }
    .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
        display: none !important;
    }
    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
        display: none;
    }
    .mst-searchautocomplete__autocomplete._active.mst-2-cols {
        width: 90% !important;
    }
    .mst-searchautocomplete__autocomplete._active {
        border: 1px solid #D1D1D1;
        left: 0 !important;
        width: 90% !important;
        max-height: 200px;
        overflow: auto;
        right: 0px !important;
        margin: auto;
    }
    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
        display: none;
    }
    input#search:focus {
        border: none;
    }
    .customer-account-login .page-wrapper #maincontent,
    .checkout-index-index .page-wrapper #maincontent,
    .customer-account-create .page-wrapper #maincontent,
    .annex-registration-success .page-wrapper #maincontent {
        margin-top: 0rem !important;
    }
    .customer-account-login.page-layout-1column .top_header_box_upper {
        display: block !important;
    }
    .checkout-index-index.page-layout-1column .top_header_box_upper {
        display: block !important;
    }
    .customer-account-create.page-layout-1column .top_header_box_upper {
        display: block !important;
    }
    .annex-registration-success.page-layout-1column .top_header_box_upper {
        display: block !important;
    }
    .checkout-shipping-method .actions-toolbar > .primary {
        float: none;
    }
    .checkout-index-index .page-title:before,
    .customer-account-login .page-title:before,
    .customer-account-create .page-title:before,
    .annex-registration-success .page-title:before {
        height: 99px;
        width: 95px;
        background: url(../images/padlock.png);
        background-repeat: no-repeat;
        background-size: 70px;
    }
    .lookup-address button,
    .registration-con-shopping a {
        width: 100% !important;
        box-sizing: border-box;
    }
    .annex-registration-success .page-main > .page-title-wrapper .page-title {
        font-size: 22px;
    }
    .account.customer-account-index.page-layout-2columns-left .column.main {
        margin-top: 0;
    }
    .account.page-layout-2columns-left .column.main {
        width: 100%;
    }
    .account .column.main .block:not(.widget) .block-content .box {
        width: 100%;
        margin-bottom: 20px;
    }
    .navigation .level0 .level-top.ui-state-active:before {
        content: 'back';
        position: absolute;
        right: 6px;
        top: 17px;
        left: auto;
        height: 20px;
        width: 75px;
        padding-left: 20px;
        background: url(../images/category-back.png);
        background-repeat: no-repeat !important;
        background-size: 12px;
        background-position: 0px 3px;
    }

    /* --- From (min-width: 420px) and (max-width: 767px) --- */
    .header.panel > .header.links > .customer-welcome + .authorization-link {
        top: 25px !important;
    }
    .header.content {
        padding-top: 40px !important;
    }
    .page-header .header.panel > .header.links li {
        top: 30px;
    }
    .filter.active .filter-options {
        position: fixed !important;
    }
    .breadcrumbs {
        margin-top: 10rem;
    }
    .page-wrapper {
        margin-top: 10rem;
    }
    .checkout-cart-index .page-wrapper,
    .catalog-product-view .page-wrapper {
        margin-top: 4rem;
    }
    .page-wrapper #maincontent {
        margin-top: 10rem !important;
    }
    .top_header_box_checkout {
        margin-top: 70px;
    }
    /* === FINAL MOBILE MENU FIX === */

    /* 1. Fixes the "really wide" list items */
    .navigation .level0 .submenu li {
        margin: 0 !important;
        position: relative;
        float: none !important; /* This stops them from stacking horizontally */
        width: 100% !important;
        padding: 0px 0px;
    }

    /* 2. Fixes the invisible text */
    .navigation .level0 .submenu a {
        display: block !important;
        font-weight: bold !important;
        font-size: 14px !important;
        color: #4D4D51 !important;
        margin: 0 !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #C4C4C4 !important;
        position: relative !important;

        /* This combination of padding and line-height will make the text visible */
        padding: 12px 8px !important;
        line-height: normal !important;
    }

    /* 3. Fixes the submenu arrow position */
    .navigation .level0 .submenu li.parent > a:after {
        content: '';
        position: absolute;
        right: 8px; /* Aligns with padding */
        top: 50%;
        transform: translateY(-50%); /* Perfectly centers it */
        background: url(../images/cate-icon.png);
        left: auto;
        background-repeat: no-repeat;
        height: 14px;
        width: 14px;
    }
}

/**
 * SM-Down (< 576px)
 * Merging:
 * - (max-width: 480px)
 * - (max-width: 415px)
 * - (max-width: 359px)
 */
@media (max-width: 575.98px) {
    .container {
        max-width: 100% !important; /* Bootstrap SM default */
    }

    /* --- From 480px query --- */
    .theme-banner .hero-text h4 {
        font-size: 38px;
    }
    .top-bar {
        padding: 10px 0;
    }
    .top-bar .container {
        display: flex !important;
        justify-content: center !important;
    }
    .top-bar .phone {
        display: none;
    }
    .horizontal-list {
        gap: 0.5rem;
    }

    .horizontal-list li {
        padding: 0.25rem 0.5rem;
    }
    .header .row {
        display: flex;
        justify-content: center !important;
        gap: 20px;
    }
    .header .row .Main-logo {
        align-items: center !important;
        text-align: center;
    }
    .header-icons {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .header {
        padding: 10px 0;
    }
    .breadcrumb li {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 22px;
        line-height: 32px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-section,
    .features-section,
    .global-presence {
        padding: 30px 0;
    }
    .global-presence {
        padding: 30px 15px !important;
    }
    .moulding {
        padding: 0px !important;
        padding-bottom: 30px !important;
    }
    .Material-section {
        padding: 30px 10px;
    }
    .Industry-section {
        padding: 30px 10px;
    }
    .about-section .row .col-md-12 {
        text-align: center;
    }
    .feature-card {
        padding: 20px;
    }
    .feature-card h3 {
        margin: 15px 0;
    }
    .global-presence .second-row .partner-cont {
        padding: 20px 15px;
    }
    .contact-section .row .col-md-12 {
        text-align: center;
    }
    .global-presence .second-row .second-colm h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .partner-cont ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .check-list li {
        padding-left: 45px;
        margin-bottom: 15px;
    }
    .custom-polymax .second-row .large-heading {
        font-size: 90px !important;
    }
    .Material-section .second-row {
        padding: 10px;
        text-align: center;
    }
    .Material-section .second-row .image-sec-end {
        text-align: center !important;
    }
    .contain-row {
        gap: 40px;
        margin-top: 50px;
    }
    .highlight-section {
        padding: 30px 20px 30px 20px;
    }
    .highlight-card .circle {
        padding: 20px !important;
    }
    .highlight-card .circle h1 {
        font-size: 40px !important;
    }
    .Concept-section {
        padding: 30px 0;
    }
    .vulcanistion-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-section .ring-first-row {
        padding: 20px;
        margin-bottom: 30px;
    }
    .Quality-Control .control-inner-row {
        padding: 30px 10px !important;
    }
    .newletter {
        padding: 30px 15px;
    }
    .Quality-Control {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .newletter .row .new-first-content h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .new-first-row {
        padding-bottom: 0px;
    }
    .testimonial-parent-row {
        margin-top: 20px;
    }
    .testimonial-parent-sec {
        margin-top: 20px;
    }
    .about-content-sec {
        text-align: left !important;
    }
    .about-content-sec h2 {
        margin-bottom: 10px !important;
    }
    .content-section-points {
        padding: 0px !important;
    }
    .testimonial-box {
        display: flex;
        height: 320px !important;
        flex-direction: column;
        justify-content: space-between !important;
        background-color: #EFF2FF;
        padding: 20px;
        align-items: center;
        text-align: center !important;
        gap: 15px;
    }
    .top_header_box > .item_left span,
    .top_header_box_upper > div > div.item_left > ul,
    #html-body > div.top_header_box_upper > div > div.item_left > ul{
        display: none;
    }
    .hero-section {
        padding: 30px 15px;
    }
    .hero-section .Content-Parent {
        padding: 15px;
    }
    .Moulded-Section {
        padding: 0px 15px 20px 15px;
    }
    .box-parent {
        display: flex;
        flex-direction: column !important;
        gap: 15px;
    }
    .four-box {
        padding: 25px 20px;
        height: 200px !important;
    }
    .third-row {
        padding: 15px;
    }
    .text-bullet {
        gap: 15px;
        padding: 25px;
    }
    .Machining-section {
        padding: 30px 0px;
    }
    .Machining-section .second-row {
        margin: 20px 0px;
    }
    .third-row .about-content-sec h2 {
        font-size: 25px;
    }
    .Encapsulated-O-Rings {
        padding: 30px 15px;
    }
    .Encapsulated-O-Rings .cutting-section {
        background-color: #EFF2FF;
        padding: 20px 15px;
    }
    .Encapsulated-O-Rings .alternative-box {
        padding: 30px 20px;
        background-color: #283B87;
    }
    .industries-bullet-points li {
        font-size: 22px;
        font-weight: 800;
        color: #237082;
    }
    .function-section {
        padding: 20px;
    }
    .table-section {
        padding: 20px 15px;
    }
    .table-section .table tr th {
        padding: 10px 10px;
        font-size: 12px;
    }
    .table-section .table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }
    .Selection-Criteria h4 {
        font-size: 20px;
        font-weight: bold;
        color: #273A86;
    }
    .Quality-Control .containes-section h5,
    .Benefits-Branding .branding-list h5,
    .Branding-Ideas .Branding-ideas-image h5 {
        font-size: 25px;
        line-height: 31px;
    }
    .Branding-Ideas {
        padding: 30px 0px;
    }
    .print-bullets-points {
        font-size: 14px;
    }
    .Benefits-Branding {
        padding: 50px 0px 0px 0px;
    }

    /* --- From 415px query --- */
    .nav-sections {
        top: 164px !important;
        height: 100% !important;
        background: #fff !important;
    }
    .nav-sections-items {
        height: 64vh !important;
        overflow: auto !important;
    }

    /* --- From 359px query --- */
    .nav-sections {
        top: 159px !important;
        height: 100% !important;
        background: #fff !important;
        width: 100% !important;
        position: fixed;
    }
    .nav-sections-items {
        height: 57vh !important;
    }
}

/* === MEGA MENU FIX (DESKTOP ONLY) === */

/* This query applies the fix ONLY to screens 768px and wider */
@media (min-width: 768px) {

    /* 1. Set the main <nav> element as the positioning anchor */
    .navigation {
        position: relative !important;
    }

    /* 2. Force the <li> menu item to NOT be a positioning anchor. */
    .navigation li.level0.parent {
        position: static !important;
    }

    /* 3. Force the submenu to be full-width of the <nav> anchor. */
    .navigation .level0.parent > .level0.submenu {
        position: absolute !important;
        left: 0 !important;        /* Align to the left of the <nav> */
        top: 100% !important;       /* Position at the bottom of the <nav> bar */
        width: 100% !important;     /* Be 100% width of the <nav> */
        margin-top: 0 !important;   /* Remove the 11px margin from Line 377 */

        /* Your original styles, preserved */
        z-index: 1 !important;
        background: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        padding: 25px 0 !important;
        border-radius: 0px 0px 10px 10px !important;
    }

    /* 4. Keep the hover effect working */
    .navigation .level0.parent:hover > .submenu {
        display: block !important;
    }

} /* === END DESKTOP MEDIA QUERY === */

.post-meta .post-date,
.post-meta .post-user{
    display: none !important;
}

.post-list-item {
    border: 1px solid #D1D1D1;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    margin-bottom: 2rem;
}

.post-excerpt h2 {
    margin: 0;
    margin-bottom: 2rem;
}

.post-excerpt img {
    border-radius: 1rem;
}

img.alignleft {
    margin-bottom: 2rem
}

/* Interstitial popup cross-sell cards (global so category and PDP match) */
.add-to-cart-dialog .block.crosssell.popup-cross-sell,
.add-to-cart-dialog .extra-product-info,
.add-to-cart-popup .block.crosssell.popup-cross-sell,
.add-to-cart-popup .extra-product-info {
    width: 100% !important;
    max-width: 100% !important;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .products-grid .product-items,
.add-to-cart-popup .block.crosssell.popup-cross-sell .products-grid .product-items {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .products-grid .product-item,
.add-to-cart-popup .block.crosssell.popup-cross-sell .products-grid .product-item {
    flex: 0 0 calc((100% - 24px) / 3) !important;
    max-width: calc((100% - 24px) / 3) !important;
    min-width: 210px !important;
    margin: 0 !important;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-card,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-card {
    display: flex !important;
    flex-direction: column !important;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-title,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-title {
    text-align: center;
    margin-bottom: 8px !important;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-image,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-image {
    width: 100%;
    height: 140px;
    object-fit: contain;
    display: block;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-price,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-price {
    text-align: center;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-price .price-wrapper,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-price .price-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-price .price-wrapper::after,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-price .price-wrapper::after {
    content: attr(data-label) !important;
    position: static !important;
    margin-left: 6px !important;
    white-space: nowrap !important;
    font-size: 11px;
    line-height: 1;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-actions,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-actions {
    margin-top: auto;
    display: flex !important;
    justify-content: center !important;
}

.add-to-cart-dialog .block.crosssell.popup-cross-sell .simple-reco-actions form,
.add-to-cart-popup .block.crosssell.popup-cross-sell .simple-reco-actions form {
    width: 100% !important;
    max-width: 180px !important;
}

