/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

body#product .pb-center-column .psgTimer {
    margin:0px;
}
body#product .pb-center-column .psgTimer_numbers>div,
body#product .pb-center-column .psgTimer_labels>div {
    /* width: 80px; */
    width: auto;
    margin-right: 15px;
    display: flex;
    justify-content: center;
}
body#product .pb-center-column .psgTimer_numbers>div>div {
    color: white;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background:#232323;
}

.psgTimer_numbers>div>div {
    margin-right: 5px;
}
.psgTimer_numbers>div>div:last-child {
    margin-right: 0px;
}

body#product .pb-center-column .psgTimer_numbers>div:after {
    color: #313333;
    line-height: 35px;
    font-size: 33px;
    right: -13px;
}
body#product .pb-center-column .psgTimer_numbers {
    display: flex;
}
body#product .pb-center-column .psgTimer_labels {
    /* margin-left: -10px; */
    display: flex;
    justify-content: center;
}

body#module-wkproductauction-allauctiondetails .psgTimer_labels>div,
body#product .pb-center-column .psgTimer_labels>div {
    margin-left: -2px;
}

body.content_only .psgTimer {
    margin:0px;
}
body.content_only .psgTimer_numbers>div,
body.content_only .psgTimer_labels>div {
    /* width: 80px; */
    width: auto;
    margin-right: 15px;
}
body.content_only .pb-center-column .psgTimer_labels {
    margin-left: -10px;
}
body.content_only .psgTimer_numbers>div>div {
    color: white;
    width: 25px !important;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    background:#232323;
}
body.content_only .psgTimer_numbers>div:after {
    color: #313333;
    line-height: 39px;
    font-size: 33px;
    right: -13px;
}
body.content_only .psgTimer_numbers {
    margin-left: -10px;
}

.customer_bid_auction_clock .psgTimer {
    margin:0px;
}
.customer_bid_auction_clock .psgTimer_numbers>div,
.customer_bid_auction_clock .psgTimer_labels>div {
    width: 55px;
}
.customer_bid_auction_clock .psgTimer_numbers>div>div {
    color: white;
    width: 18px;
    font-size: 1.3rem;
    font-weight: 500;
    height: 34px;
    line-height: 1.7;
    background:#232323;
}
.customer_bid_auction_clock .psgTimer_numbers>div:after {
    color: #313333;
    line-height: 1.4;
    right: -5px;
    font-size: 33px;
}
.customer_bid_auction_clock .psgTimer_numbers {
    margin-left: -10px;
}

body#module-wkproductauction-allauctiondetails .psgTimer {
    margin:0px;
}
body#module-wkproductauction-allauctiondetails .psgTimer_numbers>div,
body#module-wkproductauction-allauctiondetails .psgTimer_labels>div {
    width: auto;
    margin-right: 15px;
    /* width: 80px; */
}
body#module-wkproductauction-allauctiondetails .psgTimer_numbers>div>div {
    color: white;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background:#232323;
}
body#module-wkproductauction-allauctiondetails .psgTimer_numbers>div:after {
    color: #313333;
    line-height: 35px;
    font-size: 33px;
    right: -13px;
}
body#module-wkproductauction-allauctiondetails .psgTimer_numbers {
    margin-left: -10px;
}


/* Category Css */
.product-container .psgTimer {
    margin:0px auto;
    width: 100%;
}
.product-container .psgTimer_numbers>div,
.product-container .psgTimer_labels>div {
    /* width: 62px; */
    width: auto;
    margin-left: 15px;
}
.product-container .psgTimer_numbers>div.days, .product-container .psgTimer_labels>div.days {
    margin-left: 0px;
}

.product-container .psgTimer_numbers>div>div {
    color: white;
    width: 18px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    background:#232323;
}
.product-container .psgTimer_numbers>div:after {
    color: #313333;
    line-height: 31px;
    font-size: 33px;
    right: -13px;
}
.product-container .psgTimer_numbers, .product-container .psgTimer_labels {
    display: flex;
    justify-content: center;
}

.product-container .auction_clock {
    width: 100%;
}

.product-container .psgTimer_labels>div {
    font-size: 10px !important;
}

.product-container .auction_clock {
    margin-bottom: 10px;
}

body#module-wkproductauction-allauctiondetails .auction_prod {
    background: none repeat scroll 0 0 #f2f2f2;
    margin-bottom: 35px;
    padding: 10px 20px;
    margin-top: 0;
}

.wk-margin-top-30 {
    margin-top: 30px !important;
    padding: 0 !important;
}


@media (min-width: 300px) and (max-width: 400px) {
    body#product .pb-center-column .psgTimer_numbers>div>div {
        width: 22px;
        height: 35px;
        line-height: 35px;
    }
    /* body#product .pb-center-column .psgTimer_numbers>div, body#product .pb-center-column .psgTimer_labels>div {
        width: 61px;
    } */

    body#product .pb-center-column .psgTimer_numbers>div:after {
        line-height: 35px;
    }

    body#product .pb-center-column .psgTimer_labels>div:first-child {
        margin-left: -7px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body#product .pb-center-column .psgTimer_numbers>div>div {
        width: 25px;
        height: 38px;
        line-height: 38px;
    }
    /* body#product .pb-center-column .psgTimer_numbers>div, body#product .pb-center-column .psgTimer_labels>div {
        width: 68px;
    } */

    body#product .pb-center-column .psgTimer_numbers>div:after {
        line-height: 38px;
    }

    body#product .pb-center-column .psgTimer_labels>div:first-child {
        margin-left: -7px;
    }
}

.auction_detail h4:after {
    display: none !important;
}

@media (max-width: 767px) {
    /* body.content_only .psgTimer_numbers>div,
    body.content_only .psgTimer_labels>div {
        width: 60px !important;
    } */
    body.content_only .psgTimer_numbers>div>div {
        width: 22px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    body.content_only .psgTimer_numbers>div:after {
        line-height: 30px !important;
        font-size: 30px !important;
    }
}

.psgTimer_numbers {
    margin-bottom: 10px;
}