.magaza-main {
    min-height: 560px;
    padding: 70px 0 90px;
    background: #f7f7f5
}

.magaza-card {
    background: #fff;
    border: 1px solid #e8e8e4;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .04)
}

.magaza-title {
    font-size: 32px;
    margin: 0 0 28px;
    color: #222
}

.magaza-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 28px
}

.magaza-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.magaza-field {
    margin-bottom: 18px
}

.magaza-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    color: #333
}

.magaza-field input,
.magaza-field textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #d9d9d4;
    border-radius: 3px;
    padding: 10px 12px;
    background: #fff
}

.magaza-field textarea {
    height: 100px;
    resize: vertical
}

.magaza-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 25px;
    border: 0;
    border-radius: 2px;
    background: #e94734;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer
}

.magaza-btn:hover {
    background: #c93827
}

.magaza-btn-light {
    background: #ecece8;
    color: #222 !important
}

.magaza-alert {
    padding: 14px 17px;
    margin-bottom: 22px;
    border-left: 4px solid #e94734;
    background: #fff1ef;
    color: #75271d
}

.magaza-success {
    border-color: #3b9c61;
    background: #eef9f2;
    color: #235f3b
}

.magaza-table {
    width: 100%;
    border-collapse: collapse
}

.magaza-table th,
.magaza-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #ecece8;
    text-align: left;
    vertical-align: middle
}

.magaza-table img {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.magaza-qty {
    width: 70px !important
}

.magaza-total {
    font-size: 24px;
    font-weight: 700
}

.magaza-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.magaza-muted {
    color: #777;
    font-size: 13px
}

.magaza-account-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.magaza-empty {
    text-align: center;
    padding: 55px 20px
}

.product-buy-box {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #e4e4e1
}

.product-buy-price {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 16px
}

.product-buy-form {
    display: flex;
    gap: 10px
}

.product-buy-form input {
    width: 72px;
    height: 48px;
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center
}

.header-cart-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-right: 14px;
    color: #fff !important;
    white-space: nowrap
}

.header-cart-icon {
    width: 22px;
    height: 22px;
    display: inline-block
}

.header-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border-radius: 12px;
    background: #e94734;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.header-account-link {
    color: #fff !important;
    font-size: 12px;
    margin-right: 12px;
    white-space: nowrap
}

@media(max-width:991px) {
    .magaza-grid {
        grid-template-columns: 1fr
    }

    .header-account-link {
        display: none
    }

    .header-cart-link {
        margin-right: 8px
    }

    .magaza-main {
        padding-top: 35px
    }
}

@media(max-width:600px) {
    .magaza-card {
        padding: 20px
    }

    .magaza-form-row {
        grid-template-columns: 1fr
    }

    .magaza-table th:nth-child(2),
    .magaza-table td:nth-child(2) {
        display: none
    }
}

.header-account-link,
.header-cart-link {
    color: #222 !important
}

.header-account-link:hover,
.header-cart-link:hover {
    color: #e94734 !important
}

.header-account-link {
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400
}

body.home .header-account-link,
body.home .header-cart-link {
    color: #fff !important
}

body.home .header-account-link:hover,
body.home .header-cart-link:hover {
    color: #e94734 !important
}

.magaza-login-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.1fr);
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e7e2;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(30, 30, 25, .1)
}

.magaza-login-intro {
    position: relative;
    min-height: 510px;
    padding: 64px 52px;
    overflow: hidden;
    background: linear-gradient(145deg, #e94734 0%, #d83b29 60%, #b92d20 100%);
    color: #fff
}

.magaza-login-intro:before,
.magaza-login-intro:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%
}

.magaza-login-intro:before {
    width: 330px;
    height: 330px;
    right: -190px;
    top: -100px
}

.magaza-login-intro:after {
    width: 240px;
    height: 240px;
    left: -150px;
    bottom: -100px
}

.magaza-login-kicker {
    display: inline-block;
    margin-bottom: 90px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    color: rgba(255, 255, 255, .75)
}

.magaza-login-intro h2 {
    position: relative;
    margin: 0 0 18px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff
}

.magaza-login-intro p {
    position: relative;
    max-width: 310px;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .82)
}

.magaza-login-mark {
    position: absolute;
    right: 45px;
    bottom: 42px;
    display: flex;
    gap: 7px
}

.magaza-login-mark span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45)
}

.magaza-login-mark span:nth-child(2) {
    background: #fff
}

.magaza-login-form {
    padding: 58px 58px 46px
}

.magaza-login-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 38px
}

.magaza-login-heading .magaza-title {
    margin: 0 0 4px;
    font-size: 30px
}

.magaza-login-heading p {
    margin: 0;
    color: #8a8a84
}

.magaza-login-icon {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff1ef;
    color: #e94734
}

.magaza-login-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor
}

.magaza-login-fields .magaza-field {
    margin-bottom: 22px
}

.magaza-login-fields .magaza-field label {
    font-size: 13px;
    letter-spacing: .01em
}

