/*admin notice css*/

.th-product-compare-notice-wrap{
display:flex;
padding: 0.5rem;
align-items: center;
position: relative;
}
.th-product-compare-notice-image{
margin-right:2rem;
}
.th-product-compare-notice-wrap p{
margin:0;
}
.th-product-compare-notice-image img{
width:120px;
}
.th-product-compare-notice-content .th-product-compare-heading {
font-size:13px;
font-weight:bold;
}
.th-product-compare-notice-content p{
font-size:12px;
}

.th-product-compare-notice-content-wrap{
display:inline-flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.th-product-compare-notice-content-wrap .upgradetopro-btn{
height: 30px;
    margin-left: 1rem;
    margin-right: 1rem;
    background: #00A32A;
    color: #fff;
    border: 0;
    padding: 0rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;

}
.th-product-compare-notice{
    border-left-color:#006844;
    margin-left: 0!important;
}

.th-product-compare-notice-content{
    flex: 1;
}

.ntc-dismiss{
    font-size: 1rem;
    color: #787c82;
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: 7px;
    
}
.ntc-dismiss:hover{color:#d63638;}
