section.Cart-sec {
    background: #ffffff;
    overflow-x: hidden;
}

.table-container {
    /*background: #5454537a;*/
/*    padding: 1px 0px;*/
/*    overflow: auto;*/
 border: 1px solid #161616;
/*    border-radius: 7px;*/
}
/* width */
.table-container::-webkit-scrollbar {
  width: 6px;
  height:6px;
}
table.table.carttable {
    border: 1px solid #d8d8d8;
}
select {
    word-wrap: normal;
    width: 100%;
}
 .itemDetail .row  {
    border-bottom: 1px solid #dadada;
}
tbody.tr_ItmeRow p {
    text-align: left;
}
/* Track */
.table-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
input.quantity_text {
    background: #f9b21e;
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin: 0 3px;
}
input.btton1:hover {
    background: #f9b21e;
}
 input.btton1 {
    background: #a4464c;
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin: 0 3px;
}
 
 
 
/* Handle */
.table-container::-webkit-scrollbar-thumb {
  background: #4f4f4f; 
  border-radius: 10px;
}
    .spicelevels option {
    text-align: center;
}
tbody.tr_ItmeRow tr:last-child {
    border: none;
}
tbody.tr_ItmeRow tr {
    border-bottom: 1px solid #dfdfdf;
}
td.data-table {
    height: 55px;
    display: flex;
    align-items: center;
}
button.card-btn-menu, input.card-btn-menu {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    background: transparent;
    color: #000 !important;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 0 3px;
    transition: all 0.4s ease;
}

button.card-btn-menu:hover {
    background: #f9b21e;
    color: #fff !important;
}
input.card-btn-menu {
    padding: 4px!important;
    font-size: 15px;
    max-width: 34px !important;
    max-height: 34px !important;
    width: 100%;
    height: 100%;
    color:#fff;
    text-align:center;
}
.menu-item-add-btn-5 input.card-btn-menu {
    padding: 6px!important;
    font-size: 12px;
    max-width: 22px !important;
    max-height: 22px !important;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center !important;
}
.data-table  input.card-btn-menu {
    background:#f9b21e;
}
.data-table .card-btn-menu {
       /*border-color: #ab886a;*/
    background: #a4464c;
    color: #fff !important;
}


.custom-tips {
  align-items: center;
  display: flex;
  padding-left:0px;
}
.custom-tips .background-wrapper{
  background-color: #026426;
}
.custom-tips .no-custom  {
  
  background-color: black;
  justify-content: center;
  align-items: center;
  display: flex;
  color:white;
  padding:10px;
  width: 40px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
}
.cart-form input, .cart-form textarea.form-control {
    border: 1px solid;
    background-color: transparent;
}
input#apply:hover {
    background: #a4464c;
        transition: 0.4s;
}
input#apply {
    background: #f9b21e;
    border-radius: 8px;
    font-size: 16px;
        transition: 0.4s;
}
.total-item-cost h2 {
    font-size: 24px !important;
    background: #a4464c;
    color:#fff;
    padding:10px;
    text-align:center;
}

.Quality-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Quality h3,
.Quality-sec h3{
    font-size: 17px;
    padding: 12px  2px;
    
}
.Quality-sec.sec-wrapper {
    margin-top: 20px;
}

.Quality-sec.sec-wrapper #totalprice h3 {
    text-align: right;
}
.button-space {    
    /*margin-top: 18px;*/
    width: 100%;
    
}

.main-btn {
    width:100%!important;
    left:12px !important;
    position:relative !important;
    margin-bottom: 0;
    border-radius: 0 !important;
    padding: 20px 0 !important;
}

.total-item-cost {
    background: #f9fbff;
    padding: 0px;
    border: 1px solid gainsboro;
}

.Quality {
    display: flex;
}
.itemDetail {
    padding: 10px;
}

.coupon-area {
    display: flex;
    flex-direction: column;
}

.coupon-area label {
    width: 100%;
}
::marker{
    color:transparent;
}
.coupon-area .form-sec {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-around;
    left: 0px;
    position: relative;
}

