/*********************************************************
				     Category Filter
**********************************************************/
.category-filters .uk-accordion-title {
  font-size: 1rem; }
.category-filters .uk-accordion > :nth-child(n+2) {
  margin-top: 15px; }
.category-filters .uk-list-divider > :nth-child(n+2) {
  padding-top: 15px; }

.filtered-sort .total {
  font-size: 17px;
  font-weight: bold; }

.women .filters .options ul.option-items li a span.color.GlassItem_selected::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fdd000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: auto; }

.top-choices li.active a {
  background: rgba(253, 208, 0, 0.15);
  border-color: #cfaa00;
  color: #cfaa00; }

/*********************************************************
				     Category List
**********************************************************/
.glass-list-section .glassItems .glassItem {
  padding-left: 15px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }

.category-best-selling {
  width: 90%;
  margin: 20px auto 50px; }

.product-image {
  position: relative;
  z-index: 1; }

.product-list-salemark {
  z-index: 2; }

.priceContainer span,
.product-name {
  font-size: 1.1rem; }

.product-color-image-hove {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease 0s, transform 0.2s ease 0s;
  animation: 0s ease 0s 1 normal none running none; }
  .product-color-image-hove.active {
    position: absolute;
    z-index: 2;
    opacity: 1; }

.product-list_color {
  height: 24px; }
  .product-list_color .color-list {
    position: relative;
    z-index: 1;
    height: 24px;
    margin: 0 -2px;
    line-height: 0; }
    .product-list_color .color-list.hove_open {
      position: absolute;
      top: 0;
      left: 0;
      height: auto;
      background-color: #fff; }
    .product-list_color .color-list .color-list_item.active .color-list_item-link {
      box-shadow: 0 0 0 1px #000; }
    .product-list_color .color-list .color-list_item .color-list_item-link {
      position: relative;
      z-index: 1;
      border: 2px solid #fff;
      width: 22px;
      height: 22px;
      display: block;
      border-radius: 100%; }
      .product-list_color .color-list .color-list_item .color-list_item-link:hover {
        box-shadow: 0 0 0 2px #000; }
  .product-list_color .view-all {
    cursor: pointer; }
    .product-list_color .view-all.hove_open {
      position: absolute;
      top: 2px;
      right: 0; }

.uk-visible-toggle:not(:hover):not(:focus) .color-list_item:not(:focus-within):nth-child(n + 7) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*# sourceMappingURL=category.css.map */
