.product-overview .item {
    margin-bottom: 15px !important;
}

@media(max-width:991px) {
    .product-overview .listing.listing_window-mosaic:not(.listing_no-spacing) .item {
        height: var(--windows-3_basic_PX);
        margin-left: 15px;
    }

        .product-overview .listing.listing_window-mosaic:not(.listing_no-spacing) .item::before, .listing.listing_window-mosaic:not(.listing_no-spacing) .item .inner {
            padding-top: var(--windows-3_basic_PX);
        }
}

@media(max-width:1199px) and (min-width:768px) {
    .listing.listing_window-mosaic.basic-windows.windows-3:not(.listing_no-spacing) .item {
        width: calc(var(--items-2) - 15px);
    }
}

.category-side-list {
    position: sticky;
    top: 120px;
}

    .category-side-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
    }

        .category-side-list ul li {
            background: rgba(var(--c4-bg-color1), 1);
            transition: 400ms ease background;
        }

            .category-side-list ul li .header {
                display: flex;
                align-items: center;
            }

                .category-side-list ul li .header a {
                    color: #fff;
                    flex: 1;
                    padding: 0.4rem 1rem;
                    opacity: 1;
                    transition: 400ms ease opacity;
                }

                    .category-side-list ul li .header a:hover {
                        opacity: 0.4;
                    }

                .category-side-list ul li .header svg {
                    margin-left: auto;
                    fill: #fff;
                    position: relative;
                    z-index: 10;
                    cursor: pointer;
                    opacity: 1;
                    transition: 400ms ease opacity,400ms ease transform;
                    margin-right: 0.4rem
                }

                    .category-side-list ul li .header svg.open {
                        transform: rotate( 45deg );
                    }

                    .category-side-list ul li .header svg:hover {
                        opacity: 0.4;
                    }

            .category-side-list ul li.current {
                background: rgba(var(--c3-bg-color1), 1);
            }

            .category-side-list ul li ul li .header a {
                padding: 0.4rem 2rem;
            }

            .category-side-list ul li ul li ul li .header a {
                padding: 0.4rem 3rem;
            }

        .category-side-list > ul, .category-side-list ul.open {
            display: block;
        }

.pad-t-0 {
    padding-top: 0 !important;
}

.table-wrap table {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}

    .table-wrap table tr:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .table-wrap table th, .table-wrap table td {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .table-wrap table thead {
        background: #fff;
    }

        .table-wrap table thead tr {
            background: #fff !important;
        }


@media screen and (max-width: 767px) {
    .table-wrap table {
        border: 0;
    }

        .table-wrap table caption {
            font-size: 1.3em;
        }

        .table-wrap table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-wrap table tr {
            border-bottom: 3px solid #ddd;
            display: block;
        }

        .table-wrap table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 0.9rem;
            text-align: right;
        }

            .table-wrap table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .table-wrap table td:last-child {
                border-bottom: 0;
            }
}

.product-banner {
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .product-banner:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--c1-bg-color1), 0.55);
    }

