.filter-blocks .filter-container {
    margin-bottom: 20px;
}
.CAD-filter-outer .widget-span.widget-type-cell.container {
	max-width: 1260px;
	width: 95%;
	padding: 0;
	margin: 0 auto;
	float: none;
}
.CAD-filter-outer select {
	border: 1px solid rgba(186, 192, 198, 1);
	background-color: white;
	border-radius: 4px;
	padding: 12px 31px 12px 12px;
	color: rgb(70, 78, 86);
	appearance: none;
	background-image: url(https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/Vector-down.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px);
}
.CAD-filter-outer .widget-span.widget-type-cell.container section {
    border-bottom: 1px solid rgba(186, 192, 198, .4);
}
.CAD-filter-outer.filter-blocks .filter-container {
    margin-bottom: 0;
}
.filter-blocks.backgorund-shades-light-gray.CAD-filter-outer {
	padding-top: 25px;
	background-color: #f7f7f7;
}


.CAD-filter-outer .custom-dropdown .selected-option {

	width: 132px;
	
}

.filter-blocks .dropdown-toggle {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.filter-blocks .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
/*     min-height: 500px;
    max-height: 500px; */
    overflow-y: auto;
}
.filter-blocks .dropdown-menu label {
    display: block;
    cursor: pointer;
    font-size: 14px;
}
.all-filter-head {
    display: none;
}
.dropdown-menu .dropdown-title {
   font-size: 28px;
   line-height: 24px;
   color: #101112;
   font-weight: 500;
   text-align: center;
   border-bottom: 1px solid #BAC0C6;
   padding: 20px;
   margin: 0;
}
.dropdown-menu .filter-group {
    padding: 0px 24px;
    margin: 12px 0;
}
.dropdown-menu .filter-group > a {
    border-bottom: 1px solid #bac0c6;
    color: #101112;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px 0 20px 0px; 
    align-items: center;
    justify-content: space-between;
}
.dropdown-menu .filter-group > a:after {
    content: '';
    background-image: url(../png/arrow-down.png);
    display: block;
    height: 18px;
    width: 18px;
}
.dropdown-menu .filter-group > a:hover {
    text-decoration: none;
}
.filter-checkbox-container {
    margin: 40px 0 0px;
}
.dropdown-menu .filter-group .filter-checkbox-container {
   display: none;
   margin-bottom: 24px;
}
.dropdown-menu .filter-group.active .filter-checkbox-container {
   display: block;
}
.filter-checkbox-container .filter-checkbox-group label {
   font-size: 16px;
   color: #464646;
   line-height: 22px;
   display: flex;
   position: relative;
   align-items: center;
   padding-left: 33px;
   margin-bottom: 20px;
}
.filter-checkbox-group input {
    height: 0px;
    width: 0px;
    opacity: 0;
}
.filter-checkbox-group span {
    border: 1px solid #0C0C0C;
    padding: 4px;
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}
.checkmark:after {  
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 13px;
    left: 7px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    display: none;
}
.filter-checkbox-group input:checked ~ .checkmark {
   background-color: #0c0c0c;
}
.filter-checkbox-group input:checked ~ .checkmark:after {
    display: block;
}
.filter-checkbox-group:nth-last-of-type(1) label {
    margin-bottom: 0;
} 
.filter-cta-container {
    margin-top: 130px;
    display: flex;
/*     width: 100%; */
    align-items: center;
    justify-content: center;
    padding: 0 32px;
}
.filter-cta-container a {
    padding: 12px 50px;
    border: 1px solid #1C4367;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
}
.filter-cta-container a i {
    border-bottom: 6px solid transparent;
    border-left: 11px solid #fff;
    border-top: 6px solid transparent;
    height: 0;
    margin: 2px 0 0 4px;
    width: 0;
    display: inline-block;
}
.filter-cta-container a.filter-view-cta {
    background-color: #1C4367;
    color: #fff;
    margin-right: 18px;
}
.filter-cta-container a.filter-clear-cta {
    color: #1C4367;
}
.overlay-div {
    position: relative;
}
.freeze-pane {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000061;
}