.coupon-area .form-sec input#coupon_code {
    border: 1px solid #383838;
    border-radius: 5px;
    font-size: 22px;
    outline: none;
    padding: 0 10px;
    height: 49px;
    width: 230px;
}
/*a.main-green:hover,*/
.coupon-area .form-sec a button:hover{background:#fff;color:#000;}
.coupon-area .form-sec a button {
    padding: 10px 15px;
    border: none;
    background: #555655;
    color:#fff;
    border-radius: 5px;
    margin-top: 10px;
    transition:0.4s ease;
}
a.main-green {
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
      transition:0.4s ease;
      font-size:17px;
}
table.table.carttable tr {
    border-bottom: 1px solid #dcdcdc;
}
table.table.carttable tr td {
    padding: 17px 16px !important;
}
.tr_ItmeRow td p {
    font-size: 14px;
}
.tr_ItmeRow td {
    padding: 0 10px !important;
    text-align:center;
}
thead.thead th {
    text-align: center;
    font-size:20px;
}
.tr_ItmeRow tr.header-row th {
    font-size: 24px;
}
.Price-data h3 {
    font-size: 18px;
    font-weight: 700;
    text-align:center;
}

.cart-form form textarea{
max-height: 92px !important;
}
.cart-formDD {
    /*background: orange;*/
    padding: 53px 0px;
}
.cart-form form label {
    font-size: 20px;
    font-weight: 700;
}
  .table>:not(caption)>*>*{
      background:transparent!important;
      border: none;
  }
  .cross-icon:hover {
    background: red;
}

.cross-icon {
    color: #fff;
    border-radius: 100px;
    background: #eb4550;
    padding: 5px 7px;
    text-align: center;
    transition: 0.4s ease;
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.table>:not(tbody)>*>* {
    background: #f9c14c!important;
    border: none;
    color:#fff;
}
#myRow td:first-child p{
    text-align:left;
    padding:10px;
}
li.no-custom.active {
    background: #f9c14c;
    color: #000;
}
section.Cart-sec {
    padding: 0 0 60px;
}
thead.thead th:first-child {
    text-align: left;
    padding: 1px 0 6px 19px;
}
ul.custom-tips li, label.fs-label.new {
    cursor: pointer;
}
@media (max-width:820px),(max-width:768px){
    .cart-formDD {
    padding:31px 0 20px;
    display: flex;
    align-items: flex-start;
}
.main-green2 {
    margin-left: 43px;
}
.total-item-cost{
    margin-bottom:50px;
}

}


@media (max-width:767px){
table.table.carttable tr td {
    padding: 7px 16px !important;
}
table.table.carttable.bt td {
    display: flex;
    justify-content: space-between;
}
table.table.carttable td input {
    margin: 3px;
}
table.table.carttable select {
    word-wrap: normal;
    width: 160px;
}
span.bt-content {
    font-size: 15px;
}
table.table.carttable.bt tr {
    border-bottom: 1px solid #c8c8c8;
}


}
@media (max-width:575px),(max-width:420px){
thead.thead th {
    font-size: 16px;
    white-space: nowrap;
}



.data-table {
    display: flex;
    flex-direction: revert;
}

.cross-icon {
    padding: 3px 2px !important;
    font-size: 10px !important;
    height: 22px;
    width: 22px;
    text-align: center;
    display: block;
}
.Price-data h3 {
    font-size: 17px;
}
.tr_ItmeRow td p {
    font-size: 14px;
    white-space: nowrap;
    padding:0 10px;
}
tr#myRow {
    display: flex;
    align-items: center;
}
tr.header-row {
    align-items: center;
}

tr.header-row th:nth-child(1),
tr#myRow td:nth-child(1){
    flex: 0 0 45%;
}
tr.header-row th:nth-child(2),
tr#myRow td:nth-child(2){
    flex: 0 0 24%;
}
tr.header-row th:nth-child(3)
tr#myRow td:nth-child(3){
    flex: 0 0 15%;
    
}
tr.header-row th:nth-child(4),
tr#myRow td:nth-child(4){
    flex: 0 0 29%;
    
}
tr.header-row th:nth-child(5),
tr#myRow td:nth-child(5){
    flex: 0 0 13%;
    
}
.coupon-area .form-sec {
    flex-direction: column;
    align-items: self-start;
    width: 100%;
}
.coupon-area .form-sec input#coupon_code {
    width: 100%;
}
.main-green2 {
    margin: 13px auto 0 0;
}
thead.thead th:first-child {
    text-align: left;
    padding:8px;
}




}


 @media (max-width: 767px){

thead.thead {
    width: 20%;
    float: left;
}
}


