/* BCI Style */
.bci-body {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 280px);
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .bci-body {
    padding-top: 50px;
  }
}
.bci-no-select-text {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/** Listing Page **/
.bci-listing_body {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}
.bci-listing_body .bci-listing_header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 0px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 80px;
  padding-right: 80px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}
.bci-listing_body .bci-listing_header .header-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.bci-listing_body .bci-listing_header .header-wrapper .breadcrumbs {
  width: 100%;
  margin-bottom: 5px;
}
.bci-listing_body .bci-listing_header .header-wrapper .breadcrumbs p {
  font-family: "WorkSans-Regular";
  font-size: 13px;
  margin-bottom: 5px;
  color: #ababab;
  letter-spacing: 0;
}
.bci-listing_body .bci-listing_header .header-wrapper .breadcrumbs p a {
  color: #ababab;
}
.bci-listing_body .bci-listing_header .header-wrapper .top-title {
  position: relative;
  float: left;
  width: calc(100% - 372px);
  min-width: 372px;
  height: auto;
  border-bottom: none;
  text-align: left;
  padding-top: 8px;
  margin-bottom: 0px;
  padding: 0;
  width: 100%;
  min-height: 37px;
}
.bci-listing_body .bci-listing_header .header-wrapper .top-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'WorkSans-Bold';
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal;
  margin-bottom: 7px;
  font-family: "WorkSans-SemiBold";
  font-size: 28px;
}
.bci-listing_body .bci-listing_header .header-wrapper .top-title h1 span.count {
  font-family: "WorkSans-Regular";
}
.bci-listing_body .bci-listing_header .header-wrapper .top-title h1 span.text {
  font-family: "WorkSans-SemiBold";
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  height: auto;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button {
  position: relative;
  float: left;
  margin-right: 5px;
  min-width: 100px;
  height: 30px;
  font-family: "WorkSans-Medium";
  font-size: 13px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  color: #fff;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  left: 0;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button.desktop {
  display: block;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button.mobile {
  display: none;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button.show-sidebar {
  background-color: #e5e5e5;
  color: #ababab;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button {
  position: relative;
  float: left;
  max-width: 170px;
  width: calc(100% / 4 - 5px);
  height: 30px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  outline: 0;
  padding-top: 6px;
  padding-left: 0px;
  margin-left: 0px;
  z-index: 4;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button p {
  font-family: "WorkSans-Medium";
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button img.arrow-down {
  position: absolute;
  right: 6px;
  top: 10px;
  transform: rotate(-90deg);
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button.drop-down-show img.arrow-down {
    top: 10px;
    transform: rotate(90deg);
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button .toggle-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button .drop-down-list {
    position: absolute;
    float: left;
    width: 100%;
    left: 0;
    height: auto;
    background: #fff;
    border: 1px solid #fff;
    top: 30px;
    z-index: 1;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    max-height: 260px;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button.drop-down-show .drop-down-list {
    height: auto;
    border: 1px solid #e5e5e5;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button .drop-down-list ul {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0;
  list-style: none;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button .drop-down-list ul li {
  list-style: none;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button .drop-down-list ul li a h5{
  font-size: 12px;
  font-family: "WorkSans-Medium";
  margin-bottom: 5px;
  margin-top: 15px;
  padding-left: 10px;
  cursor: pointer;
  color: #ababab;
  text-transform: uppercase;
  letter-spacing: 0;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button .drop-down-list ul li a.active h5{
  color: #4a4a4a;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down {
  position: relative;
  float: left;
  width: 170px;
  margin-left: 5px;
  background-color: #4a4a4a;
  border-radius: 3px;
  max-width: 170px;
  width: calc(100% / 4 - 5px);
  margin-top: 0;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down-skeleton {
  position: relative;
  float: left;
  width: 170px;
  margin-left: 5px;
  height: 30px;
  background-color: #4a4a4a;
  border-radius: 3px;
  max-width: 170px;
  width: calc(100% / 4 - 5px);
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down-skeleton p {
  font-family: "WorkSans-Medium";
  font-size: 13px !important;
  color: #fff !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down select::-ms-expand {
    display: none;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down .select2-container--default .select2-selection--single {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  background-color: #4a4a4a;
  border-radius: 3px !important;
  border: 0px !important;
  outline: 0;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  float: left;
  height: 30px;
  width: 100%;
  padding-left: 20px !important;
  font-family: "WorkSans-Medium";
  font-size: 13px !important;
  color: #fff !important;
  margin: 0;
  text-align: left;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent !important;
}

.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 0px;
  left: 0px;
  top: 0px;
  margin-top: 10px;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .filter-tags {
  position: relative;
  float: left;
  width: auto;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f9f9f9;
  border-radius: 500px;
  padding-left: 20px;
  padding-right: 30px;
  cursor: pointer;
  text-align: left;
  margin-bottom: 0px;
  max-width: 200px;
}

.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .search-tags-wrapper {
  position: relative;
  float: left;
  margin-left: 0px;
  min-width: 1px;
  min-height: 1px;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .filter-tags:first-child {
  /* margin-left: 290px; */
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .filter-tags h6 {
  position: relative;
  float: left;
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #4a4a4a;
  font-size: 12px;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .filter-tags i {
  opacity: 1;
  position: absolute;
  right: 12px;
  top: calc(50% - 1px);
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  font-size: 13px;
  background-image: url(../../assets/img/svg/icon-tag-filter.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .filter-tags i.fa-close:before {
  content: "";
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .right-box {
  position: relative;
  float: left;
  width: 100px;
  min-height: 10px;
  height: 30px;
  padding-top: 7px;
  right: 0;
  bottom: 0px;
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .right-box .bci-listing-horizontal-layout {
  position: relative;
  float: right;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background-image: url(../../assets/img/svg/layout_icon/layout-horizontal-grey-light.svg);
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .right-box .bci-listing-horizontal-layout.active {
  background-image: url(../../assets/img/svg/layout_icon/layout-horizontal-grey.svg);
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .right-box .bci-listing-grid-small-layout {
  position: relative;
  float: right;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background-image: url(../../assets/img/svg/layout_icon/layout-grid-small-grey-light.svg);
}
.bci-listing_body .bci-listing_header .header-wrapper .filter-area .right-box .bci-listing-grid-small-layout.active {
  background-image: url(../../assets/img/svg/layout_icon/layout-grid-small-grey.svg);
}
.bci-listing_body .bci-listing_content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 150px;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}
.bci-filter-sidebar {
  position: fixed;
  width: 300px;
  height: calc(100vh - 70px);
  margin-top: 70px;
  padding-top: 50px;
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
  left: -300px;
  z-index: 100;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: left 200ms ease-in !important;
    -moz-transition: left 200ms ease-in !important;
    -o-transition: left 200ms ease-in !important;
    transition: left 200ms ease-in !important;
}
.bci-filter-sidebar.show-sidebar {
  top: 0;
  left: 0px;
}
.bci-filter-sidebar.show-sidebar-mobile {
  left: -100%;
}
.bci-filter-sidebar.show-sidebar.show-sidebar-mobile  {
  left: 0;
}
.bci-filter-sidebar .close-button-mobile {
  position: fixed;
  width: 300px;
  height: 40px;
  left: -100%;
  background: #4a4a4a;
  text-align: center;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  border-top: 2px solid #fff;
  -webkit-transition: left 200ms ease-in !important;
    -moz-transition: left 200ms ease-in !important;
    -o-transition: left 200ms ease-in !important;
    transition: left 200ms ease-in !important;
}
.bci-filter-sidebar.show-sidebar-mobile .close-button-mobile {
  left: 0;
}
.bci-filter-sidebar .close-button-mobile p{
    font-family: "WorkSans-Medium";
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
.bci-filter-sidebar .header {
  position: relative;
  float: left;
  padding-top: 10px;
  padding-bottom: 4px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.bci-filter-sidebar .header .text-area {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    height: auto;
    padding-top: 5px;
}
.bci-filter-sidebar .header .text-area p {
    margin: 0;
    font-family: "WorkSans-Medium";
    letter-spacing: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bci-filter-sidebar .header .button-area {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    padding-left: 17px;
    padding-top: 1px;
    cursor: pointer;
}
.bci-filter-sidebar .header .button-area.desktop {
    display: block;
}
.bci-filter-sidebar .header .button-area.mobile {
    display: none;
}
.bci-filter-sidebar .collapse-item {
    position: relative;
    float: left;
    width: 100%;
    min-inline-size: 34px;
    height: auto;
    border-bottom: 0px solid #e5e5e5 !important;
    padding-top: 5px;
    background: #fff;
    margin: 0;
    border: 0px;
    border-radius: 0px;
}
.bci-filter-sidebar .collapse-item:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 80px;
}
.bci-filter-sidebar .collapse-item .card-header {
  border-bottom: 0px solid #e5e5e5 !important;
  padding-top: 10px;
  padding-bottom: 12px;
  position: relative;
  float: left;
  width: 100%;
}
.bci-filter-sidebar .collapse-item .card-header .panel-title p {
  position: relative;
  float: left;
  margin: 0;
  font-family: "WorkSans-Medium";
  letter-spacing: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin: 0;
  width: 100%;
}
.bci-filter-sidebar .collapse-item .card-header .panel-title img.icon-accordion {
  position: absolute;
  right: -3px;
  top: 8px;
}
.bci-filter-sidebar .collapse-item .card-header .panel-title img.icon-accordion.hide {
  display: none;
}
.bci-filter-sidebar .collapse-item .panel-collapse {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0px;
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 0px;
  top: 0px;
}
.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul {
    padding: 0;
    list-style: none;
    padding-left: 0px;
    border: 0px !important;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-top: 10px;
}
.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul li.half-split {
    position: relative;
    float: left;
    width: 50%;
    margin-right: 0px;
    padding-right: 10px;
}
.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul li a {
  position: relative;
  float: left;
  width: 100%;
  font-family: WorkSans-Regular;
  font-size: 13px;
  letter-spacing: 0;
  color: #4a4a4a;
}
.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul li a:hover,
.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul li a.active {
  font-family: WorkSans-Medium;
  color: #4a4a4a;
}
.bci-filter-sidebar .collapse-item .panel-collapse .panel-body ul li a.children {
  padding-left: 20px;
}


.bci-filter-sidebar .content-list-wrapper {
    position: relative;
    float: left;
    width: calc(100% + 21px);
    height: calc(100% - 55px);
    left: 0;
    padding: 0;
    padding-top: 5px;
    padding-right: 20px;
    top: 0px;
    -webkit-overflow-scrolling: touch;
}
.bci-filter-sidebar .drop-down-button {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  outline: 0;
  padding-top: 6px;
  padding-left: 20px;
  margin-left: 0px;
  z-index: 2;
  margin-bottom: 20px;
}
.bci-filter-sidebar .drop-down-button p {
  font-family: "WorkSans-Medium";
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bci-filter-sidebar .drop-down-button img.arrow-down {
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(-90deg);
}
.bci-filter-sidebar .drop-down-button.drop-down-show img.arrow-down {
    top: 10px;
    transform: rotate(90deg);
}
.bci-filter-sidebar .drop-down-button .toggle-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bci-filter-sidebar .drop-down-button .drop-down-list {
    position: absolute;
    float: left;
    width: 100%;
    left: 0;
    height: auto;
    background: #fff;
    border: 1px solid #fff;
    top: 30px;
    z-index: 1;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    max-height: 200px;
    border: 1px solid #e5e5e5;
    display: none;
}
.bci-filter-sidebar .drop-down-button.drop-down-show {
    z-index: 99;
}
.bci-filter-sidebar .drop-down-button.drop-down-show .drop-down-list {
    height: auto;
    display: block;
}
.bci-filter-sidebar .drop-down-button.drop-down-show .drop-down-list.up {
    top: auto;
    bottom: 30px;
}
.bci-filter-sidebar .drop-down-button .drop-down-list ul {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0;
  list-style: none;
}
.bci-filter-sidebar .drop-down-button .drop-down-list ul li {
  list-style: none;
}
.bci-filter-sidebar .drop-down-button .drop-down-list ul li a h5{
  font-size: 12px;
  font-family: "WorkSans-Medium";
  margin-bottom: 5px;
  margin-top: 15px;
  padding-left: 10px;
  cursor: pointer;
  color: #ababab;
  text-transform: uppercase;
  letter-spacing: 0;
}
.bci-filter-sidebar .drop-down-button .drop-down-list ul li a.active h5{
  color: #4a4a4a;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper {
  position: relative;
  float: left;
  padding: 5px;
  padding-bottom: 10px;
  width: 100%;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper input.filter-input {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    outline: 0;
    height: 30px;
    background-color: #f9f9f9;
    border: 0px;
    font-family: "WorkSans-Medium";
    font-size: 12px;
    color: #4a4a4a;
    padding-left: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper input.filter-input::placeholder {
  color: #ababab;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper ul.content-list {
    position: relative;
    float: left;
    width: 100%;
    max-height: 150px;
    /* overflow-y: hidden; */
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    padding-top: 2px;
    text-align: left;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper ul.content-list .squaredThree span{
  padding-left: 10px;
  padding-right: 10px;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper ul.content-list .squaredThree span h5{
  font-size: 12px;
  font-family: "WorkSans-Regular";
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper ul.content-list .squaredThree span h5 a{
  color: #4a4a4a;
  position: relative;
  float: left;
  width: 100%;
}
.bci-filter-sidebar .drop-down-button .drop-down-list .drop-down-wrapper ul.content-list .squaredThree span h5.checked{
  font-family: "WorkSans-SemiBold";
}
.bci-filter-sidebar .select-two-drop-down {
  position: relative;
  float: left;
  width: 100%;
}
.bci-filter-sidebar .select-two-drop-down .select2-container--default .select2-selection--single {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  background-color: #4a4a4a;
  border-radius: 3px !important;
  border: 0px !important;
  outline: 0;
}
.bci-filter-sidebar .select-two-drop-down .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  float: left;
  height: 30px;
  width: 100%;
  padding-left: 20px !important;
  font-family: "WorkSans-Medium";
  font-size: 13px !important;
  color: #fff !important;
  margin: 0;
  text-align: left;
}
.bci-filter-sidebar .select-two-drop-down .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.bci-filter-sidebar .select-two-drop-down .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent !important;
}

.bci-background-shade-sidebar-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}
.bci-background-shade-sidebar-mobile.show-sidebar {
  opacity: 0;
  visibility: hidden;
}

/* Product Listing */
.bci-listing_body .bci-listing_content .bci-listing_product-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 20px);
  height: auto;
}
.bci-listing_body .bci-listing_content .bci-listing_product-wrapper .page-line{
  position: relative;
  float: left;
  width: calc(100% - 20px);
  height: 20px;
  padding-left: 0px;
  padding-right: 0px;
  top: -6px;
  margin-bottom: 20px;
}
.bci-listing_body .bci-listing_content .bci-listing_product {
  position: relative;
  float: left;
  width: calc(100% / 4 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
  /* -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important; */
}
.bci-listing_body .bci-listing_content .bci-listing_product:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.bci-listing_body .bci-listing_content .bci-listing_product-image {
  position: relative;
  float: left;
  width: 100%;
  height: 170px;
  background: #e5e5e5;
}
.bci-listing_body .bci-listing_content .bci-listing_product-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption-bottom {
  position: relative;
  float: left;
  width: 100%;
  height: 0px;
  padding: 0px;
  -webkit-transition: height 200ms ease-in !important;
  -moz-transition: height 200ms ease-in !important;
  -o-transition: height 200ms ease-in !important;
  transition: height 200ms ease-in !important;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption-bottom.on {
  height: 50px;
  padding: 0px;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption-bottom h1 a {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4a4a;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption-bottom p a {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ababab;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.bci-listing_body .bci-listing_content .bci-listing_product:hover .bci-listing_product-caption-bottom {
  background: #fff;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption {
  position: absolute;
  float: left;
  width: 0;
  height: 50px;
  background: #fff;
  padding: 10px;
  display: none;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption_logo {
  display: none;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption_text {
  display: none;
}
.bci-listing_body .bci-listing_content .bci-listing_product-accordion {
  display: none;
}
.bci-listing_body .bci-listing_content .bci-listing_product-accordion.long {
  display: none;
}
/* Listing Product B */
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product {
  width: calc(100% - 30px);
  height: 170px;
  border-radius: 0px;
  overflow: visible;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-image {
  width: 300px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  z-index: 2;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-image img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption-bottom {
  display: none;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption {
  left: 300px;
  width: calc(100% - 300px - 330px);
  height: 170px;
  padding: 20px;
  display: block;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product:hover .bci-listing_product-caption {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption.long {
  width: calc(100% - 300px);
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_header {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_logo {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background: #e5e5e5;
  margin-top: 5px;
  display: block;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_logo img {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: 50px;
  padding-left: 10px;
  display: block;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text h1 {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "WorkSans-SemiBold";
  font-size: 20px;
  letter-spacing: 0;
  color: #4a4a4a;
  margin: 0;
  margin-top: 7px;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text h1 a {
  color: #4a4a4a;
  text-decoration: none;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text h5 {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "WorkSans-Regular";
  font-size: 13px;
  letter-spacing: 0;
  color: #ababab;
  margin: 0;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text h5 a {
  color: #ababab;
  text-decoration: none;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_description {
  font-size: 14px;
  width: 100%;
  color: #4a4a4a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  float: left;
  top: 0px;
  overflow-y: hidden;
  margin-bottom: 10px;
  margin-top: 0px;
  max-height: 71px;
  overflow: hidden;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_description p {
  margin-bottom: 0px;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption.long .bci-listing_product-caption_description p {
  width: calc(100% - 320px);
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_description p * {
  margin-bottom: 0px;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  font-weight: normal;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion {
  position: relative;
  float: right;
  width: 300px;
  height: 170px;
  background-color: #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion.long {
  display: none;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  overflow: hidden;
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
  transition: flex 0.8s ease;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion.single-item .item {
  transition: flex 0s ease;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion .item:hover {
  flex: 5;
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
  /* transition: filter 0.8s ease, -webkit-filter 0.8s ease; */
}

/* Show Sidebar */
.bci-listing_body.show-sidebar {
  padding-left: 300px;
}
.bci-listing_body.show-sidebar .bci-listing_header {
  padding-left: 30px;
  padding-right: 30px;
}
.bci-listing_body.show-sidebar .bci-listing_content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-caption {
  width: calc(100% - 300px - 320px);
}
.bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-caption.long {
  width: calc(100% - 300px);
}

@media only screen and (max-width: 1200px) {
  .bci-listing_body .bci-listing_header {
    padding-left: 50px;
    padding-right: 50px;
  }
  .bci-listing_body .bci-listing_content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .bci-filter-sidebar {
    width: 250px;
    left: -100%;
  }

  /* Product Listing */
  .bci-listing_body .bci-listing_content .bci-listing_product-wrapper {
    width: calc(100% + 20px);
  }
  .bci-listing_body .bci-listing_content .bci-listing_product-wrapper .page-line{
    width: calc(100% - 20px);
  }
  .bci-listing_body .bci-listing_content .bci-listing_product {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }


  /* Listing Product B */
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product {
    width: calc(100% - 20px);
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption {
    width: calc(100% - 300px - 310px);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption.long {
    width: calc(100% - 300px);
  }

  /* Show Sidebar */
  .bci-listing_body.show-sidebar {
    padding-left: 250px;
  }
  .bci-listing_body.show-sidebar .bci-listing_header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bci-listing_body.show-sidebar .bci-listing_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-image {
    width: 170px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
  }
  .bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-caption {
    width: calc(100% - 170px - 250px);
    left: 170px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
  }
  .bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-caption.long {
    width: calc(100% - 170px);
  }
  .bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-accordion {
    width: 250px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

}


@media only screen and (max-width: 992px) {
  .bci-listing_body .bci-listing_header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box {
    width: calc(100% + 5px);
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .right-box {
    width: 0px;
    display: none;
  }
  .bci-listing_body .bci-listing_content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
    min-height: calc(100vh - 200px);
  }
  .bci-filter-sidebar {
    height: calc(100vh - 50px);
    margin-top: 50px;
    padding-top: 0px !important;
  }
  .bci-filter-sidebar.show-sidebar {
    left: -100%;
  }
  .bci-filter-sidebar.show-sidebar-mobile {
    left: 0;
  }
  .bci-filter-sidebar.show-sidebar.show-sidebar-mobile  {
    left: 0;
  }
  .bci-background-shade-sidebar-mobile.show-sidebar {
    opacity: 0.5;
    visibility: visible;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button.desktop {
    display: none;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button.mobile {
    display: block;
    width: calc(100% / 5 - 5px);
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button {
    width: calc(100% / 5 - 5px);
    max-width: none;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down {
    width: calc(100% / 5 - 5px);
    max-width: none;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down-skeleton {
    width: calc(100% / 5 - 5px);
    max-width: none;
  }
  .bci-filter-sidebar .header .button-area.desktop {
      display: none;
  }
  .bci-filter-sidebar .header .button-area.mobile {
      display: block;
  }

  /* Product Listing */
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product-wrapper {
    position: relative;
    float: left;
    width: calc(100% + 20px);
    height: auto;
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product {
    position: relative;
    float: left;
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 220px;
    border-radius: 3px;
    overflow: hidden;
    /* -webkit-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    transition: all 200ms ease-in !important; */
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product:hover {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-image {
    position: relative;
    float: left;
    width: 100%;
    height: 170px;
    background: #e5e5e5;
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption-bottom {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0px;
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product:hover .bci-listing_product-caption-bottom {
    background: #fff;
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product-caption {
    position: absolute;
    float: left;
    width: 0;
    height: 50px;
    background: #fff;
    padding: 10px;
    display: none;
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product-caption_logo {
    display: none;
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product-caption_text {
    display: none;
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-accordion {
    display: none;
  }
  .bci-filter-sidebar {
    width: 300px;
  }

  /* Show Sidebar */
  .bci-listing_body.show-sidebar {
    padding-left: 0px;
  }
  .bci-listing_body.show-sidebar .bci-listing_header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bci-listing_body.show-sidebar .bci-listing_content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
  .bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-image {
    position: relative;
    float: left;
    width: 100%;
    height: 170px;
    background: #e5e5e5;
  }
  .bci-listing_body.show-sidebar .bci-listing_content.listing-b .bci-listing_product-caption {
    position: absolute;
    float: left;
    width: 0;
    height: 50px;
    background: #fff;
    padding: 10px;
    display: none;
  }
  .bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption-bottom {
    display: block;
  }
}


@media only screen and (max-width: 768px) {
  .bci-listing_body .bci-listing_header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box {
    width: calc(100% + 5px);
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button {
    position: relative;
    float: left;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button {
    position: relative;
    float: left;
    margin-left: 5px;
    width: calc(100% - 105px);
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter {
    margin-top: 10px;
    min-height: 0px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .search-tags-wrapper {
    margin-left: 0px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .brand-filter .filter-tags:first-child:first-child {
    margin-left: 0px;
  }
  .bci-listing_body .bci-listing_content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .bci-filter-sidebar {
    width: calc(100% - 50px);
    left: -100%;
  }
  .bci-filter-sidebar .close-button-mobile {
    width: calc(100% - 50px);
  }
  .bci-listing_body .bci-listing_header .header-wrapper .top-title h1 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box button.mobile {
    width: calc(100% - 5px);
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button {
    width: calc(50% - 5px);
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down {
    width: calc(50% - 5px);
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down-skeleton {
    width: calc(50% - 5px);
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button p {
    text-align: center;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .drop-down-button {
    padding-left: 0;
  }
  .bci-listing_body .bci-listing_header .header-wrapper .filter-area .left-box .select-two-drop-down-skeleton p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  /* Product Listing */
  .bci-listing_body .bci-listing_content .bci-listing_product-wrapper {
    width: 100%;
  }
  .bci-listing_body .bci-listing_content .bci-listing_product-wrapper .page-line{
    width: 100%;
  }
  .bci-listing_body .bci-listing_content .bci-listing_product {
    width: 100%;
  }

  /* Product Listing */
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  .bci-listing_body .bci-listing_content.listing-b  .bci-listing_product {
    position: relative;
    float: left;
    width: 100%;
  }

  /* Show Sidebar */
  .bci-listing_body.show-sidebar .bci-listing_header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bci-listing_body.show-sidebar .bci-listing_content {
    padding-left: 10px;
    padding-right: 10px;
  }

}

/****** Drop Down Section ********/
.select-drop-down-wrapper {
  position: relative;
  float: left;
  margin-left: 5px;
  width: 160px;
  height: 30px;
  background-color: #4a4a4a;
  margin-top: 10px;
  border-radius: 3px;
}
.select-drop-down-wrapper p.text-loading {
  position: absolute;
  font-family: 'WorkSans-Medium';
  font-size: 13px;
  color: #fff;
  margin: 0;
  top: 5px;
  left: 15px;
}
.select-drop-down-wrapper select {
  display: none;
}
.select-drop-down-wrapper .select2-container {
  width: 160px !important;
  height: 30px !important;
}
.select-drop-down-wrapper .select2-container--default .select2-selection--single {
  border: 0 !important;
  height: 30px !important;
  background-color: #4a4a4a !important;
  border-radius: 3px !important;
}
.select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  font-family: 'WorkSans-Medium' !important;
  padding-left: 15px;
  font-size: 13px;
}
.select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.select-drop-down-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}
@media (max-width: 768px){
  .select-drop-down-wrapper {
    margin-left: 0;
    width: 50%;
    margin-top: 5px;
  }
  .select-drop-down-wrapper.mobile-left {
    width: calc(50% - 3px);
    float: left;
  }
  .select-drop-down-wrapper.mobile-right {
    width: calc(50% - 2px);
    float: right;
  }
  .select-drop-down-wrapper .select2-container {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper {
    top: 34px;
  }
}

/* Override Select2 Drop Down */
.select-drop-down-wrapper .select2-results__option {
  padding-left: 10px !important;
}
.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  height: 30px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-family: 'WorkSans-Medium';
  padding-left: 5px;
  padding-right: 5px;
  color: #4a4a4a;
}
.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder { /* Edge */
  color: #ababab;
}
.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ababab;
}
.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #ababab;
}
.select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width:5px;
}
.select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background:#e5e5e5;
  border-radius:0px;
}
.select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background:#ababab;
  border-radius:0px;
}

.select-drop-down-wrapper .select2-container--default .select2-selection--single {
  outline: 0;
}
.select-drop-down-wrapper .select2-search--dropdown {
  padding: 5px !important;
  border-bottom: 0px solid #e5e5e5;
}
.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e5e5e5 !important;
  border-radius: 3px !important;
}
.select-drop-down-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e5e5e5 !important;
  color: #4a4a4a !important;
}
.select-drop-down-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  font-family: 'WorkSans-SemiBold' !important;
  font-size: 14px;
  background-color: #fff !important;
}
.select-drop-down-wrapper .select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #e5e5e5 !important;
}
.select-drop-down-wrapper .select2-container--open .select2-dropdown--below {
  border-color: #e5e5e5 !important;
  border-radius: 3px !important;
}
.select-drop-down-wrapper .select2-container--open .select2-dropdown {
  border-color: #e5e5e5 !important;
  border-radius: 3px !important;
  width: 230px !important;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 992px){
  .select-drop-down-wrapper .select2-container {
    width: 100% !important;
  }
  .select-drop-down-wrapper .select2-container--open .select2-dropdown {
    width: calc(100% + 20px) !important;
  }
}
@media (max-width: 768px){
  .select-drop-down-wrapper .select2-container--open .select2-dropdown {
    width: 100% !important;
  }
}
/** End Listing Page **/
body {
  overflow-y: scroll;
}
#newFooter {
  display: none;
}
.simplebar-scrollbar:before {
  /* opacity: 0.5 !important; */
}


/* Animated Hover With Shadow */
.bci-listing_content.listing-a .animated-box-hover {
  border: 0 !important;
  top: 0 !important;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -o-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}
.bci-listing_content.listing-a .animated-box-hover:hover {
  top: -5px !important;
  transform: scale(1, 1);
  border: 0 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
  z-index: 9;
}


.bci-listing_content.listing-b .animated-box-hover {
  top: 0 !important;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -o-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}
.bci-listing_content.listing-b .animated-box-hover:hover {
  top: -5px !important;
  transform: scale(1, 1);
  z-index: 9;
}


@media (max-width: 992px){
  .bci-filter-sidebar {
    margin-top: 50px !important;
  }
}

/* simplebar override */
.bci-filter-sidebar.show-sidebar {
  border-right: 1px solid #f9f9f9;
}
.simplebar-track.simplebar-vertical {
  width: 8px;
  background: #fff;
  border-left: 1px solid #f9f9f9;
}
.simplebar-scrollbar {
  width: 7px;
  background-color: #e5e5e5;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
  transition: opacity 0s linear;
}

.bci-listing_body .bci-listing_content .bci-listing_product-caption-bottom p.title {
  font-family: 'WorkSans-SemiBold';
  font-size: 48px;
  color: #4a4a4a;
  letter-spacing: -1.5px;
  margin-bottom: 0;
}
.bci-listing_body .bci-listing_content .bci-listing_product-caption-bottom p.title a {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4a4a;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text p.title {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "WorkSans-SemiBold";
  font-size: 20px;
  letter-spacing: 0;
  color: #4a4a4a;
  margin: 0;
  /* margin-top: 7px; */
}
.bci-listing_body .bci-listing_content.listing-b .bci-listing_product-caption_text p.title a {
  color: #4a4a4a;
  text-decoration: none;
}

/* Back to Top Button */
#backToTopButton {
  position: fixed;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  padding: 5px;
  background: #4a4a4a;
  border-radius: 3px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#backToTopButton img {
  position: absolute;
  left: 13px;
  top: 13px;
}