.edd-icon {
    display: inline-block;
    fill: currentColor;
    position: relative;
    vertical-align: middle
}

.edd-icon-spin {
    animation: edd-icon-spin 2s linear infinite;
    display: inline-block
}

@keyframes edd-icon-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

#edd_checkout_cart {
    border: none;
    margin: 0 0 21px;
    table-layout: auto;
    text-align: left;
    width: 100%
}

#edd_checkout_cart td,
#edd_checkout_cart th {
    border: 1px solid #eee;
    color: #666;
    padding: .5em 1.387em;
    text-align: left
}

#edd_checkout_cart .edd_cart_header_row th {
    background: #fafafa;
    padding: 1.387em
}

#edd_checkout_cart .edd_cart_discount_row th,
#edd_checkout_cart .edd_cart_tax_row th {
    background: none
}

#edd_checkout_cart th {
    font-weight: 700
}

#edd_checkout_cart td {
    background: #fff;
    line-height: 25px;
    vertical-align: middle
}

#edd_checkout_cart td.edd_cart_actions,
#edd_checkout_cart td:last-child,
#edd_checkout_cart th.edd_cart_actions,
#edd_checkout_cart th.edd_cart_total,
#edd_checkout_cart th:last-child {
    text-align: right
}

#edd_checkout_cart td img {
    background: none;
    border: none;
    float: left;
    margin: 0 8px 0 0;
    padding: 0
}

#edd_checkout_cart input.edd-item-quantity {
    padding: 2px;
    width: 3em
}

#edd_checkout_cart .edd_discount {
    display: inline-block;
    margin-left: 5px
}

#edd_checkout_cart br {
    display: none
}

#edd_checkout_cart a.edd-cart-saving-button {
    font-weight: 400;
    text-decoration: none
}

#edd_checkout_form_wrap legend {
    display: block;
    font-size: 120%;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0;
    white-space: nowrap;
    width: 100%
}

#edd_checkout_form_wrap label {
    display: block;
    font-size: 95%;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 5px;
    position: relative
}

#edd_checkout_form_wrap .edd-description {
    color: #666;
    display: block;
    font-size: 80%;
    margin: 0 0 5px
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap select.edd-select,
#edd_checkout_form_wrap textarea.edd-input {
    display: block;
    width: 70%
}

#edd_checkout_form_wrap select.edd-select.edd-select-small {
    display: inline;
    width: auto
}

#edd_checkout_form_wrap input.edd-input.error,
#edd_checkout_form_wrap textarea.edd-input.error {
    border-color: #c4554e
}

#edd_checkout_form_wrap fieldset>div,
#edd_checkout_form_wrap>p {
    margin: 0 0 21px
}

#edd_checkout_form_wrap span.edd-required-indicator {
    color: #b94a48;
    display: inline
}

#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 select,
#edd_checkout_form_wrap textarea {
    padding: 4px 6px
}

#edd_checkout_form_wrap input[type=radio] {
    border: none;
    margin-right: 5px
}

#edd_checkout_form_wrap input[type=checkbox] {
    display: inline-block;
    margin: 0 5px 0 0
}

#edd_checkout_form_wrap input[type=checkbox]+label,
#edd_checkout_form_wrap input[type=checkbox]+label:after {
    display: inline
}

#edd_checkout_form_wrap .edd-payment-icons {
    display: flex;
    margin: 0 0 8px
}

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
    max-height: 32px
}

#edd_checkout_form_wrap .edd-payment-icons .payment-icon {
    margin: 0 10px 0 0
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
    display: inline-block;
    margin: 0 20px 0 0
}

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative
}

#edd_checkout_form_wrap fieldset {
    border: 1px solid #eee;
    margin: 0 0 21px;
    padding: 1.387em
}

#edd_checkout_form_wrap #edd_discount_code,
#edd_checkout_form_wrap #edd_purchase_submit,
#edd_checkout_form_wrap #edd_register_account_fields {
    border: none;
    padding: 0
}

#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button[data-edd-button-state=disabled] {
    cursor: not-allowed;
    opacity: .5
}

#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button [data-edd-button-state=processing],
#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button[data-edd-button-state=updating] {
    cursor: wait;
    opacity: .5
}

#edd_checkout_form_wrap fieldset fieldset {
    border: none;
    margin: 0;
    padding: 0
}

