
/* .future-temmplate footer {
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.empty-responsive-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 610px);
    flex-direction: column;
    margin-bottom: 0;
}
.empty-responsive-wrap-invoice{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 610px);
    flex-direction: column;
    margin-bottom: 0;
    width:100%
}
.container.add-wrap-responsive {
    display: none;
}
.subscription-wrap-img{
    min-height: calc(100vh - 740px);
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}
.empty-responsive-wrap-container{
    height: calc(106vh - 610px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.product-details {
    min-height: initial !important;
    padding-top: 40px;
}
.empty-img-wrap {
    max-width: 135px;
    filter: opacity(0.7);
}
.history-page-responsive{
    padding: 0 !important;
}
@media screen and (max-width: 991px){
    .empty-responsive-wrap-container{
        min-height: calc(100vh - 540px);
    }
    .empty-responsive-wrap{
        min-height: calc(100vh - 540px);
    }
    .wrap-history-resposnive {
        padding-top: 20px;
    }
    .shoping__cart__table { 
        overflow-y: hidden;
    }
    .empty-img-wrap {
        max-width: 80px;
    }
    .spad{
        padding: 0;
    }
    .footer__about {
        padding-top: 32px;
    }
    .footer {
        padding-top: 40px;
        margin-top: 0;
    }
    h3 {
        font-size: 22px;
    }
    .future-temmplate footer {
        position: initial;
    }
}
@media all and (max-height: 800px){
    .future-temmplate footer {
        position: initial;
    }
}
@media (height: 800px) {
    .empty-responsive-wrap , .empty-responsive-wrap-container {
        height: calc(100vh - 562px);
    }
    .NoDetailFound {
        min-height: calc(100vh - 561px);
    }
    .future-temmplate footer {
        position: initial;
    }
    
}
@media (height: 744px) {
    .empty-responsive-wrap ,.empty-responsive-wrap-container{
        height: calc(100vh - 510px);
    }
    .future-temmplate footer {
        position: initial;
    }
}
@media only screen and (max-width: 375px) {
    .empty-responsive-wrap , .empty-responsive-wrap-container{
        height: initial;
        padding: 50px 0;
    }
}