li {
  list-style-type:none;
}

#contentBlock {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:32px 0 77px 0;
}

#contentBlock .container {
    display:flex;
    gap:32px;
    max-width:1440px;
    width:100%;
}

#contentBlock .container .contentLeft {
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:336px;
    max-width:336px;
    transition:.5s;
    overflow-y:auto;
}

#contentBlock .container .contentLeft .filterClose {
  width:35px;
  height:35px;
  border-radius:100%;
  display:none;
  align-items:center;
  justify-content:center;
  position:absolute;
  right:20px;
  top:20px;
}

#contentBlock .container .contentLeftOverlay {
    width:100%;
    height:100%;
    transition:.5s;
    position:fixed;
    background:rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
    z-index:999;
    display:none;
  }

/*--Keywords Search--*/
#contentBlock .container .contentLeft .filters {
    padding:29px 33px 40px 33px;
    border: 1px solid #E5E7EB;
    border-radius:8px;
    width:100%;
}

#contentBlock .container .contentLeft .filters h2 {
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color:#111928;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#contentBlock .container .contentLeft .filters h2 .closeFilterButtonDone
{
    display: none;
}

#contentBlock .container .contentLeft .filters .filtersSection {
    margin-top:11px;
    border-top: 1px solid #E5E7EB;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionTop {
    padding:14px 0 20px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionTop h4 {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#1B3047;    
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionTop a {
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#FF8922;
    cursor: pointer;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul {
    display:flex;
    align-items:center;
    gap:5px;
    flex-wrap: wrap;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul li, #contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul .chipsItem {
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px 10px 9px;
    background:#FF89220D;
    border: 1px solid #FF8922;    
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#1B3047;
    border-radius:8px;
    min-height:33px;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul .chipsItem span {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#1B3047;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul li .clearFilterSelection, #contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul .chipsItem .remove {
    cursor: pointer;
}

#contentBlock .container .contentLeft .filters .filtersSection .filtersSectionBottom ul .chipsItem .remove svg {
    width:10px!important;
}

/*--Filters Bottom Section--*/
#contentBlock .container .contentLeft .filtersBottomSection {
    padding:32px 32px 50px 32px;
    border: 1px solid #E5E7EB;
    border-radius:8px;
    width:100%;
}

/*--Item--*/
#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem {
    border-bottom: 1px solid #E5E7EB;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .filtersBottomSectionItemTop {
    padding:16px 0px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
    cursor: pointer;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .filtersBottomSectionItemTop h4 {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#1B3047;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .filtersBottomSectionItemTop .dropIcon svg {
    cursor:pointer;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    transition:.5s;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlockOuter {
    position:relative;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlockOuter .keywordSearchDropdown {
    box-shadow: 0px 0px 30px 0px #00000012;
    border: 1px solid #E6E7EB;
    background: #F9FAFB;
    border-radius:8px;
    padding:0 7px 0 5px;
    position:absolute;
    width:calc(100% - 53px);
    left:0px;
    top:40px;
    z-index:9;
    display:none;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlockOuter .keywordSearchDropdown h4 {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    padding:10px 0 11px 5px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlockOuter .keywordSearchDropdown ul li {
    border-top: 1px solid #E5E7EB;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlockOuter .keywordSearchDropdown ul li a {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    color:#6C727F;
    padding:11px 0 4px 8px;
    display:block;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlockOuter .keywordSearchDropdown ul li:last-child a {
    padding-bottom:13px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock {
    display:flex;
    align-items:center;
    gap:7px;
    padding-bottom:22px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchOuter {
  width:calc(100% - 46px);
  position:relative;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchOuter .clearSearch {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right:5px;
    top: 2px;
    text-align:center;
    line-height:35px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchOuter .clearSearch svg {
    width: 15px;
    height: 15px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchOuter .clearSearch:hover {
    background: #F9F4F2;
    cursor: pointer;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchOuter .clearSearch:hover svg path {
    fill: #FF8922;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchInput {
    background: #F9FAFB;
    border: 1px solid #E6E7EB;
    width:100%;
    min-height:38px;
    padding:12px 24px 12px 14px;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    border-radius:8px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock ::placeholder {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .keywordSearchBlock .searchBtn {
    display:flex;
    align-items:center;
    justify-content:center;
    background:400px #FF8922;
    border: 1px solid #FF8922;
    width:46px;
    min-height:38px;
    border-radius:8px;
    cursor: pointer;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .conditionsList ul {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:15px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .conditionsList ul li {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem ul li .checkBoxContainer:hover {
      color:#FF8922;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .conditionsList ul li .numberTag {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 32px;
    height: 16px;
    border-radius: 16px;
    padding:1px 6px;
    background: #F9FAFB;
    border: 1px solid #E6E7EB;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
}

/* Scoped slider styles */
#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .range-slider {
  position: relative;
  width: 100%;
  height: 8px;
  margin: 0 0 19px 0;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  top: 0;
  left:0;
  height: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  height: 23px;
  width: 23px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 0px 30px 0px #00000012;
  cursor: pointer;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .slider-track {
  position: absolute;
  height: 6px;
  width: 100%;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    #ddd 0%,
    #ddd var(--minPercent),
    #ff8c1a var(--minPercent),
    #ff8c1a var(--maxPercent),
    #ddd var(--maxPercent),
    #ddd 100%
  );
  z-index: -1;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs {
  display: flex;
  justify-content: space-between;
  gap:8px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs .inputBlock {
  width:85px;
  position:relative;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs .inputBlock span {
  position: absolute;
    font-size: 12px;
    line-height: 14px;
    color: #6C727F;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Gotham-Medium'; 
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs input {
    padding: 12px 10px;
    background: #F9FAFB;
    border: 1px solid #E6E7EB;
    border-radius: 8px;
    text-align: center;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    width:100%;
    min-height:38px;
    text-align:left;
    padding-left:16px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs ::placeholder {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    width:85px;
    min-height:38px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs button {
    padding: 12px;
    font-size: 16px;
    background: white;
    border: 1px solid #FF8922;
    border-radius: 8px;
    color: #ff8c1a;
    cursor: pointer;
    transition: all 0.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Gotham-mEDIUM';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .slider-container .inputs button:hover {
  background: #ff8c1a;
  color: #fff;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .yearInputs {
    display: flex;
    justify-content: space-between;
    gap:8px;
    margin-bottom:21px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .yearInputs input {
    padding: 12px 10px;
    background: #F9FAFB;
    border: 1px solid #E6E7EB;
    border-radius: 8px;
    text-align: center;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    width:85px;
    min-height:38px;
    text-align:left;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .yearInputs ::placeholder {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    width:85px;
    min-height:38px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .yearInputs button {
    padding: 12px;
    font-size: 16px;
    background: white;
    border: 1px solid #FF8922;
    border-radius: 8px;
    color: #ff8c1a;
    cursor: pointer;
    transition: all 0.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Gotham-mEDIUM';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
}



#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .serialNumber {
    display: flex;
    justify-content: space-between;
    gap:8px;
    margin-bottom:21px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .serialNumber input {
    padding: 12px 10px;
    background: #F9FAFB;
    border: 1px solid #E6E7EB;
    border-radius: 8px;
    text-align: center;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    width:196px;
    min-height:38px;
    text-align:left;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .serialNumber ::placeholder {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    width:85px;
    min-height:38px;
}

#contentBlock .container .contentLeft .filtersBottomSection .filtersBottomSectionItem .serialNumber button {
    padding: 12px;
    font-size: 16px;
    background: white;
    border: 1px solid #FF8922;
    border-radius: 8px;
    color: #ff8c1a;
    cursor: pointer;
    transition: all 0.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Gotham-mEDIUM';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
}




.filtersBottomSectionItem.hasChild.active .filtersBottomSectionItemTop .dropIcon svg {
    transform:translateY(-50%) rotate(-180deg)!important;
    transition:.5s;
}

.filtersBottomSectionItem.hasChild .filtersBottomSectionItemBottom {display:none;}

.filtersBottomSectionItem.hasChild.active .filtersBottomSectionItemBottom {display:block;}

.filtersBottomSectionItem.hasChild.active .filtersBottomSectionItemBottom.daterangepickerbottom {
  display:flex;
}

.filtersBottomSectionItem.hasChild .filtersBottomSectionItemBottom.daterangepickerbottom {
    min-height: 46px;
    display: none;
    flex-direction: row;
    gap: 16px;
}

.filtersBottomSectionItem.hasChild.active .filtersBottomSectionItemBottom.daterangepickerbottom {
    padding-bottom:16px;
}

.filtersBottomSectionItem.hasChild .filtersBottomSectionItemBottom.daterangepickerbottom input {
    width: 70%;
    min-height: 42px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    outline: none !important;
    font-family: 'Gotham-Medium' !important;
    font-weight: inherit;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #1B3047;
    text-align:left;
}

.filtersBottomSectionItem.hasChild .filtersBottomSectionItemBottom.daterangepickerbottom button {
    width: 30%;
    min-height: 42px;
    padding: 12px;
    border-radius: 8px;
    background: #FFF !important;
    border: solid 1px #ff8922 !important;
    color: #ff8922 !important;
    transition: all .3s !important;
    cursor: pointer;
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

/*--Content Right--*/
#contentBlock .container .contentRight  {
    display:flex;
    flex-direction:column;
    width:calc(100% - 336px)!important;
    transition:.5s;
}

#contentBlock .container .contentRight .pageTitle {
    margin:26px 0 36px 0;
    font-family: 'Gotham-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    display:flex;
    align-items:center;
}

/*--Top Bar--*/
#contentBlock .container .contentRight .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:9px 33px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 25px;
}

#contentBlock .container .contentRight .top-bar .topBarLeft {
  display: flex;
  align-items:center;
  gap:10px;
}

#contentBlock .container .contentRight .top-bar .topBarLeft .filterBtn {
  display: none;
  align-items:center;
  justify-content:center;
  width:48px;
  min-width:48px;
  height:48px;
  border-radius:8px;
  border: 1px solid #FF8922;
  background:#FF8922;
  cursor: pointer;
}

/*--Breadbrumbs--*/
#contentBlock .container .contentRight .breadcrumbs {
  display: flex;
  align-items: center;
  gap:12px;
  font-size: 14px;
}

#contentBlock .container .contentRight .breadcrumbs a {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    color:#6B7280;
}

#contentBlock .container .contentRight .breadcrumbs li {
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
}

#contentBlock .container .contentRight .breadcrumbs li::after {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5141_5429)'%3E%3Cpath d='M3.67863 12.5C3.44839 12.4999 3.22332 12.4296 3.0319 12.2979C2.84047 12.1662 2.69128 11.9791 2.60317 11.7601C2.51507 11.5411 2.49201 11.3002 2.53692 11.0677C2.58182 10.8353 2.69267 10.6217 2.85546 10.4541L6.68957 6.50736L2.85546 2.56061C2.74425 2.45005 2.65555 2.3178 2.59453 2.17158C2.53351 2.02535 2.50139 1.86808 2.50004 1.70894C2.4987 1.5498 2.52816 1.39198 2.5867 1.24469C2.64525 1.09739 2.7317 0.963573 2.84102 0.85104C2.95034 0.738507 3.08034 0.649513 3.22343 0.58925C3.36653 0.528987 3.51984 0.498662 3.67444 0.500045C3.82904 0.501428 3.98182 0.534491 4.12387 0.597305C4.26593 0.660118 4.3944 0.751425 4.50181 0.865896L9.1591 5.66001C9.37738 5.88476 9.5 6.18956 9.5 6.50736C9.5 6.82517 9.37738 7.12997 9.1591 7.35472L4.50181 12.1488C4.28351 12.3736 3.9874 12.4999 3.67863 12.5Z' fill='%239CA3AF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5141_5429'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

#contentBlock .container .contentRight .breadcrumbs li:last-child::after {
  display:none;
}

#contentBlock .container .contentRight .breadcrumbs a.active {
    color:#111928;
}

#contentBlock .container .contentRight .breadcrumbs span {
  display:flex;
  align-items:center;
}

#contentBlock .container .contentRight .breadcrumbs .breadcrumbsArrow {
  display:none;
}

/*--Top Controls--*/
#contentBlock .container .contentRight .top-bar .top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:19px;
}

#contentBlock .container .contentRight .top-bar .top-controls .sort-dropdown {
  position:relative;
  background:#F9FAFB;
  border: 1px solid #E6E7EB;
  border-radius:8px;
  padding:0 6px 0 5px;
  width:158px;
}

#contentBlock .container .contentRight .top-bar .top-controls .sort-dropdown .sort-btn {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#1B3047;
    width:100%;
    background:transparent;
    border:0px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 0 9px 0;
    width:100%;
    cursor: pointer;
}

#contentBlock .container .contentRight .top-bar .top-controls .sort-dropdown ul {
    display:none;
    position:absolute;
    background:#F9FAFB;
    z-index:9;
    left:-1px;
    top:26px;
    width:101%;
    padding:9px 6px 0 5px;
    border-top: 0 solid #E6E7EB;
    border-left: 1px solid #E6E7EB;
    border-right: 1px solid #E6E7EB;
    border-bottom: 1px solid #E6E7EB;
    border-radius:0px 0px 8px 8px;
}

#contentBlock .container .contentRight .top-bar .top-controls .sort-dropdown ul li {
    padding:11px 0 4px 0;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6C727F;
    border-top: 1px solid #E5E7EB;
    cursor: pointer;
}

#contentBlock .container .contentRight .top-bar .top-controls .view-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:16px;
}

#contentBlock .container .contentRight .top-bar .top-controls .view-toggle button {
  display: flex;
  justify-content: center;
  align-items: center;
  width:48px;
  min-width:48px;
  height:48px;
  border-radius:8px;
  border:1px solid transparent;
  background:transparent;
  cursor: pointer;
}

#contentBlock .container .contentRight .top-bar .top-controls .view-toggle button.active {
    border-color:#FF8922;
}

#contentBlock .container .contentRight .top-bar .top-controls .view-toggle button.active svg path {
    stroke:#FF8922;
}

#contentBlock .container .contentRight .main-heading-section {
    display:flex;
    align-items:center;
    margin: 26px 0px 36px;
    gap:10px;
}

#contentBlock .container .contentRight .main-heading-section h1 {
  margin:0;
}

#contentBlock .container .contentRight .main-heading-section h2 {
  margin:0;
}

/* Grid layout */
#contentBlock .container .contentRight .listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 30px;
}

/* List layout */
#contentBlock .container .contentRight .listing-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#contentBlock .container .contentRight .equipment-card {
    padding:16px;
}

