/* button css for offer page */
.btn-xss {
    height: 27px !important;
    padding-top: 1px;
    font-size: 14px !important;
}
.offer{
    line-height: 17px !important;
}
.offermodal {
    z-index:11111;
}
@media only screen and (max-width: 1080px) {
    .btn-xss {
        /* width:70px; */
        height: 20px !important;
        /* padding-top: 1px; */
        font-size: 12px !important;
        margin-bottom:1px;
    }
    .offer table td:nth-child(2){
        width: 40%;
    }
    .offer table td:nth-child(4){
        width: 20%;
    }
    .order table td:nth-child(4){
        width: 20%;
    }
    .offermodal {
        font-size: 14px;
    }
  }
/* button css for offer page ends */