.fancybox-show-thumbs .fancybox-thumbs > ul {
    max-width: 100%;
    overflow: auto;
}
.inner-content-list:last-child {
    margin-bottom: 1.875rem;
}
#mobile-menu {
    background-color: #1237af;
}
.catalog-category {
    display: flex;

    flex-wrap: wrap;
}
/*.catalog-category-grid .catalog-category-name,
.product-grid .name a,
.product-list .name a {
    overflow: visible;
}*/
/*.product-grid .name,
.product-list .name,
.product-grid .name a,
.product-list .name a,
.product-grid .name a span,
.product-list .name a span {
    max-height: none;
}*/
.product-info-option.image label {
    width: 3.28125rem;
    height: 3.28125rem;
}
.product-grid .name,
.product-list .name {
    height: 3.75rem;
}
.product-grid .name a span,
.product-list .name a span {
    max-height: 3.75rem;
}
.last-viewed-products .product-grid .item {
    height: 19.4375rem;
}
.last-viewed-products .owl-dots {
    margin-top: 1.875rem;
}
.label-block .label {
    padding: .34375rem .4375rem;
    margin-bottom: .0625rem;
    font-size: .625rem;
    letter-spacing: .03125rem;
    text-transform: uppercase;
}
@media (min-width: 998px) {
    .bx_filter.compact {
        z-index: 30;
    }
}
@media (max-width: 757px) {
    .catalog-category .item .column,
    .catalog-category .item .columns,
    .catalog-category .item .column:first-child,
    .catalog-category .item .columns:first-child {
        width: 100%;
        padding: 0;
    }
    .catalog-category .column:first-child {
        margin-bottom: 15px;
        text-align: center;
    }
    .catalog-category .item img {
        width: 150px;
    }
}
@media (min-width: 62.375em) {
    .catalog-category .wrap {
        height: auto;
    }
}
@media screen and (min-width: 47.375em) {
    .catalog-category-grid .tile {
        height: 16.375rem;
    }
    .catalog-category-grid .catalog-category-name {
        max-height: 3.9375rem;
    }
}
@media screen and (max-width: 32.3125em) {
    .products-flex-item {
        width: 50%;
        height: 19.9375rem;
    }
    .products-flex-grid.small-down-2 .products-flex-item {
        height: 21.9375rem;
    }

    #catalog-content .products-flex-grid.small-down-2 .products-flex-item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .width-100-xs {
        width: 100%;
    }
}

header {
   z-index: 1000 !important;
}

.column-sort {   
   
   @media (min-width: 998px) {
      display: flex;      
   }
}

.catalog-available-filter {   
   margin-bottom: 1.25rem;
   
   @media (min-width: 998px) {
      margin-left: 25px;
      display: flex;
      align-items: end;
   }
}

.product-seeit:hover {
 z-index: 100 !important;
}
