/* Global Badge Stripe Style */
.easy-gbadge-yes{
    overflow: hidden ! important;
}

.easy-gbadge-yes.easy-gb-style-stripe .easy-global-badge-wrap {
    position: absolute;
    top: 12px;
    left: -40px;
    width: 140px;
    background: #ff4339;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(-45deg);
    z-index: 10;
}