.magaza-login-fields .magaza-field input {
    height: 52px;
    border-color: #deded8;
    border-radius: 6px;
    transition: border-color .2s, box-shadow .2s
}

.magaza-login-fields .magaza-field input:focus {
    outline: 0;
    border-color: #e94734;
    box-shadow: 0 0 0 4px rgba(233, 71, 52, .1)
}

.magaza-login-fields .magaza-field input::placeholder {
    color: #b3b3ad
}

.magaza-login-submit {
    width: 100%;
    justify-content: space-between;
    margin-top: 7px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 6px
}

.magaza-login-submit span {
    font-size: 22px;
    font-weight: 400;
    transition: transform .2s
}

.magaza-login-submit:hover span {
    transform: translateX(4px)
}

.magaza-login-register {
    margin: 26px 0 0;
    text-align: center;
    color: #777
}

.magaza-login-register a {
    margin-left: 4px;
    font-weight: 700;
    color: #e94734
}

.magaza-login-register a:hover {
    color: #bb3021
}

@media(max-width:800px) {
    .magaza-login-shell {
        grid-template-columns: 1fr;
        max-width: 580px
    }

    .magaza-login-intro {
        min-height: auto;
        padding: 34px 36px
    }

    .magaza-login-kicker {
        margin-bottom: 28px
    }

    .magaza-login-intro h2 {
        font-size: 27px
    }

    .magaza-login-mark {
        display: none
    }

    .magaza-login-form {
        padding: 42px 36px
    }
}

@media(max-width:480px) {
    .magaza-login-intro {
        padding: 28px 24px
    }

    .magaza-login-form {
        padding: 34px 24px
    }

    .magaza-login-heading {
        align-items: flex-start
    }

    .magaza-login-heading .magaza-title {
        font-size: 26px
    }
}

.magaza-register-shell {
    max-width: 1040px;
    grid-template-columns: minmax(330px, .9fr) minmax(520px, 1.1fr)
}

.magaza-register-shell .magaza-login-intro {
    min-height: 620px
}

.magaza-register-shell .magaza-login-kicker {
    margin-bottom: 70px
}

.magaza-register-shell .magaza-login-form {
    padding-top: 48px;
    padding-bottom: 38px
}

.magaza-register-shell .magaza-login-heading {
    margin-bottom: 30px
}

.magaza-register-points {
    position: relative;
    display: grid;
    gap: 12px;
    margin-top: 32px
}

.magaza-register-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, .9)
}

.magaza-register-points span:before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .17);
    font-size: 11px;
    font-weight: 700
}

.magaza-login-fields label small {
    margin-left: 6px;
    color: #999;
    font-size: 11px;
    font-weight: 400
}

@media(max-width:800px) {
    .magaza-register-shell {
        grid-template-columns: 1fr;
        max-width: 580px
    }

    .magaza-register-shell .magaza-login-intro {
        min-height: auto
    }

    .magaza-register-points {
        display: none
    }
}

@media(max-width:560px) {
    .magaza-register-shell .magaza-form-row {
        grid-template-columns: 1fr;
        gap: 0
    }
}

.magaza-account-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e7e2;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(30, 30, 25, .09)
}

.magaza-account-shell2 {
    display: grid;
    /*grid-template-columns: 280px minmax(0, 1fr);*/
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e7e2;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(30, 30, 25, .09)
}

.magaza-account-sidebar {
    display: flex;
    flex-direction: column;
    min-height: 720px;
    padding: 44px 26px 28px;
    background: linear-gradient(160deg, #252522 0%, #181817 100%);
    color: #fff
}

.magaza-account-profile {
    text-align: center;
    padding: 0 8px 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.magaza-account-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f05a46, #d63324);
    box-shadow: 0 10px 25px rgba(233, 71, 52, .25)
}

.magaza-account-avatar svg {
    width: 31px;
    height: 31px;
    fill: #fff
}

.magaza-account-welcome {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #9b9b96
}

.magaza-account-profile strong {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap
}

.magaza-account-profile small {
    display: block;
    overflow: hidden;
    color: #aaa9a4;
    text-overflow: ellipsis;
    white-space: nowrap
}

.magaza-account-menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 7px;
    padding-top: 28px
}

.magaza-account-menu a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 15px;
    border-radius: 7px;
    color: #bdbdb7 !important;
    font-size: 14px;
    transition: background .2s, color .2s, transform .2s
}

.magaza-account-menu a:hover {
    background: rgba(255, 255, 255, .07);
    color: #fff !important;
    transform: translateX(3px)
}

.magaza-account-menu a.is-active {
    background: #e94734;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(233, 71, 52, .18)
}

.magaza-account-menu svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.magaza-account-menu .magaza-account-logout {
    margin-top: auto;
    color: #e9897d !important
}

.magaza-account-content {
    padding: 48px 55px 52px
}

.magaza-account-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ecece7
}

.magaza-account-kicker {
    display: block;
    margin-bottom: 7px;
    color: #e94734;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em
}

.magaza-account-heading h1 {
    margin: 0 0 7px;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 500
}

.magaza-account-heading p {
    margin: 0;
    color: #878781
}