.filter-blocks .selected-filters {
    display: flex;
}
.filter-blocks .selected-tiles {
    margin-top: 10px;
}


/* Add/modify your styles as needed */

.filter-blocks .selected-tile {
   background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    margin: 5px 10px 5px 0px;
    padding: 12px 30px;
    position: relative;
    border-radius: 4px;
    text-align: center;
}

.filter-blocks .remove-button {
    cursor: pointer;
    color: #888;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    left: 7px;
    top: 7px;
}
.filter-blocks {
    position: relative;
}
.filter-blocks .dropdown-menu.show {
    display: block;
    z-index: 9;
/*     width: 100%; */
    position: absolute;
    right: 0;
    top: 100px;
    padding-bottom: 35px;
}
.filter-blocks .filter-container label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    text-wrap: nowrap;
}
.filter-blocks .filter-container label input[type="checkbox"] {
    margin-right: 20px;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    border: 1px solid #808080;
    border-radius: 0;
    opacity: 0;
}
#marketFilterDropdown,
#filterDropdown {
  position: relative;
}
#marketFilterDropdown .dropdown-menu,
#filterDropdown .dropdown-menu {
    top: 55px;
    left: 0;
    padding: 22px 25px;
    width: fit-content;
    overflow-y: initial;
    border-color: transparent;
    filter: drop-shadow(0 0 16px rgba(12,12,12,.08));
}
.more-info-button .cards-view-button {
	width: auto;
	display: inline-block;
}
#marketFilterDropdown .dropdown-menu:after,
#filterDropdown .dropdown-menu:after {
    background: #fff;
    content: "";
    height: 20px;
    left: 30px;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    width: 20px;
}
#marketFilterDropdown .dropdown-menu label:last-child,
#filterDropdown .dropdown-menu label:last-child {
    margin-bottom: 0;
}
.filter-blocks .filter-container label span {
    border: 1px solid #0c0c0c;
    box-sizing: border-box;
    height: 24px;
    left: 0;
    padding: 4px;
    position: absolute;
    width: 24px;
}
.filter-blocks .filter-container label input:checked ~ .checkmark {
    background-color: #0c0c0c;
}
.filter-blocks .filter-container label input:checked ~ .checkmark:after {
    display: block;
}
.filter-blocks .filter-container label .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 13px;
    left: 7px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}
.filter-blocks .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 25px;
    position: relative;
    width: 140px;
    color: #464E56;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.filter-blocks .dropdown-toggle:after {
    background-image: url(../png/arrow-down.png);
    background-size: 100% 100%;
    content: "";
    width: 16px;
    display: block;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 16px;
}
.filter-blocks .cols {
    display: inline-block;
    margin-right: 20px;
}
.filter-dropdown.all-filter-wraper .dropdown-toggle:after {
    background-image: url("../png/fillter.png") !important;
    height: 18px;
    top: 14px;
    width: 18px;
}

/* Style for Filter 1 */
.filter1 .filter-toggle {
    background-color: #f4f4f4;
    padding: 10px;
    cursor: pointer;
}

