/*top american badge css*/

 .badge img:nth-child(1) {

    /* max-width: 170px; */

    margin-right: 16px;

} 

.bluTxt {

    color: #18B4FE !important;

    font-weight: 700;

    font-size: 14px;

}

.bestseller {

    background-color: #fef46e;

    position: relative;

}

.bestseller .arrow:before {

    content: url(../../images/blackfriday/fat-arrow.png);

    width: 30px;

    height: 50px;

}

.bestseller-text {

    display: block;

    color: red;

    font-size: 12px;

    padding-left: 0px !important;

    text-align: left;

}

.reco_deal {

    position: absolute;

    height: 32px;

    right: 8px;

    bottom: 45px;

    line-height: 30px;

    text-align: right;

    font-weight: 600;

    border-radius: 5px;

    color: #000;

    font-size: 14px;

}

.productValue {

    float: right;

    font-size: 18px;

    line-height: 30px;

    text-align: right;

    margin-right: 10px;

}

.plist li > div {

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    align-items: center !important;

}

.productValue {

    float: right;

    font-size: 18px;

    line-height: 30px;

    text-align: right;

    display: flex;

    align-items: center;

}

#warehouseSec {

    background-image: url(../images/blackfriday/warehouse.png);

    background-position: center;

    background-size: cover;

    padding: 30px;

    box-shadow: none;

    border-radius: 10px;

    max-width: 85%;

    margin: 25px auto;

}

#newBottom {

    background-color: #FFF6D1;

    padding: 30px 10px;

    background-image: none;

    max-width: 85%;

    margin: 15px auto;

}

#newBottom ul {

    background-color: #444;

    border-radius: 5px;

    column-count: 3;

    

}



#newBottom ul li {

    color: #fff;

    font-size: 11px;

    list-style: none;

    text-align: left;

    padding-left: 10px;

    position: relative;

}

#newBottom ul li::before {

    content: "";

    position: absolute;

    width: 4px;

    height: 4px;

    background: #fff;

    border-radius: 150px;

    left: 0;

    top: 6px;

}

#newBottom h4 {

    max-width: 360px;

    margin: auto;

    padding-bottom: 10px;

    margin-bottom: 10px;

}

#newBottom h4::before, #newBottom h4::after {

    content: "";

    width: 100%;

    height: 2px;

    background: #017b01;

    position: absolute;

    bottom: 0px;

    left: 0px;

}



/* .leavepop_all{

    background: url("../images/blackfriday/cyber_monday_bg.jpg")!important;

    background-position: center;

    background-size: cover!important;

    border: none !important;


}

.innerB_all {

    color: #FD3A78 !important;

}

.hdBlu {

    color: #4ABDC1;

}

#innerD1 {

    color: #fff !important;

}

#innerE1 #timeCount, #innerFa1, #innerFb1 {

    color: #ffffff !important;

} */

#newBottom h4::before {

    bottom: 3px;

}
@media (max-width:500px){
    .productValue {
        font-size: 12px;
    }
    .reco_deal {
    top: -12px !important;
    width: 139px;
    /* right: -50px; */
    text-align: right;
    font-size: 10px !important;
}
}
@media only screen and (max-width:1023px){

    .productValue {

    display: flex;

    align-items: flex-start;

    margin-top: 16px;

}

.reco_deal{

    top:-6px !important;

    font-size: 9px;

}

}

@media only screen and (max-width:500px){

    #newBottom ul li {

    font-size: 11px;

}

#newBottom ul {

    column-count: 2;

}

#newBottom h4 {

    font-size: 20px;

}

.bluTxt {

    font-size: 12px;

}

}



@media(max-width:767px)

{

    .badge img:nth-child(1) {

    max-width: 100px;

 

}

}

@media(max-width:400px)

{

  .badge img {

    max-width: 90px; 

}

.productImgHolder {

    width: 60%;

    text-align: center;

    margin: 0 auto;

}

.productTxtHolder {

    width:100%;

    padding: 0px;

}

}



@media(max-width:370px)



  .badge img {

    max-width: 60px; 

}

}