.no-tovar {
    background-color: #64ac5f;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin: 15px 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-tovar.error-order {
    background-color: #c62024;
}

.no-tovar p {
    line-height: 1;
    font-size: 1.5rem;
}

.no-tovar i {
    font-size: 7rem;
    margin-bottom: 1rem;
}
.no-tovar .orderNumber{
    display: flex;
    justify-content: center;
    background-color: #fff;
    gap: .25rem;
    color: #333;
    padding: .25rem 1rem;
    border-radius: 5px;
    font-size: 22px;
}
#crumbs {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    padding: .5rem 1.5rem .5rem .5rem;
}

#crumbs div {
    display: flex;
    background: #4e413b;
    padding: 1rem 2rem 1rem 3rem;
    position: relative;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    align-items: center;
    margin-right: 1rem;
    flex-grow: 1;
    justify-content: center;
}

#crumbs div.active {
    background: #64ac5f;
    color: #fff;
}

#crumbs div.passed {
    background: #8a6f5f;
    color: #fff;
}

#crumbs div:after {
    content: "";
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 30px solid #4e413b;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 1;
}

#crumbs div.active:after {
    border-left-color: #64ac5f;
}

#crumbs div.passed:after {
    border-left-color: #8a6f5f;
}

#crumbs div:before {
    content: "";
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.basketLayer {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.total {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.total > span {
    font-weight: 500;
}

.basketItem {
    border-radius: 5px;
    padding: 1rem;
    border: 2px solid #ddd;
    margin: 0.5rem 0;
    display: flex;
    justify-content: space-between;
}

.basketItem > .img {
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 2;
    background-color: #fff;
    margin-right: 1rem;
    display: flex;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
}

.basketItem > .name {
    display: flex;
    flex-grow: 3;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.basketItem > .name > .price {
    font-size: 1.7rem;
    background-color: #f09b00;
    padding: .25rem 2rem;
    color: #fff;
    margin-top: 1rem;
    border-radius: 15px;
}

.basketItem > .name > .price-old {
    font-size: 1.3rem;
    background-color: #f09b00;
    padding: .25rem 2rem;
    color: #fff;
    margin-top: .2rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.basketItem > .name > .price-old::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.basketItem > .count {
    flex-direction: column;
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0 1rem;
    justify-content: space-between;
}

#blS span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #64ac5f;
}

#blS p {
    font-size: 1.4rem;
}

.basketItem > .count > .btn {
    font-size: 1.6rem;
    padding: .5rem;
    line-height: 0;
}

.basketItem > .count > input {
    text-align: center;
}

.basketItem > .del {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    background-color: #f8f8f8;
    border-radius: 5px;
    cursor: pointer;
    max-width: 80px;
    flex-grow: 1;
    border: 3px solid #f8f8f8;
}

.infoPanel {
    background-color: #8a6f5f;
    color: #fff;
    padding: .5rem;
    text-align: center;
    border-radius: 5px;
}

.infoPanel p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.infoPanel strong {
    font-size: 1.3rem;
}

.payment-panel,
.payment-test {
    border: 5px solid #4e413b;
    background-color: #8a6f5f;
    color: #fff;
    border-radius: 5px;
    padding: .75rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

.payment-test {
    border-color: #e68035;
    background-color: #e68035;
}

.payment-panel > i {
    font-size: 3rem;
    background-color: #4e413b;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.payment-test > i {
    background-color: #fff;
    color: #e68035;
}

.payment-panel .text {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .04rem;
    width: 100%;
    text-align: center;
    line-height: 1.1;
}

.payment-panel .text small {
    display: inherit;
    font-size: 75%;
    font-weight: lighter;
    padding: .5rem .25rem;
}

.basketLayer .error {
    margin-right: 15px;
}

.payment-select:hover,
.payment-select.active {
    background-color: #64ac5f;
    border-color: #53914f;
    cursor: pointer;
}

.payment-select.active > span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #4a8347;
    padding: .10rem 1.5rem;
    border-radius: 5px 0;
    font-weight: bold;
}

@media (max-width: 670px) {
    #crumbs {
        padding: .5rem;
    }

    #crumbs div {
        padding: 0.1rem 1rem 0.1rem 1rem;
        margin-right: .5rem;
    }

    #crumbs div::before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #ffffff;

    }

    #crumbs div::after {
        right: -10px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #4e413b;
    }
}

@media (max-width: 610px) {
    .basketItem {
        flex-direction: column;
        align-items: stretch;
    }

    .basketItem > .img {
        max-width: inherit;
        height: 200px;
        margin-bottom: 1rem;
    }

    .basketItem > .name {
        margin-bottom: 1rem;
    }

    .basketItem > .count {
        flex-direction: row;
        display: flex;
        flex-grow: 1;
        margin: 0 0 1rem 0;
        justify-content: space-between;
        align-items: stretch;
    }

    .basketItem > .count > .minusT {
        order: 0
    }

    .basketItem > .count > input {
        order: 1
    }

    .basketItem > .count > .plusT {
        order: 2;
    }

    .basketItem > .del {
        width: 100%;
        max-width: inherit;
    }
}

@media (max-width: 470px) {
    #crumbs {
        flex-direction: column
    }

    #crumbs div {
        margin-bottom: 0.5rem;
        justify-content: center;
    }
}
