@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,600;1,300&display=swap);

div.et_pb_section.et_pb_section_3, 
.et_pb_section_4.et_pb_section, 
.et_pb_row_10.et_pb_row,
.et_pb_row_9.et_pb_row
{
    z-index: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

p {
    color: #474ba5;
    font-size: 18px;
    margin-bottom: 24px
}

strong {
    font-weight: 600
}

#notification-comment-someone-purchased{
    width:350px !important;
    z-index:999 !important;
}

.notification.notification-position-bottom-left {
    position: fixed;
    bottom: 21px;
    left: 20px;
    z-index: 999 !important;
}

.notification.notification-position-bottom-left.notification-animation-horizontal.notification-hide,.notification.notification-position-top-left.notification-animation-horizontal.notification-hide {
    animation-name: lideOutHorizontalLeft;
}

.notification .notification-container.hide {
    animation-name: slideLeft;
}

.notification .notification-container {
    display: table!important;
    display: -webkit-box!important;
    right: 110%;
    position: relative;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    max-width: 350px
}

.notification .notification-container.view {
    display: flex!important
}

.notification-v2-gap .notification-image-wrapper {
    padding: 0
}

.notification-v2-gap .notification-image-wrapper {
    -webkit-box-shadow: 2px 2px 10px 2px hsla(0,0%,60%,.2);
    box-shadow: 2px 2px 10px 2px hsla(0,0%,60%,.2);
    background: #fff
}

.notification .notification-image-wrapper {
    height: 80px;
    width: 80px;
    overflow: hidden;
    display: table-cell!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    vertical-align: middle;
    border-radius: 6px 0 0 6px;
    text-align: center
}

.notification .notification-image-wrapper-inside {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.notification .notification-image-wrapper img {
    max-width: 100%!important;
    width: auto;
    height: 100%
}

.notification-v2-gap:not(.notification-no-image) .notification-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 2px 2px 10px 2px hsla(0,0%,60%,.2);
    box-shadow: 2px 2px 10px 2px hsla(0,0%,60%,.2)
}

.notification-v2-gap .notification-content-wrapper {
    background: #fff
}

.notification .notification-content-wrapper {
    margin: 0;
    width: 80% !important;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    display: table-cell!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-family: 'Josefin Sans',sans-serif !important;
}

.notification .notification-content-wrapper .notification-content {
    margin: 0!important;
    padding: 0!important;
    font-size: 16px;
    line-height: 16px
}

.notification .notification-content-wrapper h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-weight: 700;
    display: flex!important;
    vertical-align: middle;
    top: 10px;
    position: relative!important;
    color: #000;
    opacity: .6;
    font-family: 'Josefin Sans',sans-serif !important;

    padding-bottom: 5px;
    margin-top: -10px;
    padding-top: 5px !important;
}

.notification .notification-content-wrapper span {
    /*font-size: .9em!important;
    line-height: 15px!important*/
    font-size: 18px !important;
    line-height: 16px !important;
}

.notification .notification-content-wrapper small {
    margin-right: 6px;
    vertical-align: middle;
    font-family: 'Josefin Sans',sans-serif !important;
}

.notification .notification-content-wrapper .notification-powered-by,.notification .notification-content-wrapper small {
    /*margin-top: 3px!important;*/
    display: block!important;
    margin-top: -3px!important;
}

.notification .btn-close {
    position: absolute;
    top: 2px;
    right: 0;
    height: 24px;
    width: 24px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.notification .btn-close:before,.notification .close:after {
    content: "";
    display: block;
    background-color: gray;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.notification .btn-close:before {
    width: 12px;
    height: 2px
}

.notification .btn-close:after {
    height: 12px;
    width: 2px
}

.notification .btn-close:after,.notification .btn-close:before {
    content: "";
    display: block;
    background-color: gray;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.notification .notification-container.separated .notification-image-wrapper {
    margin-right: 15px;
    border-radius: 6px
}

.notification .notification-container.rounded .notification-image-wrapper {
    border-radius: 50% 0 0 50%
}

.notification .notification-container.rounded .notification-content-wrapper {
    max-width: 300px!important
}

.notification .notification-container.rounded .btn-close {
    right: -5%!important
}

.notification .notification-container.rounded .notification-image-wrapper img {
    width: 85%!important;
    height: 85%!important;
    border-radius: 50%
}

@media only screen and (min-width: 300px) and (max-width:736px) {
    #notification-comment-someone-purchased{
        width:90% !important;
        height: 100px !important;
    }
    .notification-position-bottom-left {
        /*position:fixed;*/
        position:absolute;
        top: -70px!important;
        left: 10px!important;
        z-index: 999
    }

    .notification .notification-container {
        /*max-width: 250px*/
        max-width: 100%;
        min-width: 80% !important;
    }

    .notification .notification-container:first-child {
        top: 75px!important;
        position: relative
    }

 
    .notification-content-wrapper
    {
        width:80% !important;
    }

    .notification .notification-content-wrapper h4 {
        font-size: .8rem;
        margin-top: 0 !important;
        margin-bottom: 12px;
        font-family: 'Josefin Sans',sans-serif !important;
    }

    .notification .notification-content-wrapper span {
        /*font-size: .8em !important;
        line-height: 12px !important;*/

        font-size: 16px !important;
        line-height: 13px !important;
        font-family: 'Josefin Sans',sans-serif !important;
    }



    .notification .btn-close {
        right: 45px !important;
    }
}
