/* table css */
.table-hed-blue{
    color:#0096d9;
}
.table-container{
    border:2px #FFF solid;
    border-radius:40px;
    background-color:#FFF;
}
.chair-img-1{
    padding:8px;
}
@media (max-width: 576px) {
    .mbreakx {
        left: -11px !important;
    }
    .table-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .fixed-cell-a {
        position: sticky;
        left: 0;
        background-color: #fff;
        z-index: 10;
    }
    .fixed-cell-b {
        position: sticky;
        left: 0;
        background-color: #f6f6f6;
        z-index: 10;
    }
    .med_table_width th {
        min-width: 200px;
    }
    .table-previous {
        font-weight: 800 !important;
        font-size: 30px !important;
        color: #000;
        transform: rotate(90deg);
    }
    .table-next {
        font-weight: 800 !important;
        font-size: 30px !important;
        color: #000;
        transform: rotate(270deg);
    }
    .hide-table-button {
        visibility: hidden;
    }
    .btn-default-a {
        background-color: #fff;
        padding: 1px !important;
    }
    .button-container {
        text-align: end;
        padding-right: 18px;
    }
    .mobile-img-table {
        width: 100%;
        position: static;
    }
    .buynow_img1 {
        max-width: 90%;
    }
}
@media (max-width: 414px) {
    .mobile-img-table-1{
        width: 60%;
        position: relative;
        z-index: 0;
        left: 30px;
        top: 5px;
    }
    .mobile-img-table-2{
        width: 55%;
        position: relative;
        z-index: 0;
        left: 40px;
    }
    .mbreakx {
        left: 15px !important;
        max-width: 80% !important;
    }
    .mobile-img-table {
        width: 68%;
        position: relative;
        z-index: 0;
        left: 25px;
    }
    .table-a{
        font-size: 13px;
    }
    .buynow_img1 {
        max-width: 80%;
    }
    .prod-brk-td {
        position: relative;
        left: -10px;
    }
}
@media (max-width: 375px) {
    .buynow_img1 {
        width: 76%;
        display: flex;
    }
    .mobile-img-table {
        width: 82% !important;
        position: static !important;
    }
    td {
        font-size: 12px;
    }
    .table-a {
        margin-right: 27px;
    }
}
@media (min-width: 1366px) {
    img.mobile-img-table-2 {
        width: 85%;
    }
    .mobile-img-table-1 {
        width: 87%;
    }
}