.additional-features table,
.additional-features th,
.additional-features td {
    border: 1px solid #50677f;
}

.additional-features th,
.additional-features td {
    padding: 10px;
}

.additional-features tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.wp_ss-section .page-slider .image {
    background: white;
}

.product_section .shapes {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.product_section .shape {
    display: block;
    padding: 15px;
    text-align: center;
    width: 33%;
}

.product_section .shape .name {
    display: block;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 18px;
    padding: 7px 0 0;
}

/* $wp-medium */
@media only screen and (max-width : 680px) {
    .product_section .shape {
        width: 50%;
    }
}

.why_ss_section .card:after {
    display: none;
}

.why_ss_section .card:hover:before {
    clip-path: inherit;
}

.why_ss_section .card:hover {
    clip-path: polygon(100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 0, 100% 0);
}

/* 561 Media 3/20/3024 */

#main-navigation>ul>li>a:first-child {
    padding-right: 0;
}

.products_section .products {
    justify-content: flex-start;
}

.products_section .product {
    flex: 0 1 33.33%;
    max-width: inherit;
    padding: 15px 20px;
}

.products_section .image-wrap .product-image img {
	max-width: 100%;
	padding: 50px;
}

.video-link {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product_section .product-gallery .video-link a {
    flex: 1;
}

.video-link .btn-link:after {
    background: url('../assets/img/ic-arrow.png') center center no-repeat !important;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 23px;
    width: 14px;
}

.mt-40 {
    margin-top: 40px;
}

/* .products_section .product-name {
    font-size: 22px;
    line-height: 22px;
} */

.page-sections .heading.with-stripes {
    letter-spacing: inherit;
}

.product_section .specs-link .btn-link {
    font-size: 18px;
    letter-spacing: -.015em;
    line-height: 26px;
    padding: 15px 30px 15px 10px;
    text-align: left;
}

.product_section .specs-link .btn-link:after {
    display: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.column-reverse {
    flex-direction: column-reverse;
}

.product_section .video-link .embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 100%;
    width: 100%;     
}

.product_section .video-link .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_section .soft-armor-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    
}

.product_section .soft-armor-specs .features-heading {
    width: 100%;
}

.product_section .soft-armor-specs .specs-link {
    flex: 0 1 calc(50% - 10px);
}

@media only screen and (max-width : 1240px) {
    .products_section .product {
        flex: 1 0 auto;
        width: 50% !important;
    }
}

@media only screen and (max-width : 768px) {
    .product-soft-armor .features-outer-wrapper {
        flex-direction: column-reverse;
    }
}

.video_cards_section .page-sections {
    padding-top: 0;
}

.video_cards_section .container {
    width: 1866px !important;
}

.video_cards_section .heading-wrap {
    margin: 0 auto 8px;
    width: 1700px;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-card-wrapper {
    width: calc(25% - 10px);
}

.video-card {
    margin-bottom: 10px;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.video-card iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-card-wrapper .heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    margin: 0 0 10px;
    text-transform: inherit;
}

.video_cards_section .all-videos-link {
    margin-top: 60px;
    min-width: 225px;
    text-align: center;
}

@media only screen and (max-width : 1200px) {
    .video-card-wrapper {
        margin-bottom: 40px;
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width : 480px) {

    .video-card-wrapper {
        width: 100%;
    }
    
    .products_section .product {
        width: 100% !important;
    }
    
}

.single-resource .single_post_section .content-wrap {
    max-width: 100%;
    padding: 20px 0;
    width: 100%;
}

.single-resource .resource-wrap {
    column-gap: 40px;
    display: flex;
    margin: 40px 0 20px;
}

/* Header cart icon */
#header-navigation .nav-wrap {
    text-align: right;
}

.header-cart-container:empty {
    display: none;
}

.header-cart-link {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 24px;
    line-height: 1;
    position: relative;
}

.header-cart-link:hover,
.header-cart-link:focus {
    color: #50677f;
}

.header-cart-count {
    align-items: center;
    background: #50677f;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: -10px;
    top: -8px;
}

@media only screen and (min-width: 1201px) {
    #header-navigation .nav-wrap {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
    }

    #header-navigation #main-navigation {
        order: 2;
    }

    .header-cart-link {
        margin-right: 0;
        order: 1;
        top: -10px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-cart-link {
        margin-right: 55px;
    }
}

.single-resource .the-content h1,
.single-resource .the-content h2,
.single-resource .the-content h3,
.single-resource .the-content h4,
.single-resource .the-content h5,
.single-resource .the-content h6 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.single-resource .the-content > h2,
.single-resource .the-content > h3 {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: .025em;
    margin: 15px 0;
    width: 100%;
}

