/************* таблица с вариациями *************/
.tbingr .customize-variation-wrapper{ position: relative; background-color: #fff; padding: 0 20px; border-radius: 8px; margin-bottom: 30px; 
/*height: calc(100% - 30px); overflow: hidden;*/}
.tbingr .customize-variation-wrapper i{line-height: 1;font-size: 80px; opacity: .2; position: absolute; top: -20px; right: -20px;}
.tbingr .customize-variation-item{display: -webkit-box; display: -ms-flexbox;display: flex; -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 5px;}
.tbingr .customize-variation-item label, .customize-variation-item span{font-size: 13px;font-weight: 600;}
.tbingr .customize-controls{padding: 30px 0;margin: 0 0 30px;border-top: 1px solid rgba(0,0,0,.1);border-bottom: 1px solid rgba(0,0,0,.1);
  display: -webkit-box; display: -ms-flexbox;display: flex; -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}

.tbingr .qty{display: -webkit-box;display: -ms-flexbox;display: flex;}
.tbingr .qty span{cursor: pointer; width: 40px;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;
          align-items: center; -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; border: 1px solid rgba(0,0,0,.1);font-size: 13px;background-color: #fff;}
.tbingr .qty span:hover{background-color: #f9f9f9;}
.tbingr .qty span.qty-subtract{border-right: 0; border-radius: 25px 0 0 25px;}
.tbingr .qty span.qty-add{border-left: 0;  border-radius: 0 25px 25px 0;}
.tbingr .qty input{background-color: #fff;outline: none;width: 50px;height: 40px;text-align: center;font-weight: 600;border: 1px solid rgba(0,0,0,.1);}

.tbingr table th, table td {padding: 5px 15px;vertical-align: middle;}
.tbingr table th{font-weight: 600;color: #fff; background-color: #1D2228;font-family: inherit, sans-serif;}
.tbingr table {width: 100%;margin-bottom: 30px;}
.tbingr table:not(.x-toolbar-ct) td{background-color: #fff;border-bottom: 1px solid rgba(0,0,0,.1);}
.tbingr table img{width: 40px;border-radius: 8px;}
@media (max-width: 768px){
  .ct-responsive-table thead {display: none;}
  .ct-responsive-table td {display: flex; align-items: center;justify-content: space-between;
    position: relative;width: 100%;border-top: 0; text-align: right; padding: 10px;
    border-bottom: 0;}
  .ct-responsive-table tr.total td::before{display: none;}
  .ct-responsive-table tr.total td{width: auto;text-align: left;}
  .ct-responsive-table tr.total{display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center; -ms-flex-align: center;align-items: center;}
  .ct-responsive-table td::before {content: attr(data-title) ": ";font-weight: 700;float: left;}
 .ct-responsive-table td.remove::before {display: none;}
  .ct-responsive-table tr {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
  .ct-responsive-table tr:last-child {border-bottom: 0;}
  .ct-responsive-table .cart-product-wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;flex-direction: row-reverse;padding: 0;}
  .ct-responsive-table .cart-product-wrapper img {margin-right: 0; margin-left: 10px;}
}
@media (max-width: 400px){
.ct-responsive-table td {font-size:14px;}
}