.cart-wrap {
	padding: 50px 0;
}
.main-heading {
	font-size: 16px;
	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: #363636;
    padding: 15px;
    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: #363636;
  
}
.table-cart tr td .price {
    text-align: right;
    line-height: 64px;
    margin-right: 40px;
    color: #989898;
	 font-size: 16px;
  
}
.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:#363636;
}
.count-inlineflex input{
    border-left: 1px solid #efeeee;
    text-align: center;
    border-right: 1px solid #efeeee;
    border-top: 0;
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    height: 31px;
	 width: 48%;
    border-bottom: 1px solid #efeeee;
}
.total {
    font-size: 14px;
    color: #363636;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.table-cart {
	background:#ffffff;
}
.coupon-box {
    padding: 40px 0 40px;
    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: #f55d2c;
    color: #ffffff!important;
    padding: 8px 35px;
    display: inline-block;
    border: solid 2px #f55d2c; 
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
	font-size: 16px;
    font-weight: 500;
}
.round-black-btn:hover {
	background: transparent!important;
	color: #f55d2c!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: #f55d2c;
}
.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;
}
.fa-shopping-basket {
color:#363636;
font-size:24px;
}
.fa-shopping-basket:hover{
color:#f55d2c;
}
/*********************
#checkout
**********************/
.checkout {
padding-top: 0px;
padding-bottom: 60px;
}
.checkout h6 {
color: #363636;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #f55d2c;
    padding: 30px 0;
    margin-bottom: 80px;
    font-size: 14px;
}
.checkout h6 span {
font-size: 14px;
color: #f55d2c;
margin-right: 5px;
}
.checkout h6 a {
text-decoration: underline;
color: #f55d2c;
}
.checkout__form h4 {
color: #363636;
font-weight: 600;
border-bottom: 1px solid #efeeee;
padding-bottom: 20px;
margin-bottom: 25px;
font-size: 18px;
}
.checkout__input {
margin-bottom: 12px;
}
.checkout__input p {
color: #454545;
margin-bottom: 20px;
}
.checkout__input p span {
color: #f6cb32;
}
.checkout__input input {
width: 100%;
height: 46px;
border: 1px solid #efefef;
padding-left: 20px;
font-size: 14px;
color: #363636;
margin-bottom: 15px;
border-radius: 2px;
}
.checkout__input__checkbox {
margin-bottom: 10px;
}
.checkout__input__checkbox label {
position: relative;
font-size: 14px;
color: #363636;
padding-left: 40px;
cursor: pointer;
}
.checkout__input__checkbox label input {
position: absolute;
visibility: hidden;
}
.checkout__input__checkbox label .checkmark {
position: absolute;
left: 0;
top: 1px;
height: 21px;
width: 20px;
border: 1px solid #a6a6a6;
/* transform: rotate(127deg); */
content: " ";
border-radius: 2px;
}
.checkout__input__checkbox label {
position: relative;
font-size: 16px;
color: #363636;
padding-left: 40px;
cursor: pointer;
}
.checkout__input__checkbox label .checkmark:after {
position: absolute;
left: 4px;
top: 4px;
width: 10px;
height: 8px;
border: solid #fff;
border-width: 3px 3px 0 0;
-webkit-transform: rotate(127deg);
-ms-transform: rotate(127deg);
transform: rotate(127deg);
content: " ";

opacity: 0;
}
.checkout__input__checkbox i {
    font-size: 24px;
    color: #f55d2c;
    padding: 0px 10px;
}
.checkout__input__checkbox label input:checked~.checkmark {
background: #f55d2c;
border-color: #f55d2c;;
}
.checkout__input__checkbox label input:checked~.checkmark:after {
opacity: 1;
}
.round-black-btn {
border-radius: 25px;
background: #f55d2c;
color: #f7f7f7!important;
padding: 8px 35px;
display: inline-block;
border: solid 2px #f55d2c;
transition: all 0.5s ease-in-out 0s;
cursor: pointer;
font-weight: 600;
}
.round-black-btn:hover {
background: transparent!important;
color: #f55d2c!important;
border-radius: 25px;
text-decoration: none;
}
.checkout__input__checkbox .fa {
color:#f55d2c;
font-size:22px;
}
.checkout__order {
background: #f5f5f5;
padding: 40px;
padding-top: 30px;
}
.checkout__order .checkout__order__products {
font-size: 16px;
color: #363636;
font-weight: 700;
margin-bottom: 10px;
}
.checkout__order ul {
margin-bottom: 12px;
}
.checkout__order ul li {
font-size: 14px;
color: #363636;
line-height: 40px;
list-style: none;
}
.checkout__order ul li span {
font-weight: 600;
float: right;
font-size: 14px;
}
.checkout__order .checkout__order__subtotal {
font-size: 14px;
color: #363636;
font-weight: 700;
border-bottom: 1px solid #efeeee;
border-top: 1px solid #efeeee;
padding-bottom: 15px;
margin-bottom: 15px;
padding-top: 15px;
}
.checkout__order .checkout__order__subtotal span {
float: right;
}
.checkout__form p {
font-size: 14px;
color: #363636;
font-weight: 500;
line-height: 26px;
margin: 0 0 15px;
}
.checkout__order .checkout__order__total {
font-size: 16px;
color: #363636;
font-weight: 700;
border-bottom: 1px solid #efeeee;
padding-bottom: 15px;
margin-bottom: 25px;
}
.checkout__order .checkout__order__total span {
float: right;
color: #f55d2c;
}
.checkout__input__checkbox {
margin-bottom: 10px;
}

.checkoutbg {
    background: #fff;
    padding: 30px;
}
#panel {
  padding: 0px;
  display: none;
}
#flip {
display:inline;
    text-decoration: underline;
    color: #f55d2c;
    cursor:pointer;
}
#panel input {
width:40%;
margin:0 auto;
border-radius:30px;
}
#panel p{padding: 18px 0px 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
	}
