﻿
     .cart_notificationbg{
          font-family: 'PT Sans', sans-serif;
          width:280px;
          height:auto;
          background-color:rgba(178, 22, 20, .9);
          padding:15px 20px;
          position:fixed;
          top:25px;
          line-height:18px;
          right:25px;
          color:#FFF;
          font-size:13px;
          z-index: 999999999;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
     }
     .notifi_close{
          color:#FFF;
          text-decoration:none;
          float:right;
     }
     .notifi_close:hover{
          color:#000;
     }
     #msg{
          float:left;
          width:250px;
     }
     @media screen and (max-width: 360px) {
          .cart_notificationbg{
               width:86%; padding:15px 2%; right:5%;}
          #msg{
               width:90%;}
     }

