a {
  color: rgba(74, 194, 246, .98);
  /*font-weight: 700;*/
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration:none;
    color:#fff;
}

.header {
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #ccc;
}

.cart-section {
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: transparent;
}

.h1-for-cart {
  display: block;
  width: 75%;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
}

.div-bloc-cart-recap {
  margin-bottom: 38px;
  padding: 20px 20px 6px;
  border: 1px solid #e0e0e0;
  background-color: #f3f3f3;
  box-shadow: 0 0 6px 1px hsla(0, 0%, 83%, .54);
}

.div-bloc-cart-recap.div-bloc-enter-coupon {
  display: block;
  margin-top: 0px;
}

.div-bloc-cart-recap.fiexed-height {
  min-height: 145px;
}

.div-bloc-cart-recap.installer-download-bloc {
  display: block;
  margin-top: 150px;
  margin-bottom: 47px;
  padding-bottom: 25px;
}

.div-bloc-cart-recap.other-download-bloc {
  display: block;
  margin-top: 150px;
  margin-bottom: 47px;
  padding-bottom: 25px;
}

.cart-header-items {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 20px;
  font-weight: 700;
}

.cart-header-items.center {
  text-align: center;
}

.cart-row-header-columns {
  padding-bottom: 11px;
  border-bottom: 1px none #cacaca;
}

.row-cart-items {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 23px;
  border-top: 1px solid rgba(75, 75, 77, .2);
  border-bottom: 1px none rgba(75, 75, 77, .2);
}

