.rm-recent-action-popup-wrapper {
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-family: inherit;
    display: block;
    font-size: 12px;
}

.rm-recent-action-popup-wrapper * {
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
}
.rm-recent-action-popup {
    position: fixed;
    /* width: 520px; */
    /* max-width: 100%; */
    max-width: calc(min(520px, 100%));
    z-index: 98;
    height: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(30,32,40,.08);
    -moz-box-shadow: 0 4px 8px 0 rgba(30,32,40,.08);
    box-shadow: 0 4px 8px 0 rgba(30,32,40,.08);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    bottom: -200px;
    left: 30px;
}

.rm-recent-action-popup-inner {
    display: flex;
    cursor: pointer;
}

.rm-recent-action-popup.appear {
    bottom: 20px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.rm-recent-action-popup.disappear {
    bottom: -200px !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.rm-recent-action-popup .product-image {
    position: relative;
    float: left;
    padding: 4px;
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    align-self: center;
    border: 0;
    line-height: 0;
    margin: 0;
    min-height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
}

.rm-recent-action-popup .product-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.rm-recent-action-popup .wrapper-theme {
    align-self: stretch;
    flex-grow: 1;
    position: relative;
    padding: 8px 8px 8px 12px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rm-recent-action-popup .close-noti {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 2px;
    cursor: pointer;
    padding: 2px;
}

.rm-recent-action-popup .noti-title, .rm-recent-action-popup .noti-body {
    line-height: 1;
}

.rm-recent-action-popup .noti-title {
    font-weight: bold;
    color: #1A1D1F;
    word-break: break-all;
}

.rm-recent-action-popup .noti-title .message {
    font-size: 12px;
    font-weight: bold;
}

.rm-recent-action-popup .noti-title .body-wrapper {
    display: flex;
    width: fit-content;
}

.rm-recent-action-popup .noti-title .body-wrapper .body {
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    flex: 1;
    width: fit-content;
    color: #333;
}

.rm-recent-action-popup .noti-title .body-wrapper a {
    margin-left: 8px;
    font-size: 11px;
    color: #333;
    pointer-events: none;
    text-decoration: underline;
}

.rm-recent-action-popup .noti-title .body-wrapper .body:not(.truncated) ~ a {
    display: none;
}

.rm-recent-action-popup.comment .noti-title .body-wrapper {
    margin-top: 6px;
}

.rm-recent-action-popup.comment .noti-title .body-wrappe .body {
    -webkit-line-clamp: 2;
}

.rm-recent-action-popup .noti-body {
    font-size: 14px;
    overflow: hidden;
    display: block;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
}

.rm-recent-action-popup .space-top {
    flex: 1;
}

.rm-recent-action-popup .space-bot {
    flex: 1;
}

.rm-recent-action-popup .noti-time {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1;
    color: #55586c;
}

@media only screen and (max-width: 767px) {
    .rm-recent-action-popup {
        left: 20px;
        max-width: 400px;
    }
}

@media only screen and (max-width:450px) and (min-width:0px){.flex.layout-xs-col{flex-direction:column !important;}
    .rm-recent-action-popup .product-image {
        max-width: 80px;
        max-height: 80px;
        width: 80px;
        height: 80px;
    }
    .rm-recent-action-popup {
        left: 20px;
        max-width: 350px;
    }
    .rm-recent-action-popup .noti-body a {
        font-size:13px;
    }
    .rm-recent-action-popup .noti-title {
        font-size: 11px;
    }
    .rm-recent-action-popup .noti-time {
        font-size: 11px;
    }
    .rm-recent-action-popup .wrapper-theme {
        min-height: 80px;
    }
}

@media only screen and (max-width:380px) and (min-width:0px){.flex.layout-xs-col{flex-direction:column !important;}
    .rm-recent-action-popup .product-image {
        max-width: 80px;
        max-height: 80px;
        width: 80px;
        height: 80px;
    }
    .rm-recent-action-popup {
        left: 10px;
        max-width: 340px;
    }
    .rm-recent-action-popup .noti-body a {
        font-size:13px;
    }
    .rm-recent-action-popup .noti-title {
        font-size: 11px;
    }
    .rm-recent-action-popup .noti-time {
        font-size: 11px;
    }
    .rm-recent-action-popup .wrapper-theme {
        min-height: 80px;
    }
}

@media only screen and (max-width:320px) and (min-width:0px){.flex.layout-xs-col{flex-direction:column !important;}
    .rm-recent-action-popup .product-image {
        max-width: 80px;
        max-height: 80px;
        width: 80px;
        height: 80px;
    }
    .rm-recent-action-popup {
        left: 10px;
        max-width: 300px;
    }
    .rm-recent-action-popup .noti-body a {
        font-size:13px;
    }
    .rm-recent-action-popup .noti-title {
        font-size: 11px;
    }
    .rm-recent-action-popup .noti-time {
        font-size: 11px;
    }
    .rm-recent-action-popup .wrapper-theme {
        min-height: 80px;
    }
}
