tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

tr {
    display: table;
    table-layout: fixed;
    width: 100%;

}
.actual-price {
    text-decoration: line-through !important;
}

.product_name{
    text-align:left !important;
    padding:10px !important;
}
td:nth-child(1) {
    width: 16% !important;
}

td:nth-child(2) {
    width: 30% !important;
    text-align: left;
}
td:nth-child(3) {
    width: 14% !important;
    
}
td:nth-child(4) {
    width: 19% !important;
    
}
td:nth-child(5) {
    width: 17% !important;
    
}
td:nth-child(6) {
    width: 18% !important;
    
}

td:nth-child(7) {
    width: 16% !important;
    
}


th:nth-child(1) {
    width: 16% !important;
    
}

th:nth-child(2) {
    width: 30% !important;
    
}
th:nth-child(3) {
    width: 14% !important;
    
}
th:nth-child(4) {
    width: 19% !important;
    
}
th:nth-child(5) {
    width: 17% !important;
    
}
th:nth-child(6) {
    width: 18% !important;
    
}

th:nth-child(7) {
    width: 16% !important;
    
}
table.shop_table th,table.shop_table thead{
    height: 60px !important;
   
}
th{
    background-color: #f3274c !important;
    border: 1px solid #0f0f0f !important;
    vertical-align: middle !important;
    height: 55px !important;
    font-size: 16px !important;
    font-weight: bold;



}
.table > :not(caption) > * > *{
    border-bottom-width: 0px !important;
    padding: 6px !important;
}
tr:nth-child(odd) {
    background-color: #CFD4FF !important;
}
tr:nth-child(even) {
    background-color: #A6CAFF !important;
}

td{
   
    font-weight: 500 !important;
    border: 1px solid #0f0f0f !important;
    vertical-align: middle !important;
    font-size: 16px !important;font-weight: bold;
    padding:5px !important;

}
td img{
   
    padding: 5px !important;
}
.grandTotal{
    background-color: #ffd40d !important;
    text-align: center;
    padding:10px !important;
}
.gap {
    padding: 50px 0 !important;
    margin-top: 40px;
}

.product-quantity{
    padding: 7px;
    border: 3px solid #ffd40d;
    outline: none;
    width: 100px;
    border-radius: 11px;
}
.GroupHeaderRowStyle {
    background-color: #b22222 !important;
    color: #ffff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    height: 50px !important;
    text-transform: uppercase !important;
}
.orderbtn{
    outline: none !important;
    background-color: f3274c !important;
    border: transparent;
    color:#fff !important;
}

  .sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
  }
  .price{
          font-size: 14px;
      color:black !important;
  }

  .box-content {
        color: #e19400!important;
  }
  
.mobiledevice{
    display: none;
}



@media (max-width: 568px) {

    td:nth-child(4), td:nth-child(5), td:nth-child(7) {
        font-size: 12px !important;
    }
    .table > :not(caption) > * > * {
        padding: 2px !important;
    }

    .product_name {
        text-align: left !important;
        padding: 3px !important;
    }
    .gap{
        padding: 0px 0 !important;
    }
    .sticky {
        position: fixed;
        top: 0px !important;
       
     
    }
    td img{
        width: 35px;
        height: 35px;
        padding: 2px !important;
        margin: auto !important;
    }

    td,
    th {
        font-size:10px !important; 
       
        vertical-align: middle !important;
        margin: auto !important;
        font-weight:600;
    }
    table.shop_table th,table.shop_table thead{
        height: 50px !important;
       
    }
    table.shop_table th{
        border:1px solid #c1c1c1;
    }
    table input {
        width:38px !important;
        padding: 0 2px;
        text-align: center;
        font-size:11px !important;
    }
    th {
       
        text-align: center;
    }
  
    table.shop_table tr td{
        padding: 7px !important;
    }

    .GroupHeaderRowStyle{
       
        font-size: 15px !important;
    }
    
}

@media (max-width: 500px){
    .one{
        background-color: #fcfce7;
    }
    .desktop{
        /*width:45px; height:50px;*/
        transform: translateX(100%);
        border-radius: 0%;
}


}