#product-category-list li input[type="radio"] {
	position: relative !important;
	opacity: unset;
	top: 0px;
	border: 2px solid #465058 !important;
}

.document-library .products div.can-image-wrapper {
    padding: 0 15px;
    width: 135px;
    display: flex;
    align-items: start;
}

.document-library .products figure img {
    max-height: 160px;
    margin-right: 20px;
    height: auto;
}

.document-library .products figcaption {
    width: 100%;
    padding: 0 20px;
}

section.document-library #productList figure figcaption .dropdown-item:hover,
section.document-library #productList figure figcaption .dropdown-item:focus {
    color: #A13F11 !important;
    text-decoration: none;
    background-color: unset !important;
}

ul#product-application-areas,
ul#product-application-areas-mobile {
    position: relative;
}

ul#product-application-areas input[type="checkbox"],
ul#product-application-areas-mobile input[type="checkbox"] {
    margin-left: 10px;
}

/* Hide the default checkbox */
#product-application-areas input[type=checkbox],
#product-application-areas-mobile input[type=checkbox] {
	visibility: hidden;
}

#product-application-areas .custom-checkbox,
#product-application-areas-mobile .custom-checkbox {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: white;
	border: 1px solid;
}

ul#product-application-areas label,
ul#product-application-areas-mobile label {
    font-weight: var(--behr-normal);
}

#product-application-areas .custom-checkbox:after,
#product-application-areas-mobile .custom-checkbox:after {
	position: absolute;
	display: none;
}

#product-application-areas input:checked ~ .custom-checkbox:after,
#product-application-areas-mobile input:checked ~ .custom-checkbox:after {
	content: '\2713';
	display: block;
	left: 5px;
	bottom: -2px;
	color: black;
}

/* Accodion View for Mobile */

.document-library .products figcaption .accordion-link.nav-link, 
.document-library .products figcaption .accordion-link.nav-link.active {
	border: none;
    background-color: #fff;
    text-align: left;
    color: var(--behr-red-primary);
    padding: 0px;
	font-size: 16px;
    font-weight: var(--behr-bold);
    text-transform: uppercase;
}

.document-library .products figcaption .accordion-link.nav-link:after {
	content: "\e5cc";
    color: var(--behr-red-primary);
    font-family: "Material Icons";
    position: absolute;
    top: 0px;
    font-size: 30px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.document-library .products figcaption .accordion-link.nav-link.collapsed:after {
	content: "\e5cc";
    color: var(--behr-red-primary);
    font-family: "Material Icons";
    position: absolute;
    top: 0px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.document-library .products figcaption .accordion-link.nav-link a,
.document-library .products figcaption .accordion .document-lists-content a {
	padding: 10px;
    color: var(--behr-red-primary);
    display: block;
}

.document-library .products figcaption .accordion .document-lists-content {
	padding-left: 20px;
}

.document-library h5 {
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: var(--behr-bold);
    margin-bottom: 0px;
}

.dropdown.sds-mobile-dropdown .dropdown-menu {
	background: #fff;
	border: 1px solid;
    border-radius: 0px;
}

.sds-mobile-dropdown .dropdown-item:focus, 
.sds-mobile-dropdown .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #626262 !important;
}

@media (max-width: 991px) {
	
	.search-box {
		background: rgba(216, 216, 216, 0.2);	
	}

	.document-library .mobile button {
    	border-radius: unset;
	}
	
	.document-library .mobile {
	    background: rgba(216, 216, 216, 0.2);
	    padding: 10px 1em;
	}
	
	.sds-mobile-dropdown button {
		width: 100% !important;
		border-radius: unset !important;
	    width: 100%;
	    font-size: 14px;
	    line-height: 21px;
	    font-weight: var(--behr-bold);
	    text-transform: uppercase;
	    padding: 5px 15px !important;
	}
	
	#mobile-subcategory-filters ul {
		list-style: none;
	}
	
	#mobile-subcategory-filters ul li input {
	    margin-right: 5px;
	}
	
	.document-library .products figcaption > ul li button.nav-link:after {
		right: unset !important;
	}
	
	.document-library .products figure img {
	    margin: 0 0 5px !important;
	}
	
	.mobile.sds-mobile-dropdown {
		max-width: 220px;
	}
	
	button#mb-category-filter {
		max-width: 110px;
	    padding: 5px 15px !important;
	    font-size: 14px;
	    line-height: 21px;
	    font-weight: var(--behr-bold);
	    color: black;
	}
	
	.document-library .mobile.sds-mobile-dropdown button:focus {
	    background-color: #fff;
	    width: 110px;
	    border: 1px solid #000;
	}
	
	.document-library .mobile.sds-mobile-dropdown .dropdown-menu.show {
	    background: #fff;
	    right: 0;
	    min-width: 350px;
	    width: 100%;
	    border: 1px solid;
	    border-radius: 0;
	}
	
	.document-library .products figcaption > .tab-content {
	    margin-top: 20px;
	    padding: 0px 10px;
	    color: var(--behr-red-primary);
	    background: #fff;
	    border: 1px solid #D8D8D8;
	}
	
	.document-library .mobile h5 {
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: var(--behr-bold);
	    line-height: 21px;
	    margin-bottom: 0;
	    padding-bottom: 0px;
	    padding-top: 10px;
	}
}

