
#mainCart {
  float: left;
	width: 1012px;
  margin: -8px 0 4px 4px;
}

#products {
  width: 1004px;
  margin-top: 9px;
  height: auto;
  border-bottom: solid 1px black;
  padding-bottom: 4px;
}

#ligne-item {
  width: 1008px;
  height: 72px;
}

.item-left-panel {
  width: 672px;
  position: relative;
  float: left;
  overflow: hidden;
  line-height: 72px;
  font-size: 13px;
  text-align: center;
  z-index: 0;
}

#name-item {
  font-family: 'TheinhardtBoldItalic';
  font-size: 13px;
  text-transform: uppercase;
}

.item-right-panel {
  width: 332px;
  height: 72px;
  overflow: hidden;
  background-color: #F3F4F4;
  font-family: 'TheinhardtBoldItalic';
  font-size: 13px;
  position: relative;
  margin-top: 1px;
}

.item-right-panel .license-prix, .item-right-panel .option-quantite-prix{
  display: table-cell;
  width: 254px;
  height: 38px;
}

.item-right-panel .license-prix #choixLicense, .item-right-panel .option-quantite-prix #choixProduct {
  position: relative;
  width: 170px;
  height: 38px;
  float: left;
  margin-top: 6px;
}

.item-right-panel .license-prix #prix {

}

#id-number {
  display: none;
}

#cart-nbreLicenseDsktp {
  font-family: 'TheinhardtBoldItalic';
  width: 170px;
  height: 18px;
  float: left;
  font-size: 10.75px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: 2px;
  right: 0;
}

#cart-nbreLicenseWeb {
  font-family: 'TheinhardtBoldItalic';
  width: 170px;
  height: 18px;
  float: left;
  font-size: 10.75px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: 20px;
  right: 0;
}

#cart-nbreLicenseApp {
  font-family: 'TheinhardtBoldItalic';
  width: 170px;
  height: 18px;
  float: left;
  font-size: 10.75px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: 38px;
  right: 0;
}

#productCarac {
  font-family: 'TheinhardtBoldItalic';
  width: 170px;
  height: 18px;
  float: left;
  font-size: 10.75px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: 2px;
  right: 0;
}

#productQty {
  font-family: 'TheinhardtBoldItalic';
  width: 170px;
  height: 18px;
  float: left;
  font-size: 10.75px;
  text-align: center;
  line-height: 19px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 0;
}

#unit-price {
  width: 75px;
  font-size: 13pt;
  color: #009200;
  float: left;
  margin-left: 20px;
}

#delete-button-div {
  width: 9px;
  height: 16px;
  color: #FF0000;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 27px;
  z-index: 999;
}


.deleteButton {
  color: red;
  font-family: 'TheinhardtBold';
  font-size: 13px;
  background-color: #F3F4F4;
  border: 0;
  cursor: pointer;
}

.deleteButton:focus {
  outline: none;
}

#quantity {
  width: 75px;
  height: 20px;
  float: left;
  margin-left: 30px;
}

.prix-cart {
  float: right;
  height: 38px;
  line-height: 44px;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 15px;
  text-align: center;
}

#total-price {
  width: 75px;
  margin-right: 20px;
  font-size: 13pt;
  color: #000000;
  float: right;
  text-align: right;
}

hr {
  color: #CCCCCC;
  width: 1004px;
  margin: 0;
}

.item-right-panel hr {
  color: #CCCCCC;
  width: 332px;
}

#resume {
  width: 1004px;
  height: 108px;
  border-bottom: solid 1px black;
  padding-top: 4px;
  padding-bottom: 4px;
}

.resume-left-panel {
  width: 672px;
  height: 108px;
  position: relative;
  float: left;
  overflow: hidden;
  font-size: 13px;
}

#gcs {
  width: 332px;
  height: 108px;
  float: left;
  background-color: #F3F4F4;
  font-family: 'TheinhardtLightItalic';
  font-size: 13px;
  position: relative;
}

#quote-panel {
  width: 332px;
  height: 108px;
  float: left;
  background-color: #F3F4F4;
  margin-left: 4px;
  font-family: 'TheinhardtLightItalic';
  font-size: 13px;
  position: relative;
}



#gcs input[type="radio"] {
}

