/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */

div.subscription-message:before{
    font-family: 'luma-icons';
    color: #1979C3;
    content: '\e60c';
    margin-right: 5px;
}
div.subscription-message{
    padding: 5px;
    background-color: #FDF0D5;
}
div.subscription-details{
    font-size: 1.3rem;
}

.subscription-info{
    margin: 5px 0;
}
div.subscription-options{
    margin-bottom: 15px;
}

.subscription-info{
    margin-bottom: 5px;
}
.subscription-details{
    margin-top:8px;
}
.subscription-lbl{
    padding: 7px 10px;
    background: #ff0000;
    font-size: 1.4rem;
    font-weight: 600;
    color:#ffffff;
    text-align: center;
    float: left;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0px 1px 0px 0px #666;
    -webkit-box-shadow: -1px 2px 2px -1px #666;
    -moz-box-shadow: inset 0px 1px 0px 0px #666;
    -o-box-shadow: inset 0px 1px 0px 0px #666;
}
 .subscription-lbl .downspan{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #ff0000;
    position: absolute;
    left: 0px;
    top:31.5px;

}
 .subscription-lbl .downspan:after{
    content: '';
    width: 15px;
    height: 12px;
    box-shadow: 0px 1px 0px 0px #666;
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    -o-box-shadow: 0px 1px 0px 0px #666;
    position: absolute;
    left: -13px;
    top: -21px;
    z-index: 999;
}