#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 {
    background: #fafafa;
    color: #666;
    padding: .5em 1.387em
}

#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
    border: 1px solid #eee
}

#edd_checkout_form_wrap .edd-cart-adjustment {
    padding: 1.387em
}

#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit,
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input,
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    display: inline-block
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    margin-bottom: 2px;
    padding: 3px 12px
}

#edd_checkout_form_wrap #edd-discount-error-wrap {
    display: inline-block;
    margin: 1em 0 0;
    width: 100%
}

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: -1.387em -1.387em 21px
}

#edd_checkout_form_wrap #edd_payment_mode_select,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
    margin-bottom: 21px
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
    padding-top: 11px
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password,
#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password {
    margin: 0
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
    border: none;
    padding: 0
}

#edd_checkout_form_wrap fieldset p:last-child {
    margin-bottom: 0
}

#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap {
    margin-top: 5px
}

#edd_checkout_form_wrap #edd_purchase_final_total {
    margin: 21px 0
}

#edd_checkout_form_wrap #edd_purchase_final_total p {
    margin: 0
}

#edd_checkout_form_wrap input.edd-input.card-number.valid {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22green%22%3E%0A%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2012.75l6%206%209-13.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: 98% 50%;
    background-repeat: no-repeat
}

#edd_checkout_form_wrap span.exp-divider {
    display: inline
}

#edd_checkout_form_wrap span.card-type {
    position: absolute;
    right: 0;
    top: 0
}

#edd_checkout_form_wrap span.card-type.off {
    display: none
}

#edd_checkout_form_wrap .edd-cart-ajax {
    box-shadow: none
}

.edd-vat-number-wrap {
    display: flex;
    gap: 8px;
    justify-content: space-between
}

.edd-vat-number-wrap .edd-vat-check__control {
    display: flex;
    gap: 4px
}

.edd-vat-number-wrap .edd-vat-check__control .edd-loading {
    margin: auto !important;
    position: unset !important
}

.edd-vat-number-wrap+.edd-alert {
    margin-top: 18px
}

.edd_clearfix:after {
    clear: both;
    content: ".";
    display: block;
    float: none;
    text-indent: -9999px;
    visibility: hidden
}

.edd_discount_remove {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%3E%0A%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.75%209.75l4.5%204.5m0-4.5l-4.5%204.5M21%2012a9%209%200%2011-18%200%209%209%200%200118%200z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat;
    display: inline-block;
    height: 14px;
    opacity: .6;
    position: relative;
    width: 14px
}

.edd_discount_remove:hover {
    opacity: 1
}

#edd_secure_site_wrapper {
    font-weight: 700;
    padding: 4px 4px 4px 0
}

#edd_secure_site_wrapper span {
    vertical-align: middle
}

.edd-amazon-profile-wrapper {
    font-size: 12px
}

.edd-amazon-profile-name {
    font-weight: 600
}

.edd-amazon-logout {
    font-size: 10px;
    line-height: 12px
}

.edd-amazon-logout a {
    cursor: pointer
}

#edd-amazon-address-box,
#edd-amazon-wallet-box {
    height: 228px;
    width: 350px
}

#edd-amazon-address-box {
    margin-bottom: 15px
}

.edd_cart_tax .edd-loading-ajax.edd-loading {
    display: inline-block;
    margin: 0 0 0 auto
}

@media only screen and (min-width:768px) {
    #edd-amazon-address-box,
    #edd-amazon-wallet-box {
        height: 228px;
        width: 100%
    }
}

.edd_purchase_submit_wrapper {
    position: relative
}

