#content-bar ol, #content-bar ul,
#filter-bar ol, #filter-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 980px) {
  #filter-bar dd li label.filter-parent::after, #filter-bar dt.filter-group-header .h5::after {
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
    position: absolute;
  }

  #filter-bar dt.filter-group-header .h5::after {
    font-size: 22px !important;
  }

  #filter-bar dt.filter-group-header.open .h5:after,
  #filter-bar dd li label.filter-parent.open:after {
    content: "\f106";
  }
}

ol.numbered-list li {
  list-style: decimal;
}

#content-bar ol ol, #content-bar ul ul,
#filter-bar ol ol, #filter-bar ul ul {
  margin-left: 20px;
}

#filter-bar {
  border-right: #ccc solid 2px;
  padding-right:0px;
  padding-left:0px;
}

.yotpo-testimonials-btn {
	display: none !important;
	visibility: hidden !important;
}

#filter-bar h3 {
  padding: 15px 0 15px 0px;
  margin: 0;
}

#filter-bar .currently {
  display: none;
}

#filter-bar.filtersUsed .currently {
  display: block;
}

#filter-bar.filtersUsed > h3 {
  display: none;
}

#filter-bar .currently ol {
  padding-left: 15px;
}

#filter-bar .currently li {
  cursor: pointer;
  margin-left: 2px;
  text-indent: -8px;
}

#filter-bar dt {
  border-top: #ccc solid 2px;
  padding: 15px 0 15px 2px;
}

#filter-bar dt.mobile-close {
  padding: 15px;
  text-align: center;
}

#filter-bar dt.mobile-close span {
  display: inline-block;
  width: 40%;
}

#filter-bar dt.mobile-close a {
  display: inline-block;
  border: 2px solid #ccc;
  text-decoration: none;
  padding: 7px 14px;
  cursor: pointer;
  font-style: italic;
  width: 100%;
}

#filter-bar dt h5 {
  margin: 0;
}

#filter-bar dd {
  padding-left: 15px;
  position: relative;
}

#filter-bar dd, #filter-bar dt {
  display: block;
}

#filter-bar li {
  display: block;
}

@media (min-width: 980px) {
  #filter-bar dt.filter-group-header h5:before,
  #filter-bar dd li label.filter-parent:before {
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    text-align: center;
  }

  #filter-bar dt.filter-group-header.open h5:before,
  #filter-bar dd li label.filter-parent.open:before {
    content: "\f078";
  }
}

#filter-bar dd li label:before {
  width: 15px;
  font-size: 15px;
}


#filter-bar dd li label.filter-parent {
  margin-bottom: 10px;
}

#filter-bar span[data-checkable="checkbox"] {
  margin-left: -3px;
  margin-right: 8px;
}

#filter-bar dt.staticFilterOption label {
  color: #545454;
}

#filter-bar dt.staticFilterOption label span[data-checkable="checkbox"] {
  margin-left: -1px;
  margin-right: 9px;
}

@media only screen and (min-width:991px) {
  dl#uiTabFilters label {
    text-indent: 0px;
    margin-left: -2px;
  }
}

#content-bar .toolbar {
  position: relative;
  margin-top: 3px;
  margin-bottom: 20px;
  min-height: 32px;
  padding: 5px 10px 0;
  border: none;
  background: transparent;
}

#content-bar .toolbar {
  font-family: "SharpSans", Verdana, Arial, sans-serif;
  color: #545454;
  line-height: 30px;
  font-size: 12px;
}

.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

#content-bar .toolbar .input-box {
  padding-top: 2px;
  max-width: 100%;
}

#content-bar .toolbarHeader .sorter .input-box {
  min-width: 180px;
  display: inline-block;
}

#content-bar .toolbarHeader .sorter label {
  display: inline-block;
}

#content-bar .toolbar .input-box select {
  width: 100%;
  height: 100%;
}

#content-bar .toolbar .pages {
  float: none;
  max-width: 370px;
  margin: 2px auto;
  text-align: center;
  overflow: visible;
}

#content-bar .toolbar .pages ol {
  display: inline-block;
  margin: 0;
  width: 273px;
  text-align: center;
}

#content-bar .toolbar .pages a,
#content-bar .toolbar .pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  min-width: 23px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

#content-bar .toolbar .pages .current {
  min-width: 30px;
}

#content-bar .toolbar .pages li {
  color: #7D7D7D;
  border: 2px solid #ccc;
  height: 27px;
  max-width: 35px;
  margin: 0;
  margin-left: 6px;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

#content-bar .toolbar .pages li:hover {
  border: 2px solid #FFFFFF;
  background: #4BC1EB;
}