#sds-search:focus-visible {
	outline: 1px solid #D8d8d8;
}

@media (min-width: 992px) {
	.tds-wrapper,
	.sds-wrapper {
		width: 50%;
	}
	
	.tds-content {
		border: 1px solid #D8D8D8;
    	padding: 0 15px;
    	border-radius: 4px 0px 0px 4px;
	}
	
	.sds-content {
		border: 1px solid #D8D8D8;
    	padding: 0 15px;
    	border-radius: 0px 4px 4px 0px;
    	border-left: unset;
	}
	
	.tds-wrapper .document-lists-content {
		margin-top: 10px;
	    border: 1px solid #D8D8D8;
	    padding: 10px !important;
	    width: 200%;
	}
	
	.sds-wrapper .document-lists-content {
		margin-top: 10px;
	    border: 1px solid #D8D8D8;
	    padding: 10px !important;
	    width: 200%;
	    position: relative;
    	left: -100%;
	}
	
	.tds-collapse-show .tds-content,
	.tds-collapse-show .technical-documents-tab,
	.tds-collapse-show .technical-documents-tab:after,
	.sds-collapse-show .sds-content,
	.sds-collapse-show .sds-documents-tab,
	.sds-collapse-show .sds-documents-tab:after {
		color: #fff !important;
	    background: var(--behr-red-primary) !important;
	}
	
	.technical-documents-tab,
	.sds-documents-tab {
	    width: 100% !important;
	}
	
	.technical-documents-tab:after,
	.sds-documents-tab:after {
		right: 0% !important;
	}
}

@media (min-width: 992px) and (max-width:1100px) {
	.document-library .products figcaption {
		padding-right: 0px !important;
	}
}

@media (min-width: 992px) and (max-width:1050px) {
	.document-library .products figcaption button {
		font-size: 14px !important;
	}
}
.document-library #spanitemscount {
    position: absolute;
    right: 15px;
}
.document-library #sds-search {
    max-width: 460px;
    width: 100%;
	padding-left: 40px !important;
}
.document-library .page-item.disabled .page-link {
    background-color: var(--behr-red-primary);
    color: #ffffff;
}
.document-library .page-item.disabled:first-child .page-link,
.document-library .page-item.disabled:nth-child(2) .page-link,
.document-library .page-item.disabled:last-child .page-link,
.document-library .page-item.disabled:nth-last-child(2) .page-link {
    color: #b0b0b0;
    background-color: #ffffff;
}
.document-library .page-link {
    color: #212529;
}
.document-library .fa.fa-search.icon {
	position: absolute;
    margin-left: 10px;
}
.document-library .fa.fa-search.icon:hover {
	cursor: pointer;
}


/** New CSS Added   **/

.document-library .products figcaption .accordion-link.nav-link.collapsed:after,
.document-library .products figcaption .accordion-link.nav-link:after {
	top: unset !important;
	color: unset !important;
}

.document-library .product-title {
	font-weight: var(--behr-bold);
}

.document-library .search-box input, 
.document-library .search-box a {
    border-radius: unset !important;!i;!;
}


.document-library input[type="radio"] {
    position: relative !important;
    opacity: unset;
    top: 0px;
    border: 2px solid #465058 !important;
}

.document-library input[type='radio'] + *::before {
    content: none;
}

.document-library .mobile {
    display: none;
}

