.it-exchange-super-widget {
  cursor: auto;
  padding: 2rem;
}

.it-exchange-super-widget,
.it-exchange-product-price {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.it-exchange-product-price {
  margin-top: 0;
}

.home li.it-exchange-product {
  padding: 1rem;
  border: 1px solid;
  position: fixed;
  background: white;
  top: 142px;
  left: 139px;
  opacity: 4.95;
  width: calc(100vw - 160px) !important;
  max-width: 720px;
}

#it-exchange-product .it-exchange-extended-description {
  border-top: 1px solid currentColor;
}

#it-exchange-cart-actions {
  padding: 10px;
}

.it-exchange-table,
#it-exchange-cart-totals {
  border: 1px solid currentColor;
}

#it-exchange-cart-totals .it-exchange-cart-totals-title,
#it-exchange-cart-totals .it-exchange-cart-totals-amount {
  border-right: 1px solid currentColor;
}

.it-exchange-table-row,
#it-exchange-cart-totals .it-exchange-cart-totals-total .it-exchange-table-column-inner {
  border-bottom: 1px solid currentColor;
}

.it-exchange-super-widget .it-exchange-sw-product,
.it-exchange-super-widget .it-exchange-sw-processing {
  // border: 0;
}

form + form {
  margin-top: 30px;
}