.cart-img-product {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cart-product-name {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 17px;
  font-weight: 600;
}

.cart-sub-product-text {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.cart-reference-text {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 13px;
}

.cart-unit-price {
  position: relative;
  top: auto;
  display: block;
  margin-top: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4d;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cart-subtotal-price {
  margin-top: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.cart-order-recap-head {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 18px;
}

.cart-recap-item {
  position: relative;
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 17px;
  font-weight: 400;
}

.cart-recap-item.bold {
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: 700;
}

.cart-recap-item.total {
  margin-top: 13px;
  font-size: 23px;
  font-weight: 700;
}

.cart-recap-item.text-for-individual-items {
  padding-bottom: 11px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 17px;
}

.cart-recap-item.item-number {
  margin-top: -36px;
  margin-left: 46px;
}

.coupon-text {
  position: relative;
  left: auto;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 8px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #4ac2f6;
  font-size: 17px;
  font-weight: 700;
}

.cart-coupon-div-bloc {
  display: block;
}

.cart-recap-price-item {
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4d;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.cart-recap-price-item.blue {
  position: relative;
  top: 0px;
  margin-top: 31px;
  padding-top: 0px;
  color: #4ac2f6;
}

.cart-recap-price-item.total {
  margin-top: 13px;
  font-size: 23px;
  font-weight: 700;
  text-align: right;
}

.cart-recap-price-item.price-for-individual-items {
  padding-bottom: 14px;
  font-size: 15px;
  font-weight: 400;
}

.cart-vat-div-bloc {
  display: block;
}

.row-cart-recap {
  display: block;
  margin-bottom: 19px;
  border-bottom: 1px solid #dadada;
}

.validate-cart-button {
  margin-top: 14px;
  margin-bottom: 0px;
  padding: 12px 15px;
  float: right;
  border-radius: 5px;
  background-color: #4ac2f6;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.validate-cart-button:hover {
  background-color: #38acdf;
}

.validate-cart-button:active {
  background-color: #299dcf;
}

.validate-cart-button.continue-purchase-button {
  position: static;
  left: 0px;
  top: -281px;
  right: 0px;
  margin-top: 0px;
  float: left;
  background-color: #b3b6b4;
}

.validate-cart-button.continue-purchase-button:hover {
  background-color: #a0a0a0;
}

.validate-cart-button.continue-purchase-button:active {
  background-color: #8d8d8d;
}

.validate-cart-button.center {
  display: block;
  width: 50%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.validate-cart-button.center._100-width {
  width: 100%;
}

.coupon-form {
  margin-bottom: -39px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.apply-coupon-button {
  position: relative;
  top: -67px;
  display: inline;
  margin-bottom: 0px;
  float: right;
  border-radius: 5px;
  background-color: #4ac2f6;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
}

.apply-coupon-button:hover {
  background-color: #3bb4e9;
}

.apply-coupon-button:active {
  background-color: #3daada;
}

.apply-coupon-button.apply-vat-button {
  top: 0px;
  font-size: 12px;
}

.coupon-field {
  width: 75%;
}

.coupon-field:focus {
  border: 1px solid #4ac2f6;
  box-shadow: 0 0 6px -2px #4ac2f6;
}

.coupon-field.invalid-state {
  box-shadow: 0 0 6px 0 #e94244;
}

.middle-breadcrumb-div {
  width: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: -6px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  border-radius: 0px;
  background-color: #b3b6b4;
  text-align: center;
}

.middle-breadcrumb-div.first-breadcrumb {
  border-left-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.middle-breadcrumb-div.first-breadcrumb.visited-color {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #99ddfa;
}

.middle-breadcrumb-div.last-breadcrumb {
  padding-right: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.middle-breadcrumb-div.last-breadcrumb.current-color {
  background-color: #4ac2f6;
}

.middle-breadcrumb-div.current-color {
  background-color: #4ac2f6;
}

.middle-breadcrumb-div.visited-color {
  background-color: #99ddfa;
}

.link-bloc-breadcrumb---non-active {
  width: 100%;
  margin-left: 18px;
}

.breadcrumb-tip-non-active {
  display: block;
  border-style: solid none solid solid;
  border-width: 20px 40px 20px 20px;
  border-color: #fff #000 #fff #b3b6b4;
  background-color: #0098ff;
}

.breadcrumb-tip-non-active.tip-breadcrumb {
  display: none;
  height: 40px;
  border-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #b3b6b4;
}

.breadcrumb-tip-non-active.tip-breadcrumb.current {
  background-color: #4ac2f6;
}

.breadcrumb-tip-non-active.current-color {
  border-left-color: #4ac2f6;
  background-color: #4ac2f6;
}

.breadcrumb-tip-non-active.visited-color {
  border-left-color: #99ddfa;
}

.text-in-breadcrumb {
  position: relative;
  top: -10px;
  padding-left: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.row-breadcrumb {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: #fff;
}

.column-breadcrumb {
  left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-quantity-selector {
  margin-top: 0px;
  -webkit-transform: translate(0px, 9px);
  -ms-transform: translate(0px, 9px);
  transform: translate(0px, 9px);
}

.quanity-input {
  display: block;
  width: 50px;
  height: 35px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 9px;
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: #4ac2f6;
  border-bottom-width: 1px;
  border-bottom-color: #4ac2f6;
  border-radius: 0px;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4d;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.quanity-input.msu {
  border-style: solid;
  border-color: #4ac2f6;
}

.quantityselector-button {
  position: relative;
  top: 7px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
  border-radius: 5px;
  background-color: #4ac2f6;
  box-shadow: 0 0 6px 0 #b1a0a0;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.quantityselector-button.plus {
  top: 5px;
  right: 24px;
  width: 60%;
  height: 35px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.quantityselector-button.plus:hover {
  background-color: #44b6e7;
}

.quantityselector-button.minus {
  left: 10px;
  top: 5px;
  width: 60%;
  height: 35px;
  float: right;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #4ac2f6;
  box-shadow: none;
}

.quantityselector-button.minus:hover {
  background-color: #44b6e7;
}

.account-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.container-account-modal {
  display: block;
  margin-top: 178px;
}

.div-bloc-account-modal {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 21px 21px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #5a5a5a;
}

.div-bloc-account-modal.logged-in-modal {
  width: 50%;
}

.header-text-account {
  display: block;
  margin: 2px auto 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.column-account-left {
  padding: 0px 13px;
  border-right: 1px solid #d6d6d6;
}

.account-form-field {
  border-radius: 5px;
  background-color: #f0f0f0;
  font-family: Raleway, sans-serif;
}

.account-field-label {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-weight: 700;
}

.account-submit-button {
  width: 100%;
  height: 42px;
  margin-top: 25px;
  padding-top: 9px;
  border-radius: 5px;
  background-color: #4ac2f6;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.regular-text {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
}

.regular-text.center-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.link {
  color: #4ac2f6;
  font-weight: 700;
  text-decoration: none;
}

.button-create-an-account {
  width: 100%;
  height: 42px;
  margin-top: 25px;
  border: 2px solid #4ac2f6;
  border-radius: 5px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #4ac2f6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-create-an-account.change-account-button {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-currency {
  top: -47px;
  z-index: 10;
  height: 26px;
  float: right;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
}

.dropdown-icon {
  position: absolute;
  top: 7px;
  right: -21px;
  bottom: 0px;
  display: block;
  width: 35px;
  height: 100%;
  margin-left: 0px;
  text-align: center;
}

.dropdown-currency-toggle {
  display: block;
  height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #e0e0e0;
  background-color: transparent;
}

.current-currency-text {
  padding-top: 2px;
  font-family: Raleway, sans-serif;
}

.currency-dropdown-list.w--open {
  display: block;
  overflow: scroll;
  max-height: 600px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #dbdbdb;
}

.currency-link {
  padding-top: 7px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
}

.column-2 {
  top: 0px;
}

.billing-field-label {
  border-radius: 5px;
  font-family: Raleway, sans-serif;
}

.billing-field-label:hover {
  box-shadow: 0 0 6px 0 #fff;
}

.billing-field-label:focus {
  box-shadow: 0 0 6px 0 rgba(74, 194, 246, .5);
}

.billing-field-label.adress-field {
  height: 90px;
}

.billing-field-label.vat-field {
  width: 95%;
  margin-right: 0px;
}

.billing-field-label.vat-field.invalid {
  box-shadow: 0 0 6px 0 #e94244;
}

.powered-by-stripe-badge {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  width: 120px;
  margin-top: 13px;
  margin-bottom: -2px;
  float: right;
  clear: right;
}

.card-icon {
  position: relative;
  left: 125px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 54px;
  margin: 74px 9px 28px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  box-shadow: 0 0 6px 0 #a0a0a0;
}

.close-button {
  position: relative;
  top: -19px;
  right: -5px;
  float: right;
}

.close-button:hover {
  opacity: 0.65;
}

.lock-card-image {
  width: 50px;
  float: right;
}

.small-text {
  padding-left: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.row-secured-payments {
  margin-top: 78px;
}

.more-info-link {
  position: relative;
  _top: 70px;
  _right: 0px;
  right: -120px;
  bottom: 0px;
  margin-top: 20px;
  float: right;
  font-family: Raleway, sans-serif;
  color: #4ac2f6;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.row-catds {
  display: block;
  margin-top: 141px;
}

.card-image {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.decimals {
  position: relative;
  margin-top: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 12px;
  text-transform: none;
  font-weight:normal;
}

.decimal-for-total {
  position: relative;
  font-size: 18px;
}

.text-change-currency {
  position: relative;
  top: -45px;
  padding-right: 11px;
  float: right;
  font-family: Raleway, sans-serif;
}

.quantity-recap-text {
  padding-right: 14px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4d;
}

.invalid-text {
  font-family: Raleway, sans-serif;
  color: #e94244;
  font-weight: 700;
}

.cross-delete {
  position: static;
  left: -195px;
  top: 3px;
  right: -195px;
  display: inline;
  margin-left: 12px;
  padding-bottom: 17px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.order-number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.order-summary-bloc {
  background-color: #d4d8d5;
}

.h1-purchase-complete {
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 34px;
  font-weight: 700;
}

.h1-purchase-complete.thanks-for-your-order {
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 34px;
  font-weight: 700;
}

.print-receipt-button {
  margin-top: 19px;
  margin-bottom: 10px;
  float: right;
  border-radius: 5px;
  background-color: rgba(74, 194, 246, .97);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.print-receipt-button:hover {
  background-color: rgba(54, 166, 214, .97);
}

.print-receipt-button.blue-button {
  border-radius: 5px;
  background-color: rgba(74, 194, 246, .97);
}

.cross-delete-msu {
  position: relative;
  top: 7px;
}

.div-bloc-contact-us {
  position: fixed;
  right: 65px;
  bottom: 0px;
  width: 198px;
  margin-top: 28px;
  padding-right: 14px;
  padding-left: 14px;
  border: 1px solid #e0e0e0;
  background-color: #f3f3f3;
  box-shadow: 0 0 6px 1px hsla(0, 0%, 83%, .54);
}

.order-number-text {
  padding-bottom: 11px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 15px;
}

.paragraph-text {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
}

.paragraph-text.top-margin {
  margin-top: 16px;
}

.paragraph-text.download-installers-text {
  margin-top: 10px;
  float: none;
  font-weight: 600;
  text-align: center;
}

.email-sales-button {
  margin-top: 11px;
  margin-bottom: 10px;
  float: right;
  border-radius: 5px;
  background-color: #adadad;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
}

.email-sales-button:hover {
  background-color: #8f8f8f;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
}

.email-sales-button.gray {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 5px;
  background-color: #adadad;
  text-align: center;
}

.h3-purchase-confirmed {
  margin-top: 21px;
  margin-bottom: 70px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 20px;
  font-weight: 700;
}

.h3-purchase-confirmed.h3 {
  margin-bottom: 70px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 700;
}

.user-email {
  color: #4ac2f6;
}

.row-purchase-summary {
  margin-top: 0px;
}

.manage-licenses-button {
  margin-top: 15px;
  float: right;
  border-radius: 5px;
  background-color: #4ac2f6;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.manage-licenses-button:hover {
  background-color: rgba(54, 166, 214, .97);
}

.manage-licenses-button.blue {
  border-radius: 5px;
  background-color: #4ac2f6;
}

.download-players-button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 32px;
  margin-left: 19px;
  float: none;
  box-shadow: none;
}

.download-player-button {
  margin-top: 18px;
  margin-left: 19px;
  float: none;
}

.link-blue {
  display: block;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #4ac2f6;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.section-purcahse-complete-2 {
  margin-top: 25px;
  margin-bottom: 61px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.h4-purchase-complete {
  margin-top: 19px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 16px;
  font-weight: 700;
}

.h4-purchase-complete.center {
  margin-top: 19px;
  padding-bottom: 8px;
  font-family: Raleway, sans-serif;
  color: #4b4b4d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.social-media-dib-bloc {
  margin-top: 46px;
  margin-left: 51px;
  padding: 0px 15px 22px;
  border: 2px solid #d4d8d5;
  border-radius: 5px;
}

.community-link-bloc {
  display: block;
  width: 184px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  padding: 8px 32px;
  float: none;
  border-radius: 5px;
  background-color: #4ac2f6;
  background-image: none;
}

.read-article-button {
  display: block;
  width: 146px;
  margin: 16px auto;
  border-radius: 5px;
  background-color: #adadad;
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, .98);
  font-weight: 600;
  text-align: center;
}

.read-article-button.gray-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 5px;
  background-color: #adadad;
}

.generic-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: rgba(0, 0, 0, .35);
}

.renews-msu-button {
  display: block;
  width: 135px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #4ac2f6;
  color: #fff;
  text-align: center;
}

.renews-msu-button.disbladed {
  background-image: -webkit-linear-gradient(270deg, #4b4b4d, #4b4b4d);
  background-image: linear-gradient(180deg, #4b4b4d, #4b4b4d);
  opacity: 0.25;
  color: #cacaca;
}

.download-installers-button {
  display: block;
  width: 75%;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #adadad;
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, .98);
  text-align: center;
}

@media (max-width: 991px) {
  .div-bloc-cart-recap.installer-download-bloc {
    margin-top: 180px;
  }
  .row-breadcrumb {
    left: 0px;
    width: 75%;
  }
  .quantityselector-button.plus {
    left: -12px;
  }
  .quantityselector-button.minus {
    left: 1px;
  }
  .account-modal {
    display: none;
  }
  .div-bloc-account-modal.logged-in-modal {
    display: block;
    width: 600px;
  }
  .currency-dropdown-list.w--open {
    right: 0px;
    float: none;
  }
  .powered-by-stripe-badge {
    margin-top: 0px;
  }
  .row-secured-payments {
    margin-top: 73px;
  }
  .div-bloc-contact-us {
    position: static;
    width: auto;
    margin-top: 0px;
    margin-right: 22px;
    margin-left: 22px;
  }
  .email-sales-button {
    float: left;
  }
  .social-media-dib-bloc {
    margin-left: 0px;
  }
  .download-installers-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cart-section {
    padding-right: 7px;
    padding-left: 7px;
  }
  .h1-for-cart {
    position: relative;
    top: -31px;
  }
  .div-bloc-cart-recap.installer-download-bloc {
    margin-top: 93px;
  }
  .div-bloc-cart-recap.other-download-bloc {
    margin-top: 22px;
  }
  .validate-cart-button.continue-purchase-button {
    display: none;
    margin-bottom: 35px;
  }
  .middle-breadcrumb-div {
    width: 80%;
  }
  .breadcrumb-tip-non-active {
    position: relative;
    left: -20px;
    top: -40px;
    float: right;
  }
  .row-breadcrumb {
    display: none;
    width: 90%;
  }
  .quanity-input {
    width: 45px;
    border-style: solid;
    border-color: #4ac2f6;
  }
  .quantityselector-button.plus {
    left: 0px;
    right: 0px;
    float: right;
    border-radius: 5px;
  }
  .quantityselector-button.minus {
    left: 0px;
    right: 0px;
    float: none;
    border-radius: 5px;
  }
  .account-modal {
    display: none;
  }
  .container-account-modal {
    margin-top: 139px;
  }
  .div-bloc-account-modal.logged-in-modal {
    width: auto;
  }
  .header-text-account {
    margin-bottom: 25px;
  }
  .column-account-left {
    border-bottom: 1px solid #d6d6d6;
    border-right-style: none;
  }
  .lock-card-image {
    float: right;
  }
  .row-secured-payments {
    margin-top: 56px;
  }
  .cross-delete-msu {
    left: 13px;
  }
  .div-bloc-contact-us {
    width: auto;
    margin-top: 21px;
    margin-bottom: 35px;
    padding-bottom: 0px;
  }
  .download-players-button {
    display: inline-block;
    margin-left: 0px;
  }
  .social-media-dib-bloc {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .cart-section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .h1-for-cart {
    margin-top: -10px;
    margin-left: 6px;
  }
  .div-bloc-cart-recap.installer-download-bloc {
    display: block;
    margin-top: 25px;
  }
  .div-bloc-cart-recap.other-download-bloc {
    margin-top: -9px;
  }
  .cart-row-header-columns {
    display: none;
  }
  .row-cart-items {
    margin-bottom: 29px;
  }
  .cart-img-product {
    display: none;
    width: 50px;
  }
  .cart-unit-price {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .validate-cart-button {
    font-size: 14px;
  }
  .validate-cart-button.continue-purchase-button {
    font-size: 14px;
  }
  .apply-coupon-button {
    left: -2px;
  }
  .coupon-field.invalid-state {
    width: 61%;
    font-size: 12px;
  }
  .row-breadcrumb {
    display: none;
  }
  .quanity-input {
    width: 47px;
    border: 1px solid #4ac2f6;
  }
  .quantityselector-button.plus {
    left: 0px;
    right: 21px;
    width: 40px;
    float: left;
    border-radius: 5px;
  }
  .quantityselector-button.minus {
    left: -1px;
    width: 40px;
    float: right;
    border-radius: 5px;
  }
  .account-modal {
    display: none;
  }
  .container-account-modal {
    margin-top: 113px;
  }
  .div-bloc-account-modal {
    width: 95%;
  }
  .dropdown-currency {
    top: -1px;
  }
  .card-icon {
    left: -36px;
    top: 0px;
    right: auto;
    bottom: 0px;
    display: block;
    float: right;
  }
  .lock-card-image {
    float: none;
  }
  .row-secured-payments {
    margin-top: 119px;
  }
  .text-change-currency {
    top: -3px;
    float: none;
  }
  .h1-purchase-complete {
    padding-right: 13px;
    padding-left: 13px;
  }
  .cross-delete-msu {
    left: 0px;
  }
  .div-bloc-contact-us {
    margin-bottom: 32px;
    padding-bottom: 7px;
  }
  .manage-licenses-button.blue {
    float: none;
  }
}

