<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ITC ORDER SUMMARY
    
    1 - ORDER SUMMARRY LAYOUT    

*/
/* ORDER LAYOUT */
.itc-base-order-container {
  background-color: #F6F6F7;
  width: 100%;
  align-content: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px;
  flex-wrap: wrap;
  flex-flow: column; }

.itc-order {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F3F5; }

.itc-order .itc-order-left {
  flex: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F3F5; }

.itc-order .itc-order-right {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F3F3F5; }

.itc-order .itc-order-left .item-name {
  display: flex;
  justify-content: flex-start;
  font-size: 1.3125rem;
  padding: 1.25rem;
  margin: 11px 0px 0px 20px;
  color: #02326D; }

.itc-order .no-item {
  width: 100%;
  font-size: 1.3125rem;
  padding: 1.25rem;
  margin: 11px 20px 11px 20px;
  text-align: center;
  color: #F17D00; }

.itc-order .itc-order-right .item-count {
  display: flex;
  justify-content: flex-end;
  color: #02326D;
  padding: 1.25rem;
  margin: 11px 0px 0px 0px;
  font-size: 1.3125rem;
  white-space: nowrap; }

.itc-order .itc-order-right .item-price {
  display: flex;
  justify-content: flex-end;
  color: #02326D;
  padding: 1.25rem;
  margin: 11px 0px 0px 0px;
  font-size: 1.3125rem;
  white-space: pre-wrap; }

.itc-order .itc-order-right .item-remove {
  display: flex;
  justify-content: flex-end; }

.itc-order .itc-order-right .item-remove .remove-btn {
  font-weight: 400;
  text-align: center;
  align-self: flex-start;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #F17D00;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  margin: 20px 20px 20px 20px;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 20px;
  background-color: #F6F6F7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.itc-order .itc-order-right .item-remove .remove-btn:hover {
  text-decoration: none;
  border-color: #F17D00; }

.itc-order .itc-order-right .item-remove .remove-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }

.itc-base-order-container {
  background-color: #F6F6F7;
  padding: 20px; }

.itc-order-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.itc-order-actions .btn-shp-continue {
  color: #6C757D;
  background-color: #FFFFFF; }

.itc-order-actions .btn-shp-finish {
  color: #FFFFFF;
  background-color: #F17D00; }

.itc-order-actions .btn-shp-continue, .itc-order-actions .btn-shp-finish {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 0.66667rem 2.2rem; }

.itc-order-actions .btn-shp-continue:hover {
  cursor: pointer;
  color: #6C757D;
  text-decoration: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.itc-order-actions .btn-shp-finish:hover {
  cursor: pointer;
  background-color: #FB9C37;
  text-decoration: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .itc-order-actions {
    display: flex;
    align-items: center; }
  .itc-order-actions .right {
    flex: 1;
    text-align: right; } }

@media (max-width: 767.98px) {
  .itc-order-actions .right {
    margin-top: 1rem; }
  .itc-order-actions .right,
  .itc-order-actions .left {
    width: 100%; } }

@media (min-width: 576px) {
  .itc-base-order-container {
    max-width: 540px;
    display: flex; } }

@media (min-width: 768px) {
  .itc-base-order-container {
    max-width: 720px;
    display: flex; } }

@media (min-width: 992px) {
  .itc-base-order-container {
    max-width: 960px;
    display: flex; } }

@media (min-width: 1200px) {
  .itc-base-order-container {
    max-width: 1170px;
    display: flex; } }
</pre></body></html>