.component-inner.product-intro-gray {
    background: linear-gradient(to bottom,#f1f1f1,transparent);
    padding-top: 0 !important;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

    .component-inner.product-intro-gray .container .category-span {
        display: block;
        border-bottom: 1px solid;
        border-color: rgba(var(--base-btn-bg-color1), 1);
        font-weight: bold;
        font-size: 25px;
        line-height: 1;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #b2b2b2;
    }

.custom-breadcrumb ul {
    padding: calc(var(--base-spacing) / 3) 20px var(--base-half-spacing);
    background: #f1f1f1;
    margin: 0;
}

    .custom-breadcrumb ul li {
        display: inline-block;
    }

        .custom-breadcrumb ul li a {
            color: #000;
        }

            .custom-breadcrumb ul li a:hover {
                color: #a4c250;
            }

.single-product-wrap {
    margin-top: -250px;
}

.component-inner.product-intro-gray .container {
    background: #ffffff;
    box-shadow: 0 0 10px 2px rgb(123 123 123 / 10%);
    padding: 15px;
}

@media (min-width:0) and (max-width:575px) {
    .component-inner.product-intro-gray {
        padding: var(--pc-spacing) 0;
        max-width: 100%;
    }
}

@media (min-width:576px) {
    .component-inner.product-intro-gray {
        padding: var(--pc-spacing_sm) 0;
    }
}

@media (min-width:768px) {
    .single-product-wrap {
        margin-top: -200px;
    }

    .component-inner.product-intro-gray {
        padding: var(--pc-spacing_md) 0;
    }

        .component-inner.product-intro-gray .container {
            padding: 0;
            max-width: 690px;
        }

        .component-inner.product-intro-gray h1 {
            font-size: 30px;
            padding-right: 5px;
        }
}

@media (min-width:992px) {
    .component-inner.product-intro-gray {
        padding: var(--pc-spacing_lg) 0;
    }

        .component-inner.product-intro-gray .container {
            max-width: 930px;
        }
}

@media (min-width:1200px) {
    .component-inner.product-intro-gray {
        padding: var(--pc-spacing_xl) 0;
    }

        .component-inner.product-intro-gray .container {
            max-width: 1110px;
        }

        .component-inner.product-intro-gray h1 {
            font-size: 32px;
        }
}

@media(min-width: 1350px) {
    .component-inner.product-intro-gray .container {
        max-width: 1320px;
    }
}

@media(max-width:991px) {
    body.header-03-sm header#site-header #logo {
        display: flex;
        align-items: center;
        padding-right: 60px;
    }
}

@media(max-width:767px) {
    .custom-breadcrumb {
        display: none;
    }
}

.text {
    overflow-x: auto;
}

.gfg-outlines-overlay, footer:before {
    position: absolute;
    z-index: 800;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 946.2 655.1' style='enable-background:new 0 0 946.2 655.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M638,9.1v372.4c0,7-5.5,12.7-12.4,13L22.5,420.4c-9.1,0.4-13-11.5-5.3-16.5L625.6,2.4 C630.9-1.1,638,2.7,638,9.1z'/%3E%3Cpath class='st0' d='M650.9,381.7L651,9c0-7.9,10.2-11,14.6-4.4l269.7,402.8c4.2,6.3-0.8,14.7-8.4,14l-264.4-26.6 C656,394,650.9,388.4,650.9,381.7z'/%3E%3Cpath class='st0' d='M774,649.4l169.1-204.7c4.8-5.9,0.7-14.7-6.9-14.7H10c-10.5,0-12.5,14.9-2.4,17.7l752.9,206 C765.5,655,770.8,653.3,774,649.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 38%;
    height: 91%;
    opacity: 0.6;
}

    .gfg-outlines-overlay.bottom-left {
        bottom: -20px;
        left: -125px;
        transform: rotate(10deg );
    }

    .gfg-outlines-overlay.top-left {
        top: -135px;
        left: -125px;
        transform: rotate(10deg );
    }

    .gfg-outlines-overlay.top-right {
        top: -100px;
        right: -125px;
        transform: rotate( -10deg );
    }

    .gfg-outlines-overlay.bottom-right {
        bottom: -100px;
        right: -125px;
        transform: rotate( -10deg );
    }

footer {
    padding-bottom: 30px !important;
    overflow: hidden;
}

    footer:before {
        content: "";
        z-index: 0;
        opacity: 0.4;
        bottom: 10px;
        left: -125px;
        transform: rotate(10deg );
    }

a[target="_blank"] .icon.usn_ion-md-open.after {
    display: none;
}

footer#site-footer .site-search .form-control {
    border-color: #fff;
}

footer#site-footer .site-search button.btn {
    background: #fff;
    border-color: #fff;
    color: rgba(var(--c4-bg-color1), 1);
}

    footer#site-footer .site-search button.btn:hover {
        color: #e67c18;
    }

        footer#site-footer .site-search button.btn:hover span {
            background: #fff;
            border-color: #fff;
        }

table tr:nth-child(even) {
    background: #f1f1f1;
}

.text table {
    width: 100% !important;
    height: auto !important;
}

    .text table tr:first-of-type td {
        background-color: rgba(var(--footer-bg-color1),1);
        color: #fff;
    }

    .text table tr td {
        border-width: 2px;
        border-color: #fff;
    }


.single-product-wrap .category-side-list-wrap {
    display: none;
}

@media(min-width:768px) {
    .single-product-wrap .category-side-list-wrap {
        display: block;
        max-width: calc(100% - 30px);
        margin: 0 auto 30px;
    }
}

@media(min-width:992px) {
    .single-product-wrap .category-side-list-wrap {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media(max-width:991px) {
    .product-overview .listing.listing_window-mosaic:not(.listing_no-spacing) {
        margin-left: -30px !important;
    }

    .product-overview .category-side-list {
        margin-bottom: 15px;
    }
}


.file-folder {
    margin: calc(var(--base-half-spacing) / 3) 0 var(--base-spacing);
}

.component.usn_cmp_banner .item.item_short-banner.custom-short, .component.usn_cmp_banner .item.item_short-banner.custom-short .container, .component.usn_cmp_banner .item.item_short-banner.custom-short .row, .component.usn_cmp_banner .item.item_short-banner.custom-short .image, .component.usn_cmp_banner .item.item_short-banner.custom-short .image .video {
    max-height: 300px !important;
}

a.extranet-go-back {
    padding-left: 3px;
    display: block;
    margin-bottom: 15px;
}

    a.extranet-go-back i {
        margin-right: 5px;
    }

.extranet-files i {
    margin-right: 5px;
}

.extranet-files tr.in-folder > td:first-of-type {
    padding-left: 20px;
}