.edd_purchase_submit_wrapper a.edd-add-to-cart {
    display: none;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.edd_purchase_submit_wrapper .edd-cart-ajax {
    display: none;
    left: -35px;
    position: relative
}

.edd-submit.button.edd-ajax-loading {
    padding-right: 30px
}

.edd-add-to-cart .edd-add-to-cart-label {
    filter: alpha(opacity=100);
    opacity: 1
}

.edd-loading,
.edd-loading:after {
    border-radius: 50%;
    display: block;
    height: 1.5em;
    width: 1.5em
}

.edd-loading {
    animation: edd-spinning 1.1s linear infinite;
    border: .2em solid #fff3;
    border-left-color: #fff;
    filter: alpha(opacity=0);
    font-size: .75em;
    left: calc(50% - .75em);
    opacity: 0;
    position: absolute;
    top: calc(50% - .75em);
    transform: translateZ(0)
}

.edd-discount-loader.edd-loading,
.edd-loading-ajax.edd-loading,
a.edd-add-to-cart.white .edd-loading {
    border-color: #0003 #0003 #0003 #000
}

.edd-loading-ajax.edd-loading {
    display: inline-block;
    left: .25em;
    position: relative;
    top: 0;
    vertical-align: middle
}

.edd-discount-loader.edd-loading {
    display: inline-block;
    height: 1.25em;
    left: auto;
    position: relative;
    vertical-align: middle;
    width: 1.25em
}

.edd-loading-ajax.edd-loading {
    opacity: 1
}

@keyframes edd-spinning {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.edd-loading,
a.edd-add-to-cart .edd-add-to-cart-label {
    transition: opacity .1s !important
}

.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
    filter: alpha(opacity=0);
    opacity: 0
}

.edd-add-to-cart[data-edd-loading] .edd-loading,
.edd-discount-loader.edd-loading {
    filter: alpha(opacity=100);
    opacity: 1
}

.edd-cart-added-alert {
    color: #567622;
    display: block;
    position: absolute
}

.edd_form input.edd-input.required,
.edd_form select.edd-select.required {
    color: #000
}

body.edd_receipt_page {
    background-color: #fff;
    color: #141412;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    margin: 0
}

body.edd_receipt_page:before {
    position: relative
}

body.edd_receipt_page #edd_receipt_wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: 660px
}

body.edd_receipt_page table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

body.edd_receipt_page td,
body.edd_receipt_page th {
    border-top: 1px solid #ededed;
    display: table-cell;
    font-weight: 400;
    padding: 6px 10px;
    text-align: left
}

body.edd_receipt_page th {
    font-weight: 700;
    text-transform: uppercase
}

body.edd_receipt_page h3 {
    clear: both;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 5px
}

body.edd_receipt_page li {
    list-style: none
}

table#edd_purchase_receipt,
table#edd_purchase_receipt_products {
    width: 100%
}

table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th {
    text-align: left
}

table#edd_purchase_receipt .edd_receipt_payment_status.cancelled,
table#edd_purchase_receipt .edd_receipt_payment_status.failed,
table#edd_purchase_receipt .edd_receipt_payment_status.pending,
table#edd_purchase_receipt .edd_receipt_payment_status.revoked {
    color: #f73f2e
}

table#edd_purchase_receipt_products li {
    list-style: none;
    margin: 0 0 8px 10px
}

table#edd_purchase_receipt ul,
table#edd_purchase_receipt_products ul.edd_purchase_receipt_files {
    margin: 0;
    padding: 0
}

table#edd_purchase_receipt li.edd_download_file {
    list-style: none;
    margin: 0 0 8px
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
    font-style: italic
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
    font-weight: 700
}

table#edd_purchase_receipt_products .edd_bundled_product_name {
    font-style: italic;
    font-weight: 700
}

#edd_user_history {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    width: 100%
}

#edd_user_history td,
#edd_user_history th {
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
    padding: 3px 5px;
    text-align: left
}

#edd_user_history th {
    background: #f5f5f5;
    font-weight: 700
}

#edd_user_history td {
    line-height: 25px;
    vertical-align: middle
}

#edd_user_history .edd_purchase_status.cancelled,
#edd_user_history .edd_purchase_status.failed,
#edd_user_history .edd_purchase_status.pending,
#edd_user_history .edd_purchase_status.revoked {
    color: #f73f2e
}

#edd_login_form legend,
#edd_register_form legend {
    font-size: 120%;
    margin-bottom: 1em
}

#edd_login_form fieldset,
#edd_register_form fieldset {
    border: none
}

#edd_login_form .edd-input,
#edd_register_form .edd-input {
    box-sizing: border-box
}

#edd_login_form label,
#edd_register_form label {
    cursor: pointer
}

#edd_profile_editor_form p {
    margin-bottom: 8px
}

#edd_profile_editor_form label {
    display: inline-block
}

#edd_profile_editor_form .edd-profile-emails {
    display: inline-table;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0
}

