.breadcrum-wrap{
    padding: 20px 0;
}
.navigation li. a{

    color: #757575;
}
.navigation li:last-child a{
    text-transform: uppercase;
    font-weight: 500;
}
.banner-category-inner{
    padding: 0 20px;
}
.promotion-header-wrap{
    padding: 30px 0 10px;
}
.flashsale-title{
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-line hr{
    opacity: 1;
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    background: #000;
    height: 3px;
    width: 50px;
}
.ft-inner p{
    margin: 0px;.
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(0, 54, 68);
    text-align: center;
    font-weight: 700 !important;
}
.ft-inner span{
    margin: 0px;
    color: rgb(0, 177, 86) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.countdown{
    max-width: 550px;
    margin: auto;
}
.countdown>span{
    flex-basis: 25%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 25%;
    display: block;
}
.countdown>span>strong{
    color: #00b156;
    font-size: 28px!important;
    font-weight: 600!important;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    width: 100%;
    display: inline-block;
}
.countdown>span>p{
    color: #828282;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}
.flashsale-notice{
    margin: 0px auto;
    color: rgb(130, 130, 130);
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.top-pagination .pagination{
    margin: 20px 0;
}
.news-title a{
    color: #fff;
}
.promotion-list-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.promotion-list-heading .pl-line{
    width: 33.33333%;
}
.promotion-list-heading .pl-line hr{
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    height: 2px;
    width: 100%;
    border-radius: 8px;
    background: rgb(0, 177, 86);
    opacity: 0.8;
}
.promotion-list-heading .pl-title{
    width: 33.33333%;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.15px;
    text-align: center;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 768px){
    .promotion-list-heading .pl-title {
        width: 100%;
        text-align: center;
    }
    .promotion-list-heading .pl-line{
        display: none;
    }
}