.cg-notify-message {
    position:fixed;
    top:0px;
    z-index: 9999;
    max-width:400px;
    text-align: left;
    margin-top: 100px;

    /*background-color: #d9edf7;
    color: #31708f;
    padding: 15px;
    border: 1px solid #bce8f1;
    border-radius: 4px;

    -webkit-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    -moz-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    -o-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    transition: top 0.5s ease-out,opacity 0.2s ease-out;    

    

    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);*/

    visibility:hidden;

    background-color: rgb(246, 247, 248);
    box-shadow: rgba(0,0,0,.3)1px 1px 4px;
    display: block;
    width: 300px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 17px 30px 8px 26px;
    border-left: 4px solid #D3D7DD;
}

.cg-notify-message h2 {
  font-size: 1.125em;
  padding-bottom: 4px;
  font-weight: 700;
  margin: 0;
}
.cg-notify-message p{
    color: #637081;
    font-size: 1.05em;
}

.cg-notify-message-center {
    left: 50%;
}

.cg-notify-message-left {
    left: 15px;
}

.cg-notify-message-right {
    right: 15px;
}

.cg-notify-message a {
    font-weight: bold;
    color: inherit;
}

    .cg-notify-message a:hover {
        color: inherit;
    }

.cg-notify-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    line-height: 1;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    top: 0px;
    right: 3px;
    line-height: 22px;
}

    .cg-notify-close:hover, .cg-notify-close:focus {
        color:  #222;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

.cg-notify-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.cg-notify-message.primary {
    border-left-color: #4b5
}

.cg-notify-message.success {
    border-left-color: #4b5
}

.cg-notify-message.info {
    border-left-color: #28C
}

.cg-notify-message.warning {
    border-left-color: #FA3
}

.cg-notify-message.danger {
    border-left-color: #E44
}

.cg-notify-message.aux {
    border-left-color: #973
}

.cg-notify-message.opaque {
    border-left-color: rgba(0,0,0,.3)
}

.animate-dismiss {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeout;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-delay: 0;
    animation-duration: 1s;
    animation-name: fadeout;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -o-transition: translate3d;
    -webkit-transition: translate3d;
    transition: translate3d
}


@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.custom-notfy-checkout {
  border-left: 0px;
  padding: 15px !important;
  border-radius: 35rem;
  background-color: #fff;
}

  .p-0 {
    padding: 0;
  }

.img-notify-checkout {
  max-width: 40px;
  border-radius: 50%;
}

.p-checkout {
  font-size: 0.8em !important;
}

  .p-checkout > b {
    color: green;
  }

  .checkout-alert-alignment {
    display: flex;
    align-items: center;
    gap: 12px;
  }

.cg-notify-checkout-close {
  top: 1px;
  right: 22px;
}