#edd_profile_editor_form .edd-profile-email {
    width: auto
}

#edd_profile_editor_form .edd-profile-email .actions {
    display: none
}

#edd_profile_editor_form .edd-profile-email:hover>span {
    display: inline-block
}

.edd_added_to_cart_alert {
    background: #9ecce2;
    border: 1px solid #046a9e;
    color: #333;
    font-size: 14px;
    margin: 8px 0;
    padding: 5px
}

.edd_added_to_cart_alert a.edd_alert_checkout_link {
    color: #000 !important
}

input.edd_submit_plain {
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: inline;
    padding: 0 !important
}

.single-download .edd_download_purchase_form {
    margin-bottom: 1.387em
}

.edd_download_purchase_form .edd_download_quantity_wrapper {
    margin: 0 0 .5em
}

.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity {
    width: 75px
}

.edd_download_purchase_form .edd_price_options {
    margin: 0 0 15px
}

.edd_download_purchase_form .edd_price_options ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.edd_download_purchase_form .edd_price_options li {
    display: block;
    margin: 0;
    padding: 0
}

.edd_download_purchase_form .edd_price_options span {
    display: inline;
    margin: 0;
    padding: 0
}

.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper {
    padding-left: 18px
}

.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper * {
    font-size: 80%
}

.edd_download_purchase_form .edd_price_options input.edd-item-quantity {
    display: inline;
    max-width: 90%;
    width: 50px
}

#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.edd-submit.button:focus,
[type=submit].edd-submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.edd-submit.button:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: 0
}

.edd-submit.plain {
    border: none;
    border-radius: 0;
    padding: 0
}

.edd-submit.button,
.edd-submit.button.gray,
.edd-submit.button:visited {
    background: #f0f0f0;
    border-color: #ccc;
    color: #333
}

.edd-submit.button.gray:active,
.edd-submit.button.gray:focus,
.edd-submit.button.gray:hover,
.edd-submit.button:active,
.edd-submit.button:focus,
.edd-submit.button:hover {
    background: #ebebeb;
    border-color: #adadad;
    color: #333
}

.edd-submit.button.gray:active {
    background-image: none
}

.edd-submit.button.white {
    background: #fff;
    border-color: #ccc;
    color: #333
}

.edd-submit.button.white:active,
.edd-submit.button.white:focus,
.edd-submit.button.white:hover {
    background: #ebebeb;
    border-color: #adadad;
    color: #333
}

.edd-submit.button.white:active {
    background-image: none
}

.edd-submit.button.blue {
    background: #428bca;
    border-color: #357ebd;
    color: #fff
}

.edd-submit.button.blue.active,
.edd-submit.button.blue:focus,
.edd-submit.button.blue:hover {
    background: #3276b1;
    border-color: #285e8e;
    color: #fff
}

.edd-submit.button.blue.active {
    background-image: none
}

