@font-face {
    font-family: 'Simpler Pro V2';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SimplerPro_V2-Regular.eot?#iefix') format('eot'), url('../fonts/SimplerPro_V2-Regular.woff2') format('woff2'), url('../fonts/SimplerPro_V2-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Simpler Pro V2 bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/SimplerPro_V2-Bold.eot?#iefix') format('eot'), url('../fonts/SimplerPro_V2-Bold.woff2') format('woff2'), url('../fonts/SimplerPro_V2-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Simpler Pro V2 Light';
    font-style: normal;
    font-weight: light;
    src: url('../fonts/SimplerPro_V2-Light.eot?#iefix') format('eot'), url('../fonts/SimplerPro_V2-Light.woff2') format('woff2'), url('../fonts/SimplerPro_V2-Light.woff') format('woff');
}

.toolbar .pages .current {
    font-size: 14px;
    font-weight: bolder;
    text-decoration: underline;
    position: relative;
    float: right;
    padding: 4px 12px;
    line-height: 1.22em;
    color: #2b2a87;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin: 0;
    border-width: 1px 0px 1px 0px;
}

.pager .pages ol li a.next, .pager .pages ol li a.previous {
    border-width: 1px;
}

.pager .pages ol li.disabled a {
    pointer-events: none;
}

.catalog-category-view .category-products .filters-container .nav-tabs li .filter-title:focus, .catalogsearch-result-index .category-products .filters-container .nav-tabs li .filter-title:focus, .catalog-category-view .category-products .filters-container .nav-tabs li .filter-title:hover, .catalogsearch-result-index .category-products .filters-container .nav-tabs li .filter-title:hover {
    background-color: #ebebeb;
}

.catalog-category-view .category-products .filters-container .nav-tabs li .filter-title, .catalogsearch-result-index .category-products .filters-container .nav-tabs li .filter-title {
    padding: 10px;
}

.catalog-category-view .category-products .filters-container .tab-pane ol li a.amshopby-attr-selected, .catalogsearch-result-index .category-products .filters-container .tab-pane ol li a.amshopby-attr-selected {
    background: none;
    padding-left: 0;
    border: none;
    color: #81818e;
}

.catalog-category-view .category-products .filters-container .tab-pane a.amshopby-price:before, .catalogsearch-result-index .category-products .filters-container .tab-pane a.amshopby-price:before, .catalog-category-view .category-products .filters-container .tab-pane a.amshopby-attr:before, .catalogsearch-result-index .category-products .filters-container .tab-pane a.amshopby-attr:before, .catalog-category-view .category-products .filters-container .tab-pane .amshopby-cat a:before, .catalogsearch-result-index .category-products .filters-container .tab-pane .amshopby-cat a:before, .catalog-category-view .category-products .filters-container .tab-pane ol li a.amshopby-attr-selected:before, .catalogsearch-result-index .category-products .filters-container .tab-pane ol li a.amshopby-attr-selected:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #81818e;
    box-sizing: border-box;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}

.catalog-category-view .category-products .filters-container .tab-pane ol li a.amshopby-attr-selected:before, .catalogsearch-result-index .category-products .filters-container .tab-pane ol li a.amshopby-attr-selected:before {
    background: #2b2a87;
    content: '✔';
}

.catalog-category-view .category-products .filters-container .tab-pane ol li a, .catalogsearch-result-index .category-products .filters-container .tab-pane ol li a {
    padding-left: 0;
    background: none;
}
@media (min-width: 768px) {
    .catalog-category-view .category-products .filters-container .title, .catalogsearch-result-index .category-products .filters-container .title {
        border-bottom: 2px solid #a2a2a2;
    }

    .catalog-category-view .category-products .filters-container .nav-tabs li .filter-title, .catalogsearch-result-index .category-products .filters-container .nav-tabs li .filter-title {
        border: none !important;
        margin: 0;
        cursor: pointer;
        background-size: 10px;
        background-position: center left;
        display: block;
        font-size: 14px;
        background-color: #ebebeb;
        background-image: none;
    }

    .catalog-category-view .category-products .filters-container .nav-tabs li .filter-title:after, .catalogsearch-result-index .category-products .filters-container .nav-tabs li .filter-title:after {
        content: '<';
        position: absolute;
        top: 50%;
        right: 10px;
        font-size: 19px;
        transform-origin: center;
        transform: translateY(-50%) rotate(-90deg);
        font-family: 'Simpler Pro V2', Arial !important;
    }

    .catalog-category-view .category-products .filters-container .nav-tabs li.open .filter-title:after, .catalogsearch-result-index .category-products .filters-container .nav-tabs li.open .filter-title:after {
        transform: translateY(-50%) rotate(90deg);
        right: 12px;
    }

    .catalog-category-view .category-products .filters-container .nav-tabs li.open .filter-title, .catalogsearch-result-index .category-products .filters-container .nav-tabs li.open .filter-title {
        background-image: none;
    }

    .catalog-category-view .category-products .filters-container .tab-pane, .catalogsearch-result-index .category-products .filters-container .tab-pane {
        border: none;
    }

    .catalog-category-view .category-products .filters-container .nav-tabs li.open .tab-pane, .catalogsearch-result-index .category-products .filters-container .nav-tabs li.open .tab-pane {
        padding-top: 7px;
    }
}