/**
 * Webkul_MpDailyDeals css.
 * @category  Webkul
 * @package   Webkul_MpDailyDeals
 * @author    Webkul
 * @copyright Copyright (c) 2010-2016 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.wk_cat_count_clock{
    font-weight: 600;
}
.product-info-main .wk_cat_count_clock{
    float: right;
}
.wk-daily-deal .save-box{
    margin-left:10%;
}
.deal-collection .products-grid .product-item{
    width: 24.4%;
    min-width: 175px;
}
.deal-collection .product-item-info{
    width: 240px;
    max-width: 100%;
}
.clear-left{
    clear: left;
}
.block-topdeals .wk_cat_count_clock,
.block-topdeals .save-box{
    display: none;
}
.block-topdeals .product-image-container{
    width: 50px;
}
.block-topdeals .product-image-container .product-image-wrapper{
    padding-bottom: 100%;
}
.block-topdeals .product-image-container .product-image-photo{
    width: 50px;
    height: 50px;
}

.mp-daily-deal{
    position: relative;
}
.mp-daily-deal ul.nav{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
}
.mp-daily-deal:hover ul.nav{
    display:block;
    z-index: 999;
}
.block-collapsible-nav .mp-daily-deal.current .item a {
    font-weight: normal;
    border-left:none;
}
