/* gift_card_common.css */

@charset "UTF-8";

#gift-card-amount {
  display: inline-block;
  float: right;
  font-size: 115%;
  font-weight: bold;
  color: #E21D02;
  padding-right: 60px;
  padding-top: 10px;
}

#gift-card-fee {
  display: inline-block;
  float: right;
  font-size: 115%;
  font-weight: bold;
  color: #E21D02;
  padding-right: 60px;
  /*padding-top: 20px;*/
}

#processing-fee {
  display: inline-block;
  float: right;
  font-size: 115%;
  font-weight: bold;
  color: #E21D02;
  padding-right: 60px;
  /*padding-top: 20px;*/
}

#dashed-line {
  display: inline-block;
  float: right;
  font-size: 115%;
  font-weight: bold;
  color: #E21D02;
  padding-right: 60px;
  /*padding-top: 20px;*/
}

#subtotal {
  float: right;
  font-size: 115%;
  font-weight: bold;
  color: #E21D02;
  padding-right: 60px;
  /*padding-top: 20px;*/
}

#checkout {
  float: right;
  padding-right: 60px;
  padding-top: 20px;
}

#gift-cart-checkout-button {
  float: right;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  margin-top: 10px;
  background-color: #e21d02;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}

#continue-shopping-button {
  float: right;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  margin-top: 10px;
  background-color: #e21d02;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}

/*
#DigiCertClickID_f1CflixZ, #DigiCertClickID_AAm6ar1n{
  float: left;
  display: inline-block;
  margin: -70px 0 0 20px;
  border: 1px solid blue;
}
*/
/*
#redirect {
  visibility: hidden;
}
*/

.amount {
  display: inline-block;
  /*border: 1px solid green;*/
  width: 100px;
  text-align: right;
  /*padding-left: 40px;*/
}

.red {
  color: #E21D02;
}

.cart-modal {
  font-size: 100%;
  font-weight: bold;
}
.product {
  float: left;
  width: 40%;
  padding-left: 20px;
  text-align: left;
}

.price {
  float: left;
  width: 10%;
  text-align: right;
}

.quantity {
  float: right;
  width: 25%;
  text-align: center;
}

.update-button {
  cursor: pointer;
}

.remove {
  float: right;
  width: 15%;
  padding-right: 20px;
}

.remove-text {
  text-align: center;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
}

.cart-header {
  text-decoration: underline;
  padding-top: 10px;
  padding-bottom: 10px;
}

.double-underline {
  border-bottom: 3px #E21D02 double;
}