#enabled_filters {
    margin: 0 0 10px 0;
}

#enabled_filters .layered_subtitle {
}

#enabled_filters ul li {
    padding: 2px 0;
}

#enabled_filters li a {
    float: right;
    cursor: pointer;
}

#layered_block_left .layered_close {
    float: right;
    padding-right: 5px;
}

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
    display: block;
    height: 13px;
    width: 13px;
    text-decoration: none;
    text-indent: -5000px;
    background: url(img/icon/less.gif) no-repeat 2px 2px;
}

#layered_block_left span.closed a {
    background: url(img/icon/more.gif) no-repeat 2px 2px;
}

#layered_block_left ul li label {
    cursor: pointer;
}

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
    background: inherit;
    color: inherit;
}

#layered_block_left ul li .disabled {
    color: #666;
}

#layered_block_left .color-option {
    border: 1px solid #666666;
    height: 16px;
    margin-left: 0;
    margin-right: 5px;
    padding: 0;
    width: 16px;
}

#layered_block_left .color-option.disable {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

#layered_form .color-option {
    margin-left: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #666;
}

#layered_form .color-option.on {
    border: 2px solid black;
}

#layered_form input[type=radio] {
    margin-left: 2px;
    vertical-align: middle;
}

.layered_price_range {
    margin-left: 7px;
}

.layered_price_range_unit {
    margin-right: 7px;
}

.layered_slider {
    margin-top: 5px;
}

.layered_input_range_min {
    width: 30px;
}

.layered_input_range_max {
    width: 40px;
}

.layered_list_selected {
    font-weight: 600;
}

.layered_list {
    display: block;
    cursor: pointer;
}

.layered_list:hover {
    font-weight: 600;
}

.layered_ajax_loader p {
    margin: 20px 0;
    text-align: center;
}

.hide-action {
    text-align: center;
    text-align: right;
    display: block;
    cursor: pointer;
}

.hide-action:hover {
    font-weight: 600;
}

#layered_form div div ul {
    max-height: max-content;
    overflow-x: inherit;
}

@media screen and (min-width: 768px){
    .tooltip-close {
        text-align: right;
        margin-top: -5px;
    }
}
.desktop-tooltip-content img {
    max-width: 100%;
    height: auto;
}
/* Cibdol Oil Filter restyle */

#layered_block_left .layered_subtitle {
    font-weight: bold;
}
#layered_block_left .nbr_products {
    font-size: 12pt;
}
#enabled_filters {
    display: none;
    border-top: 1px solid #d7dce2;
    border-bottom: 1px solid #d7dce2;
    padding: 10px 0 10px 0;
}
#enabled_filters .wpicon-remove {
    color: #48535a;
    font-size: 10pt;
    padding: 4px;
}
#enabled_filters .filter-element {
    display: inline-block;
    font-size: 10pt;
    line-height: 15px;
    color: #48535a;
    background-color: #fafafa;
    padding: 10px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.checkbox_wrapper {
    display: inline-block;
    position: relative;
    height: 13px;
    width: 17px;
}
.checkbox_wrapper input[type="checkbox"] {
    opacity:0;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.checkbox_wrapper input[type="checkbox"] + label{
    background:url('/img/checkbox-unchecked.png') no-repeat;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.checkbox_wrapper input[type="checkbox"]:checked + label{
    background:url('/img/checkbox-checked.png') no-repeat;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0;
}

/*----------------------------------------------------------------*/
/*  blocklayered.tpl
/*----------------------------------------------------------------*/
#enabled_filters {
    padding: 15px;
    background: #ffffff;
}

#enabled_filters ul li {
    overflow: hidden;
    padding: 0 0 10px 0;
    line-height: 15px;
}

#enabled_filters .enabled_filter {
    float: left;
    width: 90%;
}

#enabled_filters li a {
    color: #84888f;
    font-size: 10px;
}

.no-touch #enabled_filters li a:hover {
    color: #565b64;
}

#layered_block_left div > form > div > div {
    margin-bottom: 30px;
}

#layered_block_left .layered_subtitle {
    display: block;
    margin: 0 0 12px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d7dce2;
    color: #48535a;
    text-align: left;
    font-size: 16px;
}

#layered_block_left span.layered_close a {
    color: #84888f;
    font-size: 12px;
}

.no-touch #layered_block_left span.layered_close a:hover {
    color: #565b64;
}

