/*
 Theme Name:   Dokan Child
 Theme URI:    http://jedasolutions.com/
 Description:  Custom Modification theme for dokan
 Author:       John Flash
 Author URI:   http://jedasolutions.com
 Template:     dokan
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dokan-child
*/


.site-footer .widget ul li:last-child {
    padding-right: 0px !important;
    border-right:none;
}

li.mini_cart_item a > img {
    width: 40px !important;
    height: 40px !important;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating {
    display:none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.dokan-category-menu #cat-drop-stack > ul li a .caret-icon {
    background: #2a80ba;
    color: aliceblue;
}

.dokan-category-menu #cat-drop-stack > ul li a:hover .caret-icon {
    background: aliceblue;
    color: #2a80ba;
}

.share_wrapper1 {
    margin-top: -5px !important;
    height:20px !important;
}

.fb_share_img{
    margin-right: 0 !important;

}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
    border-radius: 0 !important;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
    border-radius: 0 !important;
}

.dokan-seller-listing .dokan-seller-search-form input#search {
    width: 100% !important;
}

.delivery-marker{
    position: absolute;
    right: 0;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    text-align: center;
    color: #656f6f !important;
    padding-top: 50%;
    line-height: initial;
    font-family: sans-serif;
}

#advance_results .delivery-marker{
    padding-top: 10% !important;
    pointer-events: none;
}

.tooltip-inner {
    max-width: 200px !important;
    /* If max-width does not work, try using width instead */
    width: 200px;
}

.loop-tax-inclusion-notice{
color: #0081b5;
}