.document-library h3 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 30px; 
}

.document-library h2 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: #212529;
}

.document-library .clear {
    flex: 0 1 25%;
    font-size: initial;
    color: #D8D8D8;
    cursor: pointer;
    text-transform: none;    
    font-family: arial;
    font-weight: var(--behr-normal);    
}

.document-library .clear:hover {
    color:var(--behr-red-primary);      
}

.document-library .expand-more:after {
    content: "\e5ce";
    color: #000;
    font-family: "Material Icons";
    float: right;
    font-size: 20px;
    margin-top: -2px;
}

.document-library .expand-less:after {
    content: "\e5ce";
    color: #000;
    font-family: "Material Icons";
    float: right;
    font-size: 20px;
    margin-top: -2px;
}

.document-library ul {
    list-style: none;
}

.document-library ul li input {
    margin-right: 5px;
}

.document-library .filter {
    display: flex;
}

.document-library .filter h4{
    flex: 1 1;
}

.document-library h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: var(--behr-bold);
    margin-bottom: 20px;
}

.document-library .products figure {
    padding: 20px;
    border: 1px solid #D8D8D8;
    display: flex;
}

.document-library .search {
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid #D8D8D8;
    position: relative;
}

.document-library .search input {
    background: rgba(216, 216, 216, 0.2);
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: var(--behr-bold);
    padding: 12px 35px;
    text-transform: uppercase;
}

.document-library .product-category li{
    padding: 2px 0;
}
.document-library .col-md-6.text-right {
    line-height: 45px;
    font-weight: var(--behr-bold);
}

.document-library .col-md-6.text-right select {
    padding: 0 10px;
    margin-left:15px;
    min-width: 160px;
    font-weight: var(--behr-bold);
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

.document-library .search .clear {
    font-weight: var(--behr-bold);
    display: none;
    color: #000;
    position: absolute;
    top: 12px;
    right: 10px;
}

.document-library .search .material-icons-outlined {
    font-weight: var(--behr-bold);
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 14px;
    left: 10px;
}

.document-library .message {
    background-color: #4E4E4E;        
}

.document-library .message p{
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: var(--behr-bold);
    font-size: 16px;
    margin: 0;
}

.document-library .search .clear.show {
    display: block;
}

.document-library .products figcaption { 
    width: 100%;
}

.document-library .products figcaption h6 { 
    margin-bottom: 20px;
    font-weight: var(--behr-bold);
}

.document-library .products figcaption > div { 
    margin-bottom: 5px;
}

.document-library .col-md.filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    display: none;
}
.document-library .col-md.filter-modal.active {
    display: block;
}

.document-library .col-md.filter-modal .filter-modal--footer {
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: #fff;
}

.document-library .col-md.filter-modal .filter-modal--footer button {
    background: var(--behr-red-primary);
    color: #fff;
    display: block;
    width: 100%;
    font-weight: var(--behr-bold);
    text-transform: uppercase;
}

.document-library .col-md.filter-modal .filter-modal--header {
    position: absolute;
    top:0;
    left:0;
    right:0;
    border-bottom: 1px solid #d8d8d8;
    padding:10px;
    display: flex;
    text-align: center;
    background: #fff;
}

.document-library .col-md.filter-modal .filter-modal--header a{
    flex: 0 0;
    font-size: 24px;
    line-height: 20px;
    color: #000;
}

.document-library .col-md.filter-modal .filter-modal--header strong {    
    flex: 1 1 0;    
}

.document-library .col-md.filter-modal .filter-modal--content {
    padding-top: 25px;
}

.document-library .products figcaption > ul { 
    margin-top: 20px;
    padding: 0;
    color: var(--behr-red-primary);
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
}

.document-library .products figcaption > ul li{
    position: relative;
}

/* .document-library .products figcaption > ul li:after{
    content: "\e5cc";
    color: var(--behr-red-primary);
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
} */

.document-library .products figcaption > ul li:nth-child(2):after {
    right: 35px;
}

.document-library .products figcaption > ul li button{ 
    padding: 0;
    height: auto;
    width: 100%;
    border: 0;
    margin: 0;
}