.magaza-account-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff1ef;
    color: #e94734
}

.magaza-account-heading-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor
}

.magaza-account-section-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 31px 0 20px
}

.magaza-account-section-title>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff1ef;
    color: #e94734;
    font-size: 11px;
    font-weight: 800
}

.magaza-account-section-title strong,
.magaza-account-section-title small {
    display: block
}

.magaza-account-section-title strong {
    font-size: 15px;
    color: #2a2a27
}

.magaza-account-section-title small {
    margin-top: 2px;
    color: #999;
    font-size: 11px
}

.magaza-account-form .magaza-field {
    margin-bottom: 17px
}

.magaza-account-form .magaza-field label {
    font-size: 12px
}

.magaza-account-form .magaza-field label small {
    margin-left: 6px;
    color: #aaa;
    font-weight: 400
}

.magaza-account-form .magaza-field input,
.magaza-account-form .magaza-field textarea {
    border-color: #deded8;
    border-radius: 6px;
    transition: border-color .2s, box-shadow .2s
}

.magaza-account-form .magaza-field input {
    height: 49px
}

.magaza-account-form .magaza-field textarea {
    height: 105px
}

.magaza-account-form .magaza-field input:focus,
.magaza-account-form .magaza-field textarea:focus {
    outline: 0;
    border-color: #e94734;
    box-shadow: 0 0 0 4px rgba(233, 71, 52, .1)
}

.magaza-account-form .magaza-field input:disabled {
    background: #f4f4f1;
    color: #8e8e89;
    cursor: not-allowed
}

.magaza-account-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px
}

.magaza-account-actions .magaza-btn {
    gap: 30px;
    min-width: 235px;
    border-radius: 6px
}

.magaza-account-actions .magaza-btn span {
    font-size: 20px;
    transition: transform .2s
}

.magaza-account-actions .magaza-btn:hover span {
    transform: translateX(4px)
}

@media(max-width:900px) {
    .magaza-account-shell {
        grid-template-columns: 1fr;
        max-width: 700px
    }

    .magaza-account-sidebar {
        min-height: auto;
        padding: 28px
    }

    .magaza-account-profile {
        display: grid;
        grid-template-columns: 58px 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 15px;
        text-align: left;
        padding: 0 0 23px
    }

    .magaza-account-avatar {
        grid-row: 1/4;
        width: 58px;
        height: 58px;
        margin: 0
    }

    .magaza-account-avatar svg {
        width: 25px;
        height: 25px
    }

    .magaza-account-menu {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        padding-top: 22px
    }

    .magaza-account-menu .magaza-account-logout {
        margin-top: 0
    }

    .magaza-account-content {
        padding: 40px
    }
}

@media(max-width:600px) {
    .magaza-account-menu {
        grid-template-columns: 1fr
    }

    .magaza-account-content {
        padding: 32px 22px
    }

    .magaza-account-heading-icon {
        display: none
    }

    .magaza-account-form .magaza-form-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .magaza-account-actions .magaza-btn {
        width: 100%
    }
}

.magaza-orders-shell .magaza-account-sidebar {
    min-height: 650px
}

.magaza-orders-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 62px;
    border-radius: 9px;
    background: #fff1ef;
    color: #e94734
}

.magaza-orders-count strong {
    font-size: 23px;
    line-height: 1
}

.magaza-orders-count small {
    margin-top: 5px;
    color: #9a635c;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.magaza-orders-list {
    display: grid;
    gap: 14px
}

.magaza-order-card {
    display: grid;
    grid-template-columns: 54px minmax(150px, 1fr) minmax(155px, .9fr) minmax(125px, .65fr);
    align-items: center;
    gap: 18px;
    padding: 20px;
    border: 1px solid #e8e8e3;
    border-radius: 10px;
    background: #fff;
    transition: border-color .2s, box-shadow .2s, transform .2s
}

.magaza-order-card:hover {
    border-color: #ddd7d1;
    box-shadow: 0 12px 30px rgba(35, 35, 30, .07);
    transform: translateY(-2px)
}

.magaza-order-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 9px;
    background: #f5f5f1;
    color: #e94734
}

.magaza-order-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor
}

.magaza-order-main>span,
.magaza-order-total small {
    display: block;
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.magaza-order-main strong {
    display: block;
    margin: 2px 0 5px;
    color: #292926;
    font-size: 15px
}

.magaza-order-main time {
    color: #898984;
    font-size: 11px
}

.magaza-order-statuses {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px
}

.magaza-status,
.magaza-payment {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    font-size: 10px;
    white-space: nowrap
}

.magaza-status {
    padding: 5px 9px;
    border-radius: 20px;
    font-weight: 700;
    background: #fff3dc;
    color: #9a6715
}

.magaza-status:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 50%;
    background: currentColor
}

.magaza-status.is-complete {
    background: #eaf7ef;
    color: #297447
}

.magaza-status.is-cancelled {
    background: #fff0ee;
    color: #b23d30
}

.magaza-status.is-shipped {
    background: #eaf3fb;
    color: #34719e
}

.magaza-payment {
    color: #8a8a85
}