#content-bar .toolbar .pages li.current,
#content-bar .toolbar .pages li.current:hover {
  border: 2px solid transparent;
  background: #ccc;
  color: #FFFFFF;
  width: 27px;
  height: 27px;
  padding-top: 4px;
  cursor: default;
}

#content-bar .toolbar .pages li:first-child {
  margin-left: 0;
}

#content-bar .toolbar .pages a {
  text-decoration: none;
  color: #7D7D7D;
  line-height: 24px;
  min-width: 23px;
  width: auto;
  padding: 0 5px;
  font-family: "BEKHelvetica", "Helvetica Neue", Verdana, Arial, sans-serif;
  cursor: pointer;
}

#content-bar .toolbar a i {
  font-size: 18px;
}


/**********Search Results**********/

.products-list > li.search-result {
  position: relative;
  padding-top: 15px;
  border: 2px solid #ccc;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  margin: 0;
  cursor: pointer;
}

.products-list > li.search-result:first-child {
  border-top-color: transparent;
}

.products-list > li.search-result:hover {
  border: 2px solid #4bc1eb;
}

.products-list > li.search-result:hover:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  margin: 0;
  padding: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #4bc1eb #fafafa;
}

.products-list > li.search-result:after {
  content: '';
  display: table;
  clear: both;
}

.products-list > li.search-result .product-image {
  display: block;
  float: left;
  width: 27%;
  max-width: 222px;
  height: 222px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 15px solid #fff;
  border-left: 0;
  border-top: 0;
}

.products-list > li.search-result .product-image img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

h2.product-name, h3.product-name,
h4.product-name, h5.product-name,
p.product-name {
  font-size: 13px;
  font-family: "SharpSans", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

.products-list .product-name {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  font-family: "SharpSans", Verdana, Arial, sans-serif;
  font-style: italic;
  color: #545454;
}

h2.product-name a, h3.product-name a,
h4.product-name a, h5.product-name a,
p.product-name a {
  color: #545454;
}

.products-list .product-name a {
  font-size: 22px;
  letter-spacing: 0;
  text-decoration: none;
}

.products-list .product-starrating {
  margin-bottom: 5px;
}

.products-list .price-box {
  font-family: "SharpSans", Verdana, Arial, sans-serif;
  margin: 0;
  float: left;
  /*width: 100%;*/
  text-align: left;
}

.products-list .price-box p {
  margin-bottom: 0;
}

.price-box .price {
  color: #000;
  font-size: 18px;
  font-family: "SharpSans", Verdana, Arial, sans-serif;
  font-weight: bold;
}

a.button, a.btn {
  text-decoration: none;
}

.tabbackground {
  background: #f9f9f9;
  padding: 20px;
  border: 2px solid #ccc;
  border-left: 0;
  border-right: 0;
  display: none;
  margin: 0;
}

.tabbackground.active {
  display: block
}

#filter-bar ul.tabs {
  margin-bottom: -2px;
  margin-left: 0;
  padding: 0px;
}

#filter-bar ul.tabs:after {
  content: '';
  clear: both;
  display: table;
}

#filter-bar .tabs li {
  list-style: none;
  display: inline-block;
  width: 40%;
  text-align: center;
  margin: 0;
}

.tabs a {
  border: 2px solid #ccc;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  height: 52px;
  line-height: 40px;
  cursor: pointer !important;
  font-style: italic;
  font-size: 22px;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.tabs a.active {
  color: #93328E;
}

.tabs a.active {
  background-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}

.tabs a.activeHidingContent {
  background-color: #f9f9f9;
  color: #93328E;
  border: 2px solid #ccc !important;
}

#uiTabSort p:last-child {
  margin: 0;
}

@media (max-width: 480px) {
  #filter-bar dt.filter-group-header .h5::after,
  #filter-bar dd li label.filter-parent::after {
    right: 50px !important;
  }
}

@media (max-width: 991px) {
  #filter-bar .currently ol {
    padding-left: 30px;
  }

  #filter-bar dt.filter-group-header .h5::after,
  #filter-bar dd li label.filter-parent::after {
    right: 300px;
  }

  .main-content-wrapper, #filter-bar {
    padding-right: 0px;
    padding-left: 0px;
  }

  #uiTabFilters {
    padding-left: 15px;
  }
}

@media (max-width: 979px) {
  #filter-bar {
    border-right: none;
    margin-bottom: 15px;
  }

  #filter-bar > h3 {
    display: none;
  }

  #filter-bar dl {
    margin-right: 0;
    display: none;
    border-top: #ccc solid 2px;
    border-bottom: #ccc solid 2px;
  }

  #filter-bar dl.active {
    display: block;
  }

  #filter-bar dt {
    border: none;
  }

  #filter-bar .currently {
    background-color: rgba(0,0,0,.1);
    margin-bottom: 15px;
  }

  #filter-bar .currently:after {
    content: '';
    display: table;
  }

  #filter-bar .currently h3 {
    font-size: 22px;
    line-height: 26px;
    color: #545454;
  }

  #content-bar .sorter {
    display: none;
  }
}

