.countdown #clock  span,#pclock  span {
    color: rgb(255, 255, 255);
    background-color: rgb(13, 92, 182);
    border-radius: 4px;
    width: 30px;
    height: 28px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 4px;
}
#clock{
    display: block;
}
.pncnav li{
    padding-bottom: 5px;
}
.pncnav li.active,#flashsaleTime .slick-track .active{
    border-bottom:2px solid rgb(13, 92, 182);
}
ul.pncnav.nav.nav-pills.nav-justified,#flashsaleTime  .slick-track{

}
a:focus {
    outline: none;
    box-shadow: none;
}
.flashsaleTimeItem:focus,
.flashsaleTimeItem:hover,
.flashsaleTimeItem:active,
.flashsaleCategoryItem:focus,
.flashsaleCategoryItem:active,
.flashsaleCategoryItem:hover,
.slick-slide
{
    outline: none !important;
    box-shadow: none !important;
    border-width: 0;
}
.flashsaleCategoryItem{
    box-shadow: none!important;
    outline: none!important;
    border-width: 0;

}
.flashsaleTimeItem{
    box-shadow: none!important;
    outline: none!important;
    padding-bottom: 5px;
    cursor: pointer;
    border-width: 0;
}
#flashsaleTime .slick-list{
    padding: 0!important;
}
#flashsaleTime .slick-track {
    display: flex;
    width: 100%!important;
}

.flashsaleCategoryItem {
    outline: 0;
    flex: 0 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 112px;
    outline: 0px;
    width: 100%;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 5px;
}
.flashsaleCategoryItem.active {
    border: 1px solid rgb(13, 92, 182);
}
.flashsaleCategoryItem img {
    width: 48px;
    margin:5px auto;
}
.flashsaleCategoryItem  span {
    margin-top: 4px;
    color: #333;
    line-height: 16px;
    height: 32px;
    font-weight: 500;
    white-space: break-spaces;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    font-size: 12px;
}
.flashsaleHeader.text-center {
    padding: 20px 0  0px 0;
}
#flashsaleTime.slider,#flashsaleCategory.slider{
    background-color: #FFF;
}
#flashsaleCategory .slider{
    background-color: #FFF;
}
.flashsaleBox{
    padding: 10px 15px;
}
.flashsaleCategoryItem  img {
    display: block;
    border-radius: 50%;
    border: 1px solid #0164af;
    padding: 6px;
}
div#flashsaleTime {
    border-bottom: 1px solid #CCC;
}
.product_container {
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
    background-color: rgb(255, 255, 255);
    width: 100%;
}
.productItem,.productItem {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 15px 0 0;
    background-color: rgb(255, 255, 255);
}
.dealsProcess .progress .bar {
    flex: 1 1 0%;
    height: 20px;
    background-color: rgb(255, 170, 175);
    border-radius: 10px;
}
.productImage{
    position: relative;
}
.productItem .deals_discount {
    background-color: rgb(255, 66, 78);
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    border-radius: 2px;
    padding: 3px 5px;
}
.productItem .title {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 41px;
    margin: 0px;
    width: 100%;
    color: rgb(36, 36, 36);
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 42px;
    font-weight: bold;
}
.productItem .title.deal {
    margin-top: 0;
}
.productItem .price {
    margin: 0px;
    padding: 8px 0px 0px;
    align-self: stretch;
    color: rgb(230 0 7);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    min-height: auto;
}
.productItem .price.deal {
    padding: 2px 0px 0px;
}
.productItem .price .percent {
    margin-left: 8px;
    color: rgb(120, 120, 120);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}
.productItem .price .original {
    display: block;
    margin-left: 0px;
    color: rgb(120, 120, 120);
    font-size: 10px;
    font-weight: 300;
    text-decoration: line-through;
    float: right;
}
.productItem .price .original.deal {
    display: inline-block;
    margin-left: 8px;
}
.dealsProcess {
    width: 100%;
    margin-top: 0;
}
.dealsProcess .progress {
    display: block;
    align-self: stretch;
    margin: 0;
    height: auto;
    position: relative;
    padding-top: 10px;
    background: transparent;
}
.dealsProcess .progress .bar .percent {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 0px;
    height: 20px;
    background-color: rgb(255, 66, 78);
    z-index: 1;
    border-radius: 10px;
    min-width: 20px;
}

.dealsProcess .progress .bar .content {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px 4px;
    z-index: 2;
}
.dealsProcess .progress .bar .content .text {
    position: absolute;
    top: 5px;
    left: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    text-align: center;
}
.productItem .fire-icon {
    z-index: 20;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 4px;
    left: 5px;
    top: 0;
}
.slick-slide {
    min-width: 110px;
}
.productItem{
    width: calc(100%/7);
    min-width: 150px;
}


@media (max-width: 767px) and (min-width: 375px) {

    .productItem {
        display: block;
        padding: 10px 16px;
        border-top: 1px solid rgb(242, 242, 242);
        color: rgb(36, 36, 36);
        text-decoration: none;
        width: 100%;
    }
    .productItem .productImage {
        float: left;
        width: 34%;
    }
    .productItem .productInfo {
        float: right;
        width: 60%;
    }
    .productItem .title {
        font-weight: bold;
        white-space: pre-wrap;
    }
    .dealsProcess .progress .bar {
        position: relative;
    }
    .dealsProcess .progress .bar .percent {
        top: 0px;
    }
    .dealsProcess .progress .bar .content{
        background: transparent;
        overflow: hidden;
    }
    .dealsProcess .progress .bar .content .text{
        top:0
    }
}
.productImage img {
    border-radius: 5px;
}

.flashsaleHeader p {
    font-size: 35px;
    font-style: italic;
    text-transform: uppercase;
    color: #ef3f23;
    background: -webkit-linear-gradient(left,#ef3f23,#ff8a00);
    background: -o-linear-gradient(right,#ef3f23,#ff8a00);
    background: -moz-linear-gradient(right,#ef3f23,#ff8a00);
    background: linear-gradient(to right,#ef3f23,#ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}