/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.fake-sale-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
	margin-right: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.fake-sale-notification img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 5px;
}

.fake-sale-notification .message {
    font-size: 14px;
    max-width: 320px !important;
    color: #333;
}

.fake-sale-notification strong {
    color: #f39c12;
}

/* Animation to fade in */
.fake-sale-notification.show {
    opacity: 1;
}
