.bb-block__content {
    display: none;
}


.tpbrand .brand-items img {
    opacity: 1;
}

.bb-product-filter .bb-product-filter-attribute-item:last-child {
       display: none;
}


.flash_sales
{
 display: inline-block;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    background:  #ff0000;
    background-size: 200% 200%;
    animation: flickerColor 2s infinite alternate;
   

}

.flash_sales a{
color: #ffffff !important;

padding: 13px 10px !important;
transition: all 0.2s linear;
line-height:45px;
}

.flash_sales:hover {
    transform: scale(1.05);
    
}

.kaptai
{
 display: inline-block;
    padding: 0px 35px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    border-radius: 40px;
    background:  #FFFF00;
    background-size: 200% 200%;
    animation: flickerColor 2s infinite alternate;
   

}

.kaptai a{
color: #000000 !important;

padding: 15px 10px !important;
transition: all 0.2s linear;
line-height:45px;
}

.kaptai:hover {
    transform: scale(1.05);
}