.magaza-payment.is-paid {
    color: #3d8056
}

.magaza-payment.is-failed {
    color: #b23d30
}

.magaza-order-total {
    text-align: right
}

.magaza-order-total strong {
    display: block;
    margin-top: 4px;
    color: #222;
    font-size: 17px
}

.magaza-orders-empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 65px 25px;
    text-align: center;
    border: 1px dashed #dcdcd6;
    border-radius: 12px;
    background: #fafaf8
}

.magaza-orders-empty>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #fff1ef;
    color: #e94734
}

.magaza-orders-empty svg {
    width: 31px;
    height: 31px;
    fill: currentColor
}

.magaza-orders-empty h2 {
    margin: 0 0 9px;
    font-size: 22px;
    font-weight: 600
}

.magaza-orders-empty p {
    max-width: 430px;
    margin: 0 0 25px;
    color: #878781
}

.magaza-orders-empty .magaza-btn {
    gap: 28px;
    border-radius: 6px
}

.magaza-orders-empty .magaza-btn b {
    font-size: 19px
}

@media(max-width:1050px) and (min-width:901px) {
    .magaza-orders-shell {
        grid-template-columns: 245px minmax(0, 1fr)
    }

    .magaza-orders-shell .magaza-account-content {
        padding-right: 35px;
        padding-left: 35px
    }

    .magaza-order-card {
        grid-template-columns: 46px minmax(135px, 1fr) minmax(140px, .9fr) minmax(110px, .65fr);
        gap: 12px;
        padding: 17px
    }

    .magaza-order-icon {
        width: 46px;
        height: 46px
    }
}

@media(max-width:650px) {
    .magaza-orders-heading {
        align-items: center
    }

    .magaza-orders-count {
        min-width: 72px
    }

    .magaza-order-card {
        grid-template-columns: 48px 1fr auto;
        gap: 13px
    }

    .magaza-order-icon {
        width: 48px;
        height: 48px
    }

    .magaza-order-statuses {
        grid-column: 2/4;
        flex-direction: row;
        flex-wrap: wrap
    }

    .magaza-order-total {
        grid-column: 3;
        grid-row: 1;
        text-align: right
    }
}

@media(max-width:430px) {
    .magaza-order-card {
        grid-template-columns: 44px 1fr
    }

    .magaza-order-total {
        grid-column: 2;
        grid-row: auto;
        text-align: left
    }

    .magaza-order-statuses {
        grid-column: 2
    }

    .magaza-orders-count {
        display: none
    }
}

.magaza-cart-shell {
    max-width: 1120px;
    margin: 0 auto
}

.magaza-cart-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.magaza-cart-heading h1 {
    margin: 0 0 7px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500
}

.magaza-cart-heading p {
    margin: 0;
    color: #85857f
}

.magaza-cart-heading-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    color: #292926;
    box-shadow: 0 10px 30px rgba(35, 35, 30, .08)
}

.magaza-cart-heading-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor
}

.magaza-cart-heading-icon b {
    position: absolute;
    right: -3px;
    top: -3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border: 3px solid #f7f7f5;
    border-radius: 20px;
    background: #e94734;
    color: #fff;
    font-size: 10px
}

.magaza-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
    align-items: start;
    gap: 25px
}

.magaza-cart-products,
.magaza-cart-summary {
    background: #fff;
    border: 1px solid #e7e7e2;
    border-radius: 12px;
    box-shadow: 0 16px 45px rgba(30, 30, 25, .06)
}

.magaza-cart-products {
    overflow: hidden
}

.magaza-cart-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #ecece7
}

.magaza-cart-list-head span {
    font-size: 13px;
    font-weight: 700
}

.magaza-cart-list-head small {
    color: #999;
    font-size: 10px
}

.magaza-cart-list {
    padding: 0 24px
}

.magaza-cart-item {
    display: grid;
    grid-template-columns: 100px minmax(150px, 1fr) 80px 115px;
    align-items: center;
    gap: 20px;
    padding: 23px 0;
    border-bottom: 1px solid #ecece7
}

.magaza-cart-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 90px;
    padding: 8px;
    border-radius: 8px;
    background: #f5f5f2
}

.magaza-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.magaza-cart-info small {
    display: block;
    margin-bottom: 5px;
    color: #aaa;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.magaza-cart-info>a {
    display: block;
    margin-bottom: 8px;
    color: #292926;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4
}

.magaza-cart-info>a:hover {
    color: #e94734
}

.magaza-cart-info span {
    color: #8d8d87;
    font-size: 11px
}

.magaza-cart-quantity label,
.magaza-cart-line-total small {
    display: block;
    margin-bottom: 7px;
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.magaza-cart-quantity .magaza-qty {
    width: 68px !important;
    height: 40px;
    padding: 5px;
    border: 1px solid #deded8;
    border-radius: 5px;
    text-align: center
}

.magaza-cart-quantity .magaza-qty:focus {
    outline: 0;
    border-color: #e94734;
    box-shadow: 0 0 0 3px rgba(233, 71, 52, .1)
}

.magaza-cart-line-total {
    text-align: right
}

.magaza-cart-line-total strong {
    font-size: 15px;
    color: #292926
}

.magaza-cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px
}

