/* Скролбар */
.t-body {
    overflow: overlay !important;
}
::-webkit-scrollbar {
    cursor:grab !important;
    width: 20px;
    background-color: transparent;
}
::-webkit-scrollbar {
    cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: #C1C1C1;
    border-radius: 10px;
    border: 7px solid rgb(0, 0, 0, 0);
    background-clip: padding-box;
}

/* Меню */
.t228__imgwrapper {
    padding-top: 17px;
}

/* Каталог */
/*.t778__wrapper {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05) !important;    
}*/

/* Корзина */
.t706__product-imgdiv,
.t706__carticon-imgwrap,
.t706__carticon-counter {
    border-radius: 0 !important;
}
.t706__carticon-counter {
    width: 22px;
    height: 22px;
    right: 0;
    bottom: 0;
    line-height: 22px;
    font-size: 14px;
    font-family: "Tilda Sans", Arial, Helvetica, sans-serif;
}

/* Виджет обратной связи */
.t898__btn,
.t898_animate .t898__animated-circle {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.10) !important;
    border-radius: 0 !important;
}
.t898__tooltip:after {
    right: -17px;
}