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