.edd-submit.button.red {
    background: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

.edd-submit.button.red:active,
.edd-submit.button.red:focus,
.edd-submit.button.red:hover {
    background: #d2322d;
    border-color: #ac2925;
    color: #fff
}

.edd-submit.button.red:active {
    background-image: none
}

.edd-submit.button.green {
    background: #5cb85c;
    border-color: #4cae4c;
    color: #fff
}

.edd-submit.button.green:active,
.edd-submit.button.green:focus,
.edd-submit.button.green:hover {
    background: #47a447;
    border-color: #398439;
    color: #fff
}

.edd-submit.button.green:active {
    background-image: none
}

.edd-submit.button.yellow {
    background: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

.edd-submit.button.yellow:active,
.edd-submit.button.yellow:focus,
.edd-submit.button.yellow:hover {
    background: #ed9c28;
    border-color: #d58512;
    color: #fff
}

.edd-submit.button.yellow:active {
    background-image: none
}

.edd-submit.button.orange {
    background: #ed9c28;
    border-color: #e3921e;
    color: #fff
}

.edd-submit.button.orange:active,
.edd-submit.button.orange:focus,
.edd-submit.button.orange:hover {
    background: #e59016;
    border-color: #d58512;
    color: #fff
}

.edd-submit.button.orange:active {
    background-image: none
}

.edd-submit.button.dark-gray {
    background: #363636;
    border-color: #222;
    color: #fff
}

.edd-submit.button.dark-gray:active,
.edd-submit.button.dark-gray:focus,
.edd-submit.button.dark-gray:hover {
    background: #333;
    border-color: #adadad;
    color: #fff
}

.edd-submit.button.dark-gray:active {
    background-image: none
}

.edd_downloads_list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px
}

.edd_downloads_list:after {
    clear: both;
    content: "";
    display: table
}

.edd_download {
    float: left
}

.edd_download_columns_1 .edd_download {
    width: 100%
}

.edd_download_columns_2 .edd_download {
    width: 50%
}

.edd_download_columns_0 .edd_download,
.edd_download_columns_3 .edd_download {
    width: 33%
}

.edd_download_columns_4 .edd_download {
    width: 25%
}

.edd_download_columns_5 .edd_download {
    width: 20%
}

.edd_download_columns_6 .edd_download {
    width: 16.6%
}

.edd_download_inner {
    margin: 0 0 10px;
    padding: 0 8px 8px
}

.edd_download_columns_2 .edd_download:nth-child(odd),
.edd_download_columns_3 .edd_download:nth-child(3n+1),
.edd_download_columns_4 .edd_download:nth-child(4n+1),
.edd_download_columns_5 .edd_download:nth-child(5n+1),
.edd_download_columns_6 .edd_download:nth-child(6n+1) {
    clear: left
}

.edd_download_image {
    max-width: 100%
}

.edd_download .edd_price {
    margin-bottom: 10px
}

@media(min-width:768px) {
    .edd_downloads_list:not(.edd_download_columns_1) {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1200px) {
    .edd_downloads_list.edd_download_columns_2 {
        grid-template-columns: repeat(2, 1fr)
    }
    .edd_downloads_list.edd_download_columns_3 {
        grid-template-columns: repeat(3, 1fr)
    }
    .edd_downloads_list.edd_download_columns_4 {
        grid-template-columns: repeat(4, 1fr)
    }
    .edd_downloads_list.edd_download_columns_5 {
        grid-template-columns: repeat(5, 1fr)
    }
    .edd_downloads_list.edd_download_columns_6 {
        grid-template-columns: repeat(6, 1fr)
    }
}

@supports(display:grid) {
    .edd_downloads_list .edd_download {
        width: auto
    }
    .edd_download_inner {
        margin: 0;
        padding: 0
    }
}

.edd-hide-on-empty.cart-empty {
    display: none
}

.edd-cart-ajax {
    background: none;
    border: none;
    margin: 0 8px 0 4px;
    padding: 0;
    position: relative;
    top: 2px
}

.edd-cart-number-of-items {
    color: gray;
    font-style: italic
}

.edd-cart-meta.edd_subtotal {
    font-style: italic;
    font-weight: 700
}

.edd-cart-meta.edd_cart_tax {
    font-size: 1em;
    font-style: italic
}

.edd-cart-meta.edd_cart_tax:before {
    font-style: normal
}

.edd-cart-meta.edd_total {
    font-weight: 700
}

.edd-cart-meta {
    padding: 2px 5px
}

.edd-cart-meta.edd_subtotal,
.edd-cart-meta.edd_total {
    background-color: #f9f9f9
}

.edd_errors:not(.edd-alert) {
    background: #ffffe0;
    border: 1px solid #e6db55;
    border-radius: 2px;
    color: #333;
    margin: 0 0 21px
}

.edd_error {
    padding: 10px
}

p.edd_error {
    margin: 0 !important
}

.edd_success:not(.edd-alert) {
    background: #d5eab3;
    border: 1px solid #b3ce89;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #ffffffb3;
    color: #567622;
    margin: 20px 0;
    padding: 6px 8px
}

.edd-alert {
    border: 1px solid #0000;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 10px;
    vertical-align: middle
}

.edd-alert p {
    padding: 0
}

.edd-alert p:not(:last-child) {
    margin-bottom: 5px
}

.edd-alert p:last-child {
    margin-bottom: 0
}

.edd-alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.edd-alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.edd-alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.edd-alert-warn {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.edd-required-fields-notice {
    color: #666;
    font-size: .75rem;
    margin: 0 0 1em
}

.edd-required-fields-notice .edd-required-indicator {
    color: #dc3232;
    font-weight: 700
}