/*
.badge.badge-clearance{
    background-color: #3960ad;
    padding: 0;
    border-radius: 50%!important;
    background:#f36c40;
}

.badge.badge-clearance .badge-inner .playmore{
    display: none;
}

.badge.badge-clearance .badge-inner .forless{
    display: none;
}

.badge.badge-clearance .badge-inner {
    background-position-x: 24%;
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 72%;
}
*/

.badge.badge-clearance{
    background-color: #1e1e1e;
    padding: 0;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y:12px; 
    outline: 1px solid #fff;
    width: 100px;
    height: 25px;
    padding: 2px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0.15rem;
}

.badge.badge-clearance .badge-inner{
    display: none;
}

.badge.badge-clearance::before{
    content: '\00a0';
}

.badge.badge-clearance::after{
    content: '\00a0';
}

@media screen and (max-width: 640px) {
    [data-pagetype="productdetails"] .badge.badge-clearance::before {  
        font-size: 1.4rem;
        top: 27%;
    }
    [data-pagetype="productdetails"] .badge.badge-clearance::after {  
        font-size: 1.2rem;
        top: 54%;
    }
    
    .badge.badge-clearance::before {  
        font-size: 15px;
        top: 29%;
    }
    .badge.badge-clearance::after {  
        font-size: 13px;
        top: 56%;
    }
}

@media screen and (min-width: 992px) {
    #pdpMain .product-badge .badge.badge-clearance {
        width: 100px;
        height: 25px;
    }
}

/*

[data-pagetype="productdetails"] .product-tile .badge.badge-clearance {
    height: 50px;
    width: 50px;
}


@media screen and (min-width: 992px){
    #pdpMain .product-badge .badge.badge-clearance {
        width: 70px;
        height: 70px;
    }
}

@media screen and (min-width: 768px){
    #pdpMain .product-badge .badge.badge-clearance {
        width: 72px;
        height: 72px;
    }
}

@media screen and (max-width: 768px){
    #pdpMain .product-badge .badge.badge-clearance {
        width: 72px;
        height: 72px;
    }
}
*/

@media screen and (max-width: 479px){
    .product-tile .badge.badge-clearance {
/*
        height: 50px;*/
        width: 100px;

    }
}

