.cse-overview .btgrid {
  padding-bottom: 35px;
}

.cse-product-popup .modal-dialog {
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .cse-product-popup .modal-dialog {
    max-width: 96%;
  }
}

.cse-product-popup .slick-popup {
  min-height: 300px;
  background: url(../images/ajax-loader.gif) center center no-repeat;
}

.cse-product-popup .slick-popup .slick-slide {
  outline: 0;
}

.cse-product-popup .slick-popup .slick-slide .cse-single-img {
  width: 100%;
  max-width: inherit;
}

.cse-product-popup .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.cse-product-popup .slick-popup-cse-wrap {
  padding: 15px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}

.cse-product-popup .modal-body {
  padding: 0;
}

.cse-product-popup .cse-close {
  position: absolute;
  right: -24px;
  top: -33px;
  width: 30px;
  height: 30px;
}

.cse-product-popup .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -7px;
  padding: 10px 0 0px;
  list-style-type: none;
}

.cse-product-popup .slick-dots li {
  margin: 0 0.25rem;
}

.cse-product-popup .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e6e6e6;
  text-indent: -9999px;
}

.cse-product-popup .slick-dots li.slick-active button {
  background-color: #005a82;
}

.cse-product-popup .cse-sl-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 50px;
  width: 40px;
  padding: 0;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6) url(../images/cse/white_arrow.svg) center center no-repeat;
  background-size: 12px 20px;
  z-index: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 15px;
  margin-top: -25px;
}

.cse-product-popup .cse-sl-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.cse-product-popup .cse-sl-arrow.slick-hidden {
  display: none;
}