.single-resource .the-content>h2:after,
.single-resource .the-content>h3:after {
    background: url('../assets/img/bg-stripe-tile.png') -5px top;
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 16px;
    margin: auto 0 auto 20px;
}

@media screen and (max-width: 992px) {
    #footer div.footer-contact-info, 
	#footer div.menu-footer-container {
        display: block;
    }
	
	#footer div.menu-footer-container ul:after {
		display: none;
	}	
	
}

.resources_section .resource-image {
    height: 300px;
}
/*
#masthead.affix #logo a img {
	height: auto !important;
}
*/
/* 561 Media 11/8/2024 */
.products_section.wp_ss-section .image-wrap .product-image img {
    padding: inherit;
}

.mega-menu ul {
    column-gap: 5px;
    justify-content: inherit;
}


/* 561 Media 03/08/2025 */
.hero_section .flex-container {justify-content: center;}
.hero_section .hero-item.slick-current .contents {max-width: 1200px; position: absolute; background: rgba(255, 255, 255, .5); margin: 0 auto;}
.hero_section .hero-item .image {width: 100%;}

/* 561 Media 04/16/2025 */
.contact_section .contents.full-width {
    width: 100%;
}

.contact_section .customer-survey h2 {
    font-weight: 700;
    margin-bottom: 0;
}

.contact_section .customer-survey .gchoice {
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .customer-survey .ginput_complex {
    gap: 20px;
}

.pswp {
    z-index: 10001;
}

/* 561 Media 10/21/2025 */
.section-heading {
    font-family: "Space Mono", monospace;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
}
@media screen and (max-width: 680px) {
    .section-heading {
        font-size: 32px;
    }
}

/* Single Product Page 12/19/2025 */

.single-custom_product .page_heading .heading-wrap {
    padding: 0;
}
.single-custom_product .page-sections .heading.with-stripes {
    background-color: #4d6780;
    color: #fff;
    padding: 10px 50px 10px 20px;
}
.single-custom_product .page-sections .heading.with-stripes:after {
    display: none;
}
.single-custom_product .page-sections .subheading {
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 20px;
}

.single-custom_product .product-gallery .specs-wrapper {
    margin-bottom: 36px;
}

@media screen and (max-width: 460px) {
    .single-custom_product .page-sections .subheading {
        font-size: 20px;
    }
}

.gt_switcher_wrapper {
    background-color: rgba(255, 255, 255, .9);
    padding: 5px;    
}

/* Three Column Content */
.three_columns_with_heading {
    margin-bottom: 60px;
}
.three_columns_with_heading .the-content-wrap {
	padding-bottom: 126px;
	padding-top: 126px;
}
.three_columns_with_heading .content-wrap {
	background: #fff;
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    display: flex;
    flex-wrap: wrap;	
    gap: 20px;
    margin: 0 auto;
    padding: 42px 50px 24px;
    width: 100%;
}
.page-sections .three_columns_with_heading .the-content {
    display: flex;
    flex: none;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px 20px;
    width: 100%;
}
.three_columns_with_heading .the-content h2 {
    font-weight: 600;
    width: 100%;
}
.three_columns_with_heading .the-content .contact-info {
    width: calc(33% - 10px);
    border: 1px #eee solid;
    border-radius: 5px;
    padding: 10px;
}
.page-sections .three_columns_with_heading .the-content ul {
    margin-top: 0;
}
.page-sections .three_columns_with_heading .the-content p {
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .three_columns_with_heading .the-content .contact-info {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .three_columns_with_heading {
        background-size: cover !important;
    }
    .three_columns_with_heading .the-content .contact-info {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .three_columns_with_heading .the-content-wrap{
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .three_columns_with_heading .content-wrap {
        -webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
        padding: 24px 20px;
        width: 100%;
    }
}

.woocommerce #logo a img,
.woocommerce-page #logo a img {
    max-width: inherit;
}

/* ── Footer redesign — Option 1 (two-column) ─────────────────────────────── */

/* Override old flex layout */
#footer .flex-container { display: none; }
#footer-left, #footer-right { display: none; }

.footer-row {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Row 1: logo left, nav right */
.footer-row--top {
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 20px;
    border-bottom: 1px solid #d2d9df;
    gap: 40px;
}

#footer-logo {
    display: block;
    flex: 0 0 auto;
    order: 2;
    padding: 0;
    margin: 0;
    margin-left: 60px;
}

#footer-logo a {
    display: block;
    width: 100px;
}

#footer-logo a img {
    height: auto !important;
    max-width: 100%;
}

#footer-nav {
    flex: 1 1 auto;
    order: 1;
}