.filter1 .filter-options {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.filter1 .filter-options.show {
    display: block;
}

/* Style for Filter 2 */
.filter2 .filter-toggle {
    background-color: #f4f4f4;
    padding: 10px;
    cursor: pointer;
}

.filter2 .filter-options {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.filter2 .filter-options.show {
    display: block;
}

/* Add styles for other filters as needed */


.sort-container {
    display: flex;
    justify-content: center;
}

.sort-label {
    margin-right: 10px;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown .selected-option {
background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #464e56;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 20px;
    position: relative;
    width: 180px;
    cursor: pointer;
}
.custom-dropdown .selected-option:after {
    content: "";
    background-image: url(../png/arrow-down.png);
    background-size: 100% 100%;
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 16px;
}
.filter-blocks .cols.sort-block {
    float: right;
    margin: 0;
}
.sort-block .dropdown-options {
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
}

.sort-block .dropdown-options .option {
    padding: 8px 12px;
    cursor: pointer;
}

.sort-block .dropdown-options .option:hover {
    background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .filter-container-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #selectedOption {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #selectedOption:after {
      position: static;
      margin-left: 10px;
  }
.filter-blocks .cols.sort-block {
    float: left;
    margin-right: 10px;
}
  .filter-blocks section {
    display: inline-block;
}
  .filter-blocks .cols {margin-right: 0;}
  .filter-group-container {
    max-height: calc(100% - 100px);
    overflow-y: auto;
  }
  .filter-cta-container a {
      padding: 12px 45px;
  }
  .filter-cta-container {
      position: absolute;
      bottom: 12px;
      padding: 0 12px;
      width: 100%;
  }
  .filter-dropdown .dropdown-menu.show {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-height: 100%;
  }
  .dropdown-menu .dropdown-title {
      display: none;
  }
  .dropdown-menu .filter-group {
      margin: 5px 12px;
      padding: 0;
  }
  .all-filter-head {
      display: block;
      background-color: #0063A1;
      padding: 14px;
      display: flex;
      justify-content: space-between;
  }
  .all-filter-head p {
      font-size: 20px;
      line-height: 30px;
      color: #fff;
      margin-bottom: 0;
  }
  .all-filter-head span {
      color: #fff;
      font-size: 24px;
  }
}

.filter-checkbox-group input {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9;
}
/* .category-products-item-holder .product-items .product-image {

	min-height: 230px;
}
.category-products-item-holder:nth-child(4n) {
  margin-right: 0px;
}
/*.column:nth-child(1) {
  margin-left: 0;
}*/ */
.category-products-item-holder {

	margin-right: 1.5%;
  margin-left:0;
	min-height: 610px;
  
}
@media only screen and (max-width: 767px) {

  .top-CAD-listing-outer h5 {
	font-size: 14px;

	line-height: 20px;
	
}
  .CAD-filter-outer .widget-span.widget-type-cell.container section {
	
	width: 100%;
}
.CAD-filter-outer.filter-blocks .dropdown-toggle {
	width: 100%;
	text-align: center;
	padding-left: 0;
}
  .CAD-filter-outer.filter-blocks .dropdown-toggle::after {
	
	right: initial;
	
	/* background-position: 50%; */
	left: calc(50% + 30px);
}
   .CAD-filter-outer .d-none {
	display: inline-block !important;
}
  .CAD-filter-outer.filter-blocks .cols.sort-block {
	float: right;
	margin: 0;
}
  .filter-item-list {
	width: 48%;
	margin-right: 4% !important;
}
  .CAD-filter-outer.filter-blocks .cols.sort-block {
	width: 100%;
}
  .CAD-filter-outer.filter-blocks .cols.sort-block .sort-container .custom-dropdown {
	width: 100%;
}
  .CAD-filter-outer.filter-blocks .cols.sort-block .sort-container .custom-dropdown .selected-option {
	width: 100%;
}
  .CAD-filter-outer .filter-dropdown .dropdown-menu.show {
	position: absolute;
min-height: 520px;
}
}
@media only screen and (min-width: 767px) {
.CAD-filter-outer .custom-dropdown .selected-option::after {
	right: initial;
	left: calc(50% + 22px);
}
.CAD-filter-outer .custom-dropdown .selected-option {
	width: 132px;
	padding-left: 0;
	text-align: center;
}
}
@media only screen and (min-width: 1150px) {
 .CAD-filter-outer .widget-span.widget-type-cell.container {
 max-width: 1800px;
 padding: 0 40px;
 width: 100%;
 margin: 0 auto;
 float: none;
}
}