.cart-wrap {
	padding: 40px 0;
	font-family: 'Open Sans', sans-serif;
}
.main-heading {
	font-size: 19px;
	margin-bottom: 20px;
}
.table-cart table {
    width: 100%;
}
.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.table-cart thead tr th {
    background: #444444;
    padding: 13px 13px 13px;
    color: #ffffff;
    text-transform: capitalize;
     border: 1px solid #efeeee;
        text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.table-cart tr td {
        padding: 20px 0 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    border: 1px solid #efeeee;
    font-weight: 500;
	
}

.table-cart tr td .img-product {
   width: 72px;
    margin-left: 8px;
    line-height: 63px;
}
.table-cart tr td .img-product img {
	width: 60%;
}
.table-cart tr td .name-product {
     font-size: 14px;
    color: #444444;
  
}
.table-cart tr td .price {
    text-align: right;
    line-height: 64px;
    margin-right: 40px;
    color: #989898;
    font-size: 16px;
    font-family: 'Nunito';
}
.table-cart tr td .quanlity {
    position: relative;
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}
.product-count .qtyminus {
    line-height: 32px;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
	border: none;
}
.count-inlineflex {
    display: inline-flex;
    border: solid 1px #efeeee;
    border-radius: 20px;
    width: 30%;
    height: 32px;
}
.count-inlineflex .btn-minus,
.count-inlineflex .btn-plus {
	     padding: 5px 12px;
    font-size: 14px;
    font-weight: 500;
	color:#444444;
}
.count-inlineflex input{
    border-left: 1px solid #efeeee;
    text-align: center;
    border-right: 1px solid #efeeee;
    border-top: 0;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    height: 31px;
    border-bottom: 1px solid #efeeee;
}
.total {
    font-size: 14px;
    color: #444444;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.table-cart {
	background:#ffffff;
}
.coupon-box {
    padding: 60px 0 60px;
    text-align: center;
    border: 1px dotted #efeeee;
    border-radius: 10px;
    margin-top: 55px;
	background:#ffffff;
}
.coupon-box form input {
    display: inline-block;
    width: 264px;
    margin-right: 13px;
    height: 44px;
    border-radius: 25px;
    border: solid 2px #cccccc;
    padding: 5px 15px;
    font-size: 14px;
}
input:focus {
	outline: none;
	box-shadow: none;
}
.round-black-btn {
	border-radius: 25px;
    background: #07a714;
    color: #ffffff!important;
    padding: 8px 35px;
    display: inline-block;
    border: solid 2px #07a714; 
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
	font-size: 16px;
    font-weight: 500;
}
.round-black-btn:hover {
	background: transparent!important;
	color: #07a714!important;
	border-radius: 25px;
	text-decoration: none;
}

.cart-totals {
	border-radius: 3px;
	background: #ffffff;
	padding: 25px;
}
.cart-totals h3 {
	    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 1px solid #efeeee;
    padding: 0px 0 15px 0;
    margin-bottom: 20px;
}
.total-row {
    border-top: 1px solid #efeeee;
    line-height: 3;
}
.cart-totals table {
	width: 100%;
}
.cart-totals table tr th,
.cart-totals table tr td {
	width: 50%;
    padding: 8px 0;
    vertical-align: middle;
	font-size: 14px;
    color: #444;
    font-weight: 600;
}
.cart-totals table tr td:last-child {
	text-align: right;
}
.cart-totals table tr td.subtotal {
	font-size: 14px;
    color: #444;
    font-weight: 600;
}
.cart-totals table tr td.free-shipping {
	font-size: 14px;
    color: #444;
    font-weight: 600;
}
.cart-totals table tr.total-row td {
	padding-top: 10px;
}
.cart-totals table tr td.price-total {   
	font-size: 14px;
    font-weight: 600;
    color: #f6cb32;
}
.btn-cart-totals {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}
.btn-cart-totals .round-black-btn {
	margin: 10px 0; 
}
a.btn-def.btn2 {
    background: #454545 none repeat scroll 0 0;
    border: 1px solid #454545;
    color: #fff;
  font-size:14px;
    line-height: 33px;
    padding: 10px 15px;
}
a.btn-def.btn2 :hover{
	text-decoration:none;
}
.table-cart .fa-trash-o{
	font-size: 22px;
    color: #454545!important
}
.shiped {
    line-height: 4;
}