.magaza-cart-actions>a {
    color: #555 !important;
    font-size: 12px;
    font-weight: 600
}

.magaza-cart-actions>a span {
    margin-right: 5px
}

.magaza-cart-actions>a:hover {
    color: #e94734 !important
}

.magaza-cart-actions .magaza-btn {
    gap: 8px;
    min-height: 40px;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 10px
}

.magaza-cart-actions .magaza-btn svg {
    width: 15px;
    height: 15px;
    fill: currentColor
}

.magaza-cart-summary {
    position: sticky;
    top: 20px;
    padding: 29px
}

.magaza-cart-summary-kicker {
    display: block;
    margin-bottom: 5px;
    color: #e94734;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em
}

.magaza-cart-summary h2 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 500
}

.magaza-cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #ecece7;
    color: #777;
    font-size: 12px
}

.magaza-cart-summary-row strong {
    color: #333
}

.magaza-cart-summary-row small {
    max-width: 130px;
    text-align: right;
    color: #999;
    font-size: 10px
}

.magaza-cart-summary-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 22px 0
}

.magaza-cart-summary-total span {
    font-size: 13px;
    font-weight: 700
}

.magaza-cart-summary-total strong {
    font-size: 24px;
    font-weight: 700;
    color: #222
}

.magaza-cart-checkout {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    border-radius: 6px
}

.magaza-cart-checkout b {
    font-size: 20px
}

.magaza-cart-assurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: #999
}

.magaza-cart-assurance svg {
    width: 16px;
    height: 16px;
    fill: #6f9a7c
}

.magaza-cart-assurance span {
    font-size: 9px
}

.magaza-cart-empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 75px 25px;
    text-align: center;
    border: 1px dashed #dcdcd6;
    border-radius: 14px;
    background: #fff
}

.magaza-cart-empty>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #fff1ef;
    color: #e94734
}

.magaza-cart-empty svg {
    width: 34px;
    height: 34px;
    fill: currentColor
}

.magaza-cart-empty h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600
}

.magaza-cart-empty p {
    max-width: 450px;
    margin: 0 0 26px;
    color: #85857f
}

.magaza-cart-empty .magaza-btn {
    gap: 28px;
    border-radius: 6px
}

.magaza-cart-empty .magaza-btn b {
    font-size: 19px
}

@media(max-width:950px) {
    .magaza-cart-layout {
        grid-template-columns: 1fr
    }

    .magaza-cart-summary {
        position: static
    }

    .magaza-cart-item {
        grid-template-columns: 90px minmax(150px, 1fr) 80px 115px
    }

    .magaza-cart-image {
        width: 90px;
        height: 82px
    }
}

@media(max-width:650px) {
    .magaza-cart-heading-icon {
        width: 50px;
        height: 50px
    }

    .magaza-cart-heading h1 {
        font-size: 29px
    }

    .magaza-cart-heading p {
        max-width: 280px
    }

    .magaza-cart-list-head small {
        display: none
    }

    .magaza-cart-item {
        grid-template-columns: 75px 1fr auto;
        gap: 14px
    }

    .magaza-cart-image {
        width: 75px;
        height: 70px
    }

    .magaza-cart-quantity {
        grid-column: 2
    }

    .magaza-cart-line-total {
        grid-column: 3;
        grid-row: 1;
        text-align: right
    }

    .magaza-cart-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px
    }

    .magaza-cart-actions .magaza-btn {
        width: 100%
    }
}

@media(max-width:420px) {
    .magaza-cart-heading p {
        display: none
    }

    .magaza-cart-list {
        padding: 0 17px
    }

    .magaza-cart-list-head,
    .magaza-cart-actions {
        padding-right: 17px;
        padding-left: 17px
    }

    .magaza-cart-item {
        grid-template-columns: 64px 1fr
    }

    .magaza-cart-image {
        width: 64px;
        height: 64px
    }

    .magaza-cart-line-total {
        grid-column: 2;
        grid-row: auto;
        text-align: left
    }

    .magaza-cart-quantity {
        grid-column: 2
    }

    .magaza-cart-summary {
        padding: 24px 20px
    }
}

.magaza-checkout-shell {
    max-width: 1140px;
    margin: 0 auto
}

.magaza-checkout-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px
}

.magaza-checkout-heading h1 {
    margin: 0 0 7px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500
}

.magaza-checkout-heading p {
    margin: 0;
    color: #85857f
}

.magaza-checkout-steps {
    display: flex;
    align-items: center
}

.magaza-checkout-steps span {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    color: #aaa
}

.magaza-checkout-steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #d8d8d3;
    border-radius: 50%;
    background: #fff;
    font-size: 10px
}

.magaza-checkout-steps small {
    font-size: 9px
}

.magaza-checkout-steps i {
    width: 45px;
    height: 1px;
    margin: -15px 8px 0;
    background: #ddd
}