#footer-nav .menu-footer-container {
    margin: 0;
}

#footer-nav .menu-footer-container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px 0;
    justify-content: flex-start;
    column-gap: 0;
}

#footer-nav .menu-footer-container ul li {
    margin: 0;
    padding: 3px 0 3px 24px;
}

/* Row 2: contact left, social right */
.footer-row--bottom {
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #d2d9df;
    gap: 20px;
}

#footer-contact {
    flex: 1 1 auto;
}

#footer #footer-contact div.footer-contact-info ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px 0;
    align-items: flex-start;
    justify-content: flex-start;
}

#footer #footer-contact div.footer-contact-info ul li {
    padding: 0;
    width: auto;
}

#footer #footer-contact div.footer-contact-info ul li.address-link {
    width: auto;
    text-align: left;
    text-align-last: left;
}

#footer-social {
    flex: 0 0 auto;
}

#footer-social .menu-social-container ul {
    gap: 16px;
    width: auto;
}

/* Row 3: legal */
.footer-row--legal {
    justify-content: space-between;
    padding: 12px 0 4px;
    flex-wrap: wrap;
    gap: 4px;
}

.footer-row--legal .copyright,
.footer-row--legal .colophon {
    width: auto;
    text-align: left;
}

/* Responsive */
@media screen and (max-width: 992px) {
    .footer-row--top {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }
    #footer-logo {
        margin-left: 0;
        order: 1;
    }
    #footer-nav {
        order: 2;
        width: 100%;
    }
    #footer-nav .menu-footer-container ul {
        justify-content: flex-start;
    }
    #footer-nav .menu-footer-container ul li {
        padding: 3px 24px 3px 0;
    }
    .footer-row--bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    #footer-social .menu-social-container ul {
        gap: 16px;
    }
    #footer-contact .footer-contact-info ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .footer-row--legal {
        flex-direction: column;
        gap: 2px;
    }
}

/* ── Mega-menu redesign (2026-06-19) ────────────────────────────── */

/* Slide-down transition — replace the compiled opacity-only fade */
.mega-menu {
    transition: transform .25s ease, opacity .2s ease !important;
    transform: translateY(-8px);
}
#main-navigation > ul > li.menu-item-has-children:hover .mega-menu {
    transform: translateY(0);
}

/* Suppress old inner structure */
.mega-menu .header       { display: none; }
.mega-menu:before        { display: none; }
.mega-menu .menu-wrapper { padding: 0; }
.mega-menu .container    { padding: 0 !important; max-width: none !important; width: 100% !important; }
.mega-menu ul.sub-menu   { display: none; }

