/* CATEGORY PAGES GLOBAL STYLING */
.listing-row-holder h1 {
  font-size: 2em;
  text-align: left;
  color: #000;
}


.view-category-description,
.view-brands-header {
  text-align: justify;
}

.view-category-description h2,
.view-brands-header h2 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* TOP LEVEL CATEGORY
===================================== */

#top-cat-listing {
  margin: 30px 0;
}

#top-cat-listing h1,
#top-cat-listing h1 {
  padding: 0 0 30px;
}

.bean-slider-banner{
  width: 100%;
}

@media ( max-width: 991px ) {
  .field-name-field-slider-banner-image {
    display: none;
  }
}

/* BOTTOM LEVEL CATEGORY
===================================== */


aside#sidebar {
  position: relative;
  /* top: 90px; */
  border-right: 1px solid #dedede;
}

.logged-in aside#sidebar {
  /* top: 10px; */
}

@media (max-width: 991px) {
  aside#sidebar {
    top: 0;
    border: 0;
  }
}

/* products to be inline with filters */
#bottom-cat-listing>* {}

.listing-row-holder {
  margin-bottom: 15px;
}

/* Filters section in sidebar */

aside#sidebar .block-odd {
  background: #fff;
}

aside#sidebar .block-even {
  background: #fff;
}

aside#sidebar .block {
  text-align: center;
}



aside#sidebar .block:last-child {
  margin-bottom: 0px;
}

aside#sidebar .block>p.block-title {
  display: block;
  padding: 5px 10px;
  color: #50646c;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  background: #f5f5f5;
}

aside#sidebar .block>p.block-title span.caret {
  margin-top: 7px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

aside#sidebar .block>p.block-title.active span.caret {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

aside#sidebar .block>div:last-child {
  padding: 0;
  font-size: 12px;
}

aside#sidebar #block-views-exp-catalogue-page-1 {
  border: 1px solid #ddd;
}

aside#sidebar .block>.entity.entity-bean {
  padding: 0 !important;
  display: block !important;
  height: auto !important;
  overflow: auto !important;
}


aside#sidebar [id$="picture-beenz"] {
  margin-top: 20px;
}

aside#sidebar .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0.5em 0 0;
}

aside#sidebar.closed {
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  height: 0;
}

/* Filter style images */
aside#sidebar .bean-categories-eight {
  text-align: center;
}

aside#sidebar .entity-bean .field-type-image {
  margin-bottom: 20px;
  width: 30%;
  margin-right: 2%;
  display: inline-block;
  border: 1px solid #ddd;
}

aside#sidebar .entity-bean .field-type-image.field-name-field-sidebar-banner-image {
  width: auto;
  margin-right: 0;
}

/* Filter sections in Filter Bar */

#filter-bar {
  text-align: center;
}

#filter-bar-middle {
  display: none;
}

aside#filter-bar .block-odd {
  background: #fff;
}

aside#filter-bar .block-even {
  background: #fff;
}

aside#filter-bar .block {
  text-align: center;
}


aside#filter-bar .block:last-child {
  margin-bottom: 0px;
}

aside#filter-bar .block>p.block-title {
  display: block;
  padding: 0 15px;
  color: #50646c;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  background: #e1e7ea;
}

aside#filter-bar .block>p.block-title span.caret {
  margin-top: 7px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

aside#filter-bar .block>p.block-title.active span.caret {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

aside#filter-bar .block>div:last-child {
  padding: 0;
  font-size: 12px;
}

aside#filter-bar #block-views-exp-catalogue-page-1 {
  border: 1px solid #ddd;
}

aside#filter-bar .block>.entity.entity-bean {
  padding: 0 !important;
  display: block !important;
  height: auto !important;
  overflow: auto !important;
}


aside#filter-bar .block.block-promo-video>.iframe-holder {
  display: block;
}

aside#filter-bar .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0.5em 0 0;
}

aside#filter-bar .region-filters_middle.closed {
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  height: 0;
}

aside#filter-bar .bean-categories-eight {
  text-align: center;
}

aside#filter-bar .entity-bean .field-type-image {
  margin-bottom: 20px;
  width: 30%;
  margin-right: 2%;
  display: inline-block;
}

aside#filter-bar .entity-bean .field-type-image.field-name-field-sidebar-banner-image {
  width: auto;
  margin-right: 0;
}

