/*Обводка элементов с иконками*/
.t1029__bgimg {
    background-size: contain;
    margin-bottom: 0px;
}
.t1029__col {
    padding: 20px 10px 20px 10px;
}
.t1029__col:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/*Обводка карточек товара*/
/*Card element - hover effect*/
    .t-store__card {
        padding: 10px 0px 10px 0px !important;
        transition: all 0.2s ease-in-out;
    }
    .t-store__card:hover {
/*    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);*/
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.20);
    -moz-box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.20);
    box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.20);
    }

/*отступ от границ карточки*/
    .t-store__card__title {
        padding-left: 5px;
        padding-right: 5px;
    }
.t-store__card__btns-wrapper {
    flex-wrap: nowrap;
    gap: 7px;
    padding: 0 20px 0 20px;
}    
@media screen and (max-width: 640px) {
.t-store__grid-cont_mobile-grid {
    justify-content: space-between;
}
}

/*.t-store__mobile-two-columns {*/
/*    width: calc(50% - 10px);*/
/*}*/

.t-store__filter {
    margin: 15px 15px 30px 15px !important;
}
/*убрать доп.инфу из карточек товара*/
    .t-store__card__descr {
        display: none;
    }
    .t-store__card__textwrapper {
        height: max-content !important;
    }

/*обводка для галерии в карточке товара*/
@media screen and (min-width: 480px) {
.t-slds {
    padding: 15px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 55px -10px #10234a2b;
}
}

/*плашка оформления характеристики товара*/
.js-store-prod-charcs {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #77925b70;
    color: #222;
    /*text-align: center;*/
    font-weight: 400;
    font-size: 14px; 
}

.js-store-prod-charcs:before {
    width: 35px;
    height: 35px;
    content: '';
    background: url('https://static.tildacdn.com/tild6564-3735-4736-b535-396134613763/ingormation__icon.svg') no-repeat center;
    background-size: contain;
    margin-right: 15px;
}
/*размещение двух цен до и после*/
.js-store-price-wrapper {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}
    
/*Надписи продуктов в корзине*/
    .t706__product-title {
    font-size: 16px;
    font-weight: 400;
    }
    .t706__product-quantity {
    font-weight: 400;
    }
    .t706__product-amount {
    font-weight: 400;    
    }
    
#customdelivery>.t-name {
    display: none !important;
}
/*скрыть элементы в поиске*/
/*mobile*/
.t-search-widget__result, .t-search-widget__query-result, .t-search-widget__result_product-desc {
    display: none;
}

.t-search-widget__result_product-link {
    align-items: center;
}

.t-search-widget__result_product-title {
    font-weight: 500;
    padding-bottom: 5px;
}
.t-search-widget__result_product-price {
    font-weight: 400 !important;
    color: #222222;
}
.t-search-widget__popup-container {
    padding-top: 50px;
}
/*desktop*/
.t-site-search-dm__result__product_descr {
    display: none;
}
.t-site-search-dm__result__product_text {
    justify-content: center;
}
.t-site-search-dm__result__product_title {
    font-size: 16px !important;
    font-weight: 400;
}
.t-site-search-dm__result__product_price {
    color: #222222 !important;
}

/*mobile menu*/
.t966__menu-item {
    align-items: center;
}
/*dont khnow*/
.t-store__filter__reset, .t-store__filter__item_select {
    display: none;
}
[data-field-val^="G"] {
    display: none;
}

/* скрываем оригинальный виджет - чтобы не было два ярлыка на экране*/
#jivo_chat_widget{
	display: none;
}

/* стиль по умолчанию - для оффлайн сообщений, если никого нет в онлайне */

#jivo_custom_widget{
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 80px;
	height: 80px;
	z-index: 300000;
	cursor: pointer;
	background-image: url(https://static.tildacdn.com/tild3765-6333-4163-b463-666134636131/Icon_Chat.svg);
	transform: scale(0.8, 0.8);
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    #jivo_custom_widget{
        display: none !important;
        right: 0px;
        bottom: 60px;
    }
}
/* при наведении */
#jivo_custom_widget:hover{
	background-image: url(https://static.tildacdn.com/tild6561-3764-4135-a437-373431323331/Icon_Chat_Hover.svg);
}

/* если есть операторы в онлайне - показываем другой ярлык*/
#jivo_custom_widget.jivo_online{
}