.products__item-buttons{display: none!important;}

.price_pr{
	width: 100%;
    font-size: 16px;
    display: flex;
    font-weight: bold;
}

.cookie-banner {
    width: 100%;
    max-width: 900px;
    background-color: rgba(47, 59, 66, .9);
    position: fixed;
    z-index: 10999;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    display: none;
}

.cookie-content{
    align-items: center;
    display: flex;
}
.cookie-content__h{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cookie-content__con{
    width: auto;
    flex: 1;
    color: #c9c9c3;
    font-size: 14px;
    line-height: normal;
}



@media(max-width: 767px){
    .cookie-content{
        flex-direction: column;
        text-align: center
    }
}