.title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 28px;
    color: #FCE0B4;
    margin-top: 200px;
}

.product_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_cont {
    width: 100%;
    display: flex;
    gap: 20px;
}

.img_product {
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
}

.img_product img {
    width: 100px;
    height: 100px;
}

.line_default {
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
    margin-top: 40px;
}

.line {
    width: 40%;
    height: 1px;
    background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
    margin-top: 40px;
}

.withline {
    display: flex;
    flex-direction: column;
    width: 700px;
    align-items: center;
    margin-top: 40px;
}

.name_cont {
    display: flex;
    gap: 10px;
    flex: 1 1 auto;
    align-items: start;
}

.weight {
    font-family: Nunito;
    color: #FCE0B4;
    font-size: 20px;
}

.name {
    color: #FCE0B4;
    font-size: 20px;
    margin-top: 2px;
}

.price_q_cont {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.price {
    font-family: Nunito;
    color: #FCE0B4;
    font-size: 20px;
}

.quantity_cont {
    font-family: Nunito;
    color: #FCE0B4;
    display: flex;
    align-items: center;
    gap: 6px;
}

.editWeight {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 10px;
    flex-shrink: 0;
}

.editWeight img {
    width: 100%;
    height: 100%;
    display: block;
}

.acceptWeight {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 10px;
    flex-shrink: 0;
}

.acceptWeight img {
    width: 100%;
    height: 100%;
    display: block;
}

.deleteProduct {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 3px;
    flex-shrink: 0;
}

.deleteProduct img {
    width: 100%;
    height: 100%;
    display: block;
}

.editCartCont {
    display: flex;
    gap: 5px;
}

#editproductfromcart {
    border: none;
    border-bottom: #FCE0B4 solid 2px;
    width: 30px;
    background: none;
    padding-bottom: 1px;
    color: #FCE0B4;
    font-size: 16px;
    text-align: end;
    font-family: Nunito;
}

.G {
    color: #FCE0B4;
    font-family: Nunito;
    font-size: 16px;
}





.ifyes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ifno {
    margin-top: 90px;
    font-size: 30px;
    color: #FCE0B4;
}



.minus {
    cursor: pointer;
    font-size: 20px;
}

.plus {
    cursor: pointer;
    font-size: 20px;
}


#minus {
    margin-bottom: 2px;
}

.itog_cont {
    width: 700px;
    display: flex;
    justify-content: space-between;
    color: #FCE0B4;
    align-items: center;
    margin-top: 40px;
}

.itog_text {
    font-family: Nunito;
    font-size: 24px;
}

.itog_price {
    font-family: Nunito;
    font-size: 22px;
}

.make_order_button {
    font-size: 20px;
    width: 200px;
    height: 60px;
    color: #FCE0B4;
    border: #FCE0B4 solid 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5000px;
    margin-top: 30px;
    margin-bottom: 100px;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 955px) {
    .title {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 28px;
        color: #FCE0B4;
        margin-top: 200px;
    }

    .product_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product_cont {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .img_product {
        width: 100px;
        height: 100px;
        flex: 0 0 auto;
    }

    .img_product img {
        width: 100px;
        height: 100px;
    }

    .line_default {
        width: 300px;
        height: 1px;
        background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-top: 40px;
    }

    .line {
        width: 40%;
        height: 1px;
        background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-top: 40px;
    }

    .withline {
        display: flex;
        flex-direction: column;
        width: 500px;
        align-items: center;
        margin-top: 40px;
    }

    .name_cont {
        display: flex;
        gap: 10px;
        flex: 1 1 auto;
        align-items: start;
    }

    .weight {
        font-family: Nunito;
        color: #FCE0B4;
        font-size: 20px;
    }

    .name {
        color: #FCE0B4;
        font-size: 18px;
        margin-top: 3px;
    }

    .price_q_cont {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .price {
        font-family: Nunito;
        color: #FCE0B4;
        font-size: 18px;
    }

    .quantity_cont {
        font-family: Nunito;
        color: #FCE0B4;
        display: flex;
        align-items: center;
        gap: 6px;
    }


    .minus {
        cursor: pointer;
        font-size: 20px;
    }

    .plus {
        cursor: pointer;
        font-size: 20px;
    }


    #minus {
        margin-bottom: 2px;
    }

    .itog_cont {
        width: 500px;
        display: flex;
        justify-content: space-between;
        color: #FCE0B4;
        align-items: center;
        margin-top: 20px;
    }

    .itog_text {
        font-family: Nunito;
        font-size: 20px;
    }

    .itog_price {
        font-family: Nunito;
        font-size: 18px;
    }

    .make_order_button {
        font-size: 18px;
        width: 170px;
        height: 50px;
        color: #FCE0B4;
        border: #FCE0B4 solid 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5000px;
        margin-top: 30px;
        margin-bottom: 100px;
        cursor: pointer;
    }

}

@media (max-width: 790px) {

    .baze {
        min-height: 100vh;
    }

    .obsh_cont {
        width: 94%;
    }

    .title {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 22px;
        color: #FCE0B4;
        margin-top: 100px;
    }

    .product_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product_cont {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .img_product {
        width: 70px;
        height: 70px;
        flex: 0 0 auto;
    }

    .img_product img {
        width: 100%;
        height: 100%;
    }

    .line_default {
        width: 150px;
        height: 1px;
        background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-top: 20px;
    }

    .line {
        width: 40%;
        height: 1px;
        background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-top: 20px;
    }

    .withline {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 40px;
    }

    .name_cont {
        display: flex;
        gap: 7px;
        flex: 1 1 auto;
        align-items: start;
        height: auto;
    }

    .weight {
        font-family: Nunito;
        color: #FCE0B4;
        font-size: 16px;
    }

    .name {
        color: #FCE0B4;
        font-size: 16px;
        margin-top: 1px;
    }

    .price_q_cont {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .price {
        font-family: Nunito;
        color: #FCE0B4;
        font-size: 16px;
    }

    .quantity_cont {
        font-family: Nunito;
        color: #FCE0B4;
        display: flex;
        align-items: center;
        gap: 6px;
    }


    .minus {
        cursor: pointer;
        font-size: 16px;
    }

    .plus {
        cursor: pointer;
        font-size: 16px;
    }

    .itog_cont {
        width: 80%;
        display: flex;
        justify-content: space-between;
        color: #FCE0B4;
        align-items: center;
        margin-top: 40px;
    }

    .itog_text {
        font-family: Nunito;
        font-size: 24px;
    }

    .itog_price {
        font-family: Nunito;
        font-size: 22px;
    }

    .make_order_button {
        font-size: 20px;
        width: 150px;
        height: 40px;
        color: #FCE0B4;
        border: #FCE0B4 solid 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5000px;
        margin-top: 30px;
        margin-bottom: 100px;
        cursor: pointer;
        text-decoration: none;
    }

    .editWeight {
        width: 14px;
        height: 14px;
        cursor: pointer;
        margin-left: 10px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .editWeight img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .acceptWeight {
        width: 14px;
        height: 14px;
        cursor: pointer;
        margin-left: 10px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .acceptWeight img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .deleteProduct {
        width: 14px;
        height: 14px;
        cursor: pointer;
        margin-left: 3px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .deleteProduct img {
        width: 100%;
        height: 100%;
        display: block;
    }
}