/** jGrowl */
div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px
}
div.ie6 {
    position: absolute
}
div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth)+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px')
}
div.ie6.top-left {
    left: expression((0+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px')
}
div.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth)+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px')
}
div.ie6.bottom-left {
    left: expression((0+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px')
}
div.ie6.center {
    left: expression((0+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
    width: 100%
}
div.jGrowl {
    position: absolute
}
body > div.jGrowl {
    position: fixed;
    z-index: 999999
}
div.jGrowl.top-left {
    left: 0;
    top: 0
}
div.jGrowl.top-right {
    right: 0;
    top: 0
}
div.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}
div.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}
div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%
}
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    background: #cdebdb;
    color: #000;
    zoom: 1;
    width: 300px;
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dadada
}
div.jGrowl div.jGrowl-notification {
    min-height: 40px;
    position: relative
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin: 20px 40px
}
div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: 700;
    font-size: .85em
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #000;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close .icon-remove-circle {
    display: block
}
div.jGrowl div.jGrowl-notification div.jGrowl-message {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message img {
    max-width: 100%
}
div.jGrowl div.jGrowl-notification .jGrowl-title {
    margin: 0;
    padding: 0
}
div.jGrowl div.jGrowl-notification .jGrowl-note {
    text-transform: uppercase
}
div.jGrowl div.jGrowl-notification .jGrowl-note a {
    color: #000;
}
div.jGrowl div.jGrowl-notification .jGrowl-note a:hover {
    color: #0186c8
}
div.jGrowl div.jGrowl-notification .jGrowl-note ins {
    color: #000;
    display: block;
    font-size: 18px;
    text-decoration: none
}
div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e
}
div.jGrowl div.jGrowl-closer:hover {
    color: #828282
}
.jGowl-text {
    position: relative;
    color: #000;
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 5px;
    margin: 0;
}
.jGowl-text:before {
    content: '';
    /* background: url(https://file.hstatic.net/1000030244/file/check-circle-solid_a568f0923f52489cb6bff978636d41e3.svg); */
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px
}
@media print {
    div.jGrowl {
        display: none
    }
}
@media screen and (max-width: 767px) {
    div.jGrowl div.jGrowl-notification,
    div.jGrowl div.jGrowl-closer {
        margin-left: 10px;
        margin-right: 5px
    }
}

/* Cart notification */
div.jGrowl.top-right {
    top: 18px;
    right: 18px;
}

div.jGrowl div.jGrowl-notification {
    width: 380px;
    max-width: calc(100vw - 36px);
    min-height: 0;
    margin: 0 0 12px;
    padding: 16px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    top: 10px;
    right: 12px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 12px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-message {
    display: block;
    width: 100%;
    padding: 0;
}

div.jGrowl div.jGrowl-message .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -6px;
    margin-right: -6px;
}

div.jGrowl div.jGrowl-message [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

div.jGrowl div.jGrowl-message .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

div.jGrowl div.jGrowl-message .col-xs-4 {
    flex: 0 0 34%;
    max-width: 34%;
}

div.jGrowl div.jGrowl-message .col-xs-8 {
    flex: 0 0 66%;
    max-width: 66%;
}

div.jGrowl div.jGrowl-message img {
    width: 76px;
    height: 76px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    background: #f8fafc;
}

.jGowl-text {
    margin: 0 28px 12px 0;
    padding: 0 0 0 26px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.jGowl-text:before {
    content: "\f00c";
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
}

div.jGrowl div.jGrowl-notification .jGrowl-note {
    text-transform: none;
}

div.jGrowl div.jGrowl-notification .jGrowl-title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.jGrowl div.jGrowl-notification .jGrowl-title:hover {
    color: #0b63c9;
}

div.jGrowl div.jGrowl-notification .jGrowl-note ins {
    display: block;
    color: #0b63c9;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    div.jGrowl.top-right {
        left: 12px;
        right: 12px;
    }

    div.jGrowl div.jGrowl-notification {
        width: auto;
        max-width: none;
        padding: 14px;
    }
}
