.err {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
main {
    margin-bottom: 140px;
}

main.cart-empty .title.empty,
main.cart-empty .hoodie-promo {
    display: flex;
}
main.cart-empty .title,
main.cart-empty form {
    display: none;
}
main .title.empty,
main .hoodie-promo {
    display: none;
}
main.cart-empty .title,

.breadcrumbs {
    margin-bottom: 80px;
}
.main-cart {
    margin-bottom: 60px;
}
.main-cart .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 105px;
}
.main-cart .title h1,
.similar > h2,
.main-cart .mob-title  {
    font-family: 'DelaGothicOne', sans-serif;
    font-size: 48px;
    line-height: 48px;
}
.main-cart .title .btn {
    color: var(--text-white);
    background: var(--black);
}
.main-cart .title .btn:hover {
    color: var(--black);
    background: var(--text-white);
}
.hoodie-promo-box {
    margin-bottom: 0;
    z-index: 0;
}
.hoodie-promo-box .top .discount {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8C6336;
    transform: rotate(3.52deg);
    /* padding: 15px; */
    min-width: 265px;
    width: 265px;
    height: 106px;
    /* position: absolute;
    left: -275px;
    top: -25px; */
    margin-right: 10px;
}
.hoodie-promo-box .top .discount,
.hoodie-promo-box .top h2 {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 72px;
    color: var(--text-white);
    text-transform: uppercase;
}
.hoodie-promo-box .top h2 {
    line-height: 79px;
}
.hoodie-promo-box .btn {
    z-index: 11;
    border-color: var(--text-white);
    color: var(--text-white);
    font-size: 14px;
    line-height: 14px;
    padding: 20px 30px;
    margin-left: 45px;
}
.hoodie-promo-box .btn:hover {
    background: var(--black);
    border-color: var(--black);
}
.hoodie-promo-box .img-box {
    display: flex;
    position: absolute;
    top: -85px;
    right: 45%;
}
.hoodie-promo-box .img-box .first-img {
    right: -437px;
    z-index: 10;
    position: absolute;
}
.main-cart .title button,
.checkout .input-submit button {
    border: none;
    padding: 0;
    color: var(--main);
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    position: relative;
}
.main-cart .title button::before,
.checkout .input-submit button::before {
    content: '\e906';
    font-family: 'icon';
    font-size: 12px;
    color: var(--main);
    margin-right: 10px;
    font-weight: bold;
    transition: all .3s;
}
.main-cart .title button:hover,
.checkout .input-submit button:hover,
.main-cart .title button:hover::before,
.checkout .input-submit button:hover::before {
    color: var(--accent);
}
.main-cart .box {
    display: flex;
    margin-bottom: 40px;
}
.main-cart .box .cart-list {
    width: 65%;
    margin-right: 20px;
}
.main-cart .box .cart-list .item {
    display: flex;
    align-items: flex-start;
    position: relative;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 50px 0 45px;
}
.main-cart .box .cart-list .item:not(:last-child) {
    margin-bottom: 20px;
}
.main-cart .box .cart-list .item .img {
    max-width: 240px;
    width: 100%;
    /* border: 1px solid #707070; */
    /* border-radius: 30px; */
    /* margin-right: 35px; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.main-cart .box .cart-list .item .img img {
    max-width: 180px;
    max-height: 205px;
    width: 100%;
    object-fit: contain;
}
.main-cart .box .cart-list .item .info {
    width: 100%;
}
.main-cart .box .cart-list .item .info .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.main-cart .box .cart-list .item .info .content .top {
    display: flex;
    align-items: flex-start;
    width: 100%;
    column-gap: 95px;
}
.main-cart .box .cart-list .item .info h2 {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    max-width: 260px;
    width: 100%;
}
.main-cart .box .cart-list .item .info .summary .full-price,
.main-cart .box .cart-list .item .info .summary .discount {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    /* max-width: 140px; */
    width: 100%;
}
.main-cart .box .cart-list .item .info .summary .discount {
    text-decoration: line-through;
    color: #d0d0d0;
    margin-top: 10px;
}
.main-cart .box .cart-list .item .info .content span:not(:last-child) {
    margin-right: 10px;
}
.main-cart .box .cart-list .item .info .content .color,
.main-cart .box .cart-list .item .info .content .size,
.main-cart .box .cart-list .item .info .content .count {
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8d8d8d;
}
/* .main-cart .box .cart-list .item .info .size {
    font-family: 'DelaGothicOne', sans-serif;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 35px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 15px;
} */
.main-cart .box .cart-list .item .info .col {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    max-width: 123px;
    height: 58px;
    margin-top: 20px;
}
.main-cart .box .cart-list .item .info .col .minus,
.main-cart .box .cart-list .item .info .col .plus {
    font-family: 'DelaGothicOne', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: var(--main);
    cursor: pointer;
    transition: all .3s;
}
.main-cart .box .cart-list .item .info .col .minus:hover,
.main-cart .box .cart-list .item .info .col .plus:hover {
    color: var(--accent);
}
.main-cart .box .cart-list .item .info .col .sum {
    font-family: 'DelaGothicOne', sans-serif;
    font-size: 20px;
    line-height: 20px;
}
.main-cart .box .cart-list .item .delete {
    position: relative;
}
.main-cart .box .cart-list .item .delete::before {
    content: '\e906';
    font-family: 'icon';
    font-size: 12px;
    color: var(--main);
    position: absolute;
    top: -15px;
    right: 35px;
    transition: all .3s;
    cursor: pointer;
    font-weight: 700;
}
.main-cart .box .cart-list .item .delete:hover::before {
    color: var(--accent);
}
.main-cart .box .total {
    width: 35%;
    /* background: #151515; */
    border: 2px solid var(--main);
    border-radius: 30px;
    height: 596px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px;
}
.main-cart .box .total .form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.main-cart .box .total .form div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 400;
    color: var(--main);
    font-size: 16px;
}
.main-cart .box .total .form div:not(:last-child) {
    margin-bottom: 30px;
}
.main-cart .box .total .form div span {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: var(--main);
    margin-top: 10px;
}
/* .main-cart .box .total h2 {
    font-family: 'DelaGothicOne', sans-serif;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .02em;
    color: var(--text-white);
    margin-bottom: 60px;
} */
/* .main-cart .box .total img {
    margin-bottom: 70px;
} */
/* .main-cart .box .total .sum {
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--text-white);
    text-transform: uppercase;
    margin-bottom: 25px;
} */
/* .main-cart .box .total .sum span {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 26px;
    color: var(--text-white);
    margin-left: 115px;
} */
.main-cart .box .total input[type="submit"] {
    /* text-transform: uppercase; */
    font-size: 16px;
    line-height: 16px;
    min-width: 350px;
    width: 100%;
    background: var(--black);
    border-width: 2px;
    border-color: var(--main);
    margin-top: 40px;
}
.main-cart .box .total input[type="submit"]:hover,
.checkout.input-submit input[type="submit"]:hover {
    background: var(--accent);
    border-color: var(--accent);
}
.main-cart .mob-title {
    display: none;
}
.checkout h2 {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.checkout .input-group {
    display: flex;
    width: 100%;
    column-gap: 20px;
    margin-bottom: 30px;
}
.checkout .input {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    width: 100%;
}
.checkout .input label {
    margin-bottom: 25px;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 16px;
    line-height: 16px;
}
.checkout .input input {
    padding: 20px 30px 20px;
    max-width: 430px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    font-family: 'RobotoCondensed', sans-serif;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    color: var(--black);
}
.checkout h2 {
    margin-top: 60px;
}
.checkout .input-wide:not(:last-child) {
    margin-bottom: 30px;
}
.checkout .input-wide,
.checkout .input-wide input {
    max-width: 880px;
}
.checkout .input-wide span {
    font-size: 14px;
    line-height: 16px;
    color: #a4a4a4;
    margin-top: 20px;
}
.checkout .input-wide:last-child {
    margin-bottom: 60px;
}
.checkout .input-wide textarea {
    border-color: #C0C0C0;
    padding: 20px 70px 20px 20px;
    color: var(--black);
}
.checkout .input-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 880px;
    width: 100%;
}
.checkout .input-submit input[type="submit"] {
    color: var(--text-white);
    background: var(--black);
    text-transform: uppercase;
    max-width: 350px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 20px 30px;
}
.checkout .input-submit button {
    border: none;
    padding: 0;
    color: var(--main);
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    position: relative;
}
.checkout .input-submit button::before {
    content: '\e906';
    font-family: 'icon';
    font-size: 12px;
    color: var(--main);
    margin-right: 10px;
    font-weight: bold;
}
.hoodie-promo {
    margin-top: 90px;
}
.window-background.order-succes .window-body .window-title {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 20px;
}
.window-background.order-succes .window-body .window-content .text {
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.window-background.order-succes .window-content .btn {
    color: var(--main);
    margin: 0 auto;
}
@media screen and (max-width: 1297px) {
    .main-cart .title.empty {
        flex-wrap: wrap;
    }
    .main-cart .title.empty h1 {
        margin-bottom: 20px;
    }
    .main-cart .title:not(.empty) button {
        position: relative;
        right: 0;
    }
    .main-cart .box {
        flex-direction: column-reverse;
        padding-top: 40px;
    }
    .main-cart .box .cart-list {
        width: 100%;
        margin-right: 0;
    }
    .main-cart .box .total {
        margin-bottom: 100px;
        width: 100%;
        max-width: 430px;
        justify-content: center;
    }
}
@media screen and (max-width: 785px) {
    main {
        margin-bottom: 85px;
    }
    .main-cart .title:not(.empty) h1 {
        display: none;
    }
    .main-cart .title:not(.empty) {
        margin-bottom: 40px;
    }
    .main-cart .title.empty {
        flex-direction: column;
        border: 2px solid var(--main);
        justify-content: center;
        padding: 30px 25px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    .main-cart .mob-title {
        display: flex;
        margin-bottom: 30px;
    }
    .main-cart .title h1,
    .main-cart .mob-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        bottom: 237px;
    }
    .main-cart .title .btn {
        margin-top: 20px;
        max-width: 240px;
        padding: 20px 30px;
        font-size: 16px;
        line-height: 16px;
        white-space: nowrap;
        padding: 20px;
    }
    .main-cart .box {
        padding-top: 0;
    }
    .main-cart .box .cart-list .item {
        padding: 20px 20px 30px;
    }
    .main-cart .box .cart-list .item .img {
        margin-right: 20px;
    }
    .main-cart .box .cart-list .item .info .content .top {
        flex-direction: column;
    }
    .main-cart .box .cart-list .item .info h2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 5px;
        max-width: 175px;
    }
    .main-cart .box .cart-list .item .info .summary {
        position: absolute;
        bottom: 30px;
    }
    .main-cart .box .cart-list .item .info .summary .full-price {
        font-size: 14px;
        line-height: 14px;
    }
    .main-cart .box .cart-list .item .info .summary .full-price,
    .main-cart .box .cart-list .item .info .summary .discount {
        text-align: left;
    }
    .main-cart .box .cart-list .item .info .summary .discount {
        font-size: 12px;
        line-height: 12px;
    }
    .main-cart .box .cart-list .item .info .content .box-container {
        display: flex;
        flex-direction: column;
    }
    .main-cart .box .cart-list .item .info .content span:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .main-cart .box .cart-list .item .info .col {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .main-cart .box .cart-list .item .delete::before {
        /* top: -2px;
        right: -2px; */
        top: -9px;
        right: -7px;
    }
    .main-cart .box .total {
        padding: 25px 30px 25px;
        align-items: flex-start;
        height: 415px;
        margin-bottom: 40px;
    }
    .main-cart .box .total .form div {
        font-size: 14px;
        line-height: 19px;
    }
    .main-cart .box .total .form div:not(:last-child) {
        margin-bottom: 15px;
    }
    .main-cart .box .total .form div span {
        margin-top: 5px;
    }
    .main-cart .box .total input[type="submit"] {
        margin-top: 20px;
        padding: 20px 30px;
    }
    .hoodie-promo {
        padding-right: 0;
        padding-left: 0;
    }
    .main-cart .box .total input[type="submit"] {
        min-width: unset;
    }
    .checkout h2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    .checkout .input-group .input {
        margin-bottom: 20px;
        max-width: unset;
    }
    .checkout .input-group + .input {
        margin-bottom: 0;
        padding-bottom: 40px;
        border-bottom: 1px solid #e9e9e9;
    }
    .checkout .input {
        max-width: unset;
    }
    .checkout .input-group {
        flex-direction: column;
        margin-bottom: 0;
    }
    .checkout .input input {
        max-width: unset;
        padding: 20px 15px;
    }
    .checkout .input label {
        margin-bottom: 15px;
    }
    .checkout h2 {
        margin-top: 40px;
    }
    .checkout .input-wide span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .checkout .input-submit button {
        display: none;
    }
}
@media screen and (max-width: 595px) {
    .main-cart .box .cart-list .item .img {
        border-radius: 14px;
        background: #343434;
        max-width: 100px;
        max-height: 100px;
    }
    .main-cart .box .cart-list .item .img img {
        max-height: 100px;
        max-width: 100px;
        max-height: 100px;
    }
}
/* @media screen and (max-width: 990px) {
    .main-cart .box {
        flex-direction: column;
    }
    .main-cart .box .cart-list {
        width: 100%;
    }
    .main-cart .box .total {
        width: 100%;
        margin-top: 50px;
    }
} */