@media (min-width:1440px) {
    .document-library .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 200px;
    }
}
@media (min-width:1200px) and (max-width:1439px) {
    .document-library .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 100px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .document-library .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 0px;
    }
    .document-library .products figcaption > ul li button.nav-link:after {
        right: 2px !important;
    }
}
.document-library .products figcaption > ul.nav-tabs li.nav-item {     
    margin: 0;
    display: flex;
    flex: 1 1;
}

.document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link {     
    color: var(--behr-red-primary);
    padding: 5px 28px 5px 5px;
    font-size: 16px;
    font-weight: var(--behr-bold);
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0;
}

.document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active {     
    background: var(--behr-red-primary);
    color: #fff;    
}

.document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active:after {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 
.document-library .products figcaption > .tab-content {         
    margin-top: 20px;
    padding: 15px 20px;
    color: var(--behr-red-primary);
    background: #fff;
    border: 1px solid #D8D8D8;
}

.document-library .products figcaption > .tab-content .tab-pane a {             
    padding: 10px;
    color: var(--behr-red-primary);
    display: block;
}

.document-library .products figcaption > .tab-content .tab-pane a span {                 
    color: #4E4E4E;
    font-size: 10px;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
}

.document-library .mobile {
    background: rgba(216, 216, 216, 0.2);
    padding: 2.5em 1em;
}

@media (min-width: 992px) {
	.tds-collapse-show .tds-content,
	.tds-collapse-show .technical-documents-tab,
	.tds-collapse-show .technical-documents-tab:after,
	.sds-collapse-show .sds-content,
	.sds-collapse-show .sds-documents-tab,
	.sds-collapse-show .sds-documents-tab:after {
		color: #fff !important;
		background: #bd483c !important;
	}
}

@media (max-width: 991px) {
	
	button#mb-category-filter {
        max-width: unset;
    }
    
    .document-library #sds-search {
	    padding-left: 10px !important;
	}
        
    .document-library .mobile { display: block; }
    .document-library .desktop { display: none; }

    .document-library .mobile .search {
        margin-bottom: 20px;
    }
    .document-library .mobile .search input {
        background-color: #fff;
    }

    .document-library .mobile select{
        padding: 14px;
        width: 237px;
        margin-right: 10px;
    }
    
    .document-library .mobile button {
        background-color: #fff;
        width: 110px;
        border: 1px solid #d8d8d8;
    }

    .document-library .products figcaption > ul.nav-tabs {             
        margin-right: 0px;
    }

    .document-library .products figure { 
        max-width: 100%;
        flex-direction: column;
    }

    .document-library .products figure img { 
        margin:0 0 30px;
    }

    .document-library .products figcaption > ul.nav-tabs {     
        flex-basis: 0;
        flex-direction: column;
        margin-right: 0;
        border: none;
    }

    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link {     
        color: var(--behr-red-primary);
        font-size: 16px;
        font-weight: var(--behr-bold);
        text-transform: uppercase;
        background: #fff;
        border-radius: 0;
    }
    
    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active {     
        background:#fff;
        color:var(--behr-red-primary);    
    }
    .document-library .products figcaption > ul li button{ 
        height: auto;
        width: auto;        
    }
    

    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active:after {
        color: var(--behr-red-primary);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .document-library .products figcaption > div.tab-content {
        border:none;
        margin-top:0;
    } 

    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link,
    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active {     
        border: none;
        background-color: #fff;
        text-align: left;    
        color:  var(--behr-red-primary);
        padding: 5px;
    }
}
.document-library .products figcaption > ul li button.nav-link:after{
    content: "\e5cc";
    color: var(--behr-red-primary);
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.document-library .products figcaption > ul li button.nav-link.acive:after{
    content: "\e5cc";
    color: #ffffff;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

ul#product-application-areas label,
ul#product-application-areas-mobile label {
    font-weight: var(--behr-normal) !important;
}

label .sub-category-title {
	text-transform: none !important; 
}

.document-library .products figcaption h6 {
    margin-bottom: 10px !important; 
    font-weight: var(--behr-bold);
    line-height: 1.2;
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    color: var(--behr-red-primary);
    font-size: 1rem;
}

.data-sheets.sds-wrapper {
    width: 100%;
}

.dropdown {	
    background: transparent;
    transition: 0.3s ease;
    width: 100%;
    padding: 0px;
    border: 0;
    color: black;
}

.dropdown-toggle {
    color: black;
}

.dropdown .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;;
    border-bottom: 0 !important;;
    border-left: .3em solid transparent !important;;
}