/***************************************************************************
 * Import:
 ***************************************************************************/
@import url("stackoverlap/style/account-billing-statement.css");
@import url("stackoverlap/style/account-billing-invoices.css");

/***************************************************************************
 * stackoverlap.css
 ***************************************************************************/
 .stackoverlap {
  position     : relative;
}

/***************************************************************************
 * events
 ***************************************************************************/
.stackoverlap-onprocessing-hide {
/* This is a target CSS class. The initial state is the opposite. */
  display: initial;
}
.stackoverlap-onprocessing-show {
/* This is a target CSS class. The initial state is the opposite. */
  display: none;
}

/***************************************************************************
 * stackoverlap-cart
 ***************************************************************************/
.stackoverlap-cart-content
{
  text-align:left !important;
}
.stackoverlap-cart ul li
{
  clear:both !important;
  position:relative;
  display:block !important;
  border-bottom:solid 1px #e8e8e8;
  padding:3px 0;
  margin-bottom:3px 0;
}
.stackoverlap-cart a
{
  padding:0;
  margin:0;
  background:transparent;
  color:#444;
}
.stackoverlap-cart ul li .remove
{
  position:absolute;
  right:-5px;
  font-weight:700;
  font-size: 1.5em;
  height: 1em;
  line-height:1em;
  width: 1.1em;
  min-height: auto;
  background-color: transparent;
  border-radius: 100px;
  padding: 0;
  text-align:center;
}
.stackoverlap-cart ul li .remove:hover
{
  color:#fff;
  background:red;
}

.stackoverlap-cart img
{
  border:solid 1px #ddd;
  width:40px;
  margin-top:5px;
  margin-left:0;
  height: auto;
  float:right;
  box-shadow: none;
}
.stackoverlap-cart-buttons
{
  text-align:left;
  margin:3px 0;
}
.stackoverlap-cart-buttons .button
{
  font-size:12px;
  padding:8px 14px;
  margin:2px 0;
  display:block;
  text-align:center;
}
.stackoverlap-cart-button-continue {
  float: left;
}
.stackoverlap-cart-button-cart {
  float: left;
}
.stackoverlap-cart-button-checkout {
  float: right;
}

ul.stackoverlap-cart-list li dl
{
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0,0,0,.1);
  display:block;
}

ul.stackoverlap-cart-list li dl dt
{
  font-weight: 700;
  clear: left;
}

ul.stackoverlap-cart-list li dl dd,
ul.stackoverlap-cart-list li dl dt {
  display: inline-block;
}

ul.stackoverlap-cart-list li:after,
ul.stackoverlap-cart-list li:before
{
  content: "";
  display: table;
  clear:both;
}
