/* New Icon Set start*/
.cs-books:before {
    content: "\e92a";
}

.cs-warning-open:before {
    content: "\ea07";
}

.cs-warning-closed:before {
    content: "\ea08";
}

.cs-copy:before {
    content: "\e92c";
}

.cs-undo:before {
    content: "\e967";
}

.cs-redo:before {
    content: "\e968";
}

.cs-notification:before {
    content: "\ea09";
}
/* New Icon Set end */
.bg-banner {
    background-color: #f2f2f2;
    padding: 20px;
}

    .bg-banner p:last-of-type {
        margin-bottom: 0px;
    }

.search-doc {
    color: #333333;
    font-size: 1.125em;
    margin: 25px 0 10px 0;
}

.product-docs .pd-sub-title {
    font-family: "Open Sans Bold", "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 1.125em;
    color: #333333;
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
}

.product-docs .search-doc {
    color: #333333;
    font-size: 1.125em;
    margin: 25px 0 10px 0;
}

@media screen and (max-width: 1023px) {
    .product-docs .p-search__query {
        margin-bottom: 0.625em;
    }

    .product-docs .all-docs {
        margin: 20px 0px 25px 0px;
        width: 100%;
        padding: 0px 30px !important;
    }

    .product-docs .search-doc {
        margin: 25px 0px 20px 0px;
    }
}

.product-docs .all-docs {
    margin-top: 1.563em;
    height: 38px;
    line-height: 38px;
    padding: 0px 30px 0px 10px;
}

.pdl-search .p-search__query,
.prod-doc-type-wrapper .p-search__query {
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 100%;
    min-height: 38px;
    padding: 0 0.75rem;
}

.pdl-search-btn {
    margin-left: 0.625em;
    width: 150px;
}

