.filter-options-content a {
    color: #000000;
    font-family: 'Agency FB';
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: unset;
    border: unset;
    box-shadow: unset;
    padding: unset;
    margin: unset;
}

.products.wrapper.grid.products-grid li.item.product.product-item .product-item-actions button.action.tocart.primary {
    display: none;
}

.product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
    content: '\f005';
    color: #5C5C5C;
    font-family: 'FontAwesome';
    font-weight: 100;
}

ol.products.list.items.product-items .product.details.product-item-details .price-box.price-final_price {
    width: 80%;
    float: left;
    border-bottom: 1px solid #5C5C5C;
}

ol.products.list.items.product-items a.action.towishlist span {
    display: none;
    width: 20%;
}

ol.products.list.items.product-items a.action.towishlist {
    width: 20%;
    margin: 10px 0 25px !important;
    font-size: 21px;
    border-bottom: 1px solid #5C5C5C;
    text-align: right;
}

ol.products.list.items.product-items .product-item .tocompare:before {
    display: none;
}

ol.products.list.items.product-items .div-tocompare {
    text-align: center;
}

ol.products.list.items.product-items a.product-item-link {
    color: black !important;
    font-size: 18px;
}

ol.products.list.items.product-items .price-wrapper span.price {
    color: #00ABC8;
    font-size: 21px;
}

.product-brand-div{
    height: 14px;
    color: #00ABC8;
}

.product-brand-div span.product-brand {
    height: 30px;
    font-size: 14px;
    line-height: 12px;
}

strong.product.name.product-item-name {
    margin-top: unset;
}

.catalog-category-view .page-products .product-item-info {
    width: 300px;
}

.catalog-category-view #layerednav-list-products .product-image-container {
    width: 300px !important;
    height: 300px !important;
    overflow: hidden;
}

.catalog-category-view .product-reviews-summary.short {
    display: none;
}

.product-item .price-from, .product-item .price-to{
    float: left;
}

.product-item .price-box .price-label {
    display: inline !important;
}

.narrow-by-list .filter-options-content {
    display: block !important;
}

.catalog-category-view li.item.product.product-item {
    margin: 1% !important;
}

.filter-content .swatch-option.color {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    min-width: unset;
    max-width: unset;
}

.filter-content a.swatch-option-link-layered {
    width: 100%;
    display: flow-root;
}

.filter-content .filter-options-content a:hover {
    background-color: unset;
    color: #000000;
}

.filter-content a.ui-slider-handle.ui-state-default.ui-corner-all {
    background-color: #00ABC8;
    height: 14px;
    width: 14px;
    padding: unset;
    margin-top: -4px;
}

.filter-content div#layerednav_price_slider {
    height: 4px;
    background: #fff;
}

.filter-content .ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #00ABC8;
    height: 4px;
    position: absolute;
}

.filter-content #layered_ajax_min_max_price span.from_fixed {
    color: #838383;
}

.filter-content #layered_ajax_min_max_price span.to_fixed {
    color: #838383;
    float: right;
}

#layered_ajax_price_text span.from_fixed {
    position: absolute;
    margin-top: 17px;
    transform: translate(-50%, -50%);
    color: #00ABC8;
    font-size: 14px;
}

#layered_ajax_price_text span.to_fixed {
    position: absolute;
    margin-top: 17px;
    transform: translate(-50%, -50%);
    color: #00ABC8;
    font-size: 14px;
}

div#layered_ajax_price_text {
    position: relative;
    margin-left: 3px;
}

.block.block-compare img.compare-img {
    /*width: 57px;*/
    float: left;
    margin-right: 5px;
    max-width: 35%;
    border: 1px solid black;
}

.block.block-compare ol#compare-items {
    display: inline-flex;
    margin-top: 5px;
}

.block.block-compare ol#compare-items li.product-item.odd.last {
    width: 260px;
    padding: 5px;
}

.block.block-compare {
    width: 100vw;
    position: fixed;
    margin-left: -50vw;
    padding: 0 30px;
    background-color: #efefef;
    left: 50%;
    z-index: 9;
    margin-bottom: unset !important;

}

.block.block-compare .product-item-div {
    box-sizing: content-box;
    display: block;
    padding: 5px;
    border: 2px solid #00abc8;
    border-radius: 5px;
    height: 85px;
    width: 95%;
}

.block.block-compare .block-title {
    float: left;
    height: 70px;
    margin: 0px 0px 0px 5px;
}

.block.block-compare strong#block-compare-heading {
    line-height: 90px;
}

.block.block-compare span.counter.qty {
    display: none;
}

.block.block-compare .actions-toolbar {
    float: right;
    margin-top: 33px;
}

a#compare-clear-all span {
    text-decoration: underline;
}

a.action.compare.primary {
    background-color: #00ABC8;
    border: unset !important;
    box-shadow: unset !important;
}

.block-compare .action.delete {
    position: inherit !important;
    display: block !important;
    float: right;
    line-height: 58px !important;
}

.filter-options-content input[type="checkbox"] {
    display: none;
}

.sidebar.sidebar-main.hide-filter {
    display: none;
}

.catalog-category-view .column.main.hide-filter {
    width: 100%;
    padding: unset;
}

.page-products .products-grid .product-item.hide-filter {
    width: calc((100% - 8%)/4);
}

.btn-hide-filter {
    width: 20.83333333%;
    height: 40px;
    border: 1px solid #5C5C5C;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.sidebar.sidebar-main {
    padding: unset;
}


.content-hide-filter {
    margin-bottom: 13px;
}

.btn-hide-filter.hide-filter {
    margin-left: 25px;
}

a.action.clear.filter-clear {
    float: right;
    text-decoration: underline #fff;
}

.btn-hide-filter:before{
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 20px;
    width: 20px;
    letter-spacing: 2px;
    line-height: 16px;
    content: " ";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    speak: none;
    background-image: url(../images/Icon_Filter.svg);
    background-size: cover;
    margin-right: 5px;
}

.btn-hide-filter:hover::before {
    background-image: url(../images/Icon_Filter_yellow.svg);
}

.btn-hide-filter span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 9px;
}

.btn-hide-filter:hover {
    border-color: #00ABC8;
}

.btn-hide-filter:hover > span{
    color: #00ABC8;
}

.sidebar.sidebar-main td.td-from_fixed {
    padding: unset;
}

.sidebar.sidebar-main div#layered_ajax_min_max_price td {
    padding: unset;
    width: calc(100%/3);
}

.sidebar.sidebar-main td.td-middle_fixed {
    text-align: center;
}

.sidebar.sidebar-main span.middle_fixed {
    color: #838383;
}

td.td-from_fixed {
    padding: unset;
}

div#layered_ajax_min_max_price td {
    padding: unset;
    width: calc(100%/3);
}

td.td-middle_fixed {
    text-align: center;
}

span.middle_fixed {
    color: #838383;
}

div#layered_ajax_min_max_price {
    margin-bottom: 5px;
}

.filter-options-content a.item-link:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    display: inline-block;
    border-radius: 5px;
    vertical-align: sub;
    margin-right: 10px;
}

/*.filter-options-content label.label-filter:before {*/
/*    content: "";*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border: 1px solid;*/
/*    display: inline-block;*/
/*    border-radius: 5px;*/
/*    vertical-align: sub;*/
/*    margin-right: 10px;*/
/*}*/

.filter-options-content a.item-link.active:before {
    background: #00ABC8;
    border-color: #00ABC8;
}