.magaza-checkout-steps .is-done,
.magaza-checkout-steps .is-active {
    color: #e94734
}

.magaza-checkout-steps .is-done b {
    border-color: #e94734;
    background: #e94734;
    color: #fff
}

.magaza-checkout-steps .is-active b {
    border-color: #e94734;
    color: #e94734
}

.magaza-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, .72fr);
    align-items: start;
    gap: 26px
}

.magaza-checkout-details {
    display: grid;
    gap: 22px
}

.magaza-checkout-panel,
.magaza-checkout-summary {
    border: 1px solid #e7e7e2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(30, 30, 25, .06)
}

.magaza-checkout-panel {
    overflow: hidden
}

.magaza-checkout-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 23px 27px;
    border-bottom: 1px solid #ecece7
}

.magaza-checkout-section-heading>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff1ef;
    color: #e94734;
    font-size: 11px;
    font-weight: 800
}

.magaza-checkout-section-heading h2 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 600
}

.magaza-checkout-section-heading p {
    margin: 0;
    color: #999;
    font-size: 10px
}

.magaza-checkout-section-heading>svg {
    width: 24px;
    height: 24px;
    margin-left: auto;
    fill: #d1d1cb
}

.magaza-checkout-fields {
    padding: 25px 27px 12px
}

.magaza-checkout-fields .magaza-field {
    margin-bottom: 17px
}

.magaza-checkout-fields .magaza-field label {
    font-size: 11px
}

.magaza-checkout-fields .magaza-field label small {
    margin-left: 6px;
    color: #aaa;
    font-weight: 400
}

.magaza-checkout-fields .magaza-field input,
.magaza-checkout-fields .magaza-field textarea {
    border-color: #deded8;
    border-radius: 6px;
    transition: border-color .2s, box-shadow .2s
}

.magaza-checkout-fields .magaza-field input {
    height: 48px
}

.magaza-checkout-fields .magaza-field textarea {
    height: 82px
}

.magaza-checkout-fields .magaza-field input:focus,
.magaza-checkout-fields .magaza-field textarea:focus {
    outline: 0;
    border-color: #e94734;
    box-shadow: 0 0 0 4px rgba(233, 71, 52, .1)
}

.magaza-checkout-postcode {
    max-width: 50%
}

.magaza-checkout-test-notice {
    display: flex;
    gap: 12px;
    margin: 22px 27px 0;
    padding: 14px;
    border: 1px solid #f0dcae;
    border-radius: 7px;
    background: #fff9ea;
    color: #9b6c16
}

.magaza-checkout-test-notice svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    fill: currentColor
}

.magaza-checkout-test-notice p,
.magaza-checkout-test-notice strong,
.magaza-checkout-test-notice span {
    display: block;
    margin: 0
}

.magaza-checkout-test-notice strong {
    margin-bottom: 3px;
    font-size: 11px
}

.magaza-checkout-test-notice span {
    font-size: 9px;
    line-height: 1.5
}

.magaza-card-input {
    position: relative
}

.magaza-card-input input {
    padding-right: 48px
}

.magaza-card-input svg {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 22px;
    height: 22px;
    fill: #aaa;
    transform: translateY(-50%)
}

.magaza-checkout-card-row {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 15px
}

.magaza-checkout-summary {
    position: sticky;
    top: 20px;
    padding: 29px
}

.magaza-checkout-summary h2 {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 500
}

.magaza-checkout-products {
    max-height: 310px;
    overflow: auto;
    margin-bottom: 8px;
    padding-right: 3px
}

.magaza-checkout-product {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 12px 0;
    border-bottom: 1px solid #ecece7
}

.magaza-checkout-product>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 44px;
    padding: 4px;
    border-radius: 6px;
    background: #f5f5f2
}

.magaza-checkout-product img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.magaza-checkout-product>span b {
    position: absolute;
    right: -5px;
    top: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 10px;
    background: #333;
    color: #fff;
    font-size: 8px
}

.magaza-checkout-product p {
    overflow: hidden;
    margin: 0;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap
}

.magaza-checkout-product p small {
    display: block;
    margin-top: 4px;
    color: #999;
    font-size: 9px;
    font-weight: 400
}

.magaza-checkout-product>strong {
    font-size: 11px;
    white-space: nowrap
}

.magaza-checkout-summary .magaza-cart-checkout {
    border: 0
}

.magaza-checkout-back {
    display: block;
    margin-top: 17px;
    text-align: center;
    color: #777 !important;
    font-size: 10px
}

.magaza-checkout-back span {
    margin-right: 4px
}

.magaza-checkout-back:hover {
    color: #e94734 !important
}

@media(max-width:980px) {
    .magaza-checkout-layout {
        grid-template-columns: 1fr
    }

    .magaza-checkout-summary {
        position: static
    }

    .magaza-checkout-products {
        max-height: none
    }
}

@media(max-width:700px) {
    .magaza-checkout-heading {
        align-items: flex-start
    }

    .magaza-checkout-heading h1 {
        font-size: 29px
    }

    .magaza-checkout-steps small {
        display: none
    }

    .magaza-checkout-steps i {
        width: 25px;
        margin-top: 0
    }

    .magaza-checkout-fields .magaza-form-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .magaza-checkout-postcode {
        max-width: none
    }
}