#contentBlock .container .contentRight .listing-card {
  display: flex;
  align-items: center;
  gap:16px;
}

#contentBlock .container .contentRight .sliderImagesBlock {
    position:relative;
    width:100%;
    max-width:304px;
    max-height: 250px;
}

#contentBlock .container .contentRight .sliderImagesBlock .slider,
#contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list,
#contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track,
#contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track a,
#contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track a div,
#contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track a div img {
    position:relative;
    width:100%;
    max-height: 250px;
    min-height: 250px;
}

#contentBlock .container .contentRight .sliderImagesBlock .slider img {
  width:100%;
  height: 100%;
  border-radius: 12px;
}

#contentBlock .container .contentRight .equipment-card .cardDetails {
    margin:16px 0 0 0;
}

#contentBlock .container .contentRight .listing-list .equipment-card .cardDetails h3 {
    width:100%;
}

#contentBlock .container .contentRight .equipment-card .cardDetails h3 {
    font-family: 'Gotham-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#111928;
    /* width:185px; */
    min-height:32px;
}

#contentBlock .container .contentRight .equipment-card .cardDetails ul {
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:31.5px 0 12px 0;
}

#contentBlock .container .contentRight .equipment-card .cardDetails ul li {
    display:flex;
    align-items:center;
    gap:8px;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#6B7280;
}

