

/* Start:/local/templates/Desctop_2022/components/hobbit2017/basket/.default/style.css?17090342123587*/
.basket_value {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.basket_value div.basket_content {
    box-shadow: 1px -5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    padding: 20px;

}
.basket_value .basket_sostav {
    width: 850px;
}
.basket_value .basket_sostav .one_item {
    width: 100%;
    background: #FFFBEB;
    box-shadow: 6px 6px 8px rgba(233, 120, 21, 0.3);
    border-radius: 35px;
    padding: 10px 25px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.basket_value .basket_sostav .one_item .picture {
    width: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket_value .basket_sostav .one_item .info {
    width: 220px;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket_value .basket_sostav .one_item .price-del_block {
    width: 120px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.basket_value .basket_sostav .one_item .price-del_block .price_block .base_price {
    color: #E97815;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
}
.basket_value .basket_sostav .one_item .price-del_block .price_block .old_price {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    text-decoration: line-through;
}
.basket_value .basket_sostav .one_item .price-del_block .delete_block {
    display: flex;
    justify-content: flex-end;
}
.basket_value .basket_sostav .one_item .price-del_block .delete_block img {
    width: 25px;
    cursor: pointer;
}
.basket_value .basket_sostav .one_item .count_block {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    padding: 20px 0;
}
.basket_value .basket_sostav .one_item .count_block .count_block_value {
    width: 100%;
}

.basket_value .basket_sostav .one_item .count_block .change_count_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.basket_value .basket_sostav .one_item .count_block .change_count_block .value {
    color: #E97815;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.basket_value .basket_sostav .one_item .info p {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;

}

.basket_value .basket_sostav .one_item .picture img {
    width: 80px;
    border-radius: 12px;
}

.basket_value .basket_calculate {
    width: 390px;
    display: flex;
    flex-direction: column;
    padding: 40px!important;
}

.basket_value .basket_calculate .items_info {
    margin-bottom: 30px;
}
.basket_value .basket_calculate .items_info table tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    vertical-align: top;
}
.basket_value .basket_calculate .items_info table tr td.value {
    padding-left: 20px;
}
.basket_value .basket_calculate .price_block {
    color: #E97815;
    font-weight: 700;
    font-size: 33px;
    line-height: 30px;
}
.basket_value .basket_calculate .buttons_block {
    padding-top: 20px;
    width: 100%;
}
.basket_value .basket_calculate #calculate_order_button {
    display: none;
}

.basket_value .basket_calculate .buttons_block .button {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.basket_value .basket_calculate .buttons_block input[type="text"] {
    border: solid 2px #E97815;
    padding: 10px;
    text-align: center;
}
/* End */
/* /local/templates/Desctop_2022/components/hobbit2017/basket/.default/style.css?17090342123587 */
