.cart-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.cart-table-cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	padding: 0.8em 1.2em 0.8em 0;
	overflow: hidden;
	list-style: none;
  border-bottom:1px solid #eee;
}


/* Table column sizing
================================== */
.cart-table--1cols > .cart-table-cell {
  width: 100%;
}
.cart-table--2cols > .cart-table-cell {
  width: 50%;
}
.cart-table--3cols > .cart-table-cell {
  width: 33.33%;
}
.cart-table--4cols > .cart-table-cell {
  width: 25%;
}
.cart-table--5cols > .cart-table-cell {
  width: 20%;
}
.cart-table--6cols > .cart-table-cell {
  width: 16.6%;
}
    
/* custom styles department */
.cart-table--4cols > .cart-table-cell.prod {
	width: 55%;
}
.cart-table--4cols > .cart-table-cell {
	width: 15%;
}   
.cart-table .th {
	border-bottom: 1px solid;
  font-weight:600;
}
.cart-table-cell.prod > div {
	display: inline-block;
	vertical-align: top; 
	padding-right: 20px;
}
.cart-table-cell.prod > div:nth-child(3) {
	padding-right: 0;
	width: calc(100% - 130px);
}
 .cart-table-cell.prod .title {
	font-weight: 600;
}
  .cart-table-cell.prod  .variant {
	color: #444;
	font-size: 14px;
}
    .cart-table-cell  .quantity-input input{
      width:40px;
    }
      .cart-table-cell  .quantity-btn {

	width: 32px;
}
    /*
    .cart-table-cell.qty:not(.th)::before {
	display: inherit;
	height: auto;
	margin-top: 10px;
}*/
   .cart-table-cell .del {
	color: #ccc;
}
       .cart-table-cell .del:hover {
	color: red;
}
.custom-cart .item.no-products {
	text-align: center;
	margin: 20px 0;
}
.cart-table .bundled {
	background: #f9f9f9;
	border-radius: 3px;
	margin-top: 15px;
	padding: 10px;
	font-size: 12px;
	position: relative;
}
   .cart-table .bundle-title {
	display: block;
	font-weight: 600;
}
   .cart-table .bundle-variant {
	color: #777;
	padding-left: 10px;
}
.cart-table .bundled-title {
	position: absolute;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	top: -10px;
	background: #2ac37d;
	padding: 2px 5px;
	border-radius: 3px;
	left: -10px;
	color: white;
}
    .bundled ul {
	margin-top: 5px;
}

.discount input, .discount .btn {
	float: left;
}
.discount .btn {
	border-radius: 0;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	/* float: right; */
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
}
.stock-message {
	background: #1E90FF;
	color: white;
	border-radius: 3px;
	padding: 10px;
	font-size: 12px;
}
.discount input {
	width: 100%;
	transition: all ease-in-out 0.3s;
	background: transparent;
	height: 40px;
}
    .disc-inp:focus {
   background:#eee;
}
     .disc-inp:focus + .btn{
       opacity:1;
    }
    .cart-totals {

    }
.cart-totals .wraptot {
	background: rgba(200,200,200,0.05);
	padding: 20px;
	border: 1px solid #feee;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.05);
	border: 1px solid #ccc;
}
    .cart-totals .payments li {
	display: inline-block;
}
 /* totals */   
    .cart-totals .disc span {
	display: block;
}
      .cart-totals   .label {
	font-weight: 600;
}
        .cart-totals   .disc-code {
	font-size: 12px;
	color: #999;
}
.cart-totals .btn-custom-1 {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	padding: 10px;
	font-size: 16px;
}
.gui-reward-cart-block .btn-custom-3 {
	display: block;
	margin-top: 20px;
}
    .cart-table.cart-table--2cols .cart-table-cell:nth-child(2n) {
	text-align: right;
}

.continue #gui-form-discount {
	float: right;
	width: 60%;
	position: relative;
}
.continue .go-back {
	float: left;
	width: 50%;
	vertical-align: middle;
}
.continue .discount {
	float: right;
	width: 50%;
}
.custom-cart .product-usps, .custom-cart .widget.snippet, .custom-cart .payments {
	padding: 10px;
	border-bottom: 1px solid #eee;
	/* margin-bottom: 10px; */
}
.custom-cart .payments{border:0;}
.custom-cart .empty-cart {
	margin-bottom: 20px;
}
.update-cart {
	display: block;
	margin-bottom: 20px;
  display:none;
}
.update-cart i {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.upsell-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#upsells .item.item-list {
	width: auto;
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.upsell-wrap .item .input {
	padding: 0 10px;
}
#upsells .btn.btn-custom-2 {
	margin: 10px 0;
}
.btn.paypal {
	background: #0070ba;
	color: white;
	border-radius: 3px;
}
.btn.paypal i {
	font-size: 20px;
	margin-right: 5px;
}
.cart-totals .payments ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.stock_msg {
	font-size: 0.85em;
	color: #777;
}

@media (max-width: 991px) { 
  .cart-table-cell.th {
    display: none;
  }
  .cart-table--4cols > .cart-table-cell.prod {
    width: 85%;
    	border: 0;
  }
  .cart-table--4cols > .cart-table-cell {
    width: 15%;
    padding: 0;
  }
  .quantity-btn, .cart-table-cell.excl {
    display: none;
  }
.cart-table-cell.subt {
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 20px;
}
  .cart-table-cell.prod > div {
    padding-right: 10px;
  }
.cart-table-cell.qty {
	text-align: right;
	border: 0;
}
  .cart-table {
	margin: 0;
}
.continue .discount {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.discount input {
	width: auto;
	flex-grow: 1;
}
  .discount .btn {
	opacity: 1;
	width: auto;
}
.continue #gui-form-discount {
	float: none;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
}
  .custom-cart #related {
	margin-top: 0;
}
 .static .item.quick-view-item {
	width: 49%;
	margin-right: 1%;
	float: left;
}
  #upsells .item.item-list {
	flex-basis: 100%;
}


}
/* iPad PRO fix */
@media only screen  and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .continue .go-back {
    width: auto;
  }
}