@media(max-width:480px) {
    .magaza-checkout-heading p {
        display: none
    }

    .magaza-checkout-section-heading {
        padding: 20px
    }

    .magaza-checkout-fields {
        padding: 22px 20px 8px
    }

    .magaza-checkout-test-notice {
        margin-right: 20px;
        margin-left: 20px
    }

    .magaza-checkout-card-row {
        grid-template-columns: 1fr 1fr
    }

    .magaza-checkout-card-row .magaza-field:last-child {
        grid-column: 1/3
    }

    .magaza-checkout-summary {
        padding: 24px 20px
    }
}

.magaza-success-shell {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
    padding: 58px 65px 52px;
    border: 1px solid #e7e7e2;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 24px 70px rgba(30, 30, 25, .09)
}

.magaza-success-decoration i {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e94734;
    opacity: .35
}

.magaza-success-decoration i:nth-child(1) {
    left: 8%;
    top: 16%
}

.magaza-success-decoration i:nth-child(2) {
    left: 15%;
    top: 31%;
    width: 4px;
    height: 4px
}

.magaza-success-decoration i:nth-child(3) {
    right: 11%;
    top: 19%;
    width: 5px;
    height: 5px
}

.magaza-success-decoration i:nth-child(4) {
    right: 17%;
    top: 37%
}

.magaza-success-decoration i:nth-child(5) {
    left: 10%;
    bottom: 24%;
    width: 5px;
    height: 5px
}

.magaza-success-decoration i:nth-child(6) {
    right: 8%;
    bottom: 17%;
    width: 4px;
    height: 4px
}

.magaza-success-check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fff1ef
}

.magaza-success-check:before,
.magaza-success-check:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(233, 71, 52, .18);
    border-radius: 50%
}

.magaza-success-check:before {
    inset: -9px
}

.magaza-success-check:after {
    inset: -18px
}

.magaza-success-check span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e94734;
    color: #fff;
    box-shadow: 0 10px 24px rgba(233, 71, 52, .25)
}

.magaza-success-check svg {
    width: 29px;
    height: 29px;
    fill: currentColor
}

.magaza-success-kicker {
    display: block;
    margin-bottom: 9px;
    color: #e94734;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em
}

.magaza-success-shell>h1 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    color: #272724
}

.magaza-success-lead {
    max-width: 570px;
    margin: 0 auto 30px;
    color: #81817b;
    font-size: 14px;
    line-height: 1.7
}

.magaza-success-order {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    max-width: 630px;
    margin: 0 auto 35px;
    padding: 19px 25px;
    border: 1px solid #ecece7;
    border-radius: 10px;
    background: #fafaf8;
    text-align: left
}

.magaza-success-order>span {
    width: 1px;
    height: 45px;
    background: #dfdfda
}

.magaza-success-order>div:last-child {
    text-align: right
}

.magaza-success-order small,
.magaza-success-order strong,
.magaza-success-order time,
.magaza-success-order em {
    display: block
}

.magaza-success-order small {
    margin-bottom: 5px;
    color: #aaa;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em
}

.magaza-success-order strong {
    color: #2a2a27;
    font-size: 16px
}

.magaza-success-order time,
.magaza-success-order em {
    margin-top: 3px;
    color: #969690;
    font-size: 9px;
    font-style: normal
}

.magaza-success-order em {
    color: #3d8056
}

.magaza-success-progress {
    display: grid;
    grid-template-columns: 1fr 70px 1fr 70px 1fr;
    align-items: start;
    max-width: 650px;
    margin: 0 auto 30px
}

.magaza-success-progress>div {
    display: flex;
    align-items: center;
    flex-direction: column
}

.magaza-success-progress>i {
    height: 1px;
    margin-top: 21px;
    background: #deded8
}

.magaza-success-progress>div:first-child+i {
    background: #e94734
}

.magaza-success-progress div>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-bottom: 9px;
    border: 1px solid #dcdcd6;
    border-radius: 50%;
    background: #fff;
    color: #aaa
}

.magaza-success-progress svg {
    width: 19px;
    height: 19px;
    fill: currentColor
}

.magaza-success-progress strong,
.magaza-success-progress small {
    display: block
}

.magaza-success-progress strong {
    font-size: 11px
}

.magaza-success-progress small {
    margin-top: 3px;
    color: #aaa;
    font-size: 8px
}

.magaza-success-progress .is-active>span {
    border-color: #e94734;
    background: #e94734;
    color: #fff
}

.magaza-success-progress .is-active strong {
    color: #e94734
}

.magaza-success-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 10px 15px;
    border-radius: 6px;
    background: #f5f5f1;
    color: #777
}

.magaza-success-note svg {
    width: 17px;
    height: 17px;
    fill: #82958a
}

.magaza-success-note span {
    font-size: 9px
}

.magaza-success-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

.magaza-success-actions .magaza-btn {
    gap: 30px;
    border-radius: 6px
}

