.align {
  display:table;
  width:100%;
}

.align-middle {
  display:table-cell;
  vertical-align:middle;
}

.align-bottom {
  display:table-cell;
  vertical-align:bottom;
}

.align-top {
  display:table-cell;
  vertical-align:top;
}

#cart-page {
  color:#000;
  margin-top:20px;
}

.cart-table {
  width:100%;
  color:#000;
}

.cart-table td {
  padding:20px 0px;
  border-bottom:1px solid #dbdbdb;
}

.cart-table .image-wrap {
  width:80px;
  padding:10px;
  border:1px solid #95989a;
  border-radius:2px;
}

.cart-table .image-wrap img {
  width:100%;
}

.cart-table td {
  padding-left:30px;
}

.cart-table td:first-child {
  padding-left:0;
}

.cart-table .info a.title {
  font-size:15px;
  font-weight:bold;
  font-family: karmina-sans, sans-serif;
}

.cart-table .info .extra-info ul {
  margin:0;
  padding:0;
  font-size:13px;
  list-style:none;
  margin-top:5px;
}

.cart-table .quantity-td {
  white-space:nowrap;
}

.cart-table .quantity-td input {
  display:inline-block;
  vertical-align:top;
  height:35px;
  outline:none;
  text-align:center;
  width:80px;
  border:1px solid #dcdcdc;
  font-weight:bold;
}

.cart-table .quantity-td .icons {
  display:inline-block;
  vertical-align:top;
  line-height:25px;
}

.cart-table .quantity-td .icons .icon {
  display:inline-block;
  margin-left:25px;
  font-size:16px;
  padding:5px;
}

.cart-table .subtotal {
  font-size:16px;
  font-weight:bold;
}

.cart-title {
  font-size: 22px;
  line-height:normal;
  font-family: karmina-sans, sans-serif;
}

#cart-page .total-box-wrap {
  text-align:right;
}

#cart-page .total-box {
  text-align:left;
  width:100%;
  max-width:320px;
  display:inline-block;
  padding:15px;
  border:1px solid #c4c4c4;
}

#cart-page .title-wrap {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

#cart-page ul.cart-usp {
  margin:0;
  margin-top:30px;
  padding:0;
  list-style:none;
}

#cart-page ul.cart-usp li {
  padding:3px 0px;
}

#cart-page ul.cart-usp .icon {
  width:30px;
  color:#09a509;
  font-size:16px;
}

#cart-page ul.cart-usp .text {
  font-weight:bold;
  font-size:12px;
}

#cart-page .total-box .total-inc {
  margin-top:30px;
  padding-top:10px;
  border-top: 1px solid #e5e5e5;
}

#cart-page .total-box .total-inc .title {
  font-size:16px;
  font-family: karmina-sans, sans-serif;
}

#cart-page .total-box .total-inc .price {
  font-size:22px;
  font-weight:bold;
}

#cart-page .total-box .order {
  margin-top:20px;
}

#cart-page .total-box .order a.btn {
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  text-align: center;
  width: 100%;
  background: #5bb522;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
}

#cart-page .total-box .order a.btn:hover {
  background: #458e17;
}

#cart-page .total-box .cart-payments {
  margin:0;
  margin-top:10px;
  padding:0;
  list-style:none;
  /*text-align:center;*/
}

#cart-page .total-box .cart-payments li {
  width:40px;
  display:inline-block;
}

#cart-page .total-box .cart-payments li img {
  width:100%;
}

#cart-page .total-box .kiyoh {
  margin-top: 20px;
  height: 130px;
  overflow: hidden;
}

#cart-page .cart-bottom {
  margin-top:30px;
}

#cart-page .cart-bottom .lone-usp {
  width:320px;
  display:inline-block;
}

#cart-page .cart-bottom .usp {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  text-align:left;
}

#cart-page .cart-bottom .usp i {
  margin-right:10px;
}

#cart-page .cart-bottom .usp .green {
  color:#09a509;
}

#cart-page .cart-bottom .usp .red {
  color:#b42117;
}

#cart-page .cart-bottom .total-table {
  width:100%;
  max-width: 320px;
  font-size:15px;
  font-weight:bold;
  float:right;
}

#cart-page .cart-bottom .total-table td:first-child {
  text-align:left;
  font-family: karmina-sans, sans-serif;
}

/*
#cart-page .cart-bottom .total-table tr:last-child td {
  padding-top:15px;
  border-top:1px solid #f4f4f4;
}

#cart-page .cart-bottom .total-table tr:nth-last-child(2) td {
  padding-bottom:15px;
}
*/

.cart-related {
  margin-top:30px;
}

.cart-related .cart-title {
  margin-bottom:30px;
  font-family: karmina-sans, sans-serif;
}

#cart-page .total-box .discount-btn {
  display: inline-block;
  margin-bottom: 2px;
  font-size:13px;
}

#cart-page .total-box .discount-btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #b4b6b8;
  border-radius: 100%;
  line-height: 16px;
  margin-left: 5px;
  margin-top: -3px;
  font-weight: bold;
}

#cart-page .total-box .discount-block {
  margin-top:10px;
  display:none;
}

#cart-page .total-box .discount-block input {
  height: 40px;
  border: 1px solid #eee;
  padding: 0px 10px;
  width: calc(100% - 50px);
  outline: none;
}

#cart-page .total-box .discount-block a.btn {
  width: 40px;
  height: 40px;
  padding: 0;
  vertical-align: top;
  line-height: 40px;
  border: none;
  background: #5bb522;
  color: #fff;
  border-radius: 0;
  margin-left: 5px;
}

.shop-on-link {
  text-decoration: underline;
  font-size: 14px;
}

#cart-page .shop-on .kiyoh {
  margin-top: 20px;
  height: 130px;
  overflow: hidden;
}

.cart-table .q-small {
  margin-top:10px;
}

@media (max-width: 991px) {
  #cart-page .total-box {
    margin-top:30px;
  }
}

@media (max-width: 767px) {
  .cart-table td {
    padding-left:0;
    padding-right:10px;
  }
  .cart-table td:last-child {
    padding-right:0px;
  }
  #cart-page .cart-bottom .lone-usp,
  #cart-page .cart-bottom .bottom-total {
    display:block;
  }
  #cart-page .cart-bottom .total-table {
    max-width:none;
  }
  #cart-page {
    margin-top:40px;
  }
  #cart-page .cart-bottom .lone-usp {
    width:100%;
  }
  #cart-page .cart-bottom .lone-usp .usp {
    text-align:center;
  }
  #cart-page .total-box {
    padding:0;
    border:none;
    max-width:100%;
  }
/*   #cart-page .title-wrap {
    display:none;
  } */
  #cart-page ul.cart-usp {
    margin-top:0;
    padding-left:15px;
  }
  #cart-page .total-box .total-inc {
    display:none;
  }
  .cart-table .image-wrap {
    width:65px;
  }
  #cart-page .cart-bottom {
    margin-top:10px;
  }
}