/*******************************************
 * Dropdown menu tooltip css
 ******************************************/
.qcld-con-tooltip {
    position: relative;
    display: inline-block;
    transition: all 0.1s ease-in-out;
    cursor: default;
}

.qcld-tooltip {
    visibility: hidden;
    z-index: 1;
    opacity: 1;
    width: 250%;
    background: #333;
    color: #f5f5f5;
    position: absolute;
    bottom: 150%;
    left: -75%;
    border-radius: 9px;
    font-size: 12px;
    line-height: 15px;
    transform: translateY(9px);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

.qcld-tooltip p {
    padding: 10px 5px;
    padding-bottom: 10px !important;
}

.qcld-tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 45%;
}

.qcld-con-tooltip:hover .qcld-tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
}


/************************************************
 * ajax search box
 ***********************************************/

.qc-wootabs-sorting-sections .qcld-search-form-wrapper {
    width: 230px;
    display: inline-block;
    float: left;
}

.qc-wootabs-sorting-sections .qcld-search_products {
    position: relative;
    /*  height: 30px*/
}

.qc-wootabs-sorting-sections .qcld-search_products input[type=text] {
    height: 30px !important;
    width: 200px !important;
    padding-left: 5px !important;
}

.qc-wootabs-sorting-sections .qcld-search-form-wrapper .qcld-search-submit {
    position: absolute;
    top: 0;
    height: 30px;
    right: 0px;
    width: 30px;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.qc-wootabs-sorting-sections .qcld-search-form-wrapper .qcld-search-submit:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
    cursor: pointer;
}

.qc-wootabs-sorting-sections .qcld-search-form-wrapper .qcld-search-submit:after {
    content: "";
    font-family: '\1F50D';
    font-size: 12px;
    line-height: 15px;
}

.qc-wootabs-sorting-sections .qcld-search-form-wrapper .qcld-search-submit:hover:after {
    color: #444;
    opacity: 0;
}

.qcld-search_products.qcld-loading .qcld-search-submit:after {
    opacity: 0;
}

.qcld-search_products.qcld-loading .qcld-search-submit:before {
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #666 !important;
    border-top-color: #666 !important;
    content: "";
    display: block;
    height: 15px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 15px;
}

.qcld-live-search-results .no-result {
    display: block;
    padding-left: 20px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 5px;
    font-weight: 500;
}


.qc-wootabs-sorting-sections .qcld-list-products {
    list-style: none;
    padding: 0px 0px;
}

.qc-wootabs-sorting-sections .qcld-list-products li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    padding: 3px 5px;
}

.qc-wootabs-sorting-sections .qcld-list-products li a {
    color: #333 !important;
    font-weight: 600;
    padding-bottom: 0px;
    width: 100% !important;
    line-height: 15px;
}

.qc-wootabs-sorting-sections .qcld-list-products li:last-child {
    border-bottom: none;
}

.qc-wootabs-sorting-sections .qcld-list-products li .search-form-wrapper-image {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 3px;
}

