/*
Theme Name: Salient Child SCSS
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
Author: Click Laboratory
Author URI: https://clicklaboratory.com
Description: Salient Child Theme(Scss and ES6+ js supported using webpack).
Template: salient
Version: 1.0.0
Text Domain: salient-child
*/

.product-bundle__product-title a {
    background-image: linear-gradient(to right,#000000 0,#000000 100%);
    background-position: right bottom;
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    color: #0c3ba4;
    font-family: 'Work Sans';
    font-weight: 500;
}
.product-bundle__product-title a:hover {
	background-position: left bottom;
    background-size: 100% 2px;
}
.product-bundle__discount-label {
display: none;
}
.product-bundle__item-body {
    justify-content: left;
}
.product-bundle__product-title {
text-align: left;
}