/* Header bar */
.mega-menu .mm-sidebar {
    background: #50677f;
    -webkit-clip-path: polygon(100% calc(100% - 27px), calc(100% - 27px) 100%, 0 100%, 0 0, 100% 0);
    clip-path: polygon(100% calc(100% - 27px), calc(100% - 27px) 100%, 0 100%, 0 0, 100% 0);
    color: #fff;
    width: 100%;
    padding: 16px 40px 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.mega-menu .mm-title {
    font-family: 'Space Mono', monospace;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    margin: 0;
}
.mega-menu .mm-cta {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s;
    white-space: nowrap;
}
.mega-menu .mm-cta:hover { background: rgba(255,255,255,.28); color: #fff; }

/* Grid area */
.mega-menu .mm-grid-wrap {
    width: 100%;
    padding: 24px 40px 20px;
    background: #fff;
}
.mega-menu .mm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px 0;
}
.mega-menu .mm-grid a {
    display: block;
    color: #1a2530;
    font-family: 'Space Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.3;
    padding: 11px 12px 11px 22px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    border-radius: 4px;
    transition: background .15s, color .15s;
    position: relative;
}
.mega-menu .mm-grid a::before {
    content: '\2014';
    position: absolute;
    left: 6px;
    font-size: 10px;
    color: #50677f;
    opacity: .5;
    transition: opacity .15s;
}
.mega-menu .mm-grid a:hover              { background: #f0f4f7; color: #50677f; }
.mega-menu .mm-grid a:hover::before      { opacity: 1; }

.mega-menu .mm-grid-divider {
    grid-column: 1 / -1;
    height: 1px;
    background: #e8edf1;
    margin: 2px 0;
}

/* Footer strip */
.mega-menu .mm-footer {
    background: #f7f9fb;
    border-top: 1px solid #e8edf1;
    padding: 10px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.mega-menu .mm-footer span {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    color: #50677f;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.mega-menu .mm-footer a {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    color: #50677f;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #50677f;
    padding-bottom: 1px;
}
.mega-menu .mm-footer a:hover { color: #1a2530; border-color: #1a2530; }

/* Responsive — tablet */
@media screen and (max-width: 1240px) {
    .mega-menu .mm-sidebar {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 14px 20px;
        align-items: flex-end;
    }
    .mega-menu .mm-title            { font-size: 22px; }
    .mega-menu .mm-grid-wrap        { padding: 12px 20px 16px; }
    .mega-menu .mm-grid             { grid-template-columns: repeat(2, 1fr); }
    .mega-menu .mm-footer           { padding: 10px 20px; }
}

/* Responsive — mobile */
@media screen and (max-width: 680px) {
    .mega-menu .mm-sidebar {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        padding: 12px 16px;
    }
    .mega-menu .mm-title            { font-size: 18px; }
    .mega-menu .mm-grid             { grid-template-columns: 1fr; }
    .mega-menu .mm-grid-wrap        { padding: 8px 16px 12px; }
}

/* ── Mobile nav accordion (≤1240px only) ────────────────────────
   Strips all desktop mega-menu chrome and renders the sub-items
   as a plain indented accordion list inside the nav drawer.
──────────────────────────────────────────────────────────────── */
@media screen and (max-width: 1240px) {
    /* Top-align the drawer contents */
    #main-navigation {
        justify-content: flex-start !important;
        overflow-x: hidden;
    }

    /* Stack vertically and scroll — prevent wrapping into new columns */
    #main-navigation > ul {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-top: 20px !important;
    }

    /* Smaller top-level link font */
    #main-navigation > ul > li > a {
        font-size: 12px !important;
        letter-spacing: .06em;
    }

    /* Accordion container — inline, no desktop chrome */
    #main-navigation .mega-menu {
        width: 100% !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        overflow: visible !important;
        box-sizing: border-box;
    }

    /* Hide desktop-only elements */
    #main-navigation .mega-menu .mm-sidebar,
    #main-navigation .mega-menu .mm-footer,
    #main-navigation .mega-menu .mm-grid-divider {
        display: none !important;
    }

    /* Simple indented link list */
    #main-navigation .mega-menu .mm-grid-wrap {
        background: transparent !important;
        padding: 4px 0 10px 16px !important;
    }

    #main-navigation .mega-menu .mm-grid {
        display: block !important;
    }

    #main-navigation .mega-menu .mm-grid a {
        display: block;
        font-family: 'Space Mono', monospace;
        font-size: 11px;
        font-weight: 400;
        color: #50677f;
        padding: 5px 0;
        text-transform: uppercase;
        letter-spacing: .06em;
        text-decoration: none;
        background: transparent !important;
        border: none;
        border-radius: 0;
        position: static;
        white-space: normal;
        overflow-wrap: break-word;
    }

    #main-navigation .mega-menu .mm-grid a::before {
        display: none !important;
    }

    #main-navigation .mega-menu .mm-grid a:hover {
        color: #1a2530 !important;
        background: transparent !important;
    }
}

/* Categories sidebar widget: parent group headers (Carriers, Hard Armor, Soft Armor, Accessories) */
#menu-categories li.menu-item-has-children > a {
    background: transparent !important;
    padding: 13px 5px 13px 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    cursor: pointer;
}

#menu-categories li.menu-item-has-children > a:before,
#menu-categories li.menu-item-has-children > a:after {
    display: none !important;
}

#menu-categories li.menu-item-has-children > a:hover,
#menu-categories li.menu-item-has-children > a:active,
#menu-categories li.menu-item-has-children > a:focus {
    background: transparent !important;
}

#menu-categories li.menu-item-has-children > a .toggle-indicator {
    position: absolute;
    right: 5px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

#menu-categories li.menu-item-has-children > a .toggle-indicator:before,
#menu-categories li.menu-item-has-children > a .toggle-indicator:after {
    content: "";
    position: absolute;
    background: #000;
}

#menu-categories li.menu-item-has-children > a .toggle-indicator:before {
    left: 0;
    top: 7px;
    width: 16px;
    height: 2px;
}

#menu-categories li.menu-item-has-children > a .toggle-indicator:after {
    left: 7px;
    top: 0;
    width: 2px;
    height: 16px;
    transition: opacity .2s ease;
}

#menu-categories li.menu-item-has-children.open > a .toggle-indicator:after {
    opacity: 0;
}

#menu-categories ul.sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#menu-categories ul.sub-menu li a {
    padding-left: 65px !important;
}

.products_section .widget-wrap ul.menu li a:before,
.products_section .widget-wrap ul.menu li a:after {
    left: 10px;
}

#menu-categories ul.sub-menu li a {
    padding-left: 55px !important;
}
