body.t-body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

body.t-body ::-moz-selection {
    background: #efefef;
}

body.t-body ::selection {
    background: #efefef;
}

.t-store__prod-popup__close-txt-wr,
.t-product__option[data-edition-option-id="Ссылка"] {
    display: none;
}

.js-product .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled.external-link {
    pointer-events: all;
    opacity: 1;
}

.t-store .js-product .t-product__option-variants_buttons .t-product__option-checkmark_color,
.t-store .js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border-radius: 0;
}
/* Скрываем варианты товара в поисковой выдаче */
.t-search-widget__result_product-desc {
    display: none;
}

#allrecords .t-checkbox__indicator {
    width: 14px;
    height: 14px;
}

#allrecords .t-checkbox__indicator:after {
    top: 0px;
    left: 3px;
    width: 2px;
    height: 6px;
}

.t-datepicker__icon {
    opacity: 0;
}

.t-datepicker__wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    display: block;
    width: 18px; /* ширина иконки */
    height: 18px; /* высота иконки */
    margin: 0 20px;
    transform: translateY(-50%);
    background: url("https://static.tildacdn.com/tild6666-3435-4539-b063-366436323935/calendar.svg") center / cover no-repeat;
    pointer-events: none;
}

@media screen and (max-width: 639px) {
    .t-datepicker__wrapper::after {
        width: 14px; /* ширина иконки */
        height: 14px; /* высота иконки */
        margin: 0;
    }
}

@media screen and (min-width: 561px) {
    .t-popup__close {
        position: fixed !important;
        opacity: .75;
		transform: scale(.75);
		transition: all .5s ease;
    }

    .t-popup__close:hover {
		opacity: 1;
		transform: scale(1);
    }
}

#form858863138 .t-checkbox__control {
    display: flex;
}

#form858862793 .t-checkbox__control {
    display: flex;
}