.productSearchContainer{
	display: flex;
	max-width: 1345px;
	margin: 30px auto;
	gap: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
#productSearchBar {
	margin-bottom: 1.75em; 
	width: 95%;
	color: black !important;
	font-family: Gotham-Book,Helvetica,Arial,sans-serif !important;
}

#productSearchBar::-webkit-input-placeholder{
    color:black !important;
	font-family: Gotham-Book,Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
}
.PSLeft {
	max-width: 210px;
	width: 100%;
	color: #222222;
	font-family: Gotham-Book,Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
.PSLeft h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 30px;
}
.PSLeft p {
	font-weight: bold;
}

/* Style the buttons that are used to open and close the accordion panel */
.PSaccordion {
	color: #222222;
	font-family: Gotham-Book,Helvetica,Arial,sans-serif !important;
	background-color: unset;
	cursor: pointer;
	padding: 0;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 12px;
	position: relative;
}
.PSaccordion::after {
	content: url('../arrow_right.html');
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 0;
}
.PSaccordion.PSactive::after {
	content: url('../arrow_down.html');
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.PSactive, .PSaccordion:hover, .PSaccordion:focus {
	background-color: unset;
	color: #222222;
}

/* Style the accordion panel. Note: hidden by default */
.PSpanel {
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	background-color: unset;
	display: none;
	overflow: hidden;
}

.PSpanel p {
	margin-bottom: 0;
}
.PSRight {
	width: 100%;
	max-width:1125px;
}
.ribFilter, .coverageFilter {
	grid-template-columns: 1fr 1fr;
}
#displayType, #sortedBy {
	display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
	align-items: center;
}
#sortedBy {
	margin-top: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.productSearchContainer .compareBanner{
		display: flex;
    	gap: 23px;
    	height: auto !important;
    	align-items: center;
   		background: #E3EDF3;
    	border-radius: 4px;
    	margin: 15px 0 15px 0;
    	padding: 0 18px;
    	flex-direction: column;
		padding-bottom: 25px !important;
		padding-top: 25px !important;
	}
 	#sortedBy {
		flex-direction: column;
	}
	.compareBanner button, .compareBanner a{
		width: 100%;
	}
}
#sortedBy p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #222222;
}
#sortedByList {
	font-size: 14px;
	padding: 7px 10px;
	color: #222222;
	border-color: #707070;
	background: #ffffff;
}

.productSearchContainer .compareBanner {
	display: flex;
	gap: 23px;
	height: 55px;
	align-items: center;
	background: #E3EDF3;
	border-radius: 4px;
	margin: 15px 0 15px 0;
	padding: 0 18px;
}
.productSearchContainer .compareBanner .close {
	font-size: 26px;
}

.productSearchContainer .compareBanner .close:hover {
	cursor: pointer;
}

#compareCount {
	padding-left: 5px;
}

.PSRight .projectSection {
    width: 100%;
}

#compareProductLink, .compareBanner button {
	padding: 10px 15px;
	background-color: #FAA90E;
	color: #222222;
	font-size: 12px;
	font-weight:400;
	font-family: Gotham-Book;
	height: 30px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