.cse-product-popup .cse-next {
  left: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.node-type-cse-products .info-tab-sec .nav-tabs li.active a:before {
  bottom: -10px;
  text-shadow: 0px 0px 0px transparent;
  background: url(../images/cse/drop-arrow.svg) center no-repeat;
  content: "";
  height: 10px;
}

.node-type-cse-products .info-tab-sec table {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100%;
  table-layout: auto;
}

.node-type-cse-products .info-tab-sec table th {
  background-color: #666;
  color: #fff;
  /* &:first-child {
        min-width: 350px;
        max-width: 350px;
        width: 350px;
      } */
}

.node-type-cse-products .info-tab-sec table td,
.node-type-cse-products .info-tab-sec table th {
  padding: 12px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  position: relative;
  min-width: 150px;
  overflow: hidden;
}

.zoom-cse-btn.slick .slick-slide {
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoom-cse-btn.slick .slick-slide:before {
  content: "";
  position: absolute;
  z-index: 9;
  right: 7px;
  bottom: 7px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6) url(../images/cse/zoom-icon.svg) center no-repeat;
}

.zoom-cse-btn.slick .slick-slide .video-cse-ol {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}

.page-taxonomy-term .attribute-filter-sec .guide-download {
  margin-bottom: 20px;
}

.page-taxonomy-term .attribute-filter-sec .product-submission-btn {
  text-transform: uppercase;
  border: solid 2px #015a82;
  padding: 5px 20px;
  display: block;
  width: 100%;
  float: left;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 15px;
  text-align: center;
  color: #015a82;
  margin-bottom: 25px;
}

.page-taxonomy-term .attribute-filter-sec .product-submission-btn:hover {
  border-color: #003b5a;
  color: #003b5a;
}

.product-slider div.slider-nav-thumbnails.slick-slider .slick-arrow {
  z-index: 0;
}

.cse-popup-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.cse-popup-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cse-tble {
  border: 0;
}

.cse-tble table {
  width: 100%;
}

.cse-tble table th {
  min-width: 150px;
}

@media (max-width: 991px) {
  .cse-product-popup .cse-sl-arrow {
    height: 40px;
    width: 40px;
  }
  .cse-product-popup .cse-close {
    right: 0px;
  }
  .cse-product-popup .slick-popup {
    background: white;
    min-height: 150px;
  }
  .node-type-cse-products .info-tab-sec table th, .node-type-cse-products .info-tab-sec table td {
    /*  &:first-child {
            min-width: 280px;
            max-width: 280px;
            width: 280px;
          } */
  }
  .node-type-cse-products .info-tab-sec .cse-tble table {
    table-layout: auto;
  }
  .node-type-cse-products .info-tab-sec .cse-tble table th, .node-type-cse-products .info-tab-sec .cse-tble table td {
    min-width: 150px;
    /* &:first-child {
              min-width: 280px;
              max-width: 280px;
              width: 280px;
            } */
  }
}

@media (max-width: 767px) {
  .node-type-cse-products .info-tab-sec table th, .node-type-cse-products .info-tab-sec table td {
    padding: 5px;
    font-size: 12px;
    /* &:first-child {
            min-width: 250px;
            max-width: 250px;
            width: 250px;
          } */
  }
  .node-type-cse-products .info-tab-sec .cse-tble table {
    table-layout: auto;
  }
  .node-type-cse-products .info-tab-sec .cse-tble table th, .node-type-cse-products .info-tab-sec .cse-tble table td {
    min-width: 150px;
    /*  &:first-child {
              min-width: 150px;
              max-width: 150px;
              width: 150px; 
            } */
  }
  .page-taxonomy-term .attribute-filter-sec {
    padding-right: 0;
  }
  .page-taxonomy-term .attribute-filter-sec .guide-download {
    display: block;
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .node-type-cse-products .info-tab-sec table th, .node-type-cse-products .info-tab-sec table td {
    /*   &:first-child {
            min-width: 150px;
            max-width: 150px;
            width: 150px;
          } */
  }
  .node-type-cse-products .info-tab-sec .cse-tble table {
    table-layout: auto;
  }
  .node-type-cse-products .info-tab-sec .cse-tble table th, .node-type-cse-products .info-tab-sec .cse-tble table td {
    min-width: 150px;
    /* &:first-child {
              min-width: 150px;
              max-width: 150px;
              width: 150px;
            } */
  }
  .page-taxonomy-term .listing-sec .toolbar .sorting {
    margin-right: 5px;
  }
}

/* IE 9 fix */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  :root .cse-product-popup {
    text-align: center \9;
  }
  :root .cse-product-popup .slick-dots {
    margin: 0 0 -22px \9;
  }
  :root .cse-product-popup .slick-dots li {
    display: inline-block \9;
  }
  :root .node-type-cse-products .slick-slider {
    z-index: 0\9;
  }
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table tr:first-child td:first-child {
  border-top-left-radius: 9px;
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table tr:first-child td:last-child {
  border-top-right-radius: 9px;
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table[border="0"] {
  border: solid 0px transparent;
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table[border="0"] td {
  border-top: solid 0px transparent;
  border-left: solid 0px transparent;
  vertical-align: top;
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table[border="0"] td:first-child img {
  margin-top: 10px;
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table[border="2"] {
  border: 0;
  border-bottom: solid 2px #076eb2;
  border-right: solid 2px #076eb2;
}

.sa_campaign_wrap.cms-full-width-wrap .left-column-page-global table[border="2"] td {
  border-top: solid 2px #076eb2;
  border-left: solid 2px #076eb2;
}

/* Barriers */
.fam-barrier {
  background-color: #fff;
  /* Right side */
}

.fam-barrier .facetapi-disabled label {
  color: #858585;
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
}

.fam-barrier .facetapi-disabled label:before {
  border-color: #858585 !important;
}

.fam-barrier .attribute-filter-sec {
  text-align: left;
}

.fam-barrier .attribute-filter-sec .ajax-facets-controls-wrapper {
  line-height: 1.2;
}

.fam-barrier .attribute-filter-sec h2 {
  margin: 0;
  padding: 0;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  text-align: left;
  color: #000;
}

.fam-barrier .attribute-filter-sec .facetapi-facetapi-ajax-checkboxes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fam-barrier .attribute-filter-sec .facetapi-facetapi-ajax-checkboxes li {
  margin: 0;
  line-height: 1;
  overflow: hidden;
}

.fam-barrier .attribute-filter-sec .facetapi-facetapi-ajax-checkboxes li:last-child {
  margin: 0;
}

.fam-barrier .attribute-filter-sec .facetapi-facetapi-ajax-checkboxes li ul {
  margin-left: 30px;
}

.fam-barrier .attribute-filter-sec .facetapi-facetapi-ajax-checkboxes li .form-item {
  overflow: hidden;
  padding-bottom: 15px;
}

.fam-barrier .attribute-filter-sec {
  padding-right: 18px;
}

@media (max-width: 991px) {
  .fam-barrier .attribute-filter-sec {
    padding-bottom: 30px;
    padding-right: 0;
    display: none;
  }
}

.fam-barrier .attribute-filter-sec .button {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.fam-barrier .attribute-filter-sec input {
  font-style: normal;
  color: #000;
  cursor: default;
  font-family: HelveticaNeueETW01-55Rg;
}

.fam-barrier .attribute-filter-sec input:focus {
  outline: 0;
}

.fam-barrier .attribute-filter-sec .filter-wrapper {
  border-bottom: 1px solid #858585;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .filter-options {
  /* display: none; */
}

.fam-barrier .attribute-filter-sec .filter-wrapper.filter-wrapper-active .title:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.fam-barrier .attribute-filter-sec .filter-wrapper .filter-options-in {
  position: relative;
  padding-bottom: 50px;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .filter-options-in a.reset-link {
  position: absolute;
  bottom: 15px;
  color: #076EB2;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  width: auto;
  line-height: 2;
  text-align: center;
  left: 0;
  right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fam-barrier .attribute-filter-sec .filter-wrapper .filter-options-in a.reset-link {
    line-height: 1.8;
  }
}

.fam-barrier .attribute-filter-sec .filter-wrapper .filter-options-in .citsb-selectall {
  position: absolute;
  bottom: 15px;
  color: #076EB2;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  width: auto;
  padding-left: 0;
  line-height: 2;
  left: calc(50% - 97px);
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .fam-barrier .attribute-filter-sec .filter-wrapper .title {
    padding-right: 30px;
  }
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  top: 21px;
}

@media (max-width: 991px) {
  .fam-barrier .attribute-filter-sec .filter-wrapper .title:before {
    right: 15px;
    top: 23px;
  }
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title.title-up:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 27px;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title .title-in {
  font-size: 18px;
  line-height: 28px;
  font-family: HelveticaNeueETW01-75Bd;
  display: inline-block;
  border: 0;
  margin-bottom: 0;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title .title-in.active-filter {
  color: #076EB2;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title .info-tooltip-b {
  display: none;
  position: absolute;
  width: 300px;
  background: #ffffff;
  border: 1px solid #1575BA;
  left: calc(100% + 16px);
  top: -13px;
  z-index: 3;
  font-size: 14px;
  padding: 10px 15px 20px;
  border-radius: 3px;
  line-height: 1.5;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title .info-tooltip-b:before {
  left: -17px;
  top: 13px;
  border: solid transparent;
  content: "";
  height: 11px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  background: url(../images/barrier/arrow.png) no-repeat;
  background-size: 100%;
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title .info-icn-b {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/barrier/i_Icon.svg) center center no-repeat;
  background-size: 100%;
  margin-left: 1px;
}

@media (max-width: 767px) {
  .fam-barrier .attribute-filter-sec .filter-wrapper .title .info-icn-b {
    display: none;
  }
}

.fam-barrier .attribute-filter-sec .filter-wrapper .title .info-icn-b:hover .info-tooltip-b {
  display: block;
}

.fam-barrier .attribute-filter-sec .filter-wrapper input[type=checkbox] + label {
  font-size: 14px;
  color: #000;
  padding-left: 25px;
  line-height: 1.2;
}

.fam-barrier .attribute-filter-sec .filter-wrapper input[type=checkbox] + label:before {
  border: solid 2px #076eb2;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  background: #ffffff;
}

.fam-barrier .attribute-filter-sec .filter-wrapper input[type="checkbox"]:not(old):checked + label:after {
  background: #076eb2;
  width: 14px;
  height: 16px;
  border-radius: 0px;
  left: 0;
  top: 0;
}

.fam-barrier .ui-slider-horizontal, .fam-barrier .ui-state-default, .fam-barrier .ui-widget-content .ui-state-default, .fam-barrier .ui-widget-header .ui-state-default, .fam-barrier .ui-widget-header {
  background: #076EB2;
}

.fam-barrier .ui-slider-horizontal .ui-slider-range {
  cursor: pointer;
}

.fam-barrier .ui-state-default, .fam-barrier .ui-widget-content .ui-state-default, .fam-barrier .ui-widget-header .ui-state-default {
  border: 2px solid #076EB2;
  border-radius: 50%;
  background: #F6F6F6;
}

.fam-barrier .ui-state-default:focus, .fam-barrier .ui-widget-content .ui-state-default:focus, .fam-barrier .ui-widget-header .ui-state-default:focus {
  outline: 0;
}

.fam-barrier .ui-widget-content {
  border: 0;
  height: 6px;
  width: calc(100% - 30px);
  margin-left: 11px;
  background-color: #ADADAD;
  margin: 0 auto;
  margin-top: 10px;
}

.fam-barrier .ui-state-focus, .fam-barrier .ui-state-active {
  border-radius: 50%;
  border: 0;
}

.fam-barrier .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -11px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.fam-barrier .contextual-links-region {
  position: relative;
}

.fam-barrier .contextual-links-region .content {
  padding-bottom: 30px;
  overflow: hidden;
  /* display: none; */
}

.fam-barrier .listing-sec .toolbar {
  padding-bottom: 10px;
  border-bottom: solid 0px #ededed;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .fam-barrier .listing-sec .toolbar .filter-menu {
    display: none;
    padding-bottom: 40px;
  }
}

.fam-barrier .listing-sec .toolbar form.jquery-once-2-processed {
  /*  @media(max-width: 767px){
        display: block;
        width: 100%;
        float: left;
      } */
}

.fam-barrier .listing-sec label[for="edit-sort-by"] {
  display: none;
}

.fam-barrier .listing-sec .toolbar .sorting {
  display: inline-block;
}

@media (min-width: 992px) {
  .fam-barrier .listing-sec .toolbar .sorting {
    margin-left: -5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fam-barrier .listing-sec .toolbar .sorting {
    margin-left: -5px;
  }
}

.fam-barrier .toolbar .view-footer.count-summary {
  text-align: left;
  font-size: 14px;
  padding-top: 15px;
  padding-left: 5px;
  clear: both;
}

@media (max-width: 767px) {
  .fam-barrier .toolbar .view-footer.count-summary {
    text-align: right;
    font-size: 13px;
    margin-top: -41px;
    padding-bottom: 30px;
    float: right;
  }
}

@media (max-width: 350px) {
  .fam-barrier .toolbar .view-footer.count-summary {
    float: none;
    text-align: left;
    padding-bottom: 0;
    padding-top: 24px;
    font-size: 14px;
  }
}

.fam-barrier .toolbar .product-search .ctools-auto-submit-click {
  text-indent: -9999px;
  padding: 0px;
  float: right;
  position: absolute;
  right: 10px;
  background: url(../images/Search-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 16px;
  top: 14px;
}

.fam-barrier .toolbar .product-search label[for="edit-search-api-views-fulltext"] {
  display: none;
}

.fam-barrier .toolbar .product-search input[type="text"] {
  width: 100%;
  font-size: 15px;
  border: 0;
  font-family: HelveticaNeueETW01-46Lt;
  float: none;
  background: none;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px 0 55px;
  color: #636363;
  border: 1px solid #3E3E3E;
  border-radius: 5px;
  background: #fff;
}

.fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-impact-speed-wrapper p, .fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-impact-angle-wrapper p,
.fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-vehicle-penetration-dist-wrapper p, .fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-impact-speedparents-allname-wrapper p, .fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-vehicle-penetration-distan-wrapper p,
.fam-barrier #block-facetapi-gvhykteykcodtyp1f9huorktofkmshwf p,
.fam-barrier #block-facetapi-cwu4lw9zbeefvib1ffjsrkpow5ugfhfm p,
.fam-barrier #block-facetapi-nkv61xiidtrlk9klyegws6l3tymqebwl p {
  display: inline-block;
}

.fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-impact-speed-wrapper p input, .fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-impact-angle-wrapper p input,
.fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-vehicle-penetration-dist-wrapper p input, .fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-impact-speedparents-allname-wrapper p input, .fam-barrier #facetapi-facet-search-apicitvsb-index-block-field-vehicle-penetration-distan-wrapper p input,
.fam-barrier #block-facetapi-gvhykteykcodtyp1f9huorktofkmshwf p input,
.fam-barrier #block-facetapi-cwu4lw9zbeefvib1ffjsrkpow5ugfhfm p input,
.fam-barrier #block-facetapi-nkv61xiidtrlk9klyegws6l3tymqebwl p input {
  width: 60px;
}

.fam-barrier.dgl-page .listing-sec .item .name:before {
  content: "";
  position: absolute;
  background: rgba(255, 0, 0, 0.01);
  z-index: 99;
  width: 100%;
  height: 0;
  top: 0;
  padding-bottom: 75%;
}

.barrier-flt {
  font-family: HelveticaNeueETW01-75Bd;
  padding: 15px 15px 15px 25px;
  position: relative;
  display: none;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  color: #096eb2;
  margin: 15px 0;
  border: 2px solid #096eb2;
  border-radius: 6px;
}

.barrier-flt.barrier-flt-active {
  background: #096eb2;
  color: #fff;
}

.barrier-flt.barrier-flt-active .barr-flt:before, .barrier-flt.barrier-flt-active .barr-flt:after {
  content: "";
  width: 3px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 1px;
}

@media (max-width: 767px) {
  .barrier-flt.barrier-flt-active .barr-flt:before, .barrier-flt.barrier-flt-active .barr-flt:after {
    top: 14px;
    left: calc(100% - 25px);
  }
}

.barrier-flt.barrier-flt-active .barr-flt:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .barrier-flt {
    display: block;
  }
}

.barrier-flt .barr-flt:before {
  content: "\f00a";
  font-family: 'FontAwesome';
  font-size: 18px;
  display: block !important;
  width: 20px;
  height: 20px;
  position: absolute;
  line-height: 18px;
  top: 0px;
  right: 0px;
  color: #096eb2;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .barrier-flt .barr-flt:before {
    top: 15px;
    right: 15px;
  }
}

.barrier-flt .barr-flt {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  margin-top: 1px;
}

@media (max-width: 767px) {
  .barrier-flt .barr-flt {
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.digital-learning-popup .close:before {
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.digital-learning-popup .close:after {
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

@media (max-width: 370px) {
  .fam-barrier .listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle {
    padding: 0 30px 0px 15px;
  }
}

@media (max-width: 370px) {
  .fam-barrier .listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle .bs-caret .caret {
    right: 0px;
  }
}

.fam-barrier .view-empty p {
  float: left;
  clear: both;
  font-size: 18px;
  line-height: 28px;
  font-family: HelveticaNeueETW01-75Bd;
  text-align: center;
  margin: 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  width: 100%;
  padding-top: 100px;
  color: #025b83;
}

.fam-barrier .clr-search {
  width: 28px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  color: transparent;
  font-size: 1px;
  cursor: pointer;
  bottom: 0;
}

.fam-barrier .clr-search:before, .fam-barrier .clr-search:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #3e3e3e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.fam-barrier .clr-search:after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
          transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.bredcrumb-img ul li, .bredcrumb ul li {
  font-family: HelveticaNeueETW01-75Bd;
}

.listing-sec .item .img-box span.tag.new {
  background-color: #1F800A;
}

div.news_details .news-container {
  border-bottom: 0;
  margin-bottom: 0;
}

.fam-barrier .cse-top-links {
  clear: both;
  overflow: hidden;
}

.fam-barrier .barr-flt {
  cursor: pointer;
}

@media (max-width: 991px) {
  .fam-barrier .listing-sec .attribute-filter-sec .filter-wrapper .filter-options-in .facetapi-facetapi-ajax-checkboxes {
    -ms-touch-action: initial !important;
        touch-action: initial !important;
  }
}

.fam-barrier .listing-sec .view-content .item .flag-wrapper {
  z-index: 100;
}

.cse-my-shortlist .region .cse-lft-bar
> ul > li > a.active {
  color: white;
  background: #076EB2;
}

.cse-my-shortlist .region .cse-lft-bar
> ul ul {
  display: block;
  padding-left: 25px;
  margin-top: 10px;
}

.cse-my-shortlist .region .cse-lft-bar
> ul ul li a.active {
  background-color: #eee;
  font-family: "HelveticaNeueETW01-75Bd";
  color: black;
}

.cse-my-shortlist .cse-cats {
  display: block;
  padding: 14px 15px;
  border-radius: 5px;
  color: white;
  background: #076EB2;
  cursor: pointer;
  position: relative;
  font-family: "HelveticaNeueETW01-75Bd";
}

.cse-my-shortlist .cse-cats:before {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0px;
  font-size: 24px;
  position: relative;
  top: 50%;
  right: 10px;
  left: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cse-my-shortlist .cse-cats.open:before {
  content: '\f106';
}

.cse-my-shortlist .cse-cats:hover {
  background-color: #eee;
  color: black;
}

.dgl-page .listing-sec .item .flag-add {
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/add-bookmark.svg") no-repeat;
  background-size: cover;
  text-indent: -99999px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 100;
}

.dgl-page .listing-sec .item .flag-remove {
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/remove-bookmark.svg") no-repeat;
  background-size: cover;
  text-indent: -99999px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 100;
}

.dgl-page .product-details-sec .attribute-block .flag-remove {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  text-decoration: underline;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  padding-top: 20px;
}

.dgl-page .product-details-sec .attribute-block .flag-remove:hover {
  text-decoration: none;
}

.dgl-page .product-details-sec .attribute-block .flag-remove:before {
  content: '';
  background: url(../images/remove-bookmark.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
}

.dgl-page .product-details-sec .attribute-block .flag-add {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  text-decoration: underline;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  padding-top: 20px;
}

.dgl-page .product-details-sec .attribute-block .flag-add:hover {
  text-decoration: none;
}

.dgl-page .product-details-sec .attribute-block .flag-add:before {
  content: '';
  background: url(../images/add-bookmark.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
}

.shortlist-cse-cats {
  max-height: 250px;
  display: block;
}

.shortlist-cse-cats .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E7E7E7;
  width: 7px;
  border-radius: 16px;
}

.shortlist-cse-cats .mCSB_scrollTools {
  opacity: 1;
  width: 7px;
}

.shortlist-cse-cats .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #076EB2 !important;
  opacity: 1;
  width: 7px;
}

.dgl-page .view-citvsb-product-list .filter-options .search-ctr {
  position: relative;
}

.dgl-page .view-citvsb-product-list .filter-options .search-ctr::before {
  content: '(';
}

.dgl-page .view-citvsb-product-list .filter-options .search-ctr::after {
  content: ')';
}
/*# sourceMappingURL=cse-style.css.map */