#searchForm {
  opacity: 1;
  visibility: visible;
}

#content {
  margin-top: 80px;
}

.limiter .selectize-control {
  min-width: 80px;
}

.sorter {
  display: inline-block;
}

.resultsSummary {
  display: inline-block;
}

.resultsSummary .purple, .articleResultNumbers .purple {
  font-weight: bold;
}

.searchIcon {
  display: none;
}

#searchHelpModal .modal-body ul {
  margin: 0 40px;
  padding: 0px;
}

#searchHelpModal .modal-body ul > li {
  list-style: none;
}

div.searchCounts label {
  width: 100%;
  text-align: center;
}

#autoFilterNotif {
  text-align: left;
  background-color: #fdf5be;
  padding: 3px 3px 3px 20px;
  color: #545454;
  margin-bottom: 15px;
  text-indent: -8px;
}

li.autoApplied div.filterText:after {
  content: '\f05a';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  text-align: center;
}

#autoFilterNotif:before {
  content: "\f05a";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  text-align: center;
}

div.filterText {
  display: inline;
}

.tooltip-inner {
  padding-left: 15px;
}

.blogLink {
  text-decoration: none !important;
  display: block;
}

.blogTitle {
  margin-top: 10px;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.blogBody {
  text-decoration: none;
  padding-top: 4px;
  padding-left: 0px;
  font-size: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

#blogResults {
  display: flex;
}

.blogArticle {
  max-width: 33%;
  min-width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: .125vw;
}

.blogImage {
  min-height: 125px;
  height: 125px;
  overflow: hidden;
}

.blogImage img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.blogArticle:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}

.articleResultNumbers, .resultsSummary {
  font-size: 15px;
  font-style: italic;
}

.purple {
  color: #93328e;
}

.d-inline {
  display: inline;
}

.relatedArticlesLink {
  cursor: pointer;
  text-decoration: underline;
}

.toolbarHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.st-no-results i {
  cursor: pointer;
}

.titleFlex {
  flex-direction: column;
  flex-shrink: 101;
  padding-right: 10px;
}

.flexbox {
  display: flex;
}

.product-list-alert {
  /*margin-left: auto;*/
  padding-right: 15px;
}

.action .flexbox {
  align-items: center;
}

.action input {
  width: 30%;
}

.qty-wrapper {
  width: 80px;
}

.qty-wrapper .qty {
  min-width: 84px;
  margin: 5px 0px;
}

.qty-wrapper, p.action {
  margin: 0px !important;
}

.availability.out-of-stock {
  width: 100%;
  text-align: right;
}

.clearfix {
  width: 100%;
}

.cannotSellToCustomer p, div.zipMessage p {
  padding: 2px 5px 2px 2px;
  border: 1px solid #4bc1eb;
  display: inline-block;
  margin-bottom: 0px;
}

.cannotSellToCustomer p .line, div.zipMessage p .line {
  padding: 0px 0px 1px 5px;
  font-size: 16px;
  font-family: "SharpSans", Verdana, Arial, sans-serif;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  color: #7d7d7d !important;
  font-style: italic;
  font-weight: normal;
  white-space: nowrap;
}

.cannotSellToCustomer .line i, .zipMessage .line i {
  vertical-align: top;
}

.cannotSellToCustomer p .line:first-of-type a, div.zipMessage p .line:first-of-type a {
  vertical-align: bottom;
}

.cannotSellToCustomer, .zipMessage {
  padding-right: 5px;
  height: min-content;
}

.cannotSellToCustomer .fa, .zipMessage .fa {
  margin-bottom: -1px;
}


.item-msg {
  font-weight: bold
}

.yotpo .text-m {
  padding-left: 5px;
}

#filter-bar h3 {
  font: normal 32px/32px 'SharpSans', sans-serif;
  font-style: italic;
  margin-bottom: 0px;
  color: #93328e;
  padding-bottom: 0;
  border-left: 0;
  border-top: 0;
}

#blogHeader hr {
  border-bottom: 5px solid #93328e;
  margin: 0px;
  margin-bottom: 15px;
}

#filter-bar h3 {
  margin-left: 4px;
  padding-bottom: 15px;
}

.input-box .selectize-input {
  height: inherit !important;
}

.selectize-control.single .selectize-input::after {
  padding-top: 8px;
}

/* New Item Restyle CSS */
.productInfo {
    flex-wrap: wrap;
    width: 73%;
    align-content: baseline;
}

.productShop .productSecondary:not(.configItems):not(.config-items):not(.nonconfigItems) {
  margin-left: auto;
  max-width: 62%;
  cursor: default;
}

