/* AppZab Live Sales Feed for WooCommerce CSS */

.notification {
    width: auto;
    height: auto;
    z-index: 9000;
    position: fixed;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}
ul.prdct-list {
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
ul.prdct-list li {
    color: #777777;
    float: none;
    list-style: none outside none;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    display: block;
}
.prdct-img .pr-img {
    text-decoration: none;
}
.prdct-img .pr-tit {
    height: 1px;
    color: #000000;
}
.prdct-img .pr-tit:hover {
    color: #000;
    text-decoration: underline;
}
.prdct-img .more {
    color: #777777;
    font-weight: 600;
}
.prdct-list .ticker-time {
    color: #777777;
    display: block;
}
.prdct-list .prdct-img {
    display: block;
    min-height: 65px;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}
.prdct-list .prdct-img img {
    border: 1px solid #EBEBEB;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 2px;
}
.block-el {
    display: block;
}
.prdct-list .block-el > .label-one {
    color: #777777;
    font-weight: 100;
}
.prdct-list .block-el .prcdt-price {
    font-size: 14px;
}
.prdct-img .div-right {
    float: right;
    width: 60%;
}
.prdct-img .div-left {
    float: left;
    width: 50px;
    margin-right: 15px;
}
.caroufredsel_wrapper {
    backface-visibility: hidden;
}
.caroufredsel_wrapper .widget img {
    max-width: inherit;
}
.caroufredsel_wrapper .img.wp-post-image {
    max-width: inherit;
}

.live-sale-notify .text {
    color: #000;
    
}
.live-sale-notify .text a {
    color: inherit;
    font-size: inherit;
}
@media screen and (max-width: 480px) {
    .live-sale-notify {
        left: 0;
        width: 100%;
    }
    .live-sale-notify text {
            width: 80%;
        }
}
   
    @media screen and (max-width: 350px) {
        .live-sale-notify div.text {
            width: 70%;
        }
    }

.live-sale-notify {
    position: fixed;
    border: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    font-family: inherit, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 30px;
    padding-right: 10px;
    text-align: left;
    width: auto;
    height: auto;
    z-index: 99999;
    overflow: hidden;
    min-width: 350px;
    bottom: auto;
    list-style-type: none;
}

.live-sale-notify div {
    background-color: #fff;
}

.live-sale-notify div.text {
    padding: 1px 0px;
    text-align: left;
    vertical-align: middle;
}
.live-sale-notify .illustration + div.text {
    margin-top: 6px;
    margin-right:10px;
}
.live-sale-notify img {
    float: left;
    margin: 0 10px 0 0;
    height: auto;
    width: auto;
    position: relative;
    overflow: hidden;
    max-width: 180px;
}
#carousel {
    width: 100%;
    max-width: 300px;
}
.caroufredsel_wrapper {
    width: 100%;
}
.caroufredsel_wrapper .div-left {
    margin-left: 15px;
}
.caroufredsel_wrapper .div-right {
    float: left;
}
.live-sale-notify td {
    border: 0;
}
.live-sale-notify .wc_feed_close_btn {
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    top: 2px;
    right: 2px;
    background-image: url("../images/close.png");
    cursor: pointer;

}