#compareProductLink:hover, .compareBanner button:hover {
    color: #ffffff;
    background-color: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
}
@media (max-width: 768px) {
	.PSRight .projectSection {
		top: unset; 
		position: relative;
	}
	
	.PSMobileHeader {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 20px;
	}
	.PSfilterBox {
		display: flex !important;
		align-items: center;
		height: 45px;
		background-color: #F0F2F1;
		color: #005E99;
		font-size: 18px; 
		font-family: Oswald;
		padding: 20px;
		margin-left: 7px;
	}
	.PSfilterBox img {
		padding-left: 10px;
	}
	#displayType {
		justify-content: center;
		margin-right: 0;
	}
	#sortedBy {
		margin-right: 0;
		justify-content: space-evenly;
	}
	#product-search > div > div.PSRight > div.compareBanner > div {
		text-align: center;
	}
	.compareBanner button {
		padding: 20px 15px !important;
	}
	.productSearchContainer {
		flex-direction: column-reverse;
		margin: 40px auto;
	}
	.productSearchContainer .compareBanner {
		margin-right: 0;
	}
	.PSLeft {
		display: none;
		position: fixed;
		bottom: 0;
		max-width: unset;
		width: 100%;
		background-color: #F4F4F4;
		max-height: 40%;
		overflow: scroll;
		padding: 10% 0 50px 5%;
		z-index: 100;
	}
	.PSpanel {
		grid-template-columns: repeat(3, 1fr);
		padding: 0;
	}
	.ribFilter, .coverageFilter {
		grid-template-columns: repeat(4, 1fr);
	}
	.PSaccordion::after {
		right: unset !important;
		padding-left: 20px;
	}
	.PSmobileClose {
/* 		content: url('/wp-content/uploads/2023/03/x.svg'); */
		position: absolute;
		top: 15%;
		right: 10%;
	}
	.rectColumn1 {
		padding-left:10px;
		width: 90px;
	}
	.barSection {
		width: 75%;
		margin: 0 auto 50px auto;
		border-radius: 10px !important;
		padding: 20px 30px !important;	
	}
	.barSectionInner {
		flex-direction: column;
		padding: 0 !important;
	}
	.barInnerPart1 {
		padding: 20px 0;
	}
	.barInnerPart2 {
		width: 100% !important;
		padding: 20px 0;
		border-top: 3px solid #222222;
		border-bottom: 3px solid #222222;
	}
	.barInnerPart3 {
		padding: 20px 0;
	}
	.barInnerPart4 {
		justify-content: flex-start !important;
	}
}

/**** Bar Section Styles ****/
.barSection {
	box-shadow: 0px 3px 6px #00000082;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 50px;
	clip-path: polygon(
    0 10%,
    10% 0,
    90% 0,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  )
}
#compare label {
	font-size: 14px;
}
.barSectionInner {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.barInnerPart {
	width: 228px;
}
.barInnerPart2 {
	width: unset;
	padding: 0 40px;
	border-left: 3px solid #222222;
	border-right: 3px solid #222222;
}
.barInnerPart1, .barInnerPart4, .barInnerPart3{
	width: 200px
}
.barInnerPart4 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
}
.barInnerPart h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: Gotham-Book, Helvetica,Arial,sans-serif;
}
.barInnerPart p {
	margin-bottom: 0;
	font-family: Gotham-Book, Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.product-button {
	color: #005E99;
	border-color: #005E99;
	padding: 5px 20px;
}
.product-button span {
	font-size: 17px;
}

/**** Rectangle Section Styles ****/
.rectangleSection {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden
}
.rectColumn1 { 
	grid-area: compare;
	display: grid;
	justify-items: center;
	padding-right: 25px;
}
.rectColumn2 { grid-area: products;}
.rectColumn3 { grid-area: category;}
.rectRow {
	display: grid;
	align-items: center;
	grid-template-areas: 'compare products category';
	grid-template-columns: .5fr 2fr 1fr;
	width: 100%;
	height: 60px;
	background-color: #FBFBFB;
	color: #222222;
}
.rectRow p {
	margin-bottom: 0;
}
.rectRow1 {
	background-color: #005E9910;
	height: 55px;
	
}
.rectRow.selected {
	background-color: #ECECEC;
}
.rectRow a {
	color: #222222;
}

/**** Grid Section Styles ****/
.gridSection {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center
}
.gridSectionInner {
	display: flex;
	flex-direction: column;
	width: 250px;
	height: 250px;
	box-shadow: 0px 3px 6px #00000082;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/* 	margin-bottom: 50px; */
/* 	justify-content: space-between; */
}
.gridSectionInner div {
	padding: 15px 0 0 15px;
}

.gridSectionInner .imageContainer {
	margin: 0 auto; 
}

.gridSectionInner .productName {
	padding: 0 0 10px 20px;
	margin: auto 0;
}

.gridSectionInner img {
	margin: 0 auto; 
	border: 1px solid #707070;
	margin-bottom: 5px
}
.gridSectionInner hr {
	margin-bottom: 5px;
}
.gridSectionInner h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
/* 	padding: 0 0 10px 20px; */
}