/**
* 2007-2019 PrestaShop
*
* Jms Blog
*
*  @author    Joommasters <joommasters@gmail.com>
*  @copyright 2007-2019 Joommasters
*  @license   license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*  @Website: http://www.joommasters.com
*/
body.toplevel_page_woo-notification {
    overflow-x: hidden;
}

#woorebought-popup {
    border: 0 none;
    bottom: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    display: none;
    left: 10px;
    padding: 0;
    position: fixed;
    right: auto !important;
    text-align: left;
    top: auto !important;
    z-index: 998;
}

#woorebought-popup.bottom_right {
    left: auto !important;
    right: 10px !important;
}

#woorebought-popup.top_right {
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
    bottom: auto !important;
}

#woorebought-popup.top_left {
    left: auto !important;
    top: 10px !important;
    bottom: auto !important;
}

#woorebought-popup img {
    cursor: pointer;
    max-height: 77px;
    max-width: 60px;
    width: auto;
}

#woorebought-popup.img_right .woorebought-content {
    flex-direction: row-reverse;
}

#woorebought-popup p {
    line-height: 18px;
    margin: 0 10px;
    width: 100%;
    display: inline-grid;
}

#woorebought-popup p a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1px 0;
    max-width: 100%;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#woorebought-popup {
    padding: 10px;
}
#woorebought-popup #popup-close .icon{
    width: 14px;
    min-width: 14px;
    min-height: 14px;
}

#woorebought-popup.img_right {
    /*padding: 0;*/
}

#woorebought-popup #popup-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
}

#woo-notification-audio {
    display: none;
}
#woorebought-popup {
    background-color: #ffffff;
    color: #000;
    width: calc(100% - 20px);
}
#woorebought-popup a {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}
#woorebought-popup .woorebought-content {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 20px);
    overflow: hidden;
}
@media (min-width: 576px){
    #woorebought-popup{
        max-width: 400px;
    }
}