/* Show / Hide Filters button */
.more-options-btn-sidebar {
  display: inline-block;
  background: #919da2;
  color: #fff !important;
  text-align: center;
  margin-bottom: 10px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  font-size: 17px;
}

.more-options-btn-sidebar:hover,
.more-options-btn-sidebar.active {
  background: #919da2;
  color: #fff;
}

.more-options-btn-sidebar span {
  margin-right: 10px;
}

/*.more-options-btn-sidebar.active span { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }*/

/* sort by select box */
.form-item-sort-by label {
  margin: 0 0 20px;
  line-height: 18px;
}

.form-item-sort-by select {
  border: 0;
  height: 40px;
  width: 100%;
  border: 1px solid #bbb;
}

.form-item-sort-by .views-submit-button,
.form-item-sort-by .views-reset-button {
  display: none;
}

/* range slider */
.range-slider-box {
  margin: 10px 0;
}

.range-slider-box .ui-widget-content {
  border: 0;
  height: 3px;
  background: #cdcdcd;
}

.range-slider-box .ui-slider-horizontal .ui-slider-range {
  border: 0px;
  height: 3px;
  margin-top: 0px;
  background: #bcd850;
}

.range-slider-box .ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #ababab;
  background: #fff;
  border-radius: 100%;
  top: -6px;
  z-index: 1;
}

.range-slider-box .ui-slider-horizontal .ui-slider-handle {
  display: none;
}

.range-slider-box .ui-slider-horizontal .ui-slider-handle:last-child {
  display: block;
}

.range-box .form-item-range-from {
  display: none;
}

.range-box .form-item-range-to>label {
  display: none;
}

#view-x-products {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right;
}

#view-x-products a {
  color: #7f8f9c;
}

#view-x-products span {
  margin-right: 5px;
}


.form-radios {
  font-size: 12px;
}

ul[class*="checkbox-links"] li,
.form-radios .form-item {
  position: relative;
  list-style: none;
  display: block;
  width: 100%;
  float: none;
}

ul[class*="checkbox-links"] input,
.form-radios input {
  /*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  cursor: pointer;*/
}

ul[class*="checkbox-links"] li,
ul[class*="checkbox-links"] input+a,
.form-radios input+label {
  color: #72838a;
}

ul[class*="checkbox-links"] input+a,
.form-radios input+label {
  /*  position: relative;
  display: block;
  cursor: pointer;
  transition: 350ms;
  padding-left: 3em;
  padding-top: 0;
  font-weight: normal;
  margin: 0;*/
}


ul[class*="checkbox-links"] input+a.facetapi-active {
  /*  display: block !important;
  float: left;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  background: #adb946;
  border-radius: 50px;
  margin: 2px 5px 2px 8px;
  top: 4px;
  border: 0 !important;
  padding: 3px !important;*/
}

.views-widget .form-type-bef-checkbox label,
.form-radios input:checked+label {
  font-weight: normal;
  font-size: 12px;
  display: inline-block !important;
}

.views-widget {
  display: block;
}

.views-widget-sort-by {
  clear: both;
}

.viewprodcat {
  display: block;
  background: #0284b6;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}

.pc-sale-button,
.pc-sale-button:hover {
  background: #d24242;
  padding: 0px 20px;
  display: inline-block;
  color: #fff;
  margin-bottom: 13px;
  position: absolute;
  right: 15px;
  top: -50px;
}

.pc-sale-button:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0px 14px 15px;
  border-color: transparent transparent transparent #d24242;
  position: absolute;
  right: -15px;
  top: 0px;
}

.pc-sale-button.back {
  background: #0284b6;
  right: 15px;
}

.pc-sale-button.back:after {
  border-width: 14px 10px 14px 0;
  border-color: transparent #0284b6 transparent transparent;
  left: -10px;
}

@media (max-width: 991px) {

  .pc-sale-button,
  .pc-sale-button:hover,
  .pc-sale-button.back {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }
}

/* top beans styling */
.bean-quarter-banner-full- .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.bean-quarter-banner-full- .content > div {
  display: flex;
  flex: 1 0 auto;
  margin: 0 5px 10px 5px;
  flex-basis: 20%;
}
@media ( max-width: 991px ) {
  .bean-quarter-banner-full- .content > div {
    flex-basis: 35%;
  }
}
@media ( max-width: 767px ) {
  .bean-quarter-banner-full- .content > div {
     display: flex;
     flex-basis: 100%;
     margin: 0 auto 10px;
  }   
  .bean-quarter-banner-full- .content > div a {
      display: block;
      text-align: center;
      width: 100%;
  }
}


