.order-summary  {
  padding:10px 25px;
}
.order-summary .box {
  text-align: center;
}
.order-summary .btn-2,  .order-summary .btn-3 {
  width:100%;
  padding-right:5px;
  padding-left:5px;
  margin-bottom:15px;
}
.order-summary .checkout-cart-listing.main-listing {
  display:none;
}
.order-summary .checkout-cart-listing.summary-listing {
  border-bottom:1px solid #e0e0e0;
  padding-top:20px;
}
.order-summary .heading-2 {
  padding:10px 25px 0px;
  margin:0px 0px;
}
.order-summary .icon {
  cursor: pointer;
  height:30px;
  position: relative;
  line-height:30px;
  content:'\f068';
  display:block!important;
}
.order-summary .icon:before {
  font-size:18px;
  position: absolute;
  right:0;
  top:0;
  content:'\f067';
  font-family:'FontAwesome';
}
.order-summary .price {
  font-size:15px;
}
.order-summary .price-box {
  margin-bottom:10px;
}
.order-summary .price-box .price {
  width:auto;
}
.order-summary .price-box .price-row.total {
  font-size:22px;
  font-weight: 600;
  display:flex;
}
.order-summary .price-box .price-row.total .title,  .order-summary .price-box .price-row.total .price {
  font-size:22px;
  font-weight: 600;
}
.order-summary .price-box .title {
  font-size:15px;
  text-align: left;
}
.order-summary .price-row {
  align-items: baseline;
  justify-content: space-between;
  display:none;
  padding:7px 0px;
}
.order-summary .price-row.active {
  display:flex;
}
.order-summary .price-row + .price-row {
  border-top:1px solid #e0e0e0;
}
.order-summary .price-row.ot_bonus_points .title:before {
  color: #00a858;
  font-size:12px;
  text-align: center;
  vertical-align: top;
  width:32px;
  content:'\e9a9';
  display:inline-block;
  font-family:'trueloaded', Verdana, Arial, sans-serif;
}
.order-summary .price-row.ot_coupon .title:before {
  color: #00a858;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  width:32px;
  line-height:22px;
  content:'%';
  display:inline-block;
}
.order-summary .price-row.ot_gv + .price-row,  .order-summary .price-row.ot_coupon + .price-row,  .order-summary .price-row.ot_bonus_points + .price-row {
  border-top: none;
}
.order-summary .price-row.ot_gv .remove-discount:before,  .order-summary .price-row.ot_coupon .remove-discount:before,  .order-summary .price-row.ot_bonus_points .remove-discount:before {
  color: #757575;
  cursor: pointer;
  font-size:12px;
  position: relative;
  top:-1px;
  content:'\e913';
  font-family:'trueloaded', Verdana, Arial, sans-serif;
  margin-left:7px;
}
.order-summary .price-row.ot_gv .title:before {
  color: #00a858;
  text-align: center;
  vertical-align: top;
  width:32px;
  content:'\e99f';
  display:inline-block;
  font-family:'trueloaded', Verdana, Arial, sans-serif;
}
.order-summary .price-row.ot_gv,  .order-summary .price-row.ot_coupon,  .order-summary .price-row.ot_bonus_points {
  background-color: #eeeeee;
  border-top: none;
  padding:7px 10px 7px 0px;
}
.order-summary .top-totals .price-box .price-row.total {
  display:none;
}
.order-summary .top-totals .price-row.active {
  display:flex;
}
.order-summary .w-cart-listing .headings {
  border: none;
  grid-template-columns: 3fr 1fr 1fr;
}
.order-summary .w-cart-listing .item {
  border: none;
  grid-template-columns: 3fr 1fr 1fr;
}
.order-summary .w-cart-listing .item .name {
  grid-column: 1/2;
  text-align: left;
  padding-left:0px;
}
.order-summary .w-cart-listing .item .points {
  display:none;
}
.order-summary .w-cart-listing .item .price,  .order-summary .w-cart-listing .headings .price {
  grid-column: 3/4;
  grid-row: 1/2;
}
.order-summary .w-cart-listing .item .qty,  .order-summary .w-cart-listing .headings .qty {
  grid-column: 2/3;
  grid-row: 1/2;
}
.order-summary .w-cart-listing .item > div ~ div {
  padding:0px 0px 10px 10px;
}
.order-summary .w-cart-listing .item > div.image {
  display:none;
}
.order-summary .w-cart-listing .price {
  font-size:16px;
}
.order-summary .w-cart-listing.type-2 .image {
  grid-column: 1 / 3;
  text-align: left;
}
@media (max-width:992px) {
  .order-summary .btn-2 {
    float: none;
  }
}
@media (max-width:768px) {
  .order-summary  {
    padding:10px 15px;
  }
}