#condition {
  width: 283px;
  font-family: 'TheinhardtRegularItalic';
  font-size: 13px;
  margin: 3px 0 0 5px;
  float: left;
  position: absolute;
  top: 26px;
  left: 19px;
}

#quote-panel #condition {
  top: 28px;
}

#condition a {
  font-family: 'TheinhardtBoldItalic';
  text-decoration: none;
  color: black;
}

#condition a:hover {
  text-decoration: none;
  color: blue;
}

.quoteButton {
  font-family: 'TheinhardtBoldItalic';
  font-size: 13px;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: #F3F4F4;
  height: 16px;
  -webkit-appearance: none;
}

.quoteButton:hover {
  color: #0000FF;
}

.quoteButton:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}


.resume-right-panel {
  width: 332px;
  height: 108px;
  overflow: hidden;
  background-color: #F3F4F4;
  position: relative;
}

#ligne1-cart, #ligne2-cart, #ligne3-cart {
  width: 295px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  left: 0;
}

#ligne1-cart {
  top: 20px;
  font-family: 'TheinhardtBold';
  font-size: 13px;
}

#ligne2-cart {
  top: 45px;
  font-family: 'TheinhardtBold';
  font-size: 13px;
}

#ligne3-cart {
  color: #009200;
  top: 78px;
  font-family: 'TheinhardtBoldItalic';
  font-size: 19.5px;
}

.left-side {
  float: left;
}

.left-side select {

}

.right-side {
  float: right;
}

#ligne3-cart .left-side{
  font-size: 13px;
}
#payment {
  width: 1008px;
  height: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#ligne2-cart .right-side {
  margin-top: 3px;
}

.payment-left-panel {
  width: 672px;
  height: 36px;
  position: relative;
  float: left;
  line-height: 36px;
  font-size: 13px;
}

.payment-left-panel a {
  text-decoration: none;
  font-family: 'TheinhardtBold';
  color: black;
}

.payment-left-panel a:hover {
  text-decoration: none;
  font-family: 'TheinhardtBold';
  color: blue;
}

.payment-right-panel {
  width: 332px;
  height: 36px;
  overflow: hidden;
  position: relative;
}

#rateValue {
  width: 90px;
  margin-left: 6px;
  margin-top: 2px;
  float: left;
}

#continue{
  width: 160px;
  height: 36px;
  margin-right: 4px;
  float: left;
  background-color: #red;
}

#hideStripeButton {
  width: 332px;
  height: 36px;
  z-index: 999;
  position: absolute;
  display: block;
  cursor: pointer;
}

#checkout {
  width: 332px;
  height: 36px;
  float: left;
  position: absolute;
  top: 0;
  z-index: 0;
}

#checkout > button {
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  width: 332px !important;
  height: 36px !important;
  padding: 0 !important;
  font-family: 'TheinhardtBoldItalic' !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  line-height: 36px !important;
  cursor: pointer !important;
  border: none !important;
  background-color: black !important;
  background: black !important;
  background-image: none !important;
  color: white !important;
  float: left !important;
  border-radius: 0px !important;
}

.finalPrice {
  display: none;
}

.stringCart {
  display: none;
}

.stripe-button-el, .stripe-button-el span {
  width: 332px !important;
  height: 36px !important;
  padding: 0 !important;
  font-family: 'TheinhardtBoldItalic' !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  line-height: 36px !important;
  cursor: pointer !important;
  border: none !important;
  background-color: black !important;
  background: black !important;
  background-image: none !important;
  color: white !important;
  float: left !important;
  border-radius: 0px !important;
}

.stripe-button-el:hover, .stripe-button-el span:hover {
  width: 332px !important;
  height: 36px !important;
  padding: 0 !important;
  font-family: 'TheinhardtBoldItalic' !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  line-height: 36px !important;
  cursor: pointer !important;
  border: none !important;
  background-color: blue !important;
  background: blue !important;
  background-image: none !important;
  color: white !important;
  float: left !important;
  border-radius: 0px !important;
  z-index: 0;
}

.checkoutButton {
  width: 160px;
  height: 36px;
  padding: 0;
  font-family: 'TheinhardtBoldItalic';
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: black;
  background: black;
  background-image: none;
  color: white;
  float: right;
}

.stripe-button-el:focus, .checkoutButton:focus {
  outline: none;
}


#emptyCart {
  background-image:url(/images/empty-cart.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: 1004px;
  height: 464px;
}