/*.view-id-categories_overview .view-content,
.view-id-categories_overview .view-content.cat-off,
.view-id-categories_in_brand .view-content,
.view-id-categories_in_brand .view-content.cat-off { display: none; }
.view-id-categories_overview .view-content.cat-on,
.view-id-categories_in_brand .view-content { display: block; }*/

.form-item-sort-by label {
  float: left;
  width: 100%;
  padding: 0 0 5px;
  margin: 0;
  font-size: 0.9em;
}

.form-item-sort-by label+select {
  float: left;
  width: 95%;
}

.form-item-sort-by .form-radios {
  padding: 15px;
}

.facetapi-limit-link {
  display: block;
  padding: 3px 15px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  margin-top: -1px;
  color: #50646c;
  font-size: 14px;
}

.facetapi-limit-link:hover {
  background: #ededed;
  color: #50646c;
}

/* category descriptions */
.field-name-description-field,
.category-description {
}

.read-more-holder {
 margin-top: 10px;
 text-align: center;
}

.read-more-holder > .read-button {
  display: inline-block;
  border: 2px solid #ddd;
  padding: 3px 20px;
  border-radius: 100px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.category-grid {
  padding: 0;
  margin: 0;
  padding-top: 15px;
}

.front .category-grid {
  border: 0;
}

.category-grid ul {
  padding: 0;
  text-align: center;
}

.category-grid ul li {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.category-grid ul li .views-field-name h3,
.category-grid ul li .views-field-name-1 h3 {
  position: static;
  display: block;
  padding: 10px 0 0;
  width: 100%;
  text-align: left;
  min-height: 40px;
}
.category-grid ul li .views-field-name h3 a,
.category-grid ul li .views-field-name-1 h3 a {
  text-shadow: none;
  color: #000;
  font-size: 0.8em;
  display: block;
  padding: 0;
  text-align: left;
}

.category-grid ul li .field-name-field-cat-image,
.category-grid ul li .views-field-field-cat-image,
.category-grid ul li .views-field-field-logo {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #efefef;
}

.category-grid ul li .field-name-field-cat-image a,
.category-grid ul li .views-field-field-cat-image a,
.category-grid ul li .views-field-field-logo a {
  display: table-row;
}

.category-grid ul li .field-name-field-cat-image img,
.category-grid ul li .views-field-field-cat-image img,
.category-grid ul li .views-field-field-logo img {
  width: 100%;
  height: auto;
}

/* range links without range images */
.view-display-id-ranges_without_images .category-grid {
  padding-top: 0;
  margin-top: 15px;
}

.view-display-id-ranges_without_images .category-grid ul li {
  margin-bottom: 0;
  border: 1px solid #d1d1d1;
  float: left;
  display: block
}

.view-display-id-ranges_without_images .category-grid ul li h3 {
  text-align: left;
  position: static;
  pointer-events: auto;
  width: 100%;

}

.view-display-id-ranges_without_images .category-grid ul li h3 a,
.view-display-id-ranges_without_images .category-grid ul li h3 h3 a {
  font-size: 18px;
  text-align: left;
  color: #000;
  text-shadow: none;
  text-transform: uppercase;
  display: block;
}

.view-display-id-ranges_without_images .category-grid ul li:hover {
  background: #ededed;
}

#content-bottom {
  margin-top: 10px;
  text-align: justify;
}

#content-bottom ul {
  padding-left: 15px;
  list-style: disc;
}

/* sale page */
.page-node-13211 .category-grid {
  margin-top: 0;
}

.page-node-13211 .category-grid h2 {
  padding-top: 0;
}

