/* Medium Devices, Desktops */
@media only screen and (min-width: 747px) {
    .nameofproduct .hidden1, .hidden {
        display: block;
    }

    .icon_down, .icon_up {
        display: none
    }

    .hidden2 {
        font-size: 12px;
        margin-bottom: 10px;
    }


    .clear1 {
    }

    .icon_up {
        display: none
    }

    .categoryselect {
        width: 346px;
        margin: 10px auto;
        top: 74px;
        position: sticky;
    }

    .hidden2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .nameofproduct1 {
        color: black;
        font-size: 21px;
        word-break: break-word;
        margin-top: 10px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .nameofproduct2 {
        color: #616161;
        font-size: 16px;
        margin-bottom: 8px;

        &:first-child {
            text-wrap: balance;
        }

        &:nth-child(2) {
            white-space: nowrap;
        }
    }

    .fav_name {
        color: black;
        font-size: 16px;
        word-break: break-word;
        margin-top: 5px;
        margin-bottom: 2px;
        line-height: 1em;
    }

    .fav_style {
        color: #616161;
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 1em;
    }

    .fav_description {
        color: #616161;
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 1em;
        margin-top: 5px;
    }

    .tag {
        margin: 3px;
        padding: 5px 12px;
        border-radius: 13px;
        cursor: pointer;
        color: white;
        background-color: #a1a1a1;
        font-size: 15px;
    }
}


@media only screen and (min-width: 998px) {
    .categoryselect {
        top: 54px;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width: 746px) {
    .nameofproduct .hidden1, .hidden {
        height: 0;
        overflow: hidden;
    }

    .hidden1 {
        font-size: 14px;
    }

    .hidden2 {
        font-size: 13px;
        margin-top: 4px;
    }


    .clear1 {
        clear: none;
    }

    .icon_up {
        display: block;
    }

    .categoryselect {
        width: auto;
        margin: 15px 50px;
        padding: 2px 0;
    }

    .nameofproduct1 {
        color: black;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 7px;
        word-break: break-word;
        line-height: initial;
    }

    .nameofproduct2 {
        color: #616161;
        font-size: 12px;
        margin-bottom: 1px;
        display: -webkit-box;

        &:first-child {
            text-wrap: balance;
        }

        &:nth-child(2) {
            white-space: nowrap;
        }

    }

    .image img {
        width: 100%;
    }

    .favimage {
        width: 50px !important;
    }

    .favheart {
        width: 30px !important;
    }

    .fav_name {
        color: black;
        font-size: 16px;
        word-break: break-word;
        margin-top: 5px;
        margin-bottom: 2px;
        line-height: 1em;
    }

    .fav_style {
        color: #616161;
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 1em;
    }

    .fav_description {
        color: #616161;
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 1em;
        margin-top: 5px;
        clear: both;
    }


    .tag {
        margin: 2px;
        padding: 2px 9px;
        border-radius: 11px;
        cursor: pointer;
        color: white;
        background-color: #a1a1a1;
        font-size: 15px;
    }

    .form-check-input {
        width: 20px !important;
        height: 20px;
    }

    .trigger_mobile {
        width: 50px !important;
        height: 26px;
    }


}


@media only screen and (max-width: 590px) {

    .good_prace .sale_price {
        display: none;
    }

    .proudct_left .sale_price {
        display: none !important;
        position: relative;
        top: 5px;
        left: -9px;
        min-width: 160px;
    }

    .good_prace .product_price {
        display: none;
    }

    .proudct_left .product_price {
        display: block !important;
        position: relative;
        top: 7px;
        left: -9px;
        min-width: 160px;
    }

    .image {
        padding-right: 10px;
        text-align: center;
    }

    .proudct_left {
        position: relative;
        padding-bottom: 100px;
    }

    .hidden {
    }

    .old_price {
        /* min-width: 120px; */
        height: 61px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 7px;
    }

    .old_price > p {
        width: 100%;
        margin-bottom: 3px !important;
        text-align: left;
        padding-left: 10px !important;
    }

    .old_price > p > b {
        font-size: 12px !important;

    }

    .old_price > p sup {
        font-size: 9px;
    }

    .product_right {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .product_price_m {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .name_of_2 {
        display: flex;
        justify-content: space-between;
        /* margin-top: 18px; */
        flex-wrap: wrap;
    }

}


body {
    background-color: #EAEAEA;
}


.level {
    background-image: url(../IMG/badge.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 9px;
    padding-top: 7px;
    opacity: 65%;
}

.navbar-brand {

    margin-right: 0;

}



.wdth {
    max-width: 1000px;
    margin: 10px auto;
    padding: 9px 9px 7px;
    line-height: 1.5em;
}







.proudct_left {
    position: relative;
}

.prod_left_mobile {
    display: none;
    width: 100%;
    position: relative;
    flex-direction: column;
    /* padding-bottom: 110px; */
}


.product_right {
    padding-left: 10px;
    width: 85%;
    position: relative;
    height: auto;
    padding-bottom: 50px;
}

.plus_minus {
    height: auto;
    display: flex;
    justify-content: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product_info_mobile {
    display: none;
    width: 100%;
    background: #f6f6f6;
    border-radius: 9px;
    overflow: hidden;
    /* margin-top: 10px; */
    /* position: absolute;
    bottom: 0; */
}

.product_info_mobile_vn {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-bottom: 15px; */
    padding: 15px;
    align-items: center;
    gap: 4px;
}

.product_info_mobile .product_price {
    width: auto;
    height: auto;
    background: #f6f6f6;
    text-align: left;
    line-height: 16px;
    /* padding-top: 25px;
    margin-right: 10px; */

}


.product_info_mobile .product_price h2 {
    color: #21A500;
    margin: 0;
    font-weight: 700;
}

.product_info_mobile .product_price h2 span {
    color: #21A500;
}

.product_info_mobile .product_price h2 sup {
    font-size: 16px;
    color: #858585;
    position: relative;
    top: -17px;
}

.product_info_mobile .product_price h4 {
    font-size: 19px;
    margin: 0;
    color: #707070;
}

.product_info_mobile .product_price h4 sup {
    font-size: 13px;
    color: #858585;
    position: relative;
    top: -12px;
}

.product_info_mobile .product_price h4 span {
    color: #707070;
}


.product_info_mobile .product_price_sale {
    width: auto;
    height: auto;
    background: #f6f6f6;
    text-align: left;
    line-height: 16px;
    padding-top: 25px;
    margin-right: 10px;

}

.product_info_mobile .product_price_sale h2 {
    color: #21A500;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_info_mobile .product_price_sale h2 span {
    color: #fff;
    background: #f53f48;
    padding: 1px 6px;
    border-radius: 5px;
    margin-right: 8px;
}

.product_info_mobile .product_price_sale h2 sup {
    font-size: 16px;
    color: #858585;
    position: relative;
    top: -17px;
}

.product_info_mobile .product_price_sale h4 {
    font-size: 19px;
    margin: 0;
    color: #707070;
}

.product_info_mobile .product_price_sale h4 sup {
    font-size: 13px;
    color: #858585;
    position: relative;
    top: -12px;
}

.product_info_mobile .product_price_sale h4 span {
    color: #fff;
    background: #f53f48;
    padding: 1px 6px;
    border-radius: 5px;
    margin-right: 3px;
}


.product_info_mobile .icon-plus-minus {
    /* margin-top: 15px;
    margin-bottom: 5px;
    float: right; */
    height: 50px;
    background: #0576ff;
    border-radius: 8px;
    /* margin-right: 0; */
    width: max-content;
    display: flex;
    align-items: center;
}

.product_info {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product_price {
    position: relative;
    width: 100%;
    height: 60px;
    background: #f6f6f6;
    text-align: center;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    line-height: 16px;
}

.product_price > p {
    margin-bottom: 0;
}

.good_prace {
    display: flex;
}

.proudct_left .product_price {
    display: none;
}


.product_price span {
    color: #adadad;
}

.product_price div.green {
    color: #007b01;
    height: 19px;
    background-color: #EBF5E6;
    border-bottom-left-radius: 10px;
    position: relative;
    font-size: 10px;
    height: 16px;
    top: 5px;
}

.product_price div.orange {
    color: #ff9001;
    height: 19px;
    background-color: #FFF8EB;
    border-bottom-left-radius: 10px;
    margin-top: 3px;
}

.product_price div.red {
    color: #ff0101;
    height: 19px;
    background-color: #FFECEC;
    border-bottom-left-radius: 10px;
    margin-top: 3px;
}

.image_mob img {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mob_lab {
    width: 25%;
    display: flex;
    justify-content: center;
}

#lab_mob {
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 6.93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lab_mob:hover {
    cursor: pointer;
}

.name_of {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #ccc;
}

.name_of_2 {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.nameofproduct_mob .nameofproduct1 {
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    color: #191919;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin-top: 5px;
}


.categoryselect {
    background-color: #dcdcde;
    text-align: center;
    border-radius: 8.91px;
    padding: 3px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.categoryselect button {
    float: left;
    width: 25%;
    padding: 8px 0;
    border: none;
    background-color: #dcdcde;
    outline: none;
}

.categoryselect button.selected {

    /*margin-right: 1px;*/
    border-radius: 6.93px;
    background: #ffffff;
    box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.04);
    margin-right: -1;
}

.categoryselect br, .clear {
    clear: both;
}

.header {
    width: auto;
    background-color: #FFB500;
    padding: 19px 21px;
}

.header1 {
    max-width: 465px;
    margin: 0 auto;
}

.buy {
    float: right;
    padding: 13px 15px;
    background-color: 007 aff;
    border-radius: 8px;
    width: 102px;
    color: #fff;
    margin-top: -5px;
    text-align: center;
}

.iconplus {
    width: 50px;
    height: 44px;
    background-color: #0576ff;
    border-radius: 9px;
    border-width: 0;
    background-image: url(interface_img/plus.svg);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    margin: auto;
}

.remove_button {
    display: flex;
    align-items: center;
}

.icon-plus-minus {
    display: flex;
    align-items: center;
    background: #0576ff;
    border-radius: 8px;
    /* margin-right: 10px; */
    width: max-content;
}

.icon-plus-minus button {
    outline: none;
}

.quantity {
    font-size: 16px;
    color: #f9fffd;
    text-align: center;
    white-space: nowrap;
}

.icon_minus {
    width: 50px;
    height: 44px;
    display: block;
    float: left;
    background-color: #0576ff;
    border-radius: 9px;
    border-width: 0;
    background-image: url(interface_img/minus.svg);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.icon_minus img {
    width: 25px;
}

.icon_up {
    width: 118px;
    background: url(interface_img/up.svg) #dddddd52;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-x: 87px;
    background-position-y: 6px;
    border: 1px solid #cccccc36;
    border-radius: 7px;
    padding: 7px;
    font-size: 13px;
    color: #444;
    margin-top: 10px;
    text-decoration: none;
}

.icon_up:hover {
    cursor: pointer;
}


.icon_up1 {
    display: block;
    width: 123px;
    background: url(interface_img/up.svg) #dddddd52;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-x: 93px;
    background-position-y: 9px;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px;
    font-size: 14px;
    color: #444;
    margin-top: 10px;
    text-decoration: none;
}

.icon_up1:hover {
    cursor: pointer;
}


.icon_down {
    width: 119px;
    background: url(interface_img/down.svg) #dddddd52;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-x: 87px;
    background-position-y: 7px;
    margin-top: 10px;
    border: 1px solid #cccccc36;
    border-radius: 7px;
    padding: 7px;
    font-size: 13px;
    color: #444444bd;
}

.icon_down:hover {
    cursor: pointer;
}


.icon_down1 {
    width: 123px;
    background: url(interface_img/down.svg) #dddddd52;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-x: 93px;
    background-position-y: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px;
    font-size: 14px;
    color: #444;
}

.icon_down1:hover {
    cursor: pointer;
}

.hidden {
}

.sale_hid {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sale {
    min-width: 141px;
    height: 32px;
    background: linear-gradient(45deg, #d51f24 0%, #fe4853 50%, #d51f24 100%);
    position: absolute;
    left: -48px;
    top: 10px;
    /* border-radius: 10px 0 0 10px; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(-45deg);
}

.sale > p {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.pray {
    display: flex;
}

.old_price {
    margin: auto;
    width: 100%;
    min-width: 120px;
    height: 61px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7px;
}

.old_price > p {
    margin: auto;
    width: 100%;
    padding: 3px 0px 3px 0px;
    margin-bottom: 6px;
}

.old_price > p sup {

}

.old_price > p > b {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #f03a43;
    padding: 3px;
    border-radius: 5px;
    margin-right: 7px;
}

.old_price > p > b > span {
    color: #fff;
}

.old_price > p strike {
    color: #9b9b9b;
}

.sale_price {

}

.sale_price > p {
    margin: 0;
    text-align: center;
}


.sale_price > p > span {
    color: #fff;
}


.hidden1, .hidden2 {
    color: #6f6f6f;
    line-height: normal;
    width: 90%;
}

.hidden1 {
    padding-bottom: 6px;
}

.hidden_mob {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: auto;
}

.image {
    padding-right: 10px;
    text-align: center;
}

.favimage {
    width: 100px;
}


.favheart.off {
    background-image: url(IMG/heart.png);
}

.favheart.on {
    background-image: url(IMG/heart1.png);
}

.favheart:hover {
    background-image: url(IMG/heart1.png);
    cursor: pointer;
}

.image div {
    color: #808080;
    font-size: 12px;
    padding-top: 3px;
}

.nameofproduct {
    position: relative;
    width: 80%;
}

.nameofproduct p {

}


.tags_div {
    padding: 0 9px;
}

.tagsList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    justify-content: center;
    padding-top: 13px;
}

.tagsList__selected__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    border-radius: 19px;
    border: 1px dashed #b2b1b1;
    margin: 10px auto;
    max-width: 1000px;
    padding: 0 5px;

}

.tag__item.tag__reset {
    margin: 3px;
    padding: 5px 12px;
    border-radius: 12px;
    cursor: pointer;
    color: white;
    font-size: 15px;
    background-color: #ed2123;
    margin-left: auto;
}

.form-check .form-check-input {
    float: unset;
    margin-left: -1.5em;
    /*margin-top: 0;*/
}


.one_line_text {
    overflow: hidden;
    height: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#scroll_top {
    display: none;
    position: fixed;
    bottom: 67px;
    right: 30px;
    z-index: 1000;
    width: 40px; /* Новая ширина */
    height: 40px; /* Новая высота */
    background: url(interface_img/arrow-up-circle.svg) 50% 50% no-repeat;
    background-size: 100% 100%; /* Это установит размер фона в 50x50 пикселей */
    border-radius: 50%;
    opacity: 0.5;
}

#scroll_top:hover {
    opacity: 1;
}


.sale_price {
    position: relative;
    top: -9px;
    right: -9px;
    width: 100%;
    min-width: 180px;
    height: 87px;
    background: #f6f6f6;
    text-align: center;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    line-height: 16px;
    padding-top: 7px;
}

.sale_price > p {
    margin-bottom: 0;
}

.good_prace {
    display: flex;
}

.proudct_left .sale_price {
    display: none;
}


.sale_price span {
    color: #adadad;
}

.sale_price div {

}

.sale_price div.green {
    color: #007b01;
    height: 19px;
    background-color: #EBF5E6;
    border-bottom-left-radius: 10px;
    position: relative;
    font-size: 10px;
    height: 16px;
    top: 5px;
}

.sale_price div.orange {
    color: #ff9001;
    height: 19px;
    background-color: #FFF8EB;
    border-bottom-left-radius: 10px;
    margin-top: 3px;
}

.sale_price div.red {
    color: #ff0101;
    height: 19px;
    background-color: #FFECEC;
    border-bottom-left-radius: 10px;
    margin-top: 3px;
}


.name_of_2 .nameofproduct2:first-child {
    display: none !important;
}


@media only screen and (max-width: 611px) {
    .product_info_mobile .product_price_sale {
        width: 0%;
        height: auto;
        background: #f6f6f6;
        text-align: left;
        line-height: 16px;
        padding-top: 10px;
        /* margin-right: 10px; */
    }

    .product_info_mobile .icon-plus-minus {
        margin-top: 15px;
        margin-bottom: 5px;
        /* width: 100% !important; */
        height: 50px;
        background: #0576ff;
        border-radius: 8px;
        margin-right: 0;
        /* width: max-content; */
        display: flex;
        align-items: center;
    }

    .prod_left_mobile {
        /* padding-bottom: 180px; */
    }

}


@media only screen and (max-width: 487px) {
    .product_info_mobile .product_price_sale h2 {
        color: #21A500;
        margin: 0;
        font-weight: 700;
        margin-bottom: 1px;
    }

    .product_info_mobile .product_price_sale h2 span {
        color: #fff;
        background: #f53f48;
        padding: 2px 6px;
        border-radius: 5px;
        margin-right: 6px;
        font-size: 17px;
    }

    .product_info_mobile .product_price_sale h2 sup {
        font-size: 12px;
        position: relative;
        top: -4px;
    }

    .product_info_mobile .product_price_sale h4 span {
        color: #fff;
        background: #f53f48;
        padding: 4px 3px;
        border-radius: 5px;
        margin-right: 0px;
        font-size: 11px;
    }

    .product_info_mobile .product_price_sale h4 sup {
        font-size: 9px;
        position: relative;
        top: -2px;
    }


}

.btn-basket {
    position: relative;

    .btn-basket__count {
        position: absolute;
        top: 6px;
        right: 27px;
        background: #fff;
        color: #000;
        border-radius: 10px;
        font-size: 10px;
        height: 14px;
        min-width: 14px;
        align-content: center;
    }
}

.nav-item {
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
}

.nameofproduct1 {
    font-size: 1em;
    margin-bottom: 2px;
}

.nameofproduct2 {
    font-size: 0.8em;
}

.price {
    font-size: 1.1em;
    color: #5da108;
    font-weight: 700;
}


.product_info_mobile_vn {
    align-items: start;
    padding: 10px !important;
}

.icon-plus-minus {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: unset !important;
}


.product-grid {
    gap: 7px !important;
}

.icon_plus {
    display: block;
    border-width: 0;
    background-image: url(interface_img/plus.svg);
    background-position: center;
    background-size: 25px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.iconminus {
    display: block;
    border-width: 0;
    background-image: url(interface_img/minus.svg);
    background-position: center;
    background-size: 25px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.button_color {
    background-color: #0576ff;
}



#can.product-grid,
#kegs.product-grid {
    @media (max-width: 770px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 570px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 380px) {
        grid-template-columns: 1fr;
    }
}


.product_info_mobile .product_price_sale {
    padding-top: unset;
}

.price_before_promo {
    top: -15px;
    border-radius: 5px;
    font-size: .8em;
}

.badges {
    top: 9px;
    left: 9px;
}


.text_09 {
    font-size: 0.9em;
}


.tablinks {
    background-color: #dcdcde;
}

.tablinks.selected {
    background-color: white;
}

.categoryselect2 {
    margin: 0 auto;
    width: fit-content;
    background-color: #dcdcde;
    position: sticky;
    top: 25px;
    z-index: 3;
}


.clear_basket {
    position: absolute;
    bottom: 7px;
    left: 6px;
}

.bi-reception-3 {
    display: flex !important;
    align-items: center;
    justify-content: end;
}

.grey {
    background: #f6f6f6;
}

.fs-01 {
    font-size: 1em;
}

.fs-08 {
    font-size: 0.8em;
}

.fs-09 {
    font-size: 0.9em;
}

.w-60 {
    width: 60% !important;
}

.price-striked {
    margin-bottom: -3px;
}

.price_pack {
    font-size: .8em;
    color: #a8a8a8;
    font-weight: 400;
    font-stretch: semi-condensed;
}



.icon_plus2 {
    display: block;
    border-width: 0;
    background-image: url(interface_img/plus.svg);
    background-position: center;
    background-size: 24px;
    min-width: 22px;
    min-height: 24px;
    background-repeat: no-repeat;
    max-width: 48px;
}

.icon_minus2 {
    display: block;
    border-width: 0;
    background-image: url(interface_img/minus.svg);
    background-position: center;
    background-size: 24px;
    min-width: 22px;
    min-height: 24px;
    background-repeat: no-repeat;
}

.products {
    max-width: 1250px;
    padding: 0 0px 80px 0px;
}

@media screen and (min-width: 320px) {
    .product {
        min-width: 155px;
        align-items: stretch;
    }
}

@media screen and (min-width: 390px) {
    .product {
        min-width: 185px;
        align-items: stretch;
    }
}

@media screen and (min-width: 576px) {
    .product {
        min-width: 190px;
        align-items: stretch;
    }
}

@media screen and (min-width: 1000px) {
    .product {
        min-width: 240px;
        align-items: stretch;
    }
}

.sale2 {
    min-width: 48px;
    height: 41px;
    background: linear-gradient(0deg, #d51f24 0%, #fe4853 50%, #d51f24 122%);
    left: -9px;
    top: -12px;
    color: #fff;
    display: flex;
    border-radius: 0 0 8px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.total_div {
    position: fixed;
    bottom: 0;
    background-color: white;
    box-shadow: 0px -5px 7px 0px #bfbfbf;
    width: 100%;
    max-width: 900px;
    left: 50%;
    transform: translate(-50%, 0);
}

.total_div {
    display: flex;
    justify-content: flex-end;
}

.total {
    padding-top: 10px;
    max-width: 1200px;
    padding-right: 12px;
}

.card-footer {
    min-height: 63px;
}

.favheart {
    width: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 7px;
}

.location-text {
    margin: 0;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    box-shadow: inset 0 0 10px rgb(254 193 43 / 90%);
}

/* Селектор объемов кег */
.keg-volume-selector {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    font-size: 0.8em;
    color: #6c757d;
}

.volume-option {
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

.volume-label {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    background-color: #fff;
    color: #6c757d;
    font-size: 0.8em;
    font-weight: 400;
    transition: all 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.volume-option:hover .volume-label {
    border-color: #0576ff;
}

.volume-option.active .volume-label {
    border-color: #0576ff;
    color: #0576ff;
    font-weight: 400;
}