.qc-wootabs-sorting-sections .qcld-list-products li .search-form-wrapper-meta {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.qc-wootabs-sorting-sections .qcld-list-products {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.qc-wootabs-sorting-sections .qcld-list-products li .search-form-wrapper-meta .product-name {
    display: inline-block;
    width: 100%;
}

.qc-wootabs-sorting-sections .qcld-live-search-results {
    width: 100%;
    z-index: 9999999999;
    position: relative;
    background: #fff;
}

.qc-wootabs-sorting-sections .qcld-live-search-results .view-all {
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    padding: 2px 5px;
}

.qc-wootabs-sorting-sections .qcld-live-search-results .view-all a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}


.qc-wootabs-style11 ul.qc-wootabs-nav {
    overflow: visible !important;
}

.qc-wootabs-style11 .qc-wootabs-nav {
    overflow: visible !important;
}

.qc-wootabs-style11 ul.qc-wootabs-nav li {
    overflow: visible !important;
}


.qc-tabs-style9 .qc-tabs-container {
    overflow: visible !important;
}

.woo_tab_container .sticky-wrapper {
    height: auto !important;
}


@media screen and (max-width: 767px) {

    .qc-wootabs-style11 .qc_wootabs_right_section {
        margin: 45px 0 0 0;
    }


}

@media screen and (max-width: 640px) {

    .woo_tab_container .sticky-wrapper {
        height: auto !important;
    }

    .qcld-tooltip {
        left: 0px;
    }

    .qc-wootabs-style11 .qc_wootabs_right_section {
        margin: 5px 0 0 0;
    }

    .qc_wootabs_right_section .qc-wootabs-sorting-sections {
        width: 100%;
        height: 100px;
        padding-top: 8px;
        padding-right: 25px;
        background: transparent;
        margin: 0 auto;
        position: relative;
        top: 0px;
    }

    .qc-wootabs-sorting-sections {
        height: auto;
    }


    .qc-wootabs-sorting-sections .qcld-search-form-wrapper {
        width: 230px;
        display: block;
        margin: 0 auto;
    }


}


@media screen and (max-width: 480px) {

    .qc-wootabs-sorting-sections .qcld-search-form-wrapper {
        width: 230px;
        display: block;
        margin: 0 auto;
    }

    .qc-wootabs-sorting-sections {
        padding-top: 5px;
    }

    .qcld-tooltip {
        left: 0px;
    }

    .qc-wootabs-style11 ul.qc-wootabs-nav {
        border: 1px solid transparent;
        padding: 0px 0px;
        height: 45px;
    }

    .qc-wootabs-style11 .qc_wootabs_right_section {
        width: 100%;
        margin: 5px 0 0 0;
    }

    .qc-wootabs-style11 ul.qc-wootabs-nav {
        border: 1px solid transparent;
    }

    .qc_wootabs_right_section .qc-wootabs-sorting-sections {
        width: 100%;
        height: 100px;
        padding-top: 8px;
        padding-right: 0px;
        background: transparent;
        margin: 0 auto;
        position: relative;
        top: 0px;
    }

}

.qcld-wootab-more-scroll-container, .woo_tab_container {
    clear: both;
}

.qcld-con-tooltip {
    cursor: pointer;
}

.qcld-wootab-more-scroll-container {
    margin: 35px 0 0 20px;
    display: flex;
    justify-content: center;
}

/*.mfp-inline-holder .mfp-content {
    position: relative;
    background: #fff;
    padding: 0px  !important;
    width: auto;
    max-width: 100% !important;
    margin: 0px auto  !important;

    container-qc woo_tab_container qcld-woo-category-toggle-view
}*/


.qc-tabs-style1 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children,
.qc-tabs-style10 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children,
.qc-tabs-style13 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children,
.qc-tabs-style2 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children,
.qc-tabs-style9 .qcld-woo-category-toggle-view ul.qc_theme_six li ul.qcld_children,
.qc_tabs_12 .qcld-woo-category-toggle-view ul.tabs12 li ul.qcld_children,
.qc-wootabs-style11 .qcld-woo-category-toggle-view ul.qc-wootabs-nav li ul.qcld_children,
.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 li ul.qcld_children {
    position: initial;
    width: 100% !important;
    display: block;
    padding-left: 15px;
}

.qc-tabs-style1 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li .qcld_menu_status,
.qc-tabs-style10 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li .qcld_menu_status,
.qc-tabs-style13 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li .qcld_menu_status,
.qc-tabs-style2 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li .qcld_menu_status,
.qc-tabs-style9 .qcld-woo-category-toggle-view ul.qc_theme_six li .qcld_menu_status,
.qc_tabs_12 .qcld-woo-category-toggle-view ul.tabs12 li .qcld_menu_status,
.qc-wootabs-style11 .qcld-woo-category-toggle-view ul.qc-wootabs-nav li .qcld_menu_status,
.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 li .qcld_menu_status {
    box-shadow: 4px 0px inset !important;
    display: none;
}

.qc-tabs-style1 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li,
.qc-tabs-style10 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li,
.qc-tabs-style13 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li,
.qc-tabs-style2 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li,
.qc-tabs-style9 .qcld-woo-category-toggle-view ul.qc_theme_six li ul.qcld_children li,
.qc_tabs_12 .qcld-woo-category-toggle-view ul.tabs12 li ul.qcld_children li,
.qc-wootabs-style11 .qcld-woo-category-toggle-view ul.qc-wootabs-nav li ul.qcld_children li,
.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 li ul.qcld_children li {
    width: 100%;
    padding-left: 5px;
}

.qc-tabs-style1 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 > li,
.qc-tabs-style10 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 > li,
.qc-tabs-style13 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 > li,
.qc-tabs-style2 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 > li,
.qc-tabs-style9 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_theme_six > li,
.qc_tabs_12 .woo_tab_container.qcld-woo-category-toggle-view ul.tabs12 > li,
.qc-wootabs-style11 .woo_tab_container.qcld-woo-category-toggle-view ul.qc-wootabs-nav > li,
.woo_tab_container.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 > li {
    padding: 0px 0px !important;

}

.qc-tabs-style1 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 li,
.qc-tabs-style10 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 li,
.qc-tabs-style13 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 li,
.qc-tabs-style2 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_nav_style_1 li,
.qc-tabs-style9 .woo_tab_container.qcld-woo-category-toggle-view ul.qc_theme_six li,
.qc_tabs_12 .woo_tab_container.qcld-woo-category-toggle-view ul.tabs12 li,
.qc-wootabs-style11 .woo_tab_container.qcld-woo-category-toggle-view ul.qc-wootabs-nav li,
.woo_tab_container.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 li {
    height: auto !important;
}

.qc-tabs-style1 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child,
.qc-tabs-style10 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child,
.qc-tabs-style13 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child,
.qc-tabs-style2 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child,
.qc-tabs-style9 .qcld-woo-category-toggle-view ul.qc_theme_six li ul.qcld_children li .qcld_children-child,
.qc_tabs_12 .qcld-woo-category-toggle-view ul.tabs12 li ul.qcld_children li .qcld_children-child,
.qc-wootabs-style11 .qcld-woo-category-toggle-view ul.qc-wootabs-nav li ul.qcld_children li .qcld_children-child,
.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 li ul.qcld_children li .qcld_children-child {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px 5px 5px 0px !important;
}

.qc-tabs-style1 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qc-tabs-style10 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qc-tabs-style13 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qc-tabs-style2 .qcld-woo-category-toggle-view ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qc-tabs-style9 .qcld-woo-category-toggle-view ul.qc_theme_six li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qc_tabs_12 .qcld-woo-category-toggle-view ul.tabs12 li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qc-wootabs-style11 .qcld-woo-category-toggle-view ul.qc-wootabs-nav li ul.qcld_children li .qcld_children-child li .qcld_children-child,
.qcld-woo-category-toggle-view .ilist-section-25 ul.qctabs_10 li ul.qcld_children li .qcld_children-child li .qcld_children-child {
    display: block;
    padding: 0px 5px 5px 0px !important;
}


