/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Styles to discounts in affiliates that rendered when shortcode campana is used */
 .cha-code-coupon-discount {
	padding: 0px 3px;
    background: #82d3d4;
    color: white;
    margin-left: 0.3rem;
	cursor: pointer;
	position: relative;
 }

 .cha-code-coupon-discount svg {
	margin-right: .4rem;
	vertical-align: middle;
 }

 .cha-code-coupon-discount-floating-msg {
	background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
    opacity: 0.9;
    position: absolute;
    left: 0;
	min-width: 150px;
}
