.peexl-dailydeals-save {
    top: 0;
    margin: 14px 0;
    color: #ffffff;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    width: 48px;
    height: 48px;
    line-height: 12px;
    font-size: 11px;
    font-weight: bold;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.peexl-dailydeals-save.blue {
    background-image: url(../images/label-blue.png);
}

.peexl-dailydeals-save.sky-blue {
    background-image: url(../images/label-sky-blue.png);
}

.peexl-dailydeals-save.green {
    background-image: url(../images/label-green.png);
}

.peexl-dailydeals-save.yellow {
    background-image: url(../images/label-yellow.png);
}

.peexl-dailydeals-save.dark-gray {
    background-image: url(../images/label-dark-gray.png);
}

.peexl-dailydeals-save.orange {
    background-image: url(../images/label-orange.png);
}

.products-list .product-item-photo {
    position: relative;
}

.products-list .product-item-photo .peexl-dailydeals-save {
    top: 0;
}

.dailydeals-slider {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 350px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #000000;
    background: #000000;
    padding: 0px 5px 5px 5px;
    z-index: 9999;
}

.dailydeals-slider span.slider-title {
    color: #ffffff;
    line-height: 20px;
    float: left;
    font-size: 1.3rem;
}

.dailydeals-slider span.close a {
    text-decoration: none;
}

.dailydeals-slider span.close {
    float: right;
    background-image: url(../images/close-16.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

#carousel-wrapper {
    width: 350px;
    height: 140px;
    overflow: hidden;
}

#carousel-content {
    width: 2500px;
}

#carousel-content .slide {
    float: left;
    width: 350px;
    height: 140px;
    background-color: #fbfaf6;
}

#carousel-content .slide div.image {
    position: relative;
    float: left;
    width: 135px;
}

#carousel-content .slide div.deal-details {
    float: left;
    padding: 10px;
    width: 190px;
    text-align: left;
}

#carousel-content .slide div.deal-details .special-price .price-container .price {
    font-weight: bold;
}

#carousel-content .slide div.deal-details .old-price {
    display: block;
    font-size: 1.3rem;
}

#carousel-content .slide div.deal-details .old-price .price-container .price {
    font-size: 1.3rem;
    text-decoration: line-through;
}

#carousel-content .slide div.deal-details .item-remaining {
    margin-top: 10px;
    font-size: 1.3rem;
}

#carousel-content .slide div.deal-details .item-remaining .items-remaining-qty {
    font-weight: bold;
}

.deals-slider-controller {
    position: absolute;
    bottom: 5px;
    right: 10px
}

.deals-slider-controller a.carousel-control {
    text-decoration: none;
    width: 24px;
    font-size: 20px;
}

.deals-slider-controller a.controler-left-arrow {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    line-height: 24px;
}

.deals-slider-controller a.controler-right-arrow {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
}

.dailydeals-slider .product-name {
    line-height: 1.1;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

ul.slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-next {
    left: 310px;
}

.peexl-dailydeals-random, .peexl-dailydeals-topsold, .peexl-dailydeals-upcomming {
    position: relative;
}

.peexl-dailydeals-random h2, .peexl-dailydeals-topsold h2, .peexl-dailydeals-upcomming h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.peexl-dailydeals-random .item-remaining,
.peexl-dailydeals-topsold .item-remaining,
.peexl-dailydeals-upcomming .item-remaining {
    font-size: 1.3rem;
}

.peexl-dailydeals-random .item-remaining .items-remaining-qty,
.peexl-dailydeals-topsold .item-remaining .items-remaining-qty,
.peexl-dailydeals-upcomming .item-remaining .items-remaining-qty {
    font-size: 1.3rem;
    font-weight: bold;
}

.peexl-dailydeals-random .price-box,
.peexl-dailydeals-topsold .price-box,
.peexl-dailydeals-upcomming .price-box {
    margin-bottom: 5px;
}