#layered_block_left ul li {
    padding: 0 0 10px 0;
    line-height: 15px;
}

#layered_form input {
    float: left;
    margin-right: 8px;
}

#layered_block_left .color-option {
    border: none;
    cursor: pointer;
}

#layered_form .color-option.on {
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
}

#layered_block_left ul li input.checkbox {
    margin: 1px 8px 0 0;
}

#layered_form .select {
    width: 100%;
}

/* Cibdol Oil Mobile Filter restyle */

.content_sortPagiBar, .filter_button_wrapper {
    display: inline-block;
}
.filter_button_wrapper {
    width: 100%;
    margin-bottom: 40px;
}
.filter_button_wrapper button {
    width: 100%;
    cursor: pointer;
}
.filter_button_wrapper button i {
    margin-right: 10px;
}
@media (max-width: 561px)
{
    .filter_button_wrapper {
        width: 100%;
        margin-bottom: 40px;
        float: none;
        padding-top: 0;
    }
}
@media (min-width: 768px)
{
    .filter_button_wrapper {
        display: none;
    }
    #mobile-filter-header {
        display: none;
    }
    #show-products-btn {
        display: none;
    }
    .tooltip-opener-mobile {
        display: none;
    }
}
@media (max-width: 767px)
{
    .tooltip-opener-desktop {
        display: none;
    }
    #layered_block_left div > form > div > div {
        margin-bottom: 0;
        line-height: 58px;
    }
    .layered_subtitle_heading {
        cursor: pointer;
    }
    .layered_subtitle::after {
        content: '\e65e';
        font-family: "wpicon";
        font-size: 14px;
        color: #48535a;
        font-weight: normal;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        margin-left: -24px;
        transition: .4s ease;
        position: absolute;
    }
    .layered_subtitle::after {
        right: 25px;
    }
    .back-tooltip-btn {
        position: absolute;
        padding: 0 6px;
        left: 24px;
        top: 20px;
        font-size: 25px;
        cursor: pointer;
    }
    .layered_subtitle.active::after {
        transform: rotate(180deg);
    }
    .layered_subtitle.active-no-animation::after {
        transition: none;
    }
    .layered_filter ul {
        display: none;
    }
}
#filter-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top:0;
    left: -100%;
    z-index: 9999999;
    width: 100%;
    transition: transform 0.3s;
}
#filter-main-container {
    width: calc(100% - 56px);
    height: 100%;
    position: relative;
    background: #fff;
}
#filter-main-container .block_content, .mobile-tooltip-content {
    padding: 20px 20px 20px 20px;
}
.desktop-tooltip-content {
    padding-top: 20px;
}
#filter-main-container #layered_block_left {
    margin-bottom: 0;
    background: #fff;
}
#mobile-filter-header, .mobile-tooltip-header {
    padding: 20px 0 20px 0;
    text-align: center;
    font-weight: bold;
    background: #FBF9F6;
    color: #49545a;
}
#show-products-btn {
    background-color: #d1232a;
    color: #fff;
    width: 100%;
    margin-top: 25px;
}
#close-filter-btn, .close-tooltip-btn {
    cursor: pointer;
    position: absolute;
    padding: 0 6px;
    right: 24px;
    top: 16px;
}
#close-filter-btn i, .close-tooltip-btn i {
    font-size: 30px;
}
.body-fixed {
    position: fixed;
}
.mobile-tooltip-container {
    display: none;
    background: #fff;
    overflow: hidden;
}
#filter-container .wpicon-close {
    font-size: 20px;
    vertical-align: bottom;
}
.tooltip-mark {
    padding: 7px;
    background:url('/img/tooltip_question.png') no-repeat 0 9px;
    background-size: contain;
    cursor: pointer;
}
.tooltip-opener-desktop, .tooltip-opener-mobile {
    margin-left: 2px;
    border-left: 6px solid white;
    border-right: 6px solid white;
}
.tooltip-opener-desktop span {
    display: none;
}
.fancybox-tooltip-close {
    position: absolute;
    right: 0px;
    top: -20px;
}
.fancybox-tooltip-close i {
    position: fixed;
}
.desktop-tooltip-container {
    clear: both;
}
.desktop-tooltip-container p.title, .mobile-tooltip-container p.title {
    font-size: 16px;
	font-weight: 600;
}
.mobile-tooltip-content img {
    height: auto;
}
#filter-main-container #layered_block_left ul li {
    padding: 10px 0 10px 0;
}

