.breadcrumbs-single {
    background-image: url('./images/blog-banner.svg') !important;
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat; 
}
span.comments-link a:before {
    content: url('./images/messages.svg') !important;
    position: absolute;
    left: -35px;
}

#qubot-open {
    background-image: url('./images/robot.png') !important;
    background-size: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #1B4D94 !important;
    border: 1px solid #1B4D94;
}

.qubot-preloader {
display: none;}


.featured-product-list ul.wc-block-product-template .wc-block-components-product-summary ul.li-feature li.not:before {
    content: url('./images/lp-cross.svg') !important;
    margin-right: 20px;
}
.featured-product-list ul.wc-block-product-template .wc-block-components-product-summary ul li:before {
    content: url('./images/lp-right.svg') !important;
    margin-right: 20px;
}
.featured-product-list ul.wc-block-product-template .wc-block-components-product-summary ul.arrow li:before {
    content: url('./images/lp-right-li.svg') !important;
    position: absolute;
    left: 0px;
}

.featured-product-list ul.wc-block-product-template .wc-block-components-product-summary ul {
    list-style: none;
    margin: 0px;
    column-count: 2;
}	
 
.footer-social-inner-wrap .ast-facebook span {
    background-image: url('./images/facebook-icon.svg') !important;
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}

.footer-social-inner-wrap .ast-instagram span {
    background-image: url('./images/instagram-icon.svg') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-social-inner-wrap .ast-bluesky  span {
    background-image: url('./images/youtube-icon.svg') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-video .custom-play-btn {
    background: url('./images/play-icon.svg') no-repeat center center;
    background-size: 36px;
     background-position: center;
}

.home-video .custom-play-btn.paused {
    background: url('./images/pause-icon.svg') no-repeat center center;
    background-size: 36px;
     background-position: center;
}
.cart-empty.woocommerce-info {
    background-color: #fff;
}
body.woocommerce-checkout .woocommerce-info::before,
.cart-empty.woocommerce-info::before {
    content: url('./images/lp-coupan.svg') !important;
    margin-top: 3px;
}

#content.site-content {
	min-height: 47vh;
}