.productShop .productDetails {
    width: 100%;
}

.productDetails .separator {
    padding-left: 10px;
    padding-right: 10px;
}

.productDetails {
  align-items: baseline;
  margin-bottom: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.productShop .customer-options, .product-list-alert {
  font-size: 15px;
  line-height: 14px;
  color: #7d7d7d;
}

.productShop .product-description {
    width: 100%;
    line-height: 20px;
    max-height: 60px;
    float: left;
    overflow: hidden;
    position: relative;
    font-family: "SharpSans", Verdana, Arial, sans-serif;
}

.noImage .productShop .productInfo {
    width: 72%;
    margin-left: auto;
}

.productShop .addToCart .action{
  padding-left: 2px;
}

.productShop .addToCart .btn {
    padding: 0 5px;
    width: 100%;
    white-space: normal;
    line-height: 41px !important;
    z-index: 1;
    position: relative;
}

.productShop .addToCart .btn:hover {
    background-color: #4bc1eb;
    border-color: #4bc1eb;
}

.productShop .qty-wrapper {
    position: relative;
    margin: 0 5px 5px;
}

.productShop .qty-wrapper .qty {
    width: 41%;
    font-size: 18px;
    line-height: 24px;
    color: #93328E;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    border-right: 0px
}

.productShop .addToCart {
  flex-wrap: wrap;
  flex-basis: min-content;
  min-width: 190px;
  cursor: default;
  max-width: 190px;
}

  .productShop .cart-count {
    width: 100%;
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
    margin: 0px 0 5px 0;
    white-space: nowrap;
}

.titleFlex {
  /* width 32% unless on row by itself */
  width: 32%;
  flex-grow: 1;
}

.config-items {
  display: flex;
}

.productShop .addToCart .backorder {
  line-height: 16px !important;
  padding-top: 6px;
  padding-bottom: 3px
}

.configItems, .nonconfigItems {
  padding-top: 10px;
}

.config-info hr {
  margin-top: 0px;
  margin-bottom: 5px;
  height: 2px;
  background-color: #969696;
}

.config-info span {
  font-style: italic;
  color: #A2A2A2;
}

.noResultsClipart {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .configItem, .nonconfigItem {
    max-width: 280px;
    transform: scale(.8, .8);
    -webkit-transform-origin-x: 0;
  }

  .config-items {
   margin-left: 32px;
  }

  .nonconfigItem {
    /* 80% margin of config-items so they are aligned */
    margin-left: 32px;
  }

  .config-info {
    min-width: 180px;
    padding: 0px 5px;
  }
  .config-info hr {
      margin-right: 50px;
      height: 1px;
      background-color: #333;
  }
}

@media (min-width: 601px) and (max-width: 1250px) {
  .cannotSellToCustomer p .line, div.zipMessage p .line {
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .cannotSellToCustomer p .line, div.zipMessage p .line {
    white-space: normal;
  }
}

@media (max-width: 1200px) {
  .conditionalBR {
    display: none;
  }
}

@media (min-width: 381px) and (max-width: 600px) {
  .conditionalBR {
    display: inline;
  }
}

@media (max-width: 600px) {
  .cannotSellToCustomer p, .zipMessage p {
    margin-bottom: 0px;
  }

  #blogResults {
    flex-direction: column;
  }

  .blogArticle {
    max-width: none;
    padding-bottom: 20px;
  }

  .blogImage {
    height: unset;
    display: flex;
    align-items: flex-end;
  }
  .products-list > li.search-result .product-image {
    float: none;
    width: 100%;
    max-width: 300px;
    height: 300px;
    margin: 0 auto 10px;
    border: 0px;
  }
  .productShop {
    flex-direction: column;
  }

  .products-list .product-name {
    margin-bottom: 0px;
  }

  .yotpo.product-starrating {
    margin-bottom: 0px
  }

  .productShop .product-description {
    display: none;
  }

  .noImage .productShop .productInfo {
    width: unset;
    margin-left: unset;
  }

  .productShop .productSecondary {
    margin-left: unset;
    order: 5;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5; 
    max-width: unset;
  }

  .productShop .productInfo {
    width: 100%;
    padding-left: 5px;
    padding-bottom: 5px;
  }
}

  #uiTabFilters dd[data-group-code] ol > li {
    margin-bottom: 0px;
  }

  #uiTabFilters dd ol[data-parent-code] li {
    margin-left: 8px;
  }

  #uiTabFilters dd[data-group-code] ol > li label, #uiTabFilters ol[data-parent-code] li label {
    margin-bottom: 10px;
  }

  .searchCheckboxFilter {
    display: flex;
    flex-wrap: nowrap;
  }

  #content-bar .selectize-input input {
    color: transparent !important;
  }