#contentBlock .container .contentRight .equipment-card .cardDetails h4 {
    font-family: 'Gotham-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#111928;
    margin:0 0 16px 0;
}

#contentBlock .container .contentRight .equipment-card .cardDetails .actions {
    display:flex;
    align-items:center;
    gap:16px;
}

#contentBlock .container .contentRight .equipment-card .cardDetails .actions .email-btn {
    background:white;
    color:#FF8922;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    border: 1px solid #FF8922;
    font-family: 'Gotham-Bold';
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    width:100%;
    min-height:42px;
    border-radius:8px;
    cursor: pointer;
}

#contentBlock .container .contentRight .equipment-card .cardDetails .actions .call-btn {
    background:#FF8922;
    color:#ffffff;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    border: 1px solid #FF8922;
    font-family: 'Gotham-Bold';
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    width:100%;
    min-height:42px;
    border-radius:8px;
    cursor: pointer;
}

#contentBlock .container .contentRight .custom-prev,
#contentBlock .container .contentRight .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  color: #333;
  border-radius: 50%;
  width: 25px!important;
  height: 25px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

#contentBlock .container .contentRight .custom-prev:before,
#contentBlock .container .contentRight .custom-next:before {
  display:none;
}

#contentBlock .container .contentRight .custom-prev img,
#contentBlock .container .contentRight .custom-next img {
  width:25px!important;
  height:25px!important;
}

