body {
    margin: 0;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    color: rgb(48, 48, 50);
}

h1 {
    font-family: Merriweather, "Times New Roman", serif;
    line-height: 1.55;
    font-weight: 700;
    font-size: 36px;
    color: rgb(48, 48, 50);
}

a {
    font-weight: 500;
    color: #227BC2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

td, th {
    color: rgb(48, 48, 50) !important;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #DEE2E6 !important;
}

header::after {
    content: '';
    display: block;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    background-color: #F6F7F8;
}

/* footer */

.footer-background {
    background-color: rgb(0, 36, 64);
    padding: 60px 10px;
}

/* header */

.header-background {
    background-color: white;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.content {
    padding-bottom: 40px;
}

.columns {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.column1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    padding: 21px 0;
    max-width: 70%;
}

.column2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    padding: 21px 0;
    max-width: 30%;
}

.group {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 30px;
}

.logoWrapper {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.logo {
    border-style: none;
    vertical-align: middle;
}

.description {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    color: rgb(172, 173, 173);
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex-grow: 0;
    font-style: italic;
    font-size: 13px;
    line-height: 1.308;
    letter-spacing: -0.1px;
    max-width: 60ch;
    margin: 0;
}
@media (min-width: 1063px) {
    .description {
        max-width: 40ch;
    }
}

.langSwap {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.55;
    text-decoration: none;
    font-size: 13px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    color: rgb(48, 48, 50);
    display: flex;
    -webkit-box-pack: center;
    justify-content: end;
}

.langSwap:hover {
    color: rgb(34, 123, 194);
}

.langSwapIcon {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 5px;
    background-color: transparent;
    color: rgb(34, 123, 194);
    border: none;
    margin-left: 7px;
}

/* checkout */

#edd_checkout_cart {
    border-spacing: 10px;
    margin-left: -10px;
    width: calc(100% + 20px);
}


#edd_checkout_cart .edd_cart_header_row th {
    background-color: #F6F7F8;
}

.edd_discount {
    display: inline-flex;
    align-items: center;
}

.edd_discount_total {
    margin-right: 5px;
}

.edd_discount_remove {
    width: 20px;
    height: 20px;
    top: 3px;
}

.eddr-cart-item-notice,
#edd_checkout_form_wrap span.edd-description {
    font-weight: 500;
    line-height: 1.385;
    color: rgb(73, 80, 87);
    font-size: 13px;
}

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap .edd-cart-adjustment,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
    color: rgb(48, 48, 50);
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #DEE2E6;
    padding: 1em 1em;
}

#edd_checkout_form_wrap label {
    color: rgb(48, 48, 50);
    font-size: 18px;
}

#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
    font-family: Noto Sans,Helvetica,Arial,sans-serif;
    height: 50px;
    -webkit-tap-highlight-color: transparent;
    line-height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    resize: none;
    box-sizing: border-box;
    font-size: 18px;
    color: #303032;
    text-align: left;
    min-height: 50px;
    padding-right: 16.666666666666668px;
    padding-left: 16.666666666666668px;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    background-color: #FFFFFF;
    -webkit-transition: border-color 100ms ease;
    transition: border-color 100ms ease;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit,
.edd-submit.button,
.edd-submit.button.gray,
.edd-submit.button:visited,
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit,
input[type="submit" i] {
    -webkit-tap-highlight-color: transparent;
    font-family: Noto Sans,Helvetica,Arial,sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-align: left;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 50px;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    position: relative;
    line-height: 1;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background-color: #227BC2;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.edd-button-secondary:active,
.edd-button-secondary:hover,
.edd-submit:active,
.edd-submit:hover {
    transform: translateY(0px);
    background-color: #0D62A6 !important;
}

#edd_checkout_form_wrap span.edd-required-indicator {
    color: #DE0E1D;
}


#edd-stripe-card-element {
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    width: 70%;
}

@media screen and (max-width: 600px) {

    td, th {
        font-size: 14px;
        border-radius: 5px;
        padding: 0.5em 0.8em !important;
    }

    #edd_checkout_form_wrap #edd-login-account-wrap,
    #edd_checkout_form_wrap #edd-new-account-wrap,
    #edd_checkout_form_wrap #edd_final_total_wrap,
    #edd_checkout_form_wrap #edd_show_discount,
    #edd_checkout_form_wrap .edd-cart-adjustment,
    #edd_checkout_form_wrap #edd-discount-code-wrap,
    #edd_checkout_form_wrap #edd_final_total_wrap,
    #edd_checkout_form_wrap #edd_show_discount {
        font-size: 14px;
        padding: 0.8em 0.8em;
    }

    #edd_checkout_cart td {
        line-height: 1.4em;
    }

    .edd_checkout_cart_item_title {
        margin-bottom: 5px;
        display: inline-block;
    }

    .edd_cart_discount {
        padding-bottom: 0.85em !important;
    }

    .edd_discount_remove {
        top: 5px;
    }

    #edd-stripe-card-element, #edd_checkout_form_wrap input[type=email],
    #edd_checkout_form_wrap input[type=password],
    #edd_checkout_form_wrap input[type=tel],
    #edd_checkout_form_wrap input[type=text],
    #edd_checkout_form_wrap textarea,
    #edd_checkout_form_wrap input.edd-input,
    #edd_checkout_form_wrap textarea.edd-input  {
        width: 100%;
    }

    #edd-discount-code-wrap .edd-input {
        margin-bottom: 8px;
    }
}