/* HEADER ---------------------------- */

.store---header {
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    padding: 28px 0 28px 0;
}

.store---header .legacy {
  display: flex;
  flex-direction: row;
  gap: 40px;

  text-align: left;
  background: #ffe1e1;
  border: 1px solid #fed3d3;
  border-radius: 8px;
  padding: 36px 36px 24px 36px;
}

.store---header .legacy .content {
}



/* CONTENT ---------------------------- */

.store---fulfillment {
    max-width: 586px;
    margin: 0 auto;
    padding: 0 16px 64px 16px;
}

.store---fulfillment hr {
    border-top: 1px solid #E7E7E7;
    margin: 2em 0;
}

.store---fulfillment h4 {
    margin-bottom: 1em;
}

.store---fulfillment ol {
    margin-left: 1em;
}

.store---fulfillment ol li {
    margin-bottom: 1em;
}

.order-license-box {
    background: #554F56;
    border-radius: 2px;
    padding: 8px 16px;
}

.order-license-box pre {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0.75em 0;
}

.order-notes-box {
    background: #EAE9EA;
    border-radius: 2px;
    padding: 24px 24px 4px 24px;
}

.order-notes-box-title {
    color: #373737;
}

.order-notes-box ul li {
    margin-bottom: 1em;
}


.content-box {
    display: block;
    margin: 0 auto 64px auto;
}
.core-section-body {
    background-color: #F8F8F8;
}
.content-box-2 {
    margin-top: 0;
}
.payment-method-box {
    padding-top: 20px !important;
}
.content-box-header {
    background: rgb(252, 252, 252);
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 24px 0;
    text-align: center;
}
.content-box-banner {
    width: 100%;
    height: 175px;
    background: transparent;
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 0;
    text-align: center;
}
.form-content-box-header {
    text-align: left;
}
.form-content-box-header h3 {
    padding-left: 20px;
}
.content-box-header p {
    margin: 0 auto;
    line-height: 22px;
}
.form-wrapper {
    padding: 0 20px 20px 20px;
}
.form-left {
    width: 260px;
    float: left;
    margin-right: 80px;
}
.form-right {
    width: 329px;
    float: left;
}
.form-section {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 110%;
}
.form-section label {
    font-weight: bold;
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 6px 0;
}
.form-section input {
    width: 234px;
    display: block;
    float: left;
    padding: 4px 10px;
    font-size: 100%;
    border-radius: 3px;
    border: 1px solid rgb(192, 192, 192);
}
.country-select {
    width: 255px;
}
.small-text {
    font-size: 90%;
    line-height: 1.4em;
}
.address-second-line {
    margin-top: 8px;
}
.product-wrapper {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(228, 228, 228);
}
.content-box h3 {
    line-height: 1.3em;
    padding: 0 0 0 0;
    margin: 0 0 8px 0;
}
.content-box strong {
    color: rgb(86, 96, 106);
}
.sub-title {
    margin: 0 0 6px 0;
}
.platform-section {
    width: 52px;
    height: 161px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgb(228, 228, 228);
}
.platform-section img {
    background: transparent;
    border:none;
    padding: 0;
    margin: 24px 0 0 10px;
}
.product-icon {
    margin: 12px 18px -16px 0;
    width: 125px;
    height: 125px;
    float: left;
    text-align: center;
}
.product-icon img {
    margin-top: 1em;
    width: 85%;
    height: 85%;
    border: none;
    background: transparent;
}
.legacy-product-icon {
  margin: 0 18px;
  float: left;
  text-align: center;
}
.product-content {
    float: left;
    margin-top: 26px;
}
.product-desc {
    margin-bottom: 12px;
}
.platform-tag {
    background: #554F56;
    color: #FFFFFF;
    font-size: 90%;
    border-radius: 2px;
    padding: 2px 6px;
    margin-right: 8px;
    font-weight: 500;
}
.product-price-and-button {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 32px;
}
.product-price {
    font-weight: bold;
    font-size: 140%;
    padding: 14px 0 0 0;
    display: block;
    float: left;
    color: #212121;
    letter-spacing: -0.02em;
}
.store---content .paddle_button, .store---content .fs-button {
    float: right;
    border: 2px solid #0056B3 !important;
    border-radius: 4px !important;
    padding: 1em 1.6em !important;
    background: #0056B3 !important;
    border: none !important;
    text-shadow: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: 0;
}

.store---content .fs-button {
  color: #fff;
}

.store---content .paddle_button:hover, .store---content .fs-button:hover {
    background: #77BF0B !important;
    top: -2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
}

@media (min-width: 600px) {
    .product-price-and-button {
        width: auto;
        float: right;
    }
    .product-price {
        padding: 14px 48px 0 0;
        float: left;
    }
    .store---content .paddle_button {
        float: right;
    }
}

.appear-beneath-970 {
    width: 100%;
    height: 1px;
    background: #F8F8F8;
    float: left;
}
@media (min-width: 970px) {
    .product-icon {
        margin-bottom: 20px;
    }
    .product-price-and-button {
        margin: 52px 0 0 0;
    }
    .appear-beneath-970 {
        display: none;
    }
}


.store-product-price-original, .store-product-price {
  display: block;
}
.buy-button {
    width: 103px;
    height: 36px;
    margin: 17px 0 0 20px;
    background: url(../img/ui/buy-button.png) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.buy-button:hover {
    background-position: 0 100%;
}
.content-box-footer {
    text-align: center;
}
.content-box-footer h3 {
    margin-top: 1.5em;
    margin-bottom: 0.25em;
    font-weight: 400;
}
.content-box-footer img {
    width: 100%;
}
.content-box-footer p {
    width: 50%;
    margin: 0 auto;
}
.content-box-footer a {
    display: block;
    margin: 2em auto;
    border-radius: 8px;
    padding: 0.75em;
    width: 90px;
    background-color: rgba(0, 118, 202, 1);
    color: white;
    font-weight: 600;
    -moz-transition-duration: .33s;
    -moz-transition-property: background-color;
    -webkit-transition-duration: .33s;
    -webkit-transition-property: background-color;
    -o-transition-duration: .33s;
    -o-transition-property: background-color;
    transition-duration: .33s;
}
.content-box-footer a:hover {
    background-color: rgba(0, 118, 202, 0.85);
}



/* HEADER ---------------------------- */

.store---footer {
    text-align: center;
    padding: 48px 0 48px 0;
    background: #0056B3;
    color: #B1D6EB;
}

    .store---footer h3 {
        color: #FFFFFF;
    }

.sale-banner {
  max-width: 940px;
  width: 100%;
  margin-bottom: 2em;
}

.sale-banner h3 {
  font-size: 2em;
  line-height: 1em;
}

.sale-banner h3, .sale-banner p {
  color: #ffffff;
  text-shadow: 0px 0px 25px #fff;
}

.sale-banner .badge {
  background-color: rgb(220, 53, 69);
  border-radius: 6px;
  text-align: center;
  padding: 0.25em 0.5em 0.25em 0.5em;
}