.lstLanguage {
    margin-left: 1.25em;
    width: 130px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

@media screen and (min-width: 992px) {
    .prodcut-doc-divider {
        border-left: 1px solid #ffffff;
        padding-left: 60px;
    }
}

.product-docs .a-link--product-content-library {
    max-width: 500px;
    display: flex;
    margin-bottom: 0.625em;
    padding: 0px;
}

.product-category-wrapper {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.browse-products .category-title {
    font-family: "Open Sans Semibold", "Open Sans";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}

.browse-products {
    display: flex;
    flex-wrap: wrap;
    width: 935px;
	justify-content: center;
}

    .browse-products .product-btn {
        width: 280px;
        height: 155px;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        border: none;
        margin: 10px 15px;
        padding: 15px;
        border-radius: 3px;
        background-color: #f2f2f2;
        border: 2px solid #f2f2f2;
    }

        .browse-products .product-btn:hover,
        .browse-products.selected .product-btn:hover {
            border: 2px solid rgb(204, 204, 204);
        }

.product-btn img {
    width: 125px;
}

@media screen and (max-width: 1023px) {
    .browse-products {
        width: 100%;
    }

        .browse-products .product-btn {
            margin: 5px;
            width: 218px;
        }

    .prod-doc-type-wrapper .a-btn--search-button {
        margin-left: 10px;
        width: auto;
    }
	
	.browse-products.selected .product-btn .category-title {
		text-align:left;
	}
}

@media screen and (max-width: 767px) {
    .pdl-search .p-search__query,
    .prod-doc-type-wrapper .p-search__query {
        width: 100%;
        margin-bottom: 10px;
    }

    .pdl-search-btn,
    .prod-doc-type-wrapper .a-btn--search-button {
        margin: 0px;
        width: 100%;
    }

    .browse-products.is-mobile .product-btn {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        height: 58px;
        padding: 10px;
		margin: 5px;
    }

    .product-docs .a-link--product-content-library {
        max-width: 320px;
    }
	
	.browse-products .category-title {
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 991px) {
    .prod-doc-type-wrapper .a-btn--search-button {
        margin-left: 10px;
        width: auto;
    }
	
	.a-related-products {
		margin-bottom: 0px;
	}
	
}

.browse-products.selected .product-btn {
    flex-direction: row-reverse;
    height: 58px;
    padding: 10px;
    justify-content: flex-end;
}

    .browse-products.selected .product-btn img {
        width: 40px;
        margin-right: 30px;
    }

@media screen and (max-width: 767px) {
    .browse-products.is-mobile .product-btn img {
        width: 30px;
        margin-right: 20px;
    }

    .browse-products.is-mobile.selected .product-btn img {
        margin-right: 5px;
    }

    .browse-products.is-mobile.selected .product-btn {
        width: calc(33% - 10px);
        height: 35px;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .browse-products.is-mobile .product-btn {
        width: 48%;
        height: 140px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .browse-products.is-mobile .product-btn img {
            width: 125px;
            margin-right: 0px;
        }

    .browse-products.is-mobile.selected .product-btn {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

        .browse-products.is-mobile.selected .product-btn img {
            width: 30px;
        }
}

.browse-products.selected .product-btn .category-title {
    margin: 0px;
}

.browse-products .product-btn .category-title .istablet {
    display: block;
}

.browse-products .product-btn .category-title .ismobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .browse-products.selected.is-mobile
    .product-btn
    .category-title
    .istablet {
        display: none;
    }

    .browse-products.selected.is-mobile
    .product-btn
    .category-title
    .ismobile {
        display: block;
    }

    .browse-products.selected.is-mobile
    .product-btn
    .category-title
    .istablet {
        display: none;
    }

    .browse-products.selected.is-mobile
    .product-btn
    .category-title
    .ismobile {
        display: block;
    }
}

.browse-products .product-btn.active {
    border-color: #f58025;
    background: #ffffff;
    pointer-events: none;
}

.start-over {
    display: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #169bd5;
    text-align: left;
    cursor: pointer;
    margin-bottom: 15px;
}

#productSelected {
    display: none;
}

.product-selected-wrapper {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .product-selected-wrapper .prod-title {
        font-size: 18px;
        text-align: center;
    }

    .product-selected-wrapper .img-container {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
    }

    .product-selected-wrapper img {
        width: 150px;
        margin: 30px 0px 10px;
    }

    .product-selected-wrapper .version-title p {
        text-align: center;
        margin-bottom: 0px;
        font-family: "Open Sans";
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
		height: 40px;
    }

    .product-selected-wrapper .version-title .semi-bold {
        font-family: "Open Sans Bold", "Open Sans Regular", "Open Sans";
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-selected-wrapper .a-btn--search-button {
        margin: 0px;
        font-family: "Open Sans Bold", "Open Sans";
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

.subcategory,
.sub-subcategory {
    display: none;
}

.listbox:not(:last-of-type) {
    margin-right: 30px;
}

.listbox:has(li) {
    display: block;
}

.listbox ul {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(219, 219, 219, 1);
    overflow: auto;
    width: 200px;
    height: 240px;
    margin: 10px;
}

@media screen and (max-width: 767px) {
    .listbox ul {
        width: 300px;
    }
}

.listbox .title {
    font-family: "Open Sans Bold", "Open Sans Regular", "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
}

.listbox .title span{
    font-style:italic;
    font-weight:400
}

.listbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listbox li {
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid transparent;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .listbox li:hover {
        background-color: rgba(254, 242, 216, 1);
    }

    .listbox li.active {
        background-color: rgba(217, 245, 253, 1);
        border-top: 1px solid rgba(219, 219, 219, 1);
        border-bottom: 1px solid rgba(219, 219, 219, 1);
    }

    .listbox li .cs-check-circle {
        display: none;
        color: #337ab7;
    }

    .listbox li.active .cs-check-circle {
        display: block;
    }

li {
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.listbox::-webkit-scrollbar {
    width: 8px;
    border: 1px solid #333;
}

.listbox::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.listbox::-webkit-scrollbar-thumb {
    background: gray;
}

.listbox {
    flex: 0 0 auto; /* Prevent flex items from shrinking */
    /* width: 200px; Adjust width as needed */
}

.product-category-wrapper .product-family-wrapper {
    display: flex;
    width: 905px;
    margin: 0 15px;
}

.product-categories {
    max-width: 690px;  /* Fixed width container */
    overflow: hidden;
    position: relative;
}

    .product-categories .selection-container {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: max-content; /* Adjusts to fit all listboxes */
    }

.slide-btn-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .slide-btn-wrapper .controls {
        display: flex;
        align-items: center;
        margin-left: 15px;
        overflow: hidden;
        width: 25px;
        height: 40px;
        position: relative;
    }

        .slide-btn-wrapper .controls .slide-left {
            position: absolute;
            cursor: pointer;
            border: none;
            background: none;
            text-decoration: none;
            transform: rotate(180deg);
            font-size: 40px;
            color: #169bd5;
            padding: 4px;
            right: -100%;
            transition: right 0.5s ease-in-out;
        }

    .slide-btn-wrapper .list-breadcrumbs {
        /* display: none; */
        padding-left: 20px;
    }
	
	.slide-btn-wrapper .list-breadcrumbs .o-breadcrumb__item:nth-child(1):nth-last-child(2),
	.slide-btn-wrapper .list-breadcrumbs .o-breadcrumb__item:nth-child(2):nth-last-child(1) {
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

        .slide-btn-wrapper .list-breadcrumbs .o-breadcrumb__item span {
            color: #169bd5;
            cursor: pointer;
        }

@media screen and (max-width: 1023px) {
    .product-categories {
        width: 450px;
    }

    .product-category-wrapper {
        width: 100%;
    }
	
	.browse-products.selected .product-btn img {
		margin-right: 10px;
	}
}

@media screen and (max-width: 1023px) and (orientation:portrait) {
    .product-category-wrapper .product-family-wrapper {
		width:660px;
	}
}

@media screen and (max-width: 1023px) and (orientation:landscape) {
    .product-category-wrapper .product-family-wrapper {
		width:660px;
	}
	
	.o-search {
        padding-top: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .product-category-wrapper .product-family-wrapper {
        flex-direction: column;
        margin: 0 auto;
        width: 300px !important;
        align-items: center;
    }

    .product-categories {
        width: 300px;
        margin-bottom: 20px;
    }

        .product-categories .selection-container {
            transition: transform 0s ease;
        }

    .slide-left {
        transition: right 0s ease-in-out;
    }
}

.image-container:hover img {
    right: 0;
}

.a-related-products {
    font-family: "Open Sans Italic", "Open Sans Regular", "Open Sans";
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #333333;
    display: flex;
}

    .a-related-products span:not(:last-of-type) {
        margin-right: 5px;
    }

    .a-related-products .product-read-more {
        min-width: fit-content;
        color: #406da1;
        cursor: pointer;
    }

    .a-related-products .product-names {
        color: #406da1;
    }

        .a-related-products .product-names.hide {
            line-clamp: 1;
            -webkit-line-clamp: 1;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.a-paragraph-product-data {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0.5rem;
}

    .a-paragraph-product-data a {
        font-family: "Open Sans";
        font-weight: 400;
        font-size: 14px;
    }

    .a-paragraph-product-data span:before {
        content: "|";
        color: #cccccc;
        line-height: 19px;
        padding: 0px 10px;
    }

    .a-paragraph-product-data span:first-of-type::before {
        content: "";
        padding: 0px;
    }

    .a-paragraph-product-data.is-mobile {
        display: none;
    }

.a-related-products.is-mobile {
    display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .a-paragraph-product-data.is-mobile {
        display: block;
        margin: 10px 0px 0px 0px;
    }

    .a-related-products span:first-of-type {
        display: none;
    }

    .a-related-products.is-mobile {
        display: block;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .a-paragraph-product-data.is-mobile {
        display: block;
        margin: 10px 0px 0px 0px;
    }
}

.mobile-view .result-action {
    display: none !important;
}

.search-product-doc {
    display: flex;
}

    .search-product-doc img {
        width: 56px;
        height: 56px;
        margin-right: 10px;
    }

.search-result-wrapper {
    display: flex;
}

    .search-result-wrapper .search-info {
        min-width: calc(100% - 180px);
    }

    .search-result-wrapper .result-action {
        display: flex;
        flex-direction: column;
        width: 225px;
    }

        .search-result-wrapper .result-action .download-copy {
            display: flex;
            justify-content: space-between;
        }

    .search-result-wrapper .safety_update {
        font-family: "Open Sans";
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #ff0000;
        margin-bottom: 5px;
        width: 125px;
        text-align: center;
    }

        .search-result-wrapper .safety_update span {
            margin-right: 3px;
            vertical-align: middle;
        }

        .search-result-wrapper .safety_update .cs-warning-closed::before {
            font-size: 22px;
        }

    .search-result-wrapper .download-btn {
        height: 35px;
        width: 125px;
        line-height: 35px;
        padding: 0px 15px;
        font-family: "Open Sans Bold", "Open Sans Regular", "Open Sans";
        font-size: 14px;
        margin-right: 15px;
		text-align: center;
    }

    .search-result-wrapper .copy-btn {
        cursor: pointer;
        color: #406da1;
        text-align: center;
        font-size: 18px;
    }

    .search-result-wrapper .result-action .copy-btn {
        min-width: 40px;
    }

        .search-result-wrapper .result-action .copy-btn.cs-check-circle p {
            display: block;
        }

        .search-result-wrapper .result-action .copy-btn.cs-check-circle {
            color: #009900;
        }

        .search-result-wrapper .result-action .copy-btn p {
            margin: 0px;
            text-align: center;
            font-family: 'Open Sans Regular', 'Open Sans';
            font-weight: 400;
            font-size: 12px;
            color: #009900;
            display: none;
        }

    .search-result-wrapper .copy-btn::before {
        font-style: normal;
    }

    .search-result-wrapper .copy-btn.cs-copy:before {
        top: 8px;
        position: relative;
    }

.public-search-wrapper .o-search__query {
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.public-search-wrapper .pdl-search-language-input {
    margin-left: 1.25em;
    width: 130px;
    border: 1px solid #ced4da;
    border-radius: 5px;
	padding: 0 4px;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
}

.language_input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 14px !important;
	width: 130px;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
}

.one-result {
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 2px 2px 0px rgba(204, 204, 204, 1);
    box-shadow: 2px 2px 0px rgba(204, 204, 204, 1);
	padding:20px;
}

.revision-history-wrapper {
    padding-top: 15px;
    margin-top: 35px;
    border-top: 1px solid #cccccc;
    transition: transform 2s ease;
}

    .revision-history-wrapper table {
        border-collapse: collapse;
        font-size: 14px;
    }

        .revision-history-wrapper table td {
            border: 1px solid #cccccc;
            padding: 10px 5px;
        }

            .revision-history-wrapper table td p {
                margin: 0px 5px;
                font-size: 14px;
            }

        .revision-history-wrapper table th {
            border: 1px solid #cccccc;
            border-top-color: transparent;
            padding: 10px 5px;
        }

            .revision-history-wrapper table th:first-of-type {
                border-left-color: transparent;
                text-align: left;
            }

            .revision-history-wrapper table th:last-of-type {
                border-right-color: transparent;
            }

        .revision-history-wrapper table tr:nth-child(even) td {
            background-color: #e4e4e4;
        }
		
	.revision-history-wrapper .pdl-revision-history {
		width: 226px;
	}

    .revision-history-wrapper .part-number {
        width: 108px;
    }

    .revision-history-wrapper .publish-date {
        width: 98px;
    }

    .revision-history-wrapper .version {
        width: 88px;
    }

    .revision-history-wrapper .revison-action {
        display: flex;
        justify-content: center;
        width: 65px;
    }

        .revision-history-wrapper .revison-action .cs-downloadarrow.download-btn {
            color: #f58025 !important;
            font-size: 18px !important;
        }

        .revision-history-wrapper .revison-action .copy-btn {
            margin-left: 10px;
            font-size: 18px !important;
            cursor: pointer;
            color: #406da1;
        }

            .revision-history-wrapper .revison-action .copy-btn.cs-check-circle {
                color: #009900;
            }

    .revision-history-wrapper .revision-history-mobile {
        display: none;
    }

.m-search-results__document-title.result-title {
    color: #333333;
}

@media screen and (max-width:1199px) {
    .revision-history-wrapper {
        margin: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .search-result-wrapper .search-info {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .search-result-wrapper .search-info {
        width: 470px;
        margin-right: 10px;
    }

    .search-result-wrapper .result-action {
        width: 30%;
    }

    .a-paragraph-product-data span:before {
        padding: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .search-result-wrapper {
        flex-direction: column;
    }

        .search-result-wrapper .search-info {
            width: 100%;
        }

        .search-result-wrapper .safety_update {
            margin-bottom: 10px;
            width: 200px;
        }

            .search-result-wrapper .safety_update.visibility-hidden {
                display: none;
            }

        .search-result-wrapper .result-action {
            width: 70%;
            margin: 0 auto;
        }

        .search-result-wrapper .download-btn {
            width: 200px;
        }

        .search-result-wrapper .copy-btn {
            font-size: 28px !important;
        }

    .revision-history-wrapper table {
        display: none;
    }

    .revision-history-wrapper .revision-history-mobile {
        display: block;
    }

    .mobile-view .product-details .revision {
        display: none;
    }

    .a-paragraph-product-data .language_input {
        width: 100%;
        margin-top: 10px;
    }

    .a-paragraph-product-data span.revisions {
        display: none;
    }
	
	.public-search-wrapper .pdl-search-language-input {
		margin: 10px 0px 0px 0px;
		width: 100%;
		min-height: 38px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
    .a-paragraph-product-data span:before {
        padding: 0 5px;
    }
	
	.revision-history-wrapper .pdl-revision-history {
		width: unset;
	}

    .revision-history-wrapper .part-number {
        width: 90px;
    }

    .revision-history-wrapper .publish-date {
        width: 88px;
    }

    .revision-history-wrapper .version {
        width: 58px;
    }

    .revision-history-wrapper table .revison-action {
        width: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
    .search-result-wrapper .search-info {
        margin-right: 10px;
    }
	
	.revision-history-wrapper .pdl-revision-history {
		width: unset;
	}

    .revision-history-wrapper .part-number {
        width: 98px;
    }

    .revision-history-wrapper .publish-date {
        width: 88px;
    }

    .revision-history-wrapper .version {
        width: 78px;
    }

    .revision-history-wrapper table .revison-action {
        width: 55px;
    }

    .mobile-view .result-action {
        display: none;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .a-paragraph-product-data {
        margin-bottom: 15px;
    }

    .revision-history-wrapper .revision-history-mobile .revison-details {
        display: flex;
        flex-direction: column;
    }

        .revision-history-wrapper .revision-history-mobile .revison-details .language_input {
            width: 100%;
        }

    .revision-history-mobile h4,
    .revision-history-mobile .title {
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }

    .revision-history-mobile .revision-row {
        padding: 10px;
        border: 1px solid #cccccc;
    }

        .revision-history-mobile .revision-row:nth-child(odd) {
            background-color: #e4e4e4;
        }

    .revision-history-mobile .revison-details .a-paragraph-product-data span:last-of-type::before {
        content: "";
        padding: 0px;
    }

    .revision-history-mobile .revison-action {
        width: 100% !important;
    }

        .revision-history-mobile .revison-action .cs-downloadarrow.download-btn {
            font-size: 28px !important;
        }

        .revision-history-mobile .revison-action .copy-btn {
            font-size: 28px !important;
            margin-left: 15px;
        }
		
		.o-breadcrumb__name {
			max-width: 50px;
		}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .m-search-results__item {
        padding-right: 0px;
    }

        .m-search-results__item.one-result {
            padding: .75rem;
        }

    .mobile-view .a-paragraph-product-data span.revision {
        display: unset;
    }

    .search-result-wrapper .result-action {
        width: 55%;
    }

    .search-result-wrapper .is-mobile.result-action {
        display: none;
    }

    .revision-history-wrapper .revision-history-mobile .revison-details {
        display: flex;
        flex-direction: row;
    }

    .revision-history-mobile h4,
    .revision-history-mobile .title {
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }

    .revision-history-mobile .revision-row {
        padding: 10px;
        border: 1px solid #cccccc;
    }

        .revision-history-mobile .revision-row:nth-child(odd) {
            background-color: #e4e4e4;
        }

    .a-paragraph-product-data span:first-of-type::before {
        content: "";
        padding: 0px;
    }

    .revision-history-mobile .revison-action {
        width: 125px !important;
        justify-content: flex-end;
    }

        .revision-history-mobile .revison-action .cs-downloadarrow.download-btn {
            font-size: 28px !important;
        }

        .revision-history-mobile .revison-action .copy-btn {
            font-size: 28px !important;
            margin-left: 15px;
        }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .search-result-wrapper .result-action {
        width: 75%;
    }

    .search-result-wrapper .download-btn {
        margin: 0px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .product-details .a-paragraph-product-data .language_input {
        width: 120px;
        margin-top: 10px;
    }

    .revison-details .a-paragraph-product-data .language_input {
        width: 120px;
        margin: 0px;
    }

    .a-paragraph-product-data span.revisions {
        display: inline;
    }

    .mobile-view {
        display: flex;
    }

        .mobile-view .result-action.is-mobile .safety_update {
            width: 120px;
        }

        .mobile-view .result-action.is-mobile .download-btn {
            width: 120px;
            margin-right: 5px;
        }

        .mobile-view .product-details {
            width: 65%;
            margin-right: 10px;
        }

        .mobile-view .result-action.is-mobile {
            display: flex !important;
            align-items: flex-start;
            width: 35%;
            margin: 0px;
        }
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    transition: tansform 0s ease !important;
}

.m-hierarchy-nav .selected-product {
    border: 1px solid #797979;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 15px;
    height: 230px;
}

    .m-hierarchy-nav .selected-product .product-selected-wrapper {
        width: 100%;
    }

        .m-hierarchy-nav .selected-product .product-selected-wrapper .title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 0px 10px;
            margin-top: 10px;
        }

        .m-hierarchy-nav .selected-product .product-selected-wrapper .prod-title {
            line-clamp: 1;
            -webkit-line-clamp: 1;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 180px;
            font-size: 16px;
        }

.m-hierarchy-nav .m-search-tag {
    background-color: #ffffff;
    border-color: #797979;
}

.a-btn--choose-product {
    max-width: 227px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(161, 161, 161);
    border-radius: 4px;
    box-shadow: none;
    font-family: "Open Sans Bold", "Open Sans Regular", "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: rgb(22, 155, 213);
    text-align: center;
    margin-bottom: 20px;
}

.choose-product-modal .modal-content {
    width: 968px;
    position: relative;
    top: 100px;
	text-align: unset;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.choose-product-modal .modal-header {
    background-color: #f58025;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .choose-product-modal .modal-header h4 {
        color: #ffffff;
    }

    .choose-product-modal .modal-header .close {
        border: none;
        background: none;
        cursor: pointer;
        padding: 0px;
        height: 20px;
        width: 20px;
    }

.cs-tclosebtn:after {
    content: "\e904";
}

.choose-product-modal .modal-header .cs-tclosebtn {
    color: #ffffff;
    vertical-align: middle;
}

    .choose-product-modal .modal-header .cs-tclosebtn:after {
        font-size: 30px;
        line-height: 20px;
    }

.choose-product-modal .modal-body {
    padding: 32px;
}

.m-hierarchy-nav__title.is-mobile {
    display: none;
}

.mobile-filters {
    display: none;
}

    .mobile-filters .a-btn--choose-product {
        margin: 0px 0px 0px 15px;
    }

    .mobile-filters .filterbtnflex,
    .mobile-filters .filterbtnflex .search-filters-search__input {
        margin: 0px;
    }

.public-search-wrapper .search-criteria-btns {
    border: 1px solid #ced4da;
    border-radius: 5px 0px 0px 5px;
    line-height: 24px;
    padding: 5px 10px;
}

    .public-search-wrapper .search-criteria-btns .toggle-search {
        border: none;
        background: none;
        cursor: pointer;
    }

        .public-search-wrapper .search-criteria-btns .toggle-search [class^="cs-"],
        .public-search-wrapper .search-criteria-btns .toggle-search [class*=" cs-"] {
            margin-right: 5px;
        }

    .public-search-wrapper .search-criteria-btns .toggle-div.hidden {
        display: none;
    }

.public-search-wrapper:has(.search-criteria-btns) .o-search__query {
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

.visibility-hidden {
    visibility: hidden;
}

@media screen and (max-width:1023px) {
    .mobile-filters {
        display: flex;
        align-items: center;
    }

    .a-btn--choose-product.is-mobile {
        display: none;
    }

    .m-hierarchy-nav__title.is-mobile {
        display: block;
    }

    .m-hierarchy-nav .selected-product {
        width: 200px;
    }

    .modal {
        position: absolute;
        height: 730px;
    }

    .modal-open {
        overflow: auto;
    }

    .choose-product-modal .modal-content {
        width: 100%;
    }

    .modal .product-category-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) and (orientation:portrait) {
    .modal .product-category-wrapper {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation:landscape) {
    .modal .product-category-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .modal .browse-products {
        width: 100%;
    }

    .a-paragraph-product-data span:before {
        padding: 0px 5px;
    }

    .m-hierarchy-nav .selected-product .product-selected-wrapper .prod-title {
        max-width: 135px;
    }
	
	.slide-btn-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	
	.product-category-wrapper .product-family-wrapper {
		/*justify-content: center;*/
		margin: 0 auto;
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .modal {
        position: absolute;
        overflow-y: auto;
    }

    .public-search-wrapper:has(.search-criteria-btns) .o-search__query {
        border-left: 1px solid #ced4da;
        border-radius: 5px;
        margin-top: 0px;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .modal {
        overflow-y: auto;
    }

    .public-search-wrapper:has(.search-criteria-btns) .o-search__query {
        border-left: 1px solid #ced4da;
        border-radius: 5px;
        margin-top: 0px;
    }
}

@media screen and (max-width:767px) {
    .choose-product-modal .modal-content {
        top: 50px;
    }

    .modal .product-category-wrapper {
        width: 100%;
    }

    .public-search-wrapper .search-criteria-btns {
        border: none;
    }
}


.m-accordion--faceted-nav .m-accordion__link {
	cursor: pointer;
}

.pdlfacetcontainer h4{
	font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 700;
    font-style: normal;
	font-size: 18px;
	color: #333333;
	line-height: nonrmal;
	margin-bottom: 20px;
}