.filter-label {
    min-height: 62px;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #ececec;
}
button.filter {
    border-radius: 0;
    background: #fff;
    color: #333 !important;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    text-decoration: none;
    outline: 0;
}
.icon-filter {
    width: 50px;
}
.filter-image {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 65px;
    left: 44%;
}
.filter-circle {
    background: linear-gradient(45deg, #fff 65%, rgb(255 255 254 / 0%) 50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ececec;
    position: absolute;
    top: 26px;
    transform: rotateZ(-45deg);
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    z-index: 1;
    left: 35.5%;
}
#filter-form .nav-tabs {
    border-bottom: 1px solid #000;
}
#filter-form .nav-tabs > li {
    width: 16.66%;
    text-align: center;
    font-size: 20px;
    line-height: 0.8;
    position: relative;
}
#filter-form .nav-tabs > li > a {
    border: none;
    color: #666;
}
#filter-form .nav-tabs > li a {
    line-height: 1.25;
}
#filter-form .nav-tabs > li:hover > a,
#filter-form .nav-tabs > li > a.active,
#filter-form .nav-tabs > li > a.active:focus,
#filter-form .nav-tabs > li > a.active:hover {
    background: 0 0 !important;
    border: none;
    color: #333 !important;
}
#filter-form .nav-tabs > li:hover > a::after,
#filter-form .nav-tabs > li > a.active::after {
    transform: scale(1);
}
#filter-form .nav-tabs > li > a::after {
    content: "";
    background: #333;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: 250ms 0;
    transform: scale(0);
}
.shapes-row {
    padding: 15px 4px;
}
.shapes-row h6 {
    color: #666;
    margin: 0 5px 0 0;
    font-size: 16px !important;
    font-weight: 500;
}
.btn-shape {
    -moz-user-select: none;
    /* background: center;
    border: 1px solid #d9d8d8; */
    /* border-radius: 6px; */
    cursor: pointer;
    display: inline-block;
    /* margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 20px; */
    vertical-align: middle;
    /* width: 48px;
    height: 48px; */
}
.btn-shape.active,
.btn-shape:active,
.btn-shape:focus,
.btn-shape:hover {
    /* background-color: #333 !important; */
    color: #fff;
    text-decoration: none;
}

.shapes .btn-shape.rectangle {
    width: 64px;
}

