/*
 Theme Name:   parskala Child
 Template:     parskala
 Theme URI: #
 Author: Hosein esmaliyan
 Author URI: https://masirwp.com
 Version:      1.0.0
*/
.rs-shipping-notice{
    background: linear-gradient(135deg,#5a0000,#a80000);
    color:#fff;
    padding:18px 20px;
    margin:0 0 18px 0;
    border-radius:10px;
    font-size:14px;
    line-height:1.9;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    position:relative;
}

.rs-shipping-notice strong{color:#ffd6d6}

.rs-shipping-notice:before{
    content:"اطلاعیه مهم";
    position:absolute;
    top:-11px;
    right:14px;
    background:#fff;
    color:#a80000;
    font-weight:700;
    padding:3px 10px;
    border-radius:20px;
    font-size:11px;
}
.rs-shipping-notice,
.rs-shipping-notice *{
    color:#ffffff !important;
}

.rs-shipping-notice strong{
    color:#ffffff !important;
}
