/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
main {
  margin-bottom: 30px;
}
.promo-code {
  justify-content: flex-end;
}
section#addon {
  margin-bottom: 30px;
}
section#addon .com-accordion {
  border-bottom: solid 2px #EEE;
  margin-bottom: 0;
  padding: 25px 10px;
}
section#addon .com-accordion > .item > .head {
  justify-content: space-between;
}
section#addon .com-accordion > .item > .head .ico {
  margin-right: 10px;
}
section#addon .com-accordion > .item > .body {
  margin-top: 20px;
}
section#addon .com-accordion > .item > .body .col {
  margin-bottom: 30px;
}
section#list {
  margin-top: 30px;
  margin-bottom: 10px;
}
section#list .com-table tbody tr:hover {
  background-color: #fafafa;
}
section#list a.btn-remove {
  color: #999;
  text-align: center;
  font-size: 1.3em;
}
section#list a.btn-remove:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e605";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
section#list a.btn-remove:hover {
  color: #c60a76;
}
section#list .product {
  display: flex;
  text-align: left;
  min-width: 300px;
}
section#list .product .pic {
  position: relative;
  height: auto;
  background-size: cover;
  background-position: center;
  min-width: 100px;
}
section#list .product .pic:before {
  content: "";
  display: block;
  padding-top: 75%;
}
section#list .product .info {
  padding-left: 15px;
  padding-top: 8px;
}
section#list .product .info .cat {
  font-size: 0.82em;
  color: #999;
  margin-bottom: 8px;
  line-height: 1.2;
}
section#list .product .info .name {
  color: #0075c1;
}
section#list .user {
  max-width: 150px;
  min-width: 100px;
  margin: 0 auto;
  text-align: center;
}
section#list .user input[type=text] {
  margin-bottom: 5px;
  padding: 6px;
}
section#list .user .btn {
  margin-top: 5px;
  font-size: 0.9em;
  padding: 8px 15px;
}
section#list .addon {
  min-width: 250px;
}
section#list .addon .btn {
  margin: 10px 0;
  font-size: 0.9em;
  padding: 8px 15px;
}
section#list .addon .com-accordion {
  margin-bottom: 0;
  border-bottom: dotted 1px #DDD;
  padding: 8px;
  text-align: left;
}
section#list .addon .com-accordion .item .head {
  font-size: 1em;
  justify-content: space-between;
}
section#list .addon .com-accordion .item .head .label {
  flex: 7;
}
section#list .addon .com-accordion .item .head .label i {
  margin-right: 5px;
}
section#list .addon .com-accordion .item .head .sub-total {
  flex: 2;
  padding-left: 10px;
}
section#list .addon .com-accordion .item .head:after {
  flex: 1;
  text-align: right;
}
section#list .addon .com-accordion .item .body .addon-item {
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
section#list .addon .com-accordion .item .body .addon-item .name {
  flex: 7;
}
section#list .addon .com-accordion .item .body .addon-item .price {
  flex: 3;
  text-align: left;
}
section#list .quantity {
  display: flex;
  width: 90px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
section#list .quantity a {
  border: solid 1px #DDD;
  text-align: center;
  color: #999;
  border-radius: 50%;
  font-size: 0.8em;
}
section#list .quantity a:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
section#list .quantity a.btn-reduce:before {
  content: "\e622";
}
section#list .quantity a.btn-increase:before {
  content: "\e61a";
}
section#list .quantity a:hover {
  background-color: #0075c1;
  border-color: #0075c1;
  color: #FFF;
}
section#actions {
  margin: 20px 0;
}
section#actions .sub-total {
  font-size: 1.5em;
  text-align: right;
  font-weight: 700;
  margin: 15px 10px;
  color: #000;
}
section#actions .sub-total .remark {
  font-size: 0.7em;
  font-weight: 400;
}
section#actions .btns a {
  margin: 5px;
}
section#actions .btns .btn-checkout {
  background-color: #c60a76;
}
section#actions > .row {
  align-items: center;
}
@media (max-width: 1023px) {
  .promo-code {
    justify-content: flex-start;
  }
  section#actions > .row {
    flex-direction: column-reverse;
  }
  section#actions .sub-total {
    text-align: left;
  }
}
@media (max-width: 768px) {
  section#list .com-table {
    margin: 0 -20px;
  }
  section#list .com-table.card .product {
    min-width: inherit;
  }
  section#list .com-table.card .product .pic {
    display: none;
  }
  section#list .com-table.card .product .info {
    padding: 0;
  }
  section#list .com-table.card .user {
    max-width: inherit;
    text-align: left;
  }
  section#list .com-table.card .addon {
    min-width: inherit;
    flex: 1;
    text-align: left;
  }
  section#list .com-table.card .addon .com-accordion {
    padding: 0;
  }
}