.filter-row {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}
.filter-wrapper span {
    padding-top: 5px !important;
    display: block;
}
.action-row {
    padding-right: 20px;
    /* border-right: 1px solid #ececec; */
}
.search-row {
    padding: 0px 10px;
}
.template-search {
    padding-right: 0;
    margin-bottom: 10px;
}
.template-search #search-filter {
    border-color: #666;
    box-shadow: none !important;
    border-right: 1px solid transparent !important;
}
#search-filter {
    padding: 9.25px !important;
    font-size: inherit;
}
.template-search .input-group-addon button {
    background: 0 0;
    border: 0;
}
.template-search .input-group-addon {
    background: #fff !important;
    border-left: 1px transparent !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #666;
    border-radius: 3px;
    display: flex;
}
.template-search .input-group-addon:after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    background: #ececec;
    right: 35px;
    top: 10px;
}
.template-search input:focus {
    border-color: #999 !important;
}
.product-count span span {
    font-size: 18px !important;
    font-weight: 700;
    color: #000;
}
.product-count {
    height: 100%;
    border: 1px solid #666;
    border-radius: 3px;
}
.product-count .counter-text {
    padding: 6px 0;
    font-size: 11px;
    width: 50%;
    text-align: center;
}
.product-count h4 {
    font-size: 12px !important;
    margin: 0 !important;
    border-left: 1px solid #ececec;
    padding: 6px 0;
    font-weight: 400;
    width: 50%;
    text-align: center;
}
.filter-row #counter {
    text-align: center;
    display: block;
    line-height: 1;
}
.btn-reset {
    font-size: 12px !important;
    background: 0 0 !important;
    color: #585858 !important;
}
.btn-reset:focus {
    border-color: transparent !important;
}
.filter-toggle {
    width: auto;
    transform: rotate(90deg);
    position: absolute;
    top: 16px;
    left: -15px;
}
.toggle-switch {
    position: relative;
    display: block;
}
.toggler {
    position: relative;
    display: inline-block;
    width: 150px !important;
    height: 40px;
    border: 1px solid #999;
    border-radius: 200px;
}
.toggler input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider-toggle.round {
    border-radius: 34px;
}
.slider-toggle.round:before {
    border-radius: 200px;
}
.slider-toggle:before {
    position: absolute;
    content: "";
    height: 38px;
    width: 50%;
    left: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #fff;
}
input:checked + .slider-toggle:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.label-selector {
    border: 1px solid #999;
    height: auto;
    border-radius: 3px;
    padding: 0 10px 10px;
}
.label-selector .header h2,
.label-selector .header h6 {
    background: 0 0;
    color: #666;
    text-align: left;
    width: 100%;
    font-size: 14px !important;
    height: 34px;
    line-height: 34px;
}
.label-selector .content {
    padding-top: 10px;
}
.label-selector .content .range {
    width: 100%;
}
.label-selector .content input[type="text"] {
    padding: 6px;
    background-color: #fff;
    height: 30px;
    border: 1px solid #999;
    border-radius: 0;
}
.width-checkbox label {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding-top: 5px;
    position: relative;
}
.width-checkbox .check {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.width-checkbox .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.range-limit {
    margin-top: 17px !important;
}
.range-slider {
    padding-left: 5px;
    padding-right: 16px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    background: #e4e2e2;
    box-shadow: 0 0 2px #e4e2e2;
}
.ui-slider {
    height: 10px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    border-radius: 50em;
    position: relative;
    z-index: 8;
}
.ui-slider .ui-slider-range {
    height: 10px;
    background: #adadad !important;
    padding: 0 10px;
    margin: 0 -5px;
    border-radius: 50em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: absolute;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 9px;
    top: -10px;
    border-radius: 0;
    margin-left: -5px;
    background: #333 !important;
    border: 1px solid #333 !important;
    display: inline-block;
    height: 30px;
    outline: 0 !important;
    position: absolute;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: 7px;
}
.trigger-labels {
    height: 183px;
}
.labels-container {
    position: relative;
    margin: 0 auto;
    overflow: auto;
    padding: 0 !important;
    height: 150px;
}
.lps-item {
    padding: 25px 3px !important;
    margin: 0 0 6px 6px;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    height: 96%;
}
.lps-item.active {
    border: 1px solid #474747;
    background: #474747;
    color: #fff;
}
.lps-number {
    font-size: 22px;
    font-weight: 900;
    line-height: 20px;
}
.compatibility-filter .btn-shape {
    height: 48px;
    width: 48px;
}
.compatibility-filter .btn-shape:first-child {
    margin-left: 0;
}
.compatibility > div {
    border-right: 1px solid #c5c5c5;
}
.compatibility > div:last-child {
    border-right: 0;
}
.compare-table > .table > tbody > tr th {
    text-align: left;
}
@media screen and (max-width: 400px) {
    #filter-form .nav-tabs > li {
        font-size: 11px !important;
    }
    .trigger-labels {
        height: 172px !important;
    }
}
@media screen and (max-width: 350px) {
    #filter-form .nav-tabs > li {
        font-size: 10px !important;
    }
    .trigger-labels {
        height: 191px !important;
    }
}
@media only screen and (max-width: 600px) {
    #filter-form .nav-tabs > li {
        font-size: 13px;
    }
    .trigger-labels {
        height: 156px;
    }
}
@media only screen and (min-width: 600px) {
    #filter-form .nav-tabs > li {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-toggle:after,
    .toggler:before {
        color: #333;
        display: flex;
        width: 50%;
        position: absolute;
        top: 10px;
    }
    #filter-form .nav-tabs,
    .compatibility > div:last-child {
        border-bottom: 0;
    }
    #filter-form .nav-tabs > li:not(.spacer):not(.last-item) {
        width: 33.3333333333% !important;
        border-bottom: 1px solid #000 !important;
    }
    #filter-form .nav > li > a {
        padding: 5px;
        font-size: 13px;
        /*line-height: 1.25rem;*/
    }


    #label-filter #filter-form .nav > li > a {
    	line-height: 1.25rem
    }
    .filter-toggle {
        position: relative;
        top: 0;
        left: auto;
        transform: none;
    }
    .toggler {
        width: 100% !important;
    }
    #filter-form .nav-tabs > li a span {
        font-size: 9px;
    }
    .search-row {
        padding-left: 0;
        padding-top: 10px;
    }
    .filter-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .action-row {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }
    .product-count span span {
        font-size: 16px !important;
    }
    .lps-item {
        padding: 25px 3px !important;
    }
    .btn-shape {
        width: 48px;
        height: 48px;
        padding: 15px;
        margin: 9px !important;
    }
    .width-checkbox label {
        font-size: 11px;
        margin-bottom: 1px;
    }
    .toggler:before {
        content: "Filter by Label Size";
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .slider-toggle:after {
        content: "Filter by Label per Sheet";
        align-items: center;
        justify-content: center;
        right: 0;
    }
    .toggle-switch.first .toggler:before,
    .toggle-switch.second .slider-toggle:after {
        color: #fff !important;
    }
    .compatibility > div {
        border-right: 0;
        border-bottom: 1px solid #c5c5c5;
    }
    .label-selector {
        padding: 20px;
    }
    .label-selector .header h6 {
        height: auto;
        line-height: normal;
    }
}
@media only screen and (min-width: 768px) {
    #filter-form .nav > li > a {
        padding: 5px;
    }
    #filter-form .nav-tabs > li {
        font-size: 15px;
    }
    #filter-form .nav-tabs > li a span {
        font-size: 10px;
    }
    .filter-toggle {
        transform: rotate(90deg);
    }
    .search-row {
        padding: 0px 5px;
    }
    .filter-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .action-row {
        padding-right: 10px;
        /* border-right: 1px solid #ececec; */
        border-bottom: 0;
    }
    .product-count span span {
        font-size: 16px !important;
    }
    .lps-item {
        padding: 25px 3px !important;
    }
    .btn-shape {
        width: 40px;
        height: 40px;
        padding: 15px;
    }
    .width-checkbox label {
        font-size: 11px;
        margin-bottom: 1px;
    }
    .product-count .counter-text,
    .product-count h4 {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 992px) {
    #filter-form .nav-tabs > li {
        font-size: 16px;
    }
    #filter-form .nav-tabs > li a span,
    .filter-wrapper span,
    .width-checkbox label {
        font-size: 12px;
    }
    .search-row {
        padding: 0px 7.5px;
    }
    .action-row {
        padding-right: 15px;
    }
    .product-count span span {
        font-size: 16px !important;
    }
    .lps-item {
        padding: 25px 3px !important;
    }
    .btn-shape {
        width: 48px;
        height: 48px;
    }
    .trigger-labels {
        height: 168px;
    }
    .product-count .counter-text,
    .product-count h4 {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 1200px) {
    #filter-form .nav > li > a {
        padding: 10px;
    }
    #filter-form .nav-tabs > li {
        font-size: 20px;
    }
    #filter-form .nav-tabs > li a span {
        font-size: 14px;
    }
    .action-row {
        padding-right: 20px;
    }
    .search-row {
        padding: 0px 10px;
    }
    .product-count span span {
        font-size: 18px !important;
    }
    .lps-item {
        padding: 25px 3px !important;
    }
    .filter-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .trigger-labels {
        height: 170px;
    }
    .filter-wrapper span,
    .width-checkbox label {
        font-size: 13px;
    }
    .product-count .counter-text,
    .product-count h4 {
        padding: 6px 1px;
    }
}