.magaza-success-actions .magaza-btn b {
    font-size: 19px
}

.magaza-success-actions>a:last-child {
    color: #555 !important;
    font-size: 11px;
    font-weight: 600
}

.magaza-success-actions>a:last-child:hover {
    color: #e94734 !important
}

@media(max-width:700px) {
    .magaza-success-shell {
        padding: 48px 30px 42px
    }

    .magaza-success-progress {
        grid-template-columns: 1fr 35px 1fr 35px 1fr
    }

    .magaza-success-shell>h1 {
        font-size: 28px
    }
}

@media(max-width:480px) {
    .magaza-success-shell {
        padding: 42px 20px 36px
    }

    .magaza-success-check {
        width: 78px;
        height: 78px
    }

    .magaza-success-check span {
        width: 50px;
        height: 50px
    }

    .magaza-success-order {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center
    }

    .magaza-success-order>span {
        width: 60px;
        height: 1px;
        margin: auto
    }

    .magaza-success-order>div:last-child {
        text-align: center
    }

    .magaza-success-progress {
        grid-template-columns: 1fr 15px 1fr 15px 1fr
    }

    .magaza-success-progress>i {
        margin-top: 18px
    }

    .magaza-success-progress div>span {
        width: 37px;
        height: 37px
    }

    .magaza-success-progress strong {
        font-size: 9px
    }

    .magaza-success-note {
        align-items: flex-start
    }

    .magaza-success-actions {
        flex-direction: column;
        gap: 17px
    }
}

.magaza-cart-item {
    grid-template-columns: 100px minmax(150px, 1fr) 80px 115px 36px
}

.magaza-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f5f1;
    color: #999;
    cursor: pointer;
    transition: background .2s, color .2s, transform .2s
}

.magaza-cart-remove svg {
    width: 16px;
    height: 16px;
    fill: currentColor
}

.magaza-cart-remove:hover {
    background: #fff0ee;
    color: #e94734;
    transform: scale(1.06)
}

.magaza-cart-remove:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(233, 71, 52, .14)
}

@media(max-width:950px) {
    .magaza-cart-item {
        grid-template-columns: 90px minmax(150px, 1fr) 80px 115px 36px
    }
}

@media(max-width:650px) {
    .magaza-cart-item {
        grid-template-columns: 75px 1fr auto 36px
    }

    .magaza-cart-line-total {
        grid-column: 3;
        grid-row: 1
    }

    .magaza-cart-remove {
        grid-column: 4;
        grid-row: 1
    }

    .magaza-cart-quantity {
        grid-column: 2
    }
}

@media(max-width:420px) {
    .magaza-cart-item {
        grid-template-columns: 64px 1fr 34px
    }

    .magaza-cart-remove {
        grid-column: 3;
        grid-row: 1
    }

    .magaza-cart-line-total {
        grid-column: 2;
        grid-row: auto
    }

    .magaza-cart-quantity {
        grid-column: 2
    }
}

.magaza-cart-products.is-updating {
    opacity: .65;
    pointer-events: none
}

.magaza-cart-products.is-updating .magaza-cart-auto-status {
    color: #e94734
}

.magaza-cart-auto-status {
    transition: color .2s
}

.magaza-invoice-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 22px
}

.magaza-invoice-types label {
    position: relative;
    margin: 0;
    cursor: pointer
}

.magaza-invoice-types input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.magaza-invoice-types label>span {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 17px;
    border: 1px solid #deded8;
    border-radius: 7px;
    background: #fff;
    transition: border-color .2s, background .2s, box-shadow .2s
}

.magaza-invoice-types label>span:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #c9c9c3;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    background: #fff
}

.magaza-invoice-types input:checked+span {
    border-color: #e94734;
    background: #fff8f7;
    box-shadow: 0 0 0 3px rgba(233, 71, 52, .08)
}

.magaza-invoice-types input:checked+span:before {
    border-color: #e94734;
    background: #e94734
}

.magaza-invoice-types b {
    color: #333;
    font-size: 12px
}

.magaza-invoice-types small {
    margin-top: 3px;
    color: #999;
    font-size: 9px
}

.magaza-invoice-same {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 20px;
    cursor: pointer
}

.magaza-invoice-same input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.magaza-invoice-same>span {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2cc;
    border-radius: 4px;
    background: #fff;
    transition: background .2s, border-color .2s
}

.magaza-invoice-same input:checked+span {
    border-color: #e94734;
    background: #e94734
}

.magaza-invoice-same input:checked+span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg)
}

.magaza-invoice-same b {
    color: #555;
    font-size: 11px;
    font-weight: 500
}

.magaza-invoice-address {
    padding: 20px 20px 3px;
    border-radius: 8px;
    background: #f8f8f5
}

.magaza-invoice-address[hidden],
.magaza-corporate-only[hidden] {
    display: none !important
}

@media(max-width:500px) {
    .magaza-invoice-types {
        grid-template-columns: 1fr
    }

    .magaza-invoice-address {
        padding-right: 15px;
        padding-left: 15px
    }
}