#contentBlock .container .contentRight .custom-prev:hover,
#contentBlock .container .contentRight .custom-next:hover {
  background: #ff8c00;
  color: #fff;
  border-color: #ff8c00;
}

#contentBlock .container .contentRight .custom-prev {
  left: 10px;
}

#contentBlock .container .contentRight .custom-next {
  right: 10px;
}

#contentBlock .container .contentRight .slide-count {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  z-index:9;
}

/* Card */
#contentBlock .container .contentRight .listing-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: 0.3s;
}

#contentBlock .container .contentRight .listing-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#contentBlock .container .contentRight .slider img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

#contentBlock .container .contentRight .listing-info {
  padding: 15px;
}

#contentBlock .container .contentRight .listing-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

#contentBlock .container .contentRight .listing-info .meta {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

#contentBlock .container .contentRight .listing-info .price {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}

#contentBlock .container .contentRight .listing-buttons {
  display: flex;
  gap: 10px;
  padding: 0 15px 15px;
}

#contentBlock .container .contentRight .listing-buttons button {
  flex: 1;
  border: 1px solid #ff8c00;
  padding: 10px 0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: #ff8c00;
  transition: 0.3s;
}

#contentBlock .container .contentRight .listing-buttons button.call {
  background: #ff8c00;
  color: #fff;
}

#contentBlock .container .contentRight .listing-buttons button:hover {
  opacity: 0.8;
}



/*--------------------Popup Design--------------------*/
.sitePopupDesign {
  width:100%;
  height:100%;
  position:fixed;
  bottom:-100%;
  left:0;
  z-index:9999;
  transition:.5s all ease-in-out;display:none;
}

.sitePopupDesign.sitePopupDesignActive {
  bottom:0;
  transition:.5s all ease-in-out;
  display:block;
}