/* field collection tabbed content */
.page-taxonomy-term .tab_wrapper {
  border-radius: 0;
  border: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.page-taxonomy-term .tab_wrapper > ul {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}

.page-taxonomy-term .tab_wrapper > ul li {
  margin: 0;
  border: 0;
  padding: 5px 7px 5px;
  background: none;
  border-radius: 0;
  float: none;
  display: inline-block;
  white-space: normal;
}

.page-taxonomy-term .tab_wrapper > ul li.active {
  margin: 0;
  border: 0;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #74bed1;
}

.page-taxonomy-term .tab_wrapper > ul li a {
  background: none;
  color: black;
  font-weight: bold;
}

.page-taxonomy-term .tab_wrapper > ul li:hover a {
  background: none;
  color: #74bed1;
}


.page-taxonomy-term .tab_wrapper > ul li.active a,
.page-taxonomy-term .tab_wrapper > ul li.active a:visited {
  color: #74bed1;
}

.page-taxonomy-term .tab_wrapper > ul li a h2 {
  color: black;
  text-transform: capitalize;
  margin-bottom:0;
}

.page-taxonomy-term .tab_wrapper .accordian_header {
  text-transform: capitalize;
  font-weight: bold;
}

.page-taxonomy-term .tab_wrapper > ul li.active a h2,
.page-taxonomy-term .tab_wrapper > ul li:hover a h2 {
  color: #74bed1;
}



.page-taxonomy-term .tab_wrapper .content_wrapper  {
  background: #ffffff;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-taxonomy-term .tab_wrapper .content_wrapper {
    text-align: left;
  }
}
.page-taxonomy-term .tab_wrapper .content_wrapper .field-name-field-content {
  max-height: 170px;
  overflow-y: auto;
}

.page-taxonomy-term .tab_wrapper .content_wrapper .field-name-field-content a {
  color: #0284b6;
}

.node-type-guide .content-box,
.node-type-guide #content-bottom {
  font-size: 17px;
  line-height: 2;
}

.node-type-guide .content-box h2,
.node-type-guide .content-box h3,
.node-type-guide .content-box h4,
.node-type-guide .content-box h5,
.node-type-guide .content-box h6 {
  color: #0284b6;
  font-weight: 200;
}

.node-type-guide .content-box ol {
  list-style-type: decimal;
}

.node-type-guide .content-box ul {
  list-style-type: disc;
}



.clearfilter {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  padding: 8px;
}


.clearfilter {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  padding: 8px;
}


@media (max-width: 991px) {
  .product-grid .commerce-product-field-field-commerce-on-bestbuy {
    display: none;
  }
}

@media (max-width: 991px) {
  .category-grid ul li {
    text-align: center;
  }

  .category-grid ul li .field-name-field-cat-image a {
    display: block;
    text-align: center;
  }

  .category-grid ul li .field-name-field-cat-image img {
    display: inline-block;
    margin: 0 auto;
  }

  .category-grid ul li .views-field-name h3 {
    display: block;
    position: static;
    background: #f7f7f7;
    text-align: center;
    width: 100%;
    padding: 5px;
  }

  .category-grid ul li .views-field-name h3 a {
    text-shadow: none;
    color: #51b6d8;
    font-size: 12px;
    text-transform: uppercase;
  }
}

.filter-button-holder {
  display: none;
}
@media ( max-width: 991px ) {
  .filter-button-holder {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  .section-products .filter-button,
  .section-brand .filter-button {
    background: #919da2;
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
  }

  aside#sidebar.closed-on-mobile .region-filters,
  aside#sidebar.closed-on-mobile .region-sidebar {
    display: none;
  }

  aside#sidebar.opened-on-mobile .region-filters,
  aside#sidebar.opened-on-mobile .region-sidebar {
    display: block;
  }

}

.view-sitemap-categories .view-content > .item-list > ul  {
  display:flex;
  flex-flow: column wrap;
  height: 120ex;
}
.view-sitemap-categories .view-content > .item-list > ul >li {
  flex-basis: content;
  margin:10px;
}

.view-sitemap-categories li ul, .view-sitemap-categories li li {
  position: relative;
}

.view-sitemap-categories li ul {
  list-style: none;
  padding-left: 32px;
}

.view-sitemap-categories li li::before, .view-sitemap-categories li li::after {
  content: "";
  position: absolute;
  left: -12px;
}

.view-sitemap-categories li li::before {
  border-bottom: 1px solid #000;
  top: 0.7em;
  width: 8px;
  height: 0;
}
.view-sitemap-categories li li::after {
  border-left: 1px solid #000;
  height: 100%;
  width: 0px;
  top: 2px;
}

.view-sitemap-categories li ul > li:last-child::after {
  height: 0.7em;
}