.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;
}