.sitePopupDesign .sitePopupDesignInner {
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  max-width: 950px;
  max-height: 750px;
  height:calc(100% - 50px);
  border-radius: 16px;
  background: #FFFFFF;
  z-index:9;
  padding:0 0 0 0;
  overflow:hidden;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignHeader {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 22px 20px 18px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignHeader h2 {
  font-family: 'Gotham-Bold';
  font-weight: inherit;
  font-size: 24px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#000000;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignHeader .sitePopupClose {
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:42px;
  border-radius:8px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignHeader .sitePopupClose:hover {
  background:#F7F7F7;
  cursor:pointer;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignHeader .sitePopupClose:hover svg path {
  fill:#FF8922;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent {
  padding-left:18px;
  padding-right:22px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .sitePopupSearch {
  width:100%;
  height: 49px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background:#F9FAFB;
  padding:4px 16px;
  display:flex;
  align-items:center;
  gap:19px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .sitePopupSearch input {
  width:100%;
  background:transparent;
  border:0px;
  font-family: 'Gotham-Book';
  font-weight: 325;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#6B7280;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .sitePopupSearch ::placeholder {
  font-family: 'Gotham-Book';
  font-weight: 325;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#6B7280;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .sitePopupSearch .sitePopupClearSearch {
  display:none;
  align-items:center;
  justify-content:center;
  width:35px;
  height:35px;
  border-radius:8px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .sitePopupSearch .sitePopupClearSearch:hover {
  background:#FF8922;
  cursor:pointer;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .sitePopupSearch .sitePopupClearSearch:hover svg path {
  fill:#ffffff;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
    padding:0 30px 0 0;
    margin-top:39px;
    overflow-y: auto;
    height:calc(100vh - 320px);
    max-height:390px;
    position:relative;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem {
  border-bottom: 1px solid #E5E7EB;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem:last-child {
  border-bottom:0;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemTop {
  padding:14px 0 15px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemTop .accordianIcon {
  cursor: pointer;
  transition:.5s;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemTop .accordianIcon {
  transform:rotate(0deg);
  transition:.5s;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem:not(.active) .categoryItemTop .accordianIcon {
  transform:rotate(180deg);
  transition:.5s;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem label {
  font-family: 'Gotham-Medium';
  font-weight: inherit;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#000000;
  min-height:18px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem label:hover {
  color:#FF8922;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .checkmark {
  width:18px;
  height:18px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom {
  display:none;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem.active .categoryItemBottom {
  display:block;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers .categoryItem .categoryItemBottom {
  display:block;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers .categoryItem .categoryItemBottom#StatesListingItem {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers .categoryItem .categoryItemBottom#StatesListingItem ul {
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom ul li label {
  font-family: 'Gotham-Medium';
  font-weight: 350;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#6C727F;
  min-height:14px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom ul li label:hover {
  color:#FF8922;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom .checkmark {
  width:14px;
  height:14px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom {
  padding:0 22px 16px 30px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom ul {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom.fewItems ul {
  grid-template-columns:1fr;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:47px 30px 30px 46px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background:white;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .resetBtn {
  font-family: 'Gotham-Bold';
  font-weight: inherit;
  font-size: 16px;
  line-height: 23.94px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color:#FF8922;
  cursor:pointer;
  border:0px;
  background:transparent;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterRight {
  display:flex;
  align-items:center;
  gap:19px;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterCenter {
  display:flex;
  align-items:center;
  gap:16px;
  justify-content:center;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterCenter #statesItemReset,
.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterCenter #modelsItemReset {
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid #FF8922;
  width: 50%;
  height: 48px;
  border-radius: 8px;
  cursor:pointer;
  color:#FF8922;
  font-family: 'Gotham-Bold';
  font-weight: inherit;
  font-size: 16px;
  line-height: 23.94px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  background:transparent;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterCenter {
  width:100%;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterCenter #statesItem, .sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterCenter #modelsItem {
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid #FF8922;
  background:#FF8922;
  width: 50%;
  height: 48px;
  border-radius: 8px;
  cursor:pointer;
  color:#ffffff;
  font-family: 'Gotham-Bold';
  font-weight: inherit;
  font-size: 16px;
  line-height: 23.94px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterRight .selectManufacturersBtn {
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid #FF8922;
  width: 212px;
  height: 48px;
  border-radius: 8px;
  cursor:pointer;
  color:#FF8922;
  font-family: 'Gotham-Bold';
  font-weight: inherit;
  font-size: 16px;
  line-height: 23.94px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  background:transparent;
}

.sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterRight .applyFilterBtn {
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid #FF8922;
  background:#FF8922;
  width: 153px;
  height: 48px;
  border-radius: 8px;
  cursor:pointer;
  color:#ffffff;
  font-family: 'Gotham-Bold';
  font-weight: inherit;
  font-size: 16px;
  line-height: 23.94px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.sitePopupDesign .sitePopupDesignOverlay {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:rgba(27, 48, 71, 0.6);
  opacity:0;
  visibility:hidden;
}

.sitePopupDesign.sitePopupDesignActive .sitePopupDesignOverlay {
  opacity:1;
  visibility:visible;
}

/*--Checkboxes New Design--*/
.checkBoxContainer {
    display: block;
    position: relative;
    padding-left:23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    color:#6C727F;
}

.checkBoxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkBoxContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius:4px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
}

.checkBoxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkBoxContainer input:checked ~ .checkmark {
  background-color:#FF8922;
  border-color:#FF8922;
}

.checkBoxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkBoxContainer input:checked ~ .checkmark:after {
  display: block;
}

.checkBoxContainer .checkmark:after {
    background: url(../../images/checkboxCheck.svg) no-repeat;
    width: 8px;
    height: 5.7px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:block;
}

/*----------------------------------Email Seller Popup----------------------------------*/
.emailSellerPopup.emailSellerPopupActive {
    bottom:0;
    transition:.5s all ease-in-out;
    display:block;
}

.emailSellerPopup {
    position:fixed;
    width:100%;
    height:100%;
    bottom:-100%;
    transition:.5s all ease-in-out;
    display:none;
    left:0px;
    z-index:999;
}

.emailSellerPopup .emailSellerPopupInner {
    position:absolute;
    width:100%;
    max-width:1184px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:99;
    padding:48px;
    border-radius:16px;
    border:1px solid #E5E7EB;
    background:#ffffff;
    display:flex;
    flex-direction:column;
    gap:32px;
}

.emailSellerPopup .emailSellerPopupInner .popupHead {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.emailSellerPopup .emailSellerPopupInner .popupHead h2 {
    font-size: 24px;
    font-weight: inherit;
     font-family:'Gotham-Bold';
    line-height: 36px;
    color:var(--black);
}

.emailSellerPopup .emailSellerPopupInner .popupHead .closeButton {
    width:36px;
    min-width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    border-radius:5px;
}

.emailSellerPopup .emailSellerPopupInner .popupHead .closeButton:hover {
    background:#ff89220d;
}

.emailSellerPopup .emailSellerPopupInner .popupHead .closeButton:hover svg path {
    fill:#ff8922;
    fill-opacity:1;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent, .emailSellerPopup .emailSellerPopupInner form {
    display:flex;
    flex-direction:column;
    gap:32px;
    width:100%;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop {
    display:flex;
    gap:16px;
    width:100%;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop .popupContentTopLeft {
    width:50%;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop .popupContentTopLeft .twoCols {
    width:100%;
    display:flex;
    gap:16px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField {
    width:100%;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput {
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement {
    position:relative;
    display:flex;
    align-items:center;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    border-radius: 8px;
    outline: none !important;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .formControl {
    border:0px!important;
    background:none;
    outline: none !important;
    box-shadow:none!important;
}


.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .countryCode {
    width:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-right:1px solid #E5E7EB;
    min-height:40px;
    cursor: pointer;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .countryCode svg {
    transition:.5s;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement.active .countryCode svg {
    transform:rotate(180deg);
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .contryCodeList {
    position:absolute;
    bottom:60px;
    left:0px;
    display:none;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    padding:8px;
    border-radius: 8px;
    width:60px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .contryCodeList {
    position:absolute;
    bottom:60px;
    left:0px;
    display:none;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    padding:8px;
    border-radius: 8px;
    width:60px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .contryCodeList ul {
    display:flex;
    flex-direction:column;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .contryCodeList ul li {
    padding:8px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement .contryCodeList ul li:hover {
    background:#6B7280;
    border-radius:8px;
    color:#ffffff;
    cursor: pointer;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement.active .contryCodeList {
    display:block;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput label {
    font-size: 14px;
    font-weight: inherit;
     font-family:'Gotham-Medium';
    line-height: 21px;
    color: #111928;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput em {
    font-size: 12px;
    font-weight: inherit;
     font-family:'Gotham-Medium';
    line-height: 18px;
    color: 6B7280;
    font-style:normal;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formControl {
    width: 100%;
    min-height: 48px;
    border: 1px solid #E5E7EB;
    background:#F9FAFB;
    padding: 15px 16px 15px 16px;
    border-radius: 8px;
    outline: none !important;
    resize:none;

    font-size: 14px;
    font-weight: inherit;
     font-family:'Gotham-Regular';
    line-height: 21px;
    color:#111928;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formControlTextarea {
    width: 100%;
    min-height:222px;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formControl:hover,
.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formElement:hover {
    border: 1px solid #FF8922;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput .formControl:focus {
    border: 1px solid #FF8922;
    box-shadow: 0px 0px 0px 3px #FF89220D;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .formField .customInput ::placeholder {
    font-size: 1em;
    font-weight: inherit;
     font-family:'Gotham-Book';
    line-height: 17.5px;
    text-align: left;
    color: 6B7280;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop .popupContentTopRight {
    width:50%;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left:24px;

    font-size: 16px;
    font-weight: inherit;
     font-family:'Gotham-Medium';
    line-height: 14px;
    color:#6B7280;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer a {
    color:#111928;
    font-weight: inherit;
     font-family:'Gotham-Bold';
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer .checkmark {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color:#F9FAFB;
    border-radius: 4px;
    border: 0.5px solid #D1D5DB;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer:hover input~.checkmark {
    background-color: #ccc;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer input:checked~.checkmark {
    background-color:#FF8922;
    border-color:#FF8922;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer .checkmark:after {
    content: "";
    position: absolute;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer input:checked~.checkmark:after {
    display: block;
}

.emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentBottom .checkboxContainer .checkmark:after {
    background: url(../images/checkboxCheck.svg) no-repeat;
    width: 8px;
    height: 5.7px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.emailSellerPopup .emailSellerPopupInner form .formSubmit {
    width:135px;
    height:48px;
    /*padding: 12px 23px;*/
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    background:#FF8922;
    cursor: pointer;
    border:0px;
    font-size: 16px;
    font-weight: inherit;
     font-family:'Gotham-Medium';
    line-height: 24px;
}

.emailSellerPopup .emailSellerPopupInner form .popupFoot {
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.emailSellerPopup .emailSellerPopupOverlay {
    background:#00000080;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    visibility:hidden;
    opacity:0;
}

.emailSellerPopup.emailSellerPopupActive .emailSellerPopupOverlay {
    visibility:visible;
    opacity:1;
}

/*--Pagination Block--*/
#pagination-controls button {
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
 }
 #pagination-controls {
    display: flex;
    justify-content: center;
 }

 #pagination-controls button {
    margin: 0;
    padding:6px 12px 6px 12px;
    font-size: 14px;
    font-weight: inherit;
     font-family:'Gotham-Medium';
    line-height: 21px;
    background:#ffffff;
 }

 #pagination-controls button:not[disabled] {
    color:#6B7280;
 }

 #pagination-numbers .page-number {
    border-width:0;
 }

 #pagination-numbers {
    border-width:1px;
    border-color: #D1D5DB!important;
    border-style:solid;
 }

 #pagination-numbers .page-number {
    border-width:0 1px 0 0;
    border-color: #D1D5DB!important;
    border-style:solid;
 }

 #pagination-numbers .page-number:last-child {
    border-width:0;
 }

 #pagination-numbers {
    display: flex;
 }

 button#prev-page:not[disabled] {
    border-color: #D1D5DB;
 }

 button#prev-page {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e5e7eb;
    border-radius:8px 0px 0px 8px;
 }

 button#next-page {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #D1D5DB;
    border-radius:0px 8px 8px 0px;
 }

 /*--Pagination Block--*/

/*----------------------------------Email Seller Popup----------------------------------*/

@media screen and (max-width:1000px) {
  #contentBlock .container .contentLeft .filterClose {
    background:#FF8922;
    display:flex;
  }

  #contentBlock .container .contentLeft {
      min-width:336px;
      max-width:336px;
      height:100%;
      transition:.5s;
      position:fixed;
      background:white;
      top:0;
      left:-100%;
      z-index:9999;
      padding:15px;
      transition:.5s;
  }

  #contentBlock .container .contentLeft.leftBarActive {
    left:0;
  }

  #contentBlock .container .contentLeft.active {
      display:flex;
  }

  #contentBlock .container .contentLeftOverlay.leftBarActive {
    display:flex;
  }

  #contentBlock .container .contentRight {
      width:100%!important;
  }

  #contentBlock .container {
    width:95%;
  }

  #contentBlock .container .contentRight .top-bar .topBarLeft .filterBtn {
    display:flex;
  }
  
  #contentBlock .container .contentRight .sliderImagesBlock {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .sitePopupDesign .sitePopupDesignInner {
    left:0;
    bottom:0;
    top:unset;
    transform:unset;
    border-radius:16px 16px 0 0; 
  }
}

@media screen and (min-width:771px) {
    .mobileFilterSortButtons, .sortingBarMobile {
        display:none;
    }
}

@media screen and (max-width:770px) {
  #contentBlock .container .contentRight .top-bar .top-controls .sort-dropdown {
    display:none;
  }
  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterRight .selectManufacturersBtn,
  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterRight .applyFilterBtn {
    width:50%;
  }
  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterLeft {
    width:100%;
    text-align:center;
  }
  .emailSellerPopup .emailSellerPopupInner {
        height:100%;
        max-height:100%;
        border-radius:0px;
        overflow-y: auto;
        padding:0 0 0 0;
    }
    .emailSellerPopup .emailSellerPopupInner form .popupContent {
        padding:0 32px 0 32px;
    }

    .emailSellerPopup .emailSellerPopupInner .popupHead {
        position: sticky;
        top: 0;
        background: #ffffff;
        padding:32px 32px 0 32px;
    }

    .emailSellerPopup .emailSellerPopupInner form .popupFoot {
        padding:0 32px 32px 32px;
    }

    .emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop .popupContentTopLeft .twoCols {
        flex-direction:column;
    }

    .emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop {
        flex-direction:column;
    }

    .emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop .popupContentTopLeft,
    .emailSellerPopup .emailSellerPopupInner form .popupContent .popupContentTop .popupContentTopRight {
        width:100%;
    }

  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter .sitePopupFooterRight {
    width:100%;
}

  .closeFilterButtonDone {
        width: 100%;
      max-width: 150px;
      display: flex!important;
      min-height: 45px;
      align-items: center;
      justify-content: center;
      border: 0;
      background:#ff8922;
      border-radius: 8px;
      font-size: 1.14em;
      line-height: 24px;
      color:white;
      cursor: pointer;
      font-family: 'Gotham-Bold';
      font-weight: inherit;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0%;
    }

  .mobileFilterSortButtons {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% + 32px);
        position: sticky;
        bottom: -1px;
        /* background: #FAFAFA; */
        background:transparent;
        /*backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);*/
        padding: 10px;
        z-index: 99;
        gap: 24px;
        margin-left: -16px !important;
    }

    .sortingBarMobile {
        left:-100%;
        top:0;
        position:fixed;
        width:100%;
        height:100%;
        background: #FAFAFA;
        transition:.5s all ease-in-out;        
        z-index: 9999;
        padding:16px;
    }

    .sortingBarMobile .sortingBarMobileInner {
        display:flex;
        flex-direction:column;
        gap:20px;
        border: 1px solid #E5E7EB;
        border-radius: 8px;
        width: 100%;
        background: white;
        padding: 16px;
        height:100%;
    }

    .sortingBarMobile .headingBlock {
        padding: 12px 0 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: sticky;
        top: 0px;
        background: white;
        z-index: 99;
        border-bottom: 1px solid #E5E7EB;
    }

    .sortingBarMobile .headingBlock h2 {
        font-family: 'Gotham-Bold';
        font-weight: inherit;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #111928;
    }

    .sortingBarMobile .headingBlock .sortingBarMobileDone {
      width: 100%;
      max-width: 150px;
      display: flex;
      min-height: 45px;
      align-items: center;
      justify-content: center;
      border: 0;
      background:#ff8922;
      border-radius: 8px;
      font-size: 1.14em;
      line-height: 24px;
      color:white;
      cursor: pointer;
      font-family: 'Gotham-Bold';
      font-weight: inherit;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0%;
  }

    .sortingBarMobile .headingBlock .closeFilterButton {
        width: 30px;
        min-width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        display:none!important;
    }

    

    .sortingBarMobile .sortingList ul {
        display:flex;
        flex-direction:column;
        gap:25px;
    }

    .sortingBarMobile .sortingList ul li {
        position:relative;
    }

    .sortingBarMobile.sortingBarMobileActive {
        left:0;
    }

    /* The container */
    .sortingBarMobile .containerRadio {
      display: block;
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
       font-size: 16px;
       font-weight: inherit;
       line-height: 12px;
       color: #111928;
       font-family:'Gotham-Medium';
    }

    /* Hide the browser's default radio button */
    .sortingBarMobile .containerRadio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }

    /* Create a custom radio button */
    .sortingBarMobile .containerRadio .checkmark {
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        left: 0;
        height: 18px;
        width: 18px;
        background-color:#F9FAFB;
        border-radius: 4px;
        border: 0.5px solid #D1D5DB;
    }

    .sortingBarMobile .containerRadio:hover input~.checkmark {
        background-color: #ccc;
    }

    .sortingBarMobile .containerRadio input:checked~.checkmark {
        background-color:#FF8922;
        border-color:#FF8922;
    }

    .sortingBarMobile .containerRadio .checkmark:after {
        content: "";
        position: absolute;
    }

    .sortingBarMobile .containerRadio input:checked~.checkmark:after {
        display: block;
    }

    .sortingBarMobile .containerRadio .checkmark:after {
        background: url(../images/checkboxCheck.svg) no-repeat;
        width: 8px;
        height: 5.7px;
        background-size: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #contentBlock .container .contentRight .pageTitle {
      flex-direction:column;
      align-items:flex-start;
    }
}

@media screen and (max-width:750px) {
  /* #contentBlock .container .contentRight .top-bar {
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
  } */

  #contentBlock .container .contentRight .top-bar {
    padding: 9px 9px;
}

  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignFooter {
    flex-direction:column;
    align-items:flex-start;
    padding:0 0 20px 0;
    gap:20px;
  }

  .sitePopupDesign .sitePopupDesignInner {
    max-height:calc(100vh - 50px);
  }

  #contentBlock .container .contentRight .top-bar .top-controls .view-toggle {
    display:none;
  }
  
  #contentBlock .container .contentRight .top-bar {
    margin-bottom:0px;
  }

  #contentBlock .container .contentRight .pageTitle {
    margin: 26px 0 15px 0;
  }

  /* #contentBlock .container .contentRight .sliderImagesBlock .slider,
  #contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list,
  #contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track,
  #contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track a,
  #contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track a div,
  #contentBlock .container .contentRight .sliderImagesBlock .slider .slick-list .slick-track a div img {
      position:relative;
      width:100%;
      max-height: 250px;
      min-height: 250px;
  } */

  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
    padding: 0 30px 0 0;
    margin: 20px 0 20px 0;
    overflow-y: auto;
}
}

@media screen and (max-width:500px) {
  .emailSellerPopup .emailSellerPopupInner .popupHead h2 {
        font-size: 17px;
    }

  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories .categoryItem .categoryItemBottom ul {
    grid-template-columns:1fr;
  }

  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers .categoryItem .categoryItemBottom#StatesListingItem {
    grid-template-columns:1fr;
  }
}

@media screen and (min-height:730px) {
  .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
    max-height:455px;
  }
}

  /* @media screen and (max-height:1080px) {
    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
      height: calc(100vh - 600px);
    }

    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers {
      height: calc(100vh - 629px);
    }
  }

  @media screen and (max-height:977px) {
    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers {
      height: calc(100vh - 530px);
    }
  }

  @media screen and (max-height:970px) {
    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
      height: calc(100vh - 530px);
    }

    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers {
      height: calc(100vh - 519px);
    }
  }

  @media screen and (max-height:940px) {
    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
      height: calc(100vh - 450px);
    }

    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers {
      height: calc(100vh - 480px);
    }
  }

  @media screen and (max-height:850px) {
    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
      height: calc(100vh - 390px);
    }

    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers {
      height: calc(100vh - 400px);
    }
  }

  @media screen and (max-height:768px) {
    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories {
      height: calc(100vh - 350px);
    }

    .sitePopupDesign .sitePopupDesignInner .sitePopupDesignContent .allCategories.allManufacturers {
      height: calc(100vh - 347px);
    }
  } */