/*====================
	WCMP VSA Stylesheet
	Purpose: Frontend Styling
	Author: Excidium Tech, LLC
	Author URI: https://excidium.tech
	Version: 1.0.0
	License: GPLv2
	License URI: http://www.gnu.org/licenses/gpl-2.0.txt
====================*/
.excust_vsa_free_shipping {
    position: relative;
    overflow: hidden;
    }

.excust_vsa_free_shipping::after {
    background-position: top left;
    background-repeat:   no-repeat;
    background-image:    url("../images/free-shipping-label-2021.11.19.png");
    background-size:     65px;
    line-height:         30px;
    font-weight:         700;
    text-align:          center;
    font-size:           14px;
    position:            absolute;
    content:             "";
    height:              65px;
    width:               65px;
    left:                0;
    top:                 0;
    }

.single-product .excust_vsa_free_shipping::after {
    background-size: 90px;
    line-height:     35px;
    font-size:       1.6rem;
    height:          90px;
    width:           90px;
    left:            0;
    top:             0;
    }

.xoo-wsc-products .excust_vsa_free_shipping::after {
    background-size: 50px;
    height:          50px;
    width:           50px;
    }

.woocommerce-cart-form .cart_item .excust_vsa_free_shipping::after {
    background-size: 25px;
    height:          25px;
    width:           25px;
    }