* {
    font-family: 'CirceRounded',Arial,sans-serif;
    box-sizing: border-box;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
a {
    transition-duration: 0;
}
.fancybox__container {
    --fancybox-bg: rgba(255, 255, 255, 0.98)!important;
    --f-spinner-color-2: #3c3c3c!important;
    --fancybox-color: #000000!important;
    --fancybox-hover-color: #575757!important;
}
.f-button {
    background: rgba(255, 255, 255, 0.65)!important;
}
.is-compact .fancybox__footer {
    background: rgba(255, 255, 255, 0.5)!important;
}
.f-button:hover:not([disabled]) {
    background-color: rgba(241, 241, 241, 0.65);
}
.fafaiconX svg {
    fill: #575757!important;
}
.fafaiconX:hover svg {
    fill: black!important;
}
/*Контейнер*/
.container{
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 800px){
    .card:hover .card-img-hov {
        opacity: 0;
        visibility: hidden;
    }
    .card:hover .card-img-hover {
        opacity: 1;
        visibility: visible;
    }
}

.card {
    width: 359px;
}
/*Голова*/
.head{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 170px;
}
/*Логотип*/
.headerLogo{
    width: 234px;
    height: 234px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Текст под логотипом*/
.text-logo {
    font-weight: 300;
    text-align: center;
    font-size: 26px;
    color: #000000;
    opacity: 1;
    margin-top: -30px;
    padding-bottom: 30px;
}
/*див товара общий*/
.box-with-cards{
    display: flex;
    flex-wrap: wrap;
    padding-top: 59px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
/*карточки товара*/
.card{
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
/*Изображение товара*/
.card-img {
    transition-duration: .3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-images {
    width: 100%;
    height: 379px;
    overflow: hidden;
    position: relative;
}
/*Изображение товара при наведение на карточку товара*/
.card .card-img-hov{
    opacity: 1;
    visibility: visible;
}
/*Изображение товара при наведение на карточку товара*/
.card .card-img-hover {
    opacity: 0;
    visibility: hidden;
}
/*Верхнее описание товара*/
.top-description-card{
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
/*Нижнее описание товара*/
.bottom-description-card{
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    color: rgb(0, 0, 0);
}
/*Цена товара*/
.price{
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}
/*Навигация по кроссовкам*/
.sneakers-navigation {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
/*Кнопки цифровые*/
.button-numbers{
    padding-bottom: 0;
    display: flex;
    text-decoration: none;
    justify-content: center;
    border: 1px solid transparent;
    margin-right: 7px;
    background: #FFFFFF;
    min-width: 34px;
    min-height: 34px;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    text-align: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    opacity: .4;
}
/*Свойства при наведении*/
.button-numbers.active:not(.disabled){
    opacity: 1;
    border: 1px solid black;
}
.button-numbers:focus {
    opacity: 1;
    border: 1px solid black;
}
/*Кнопка каталога*/
.catalog-button{
    background: #FFFFFF;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    box-shadow: rgba(0, 11, 48, 0.3) 0 10px 40px -2px;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 50px;
    font-size: 15px;
    cursor: pointer;
    padding-left: 44px;
    padding-right: 44px;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
}
/*див после описания*/
.head-multi-brand{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    display: inline;
    float: left;
    margin-bottom: 135px;
    margin-top: 135px;
}
/*Описание после кнопки "В каталог"*/
.multi-brand{
    font-weight: 400;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000000;
    opacity: 1;
    margin-top: 90px;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
/*карточки товара текст с левой стороны*/
.card-text-left{
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
/*Изображение карточек с аксесуарами*/
.card-img-accessories{
    width: 360px;
    height: 340px;
}
/*Див для общих карточек товаров*/
.box-with-cards-accessories {
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    padding-bottom: 135px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*Верхний текст бренды*/
.text-Brands{
    color: rgb(0, 0, 0);
    font-size: 42px;
    line-height: 1.23;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
/*Нижний текст бренды*/
.text-Brands-description{
    color: rgb(0, 0, 0);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
/*Карточка товаров бренды*/
.card-brands{
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
/*что бы картинка не увеличивалась*/
.card-img-brands-img{
    width: 360px;
    height: 400px;
    overflow: hidden; /* Скрываем всё за контуром */
}
/*Картинка карточки товаров*/
.card-img-brands{
    width: 360px;
    filter: brightness(70%); /*Затемнение фотографии*/
    height: 400px;
    border-radius: 5px;
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
/*Картинка карточки товаров при наведении*/
.card-img-brands:hover{
    transform: scale(1.1);
}
/*Описание для карточки товара бренды*/
.top-description-card-brands{
    font-weight: 600;
    white-space: nowrap;
    position: absolute;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    top: 200px;
    bottom: 200px;
    left: 146px;
    right: 166px;
}
/*Кнопка все товары на странице товара*/
.back-page {
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 400;
    opacity: .8;
    text-decoration: none;
    color: rgb(91, 91, 91);
}

.back-page:hover {
    color: black!important;
}
/*крестик на странице товаров*/
.fafaiconX{
    position: fixed;
    right: 20px;
    top: 20px;
}
/*Див контейнер товаров*/
.container-page:not(.no-css){
    margin: 0 0 0 0;
    padding: 40px 20px;
    max-width: 100%;
    display: inline;
    float: left;
    width: 100%;
}
.container-page.no-css{
    margin: 0 0 0 0;
    padding: 40px 20px;
}
/*картинки товаров*/
.photo-page {
    max-width:calc(41%);
    width: 532px;
    height: 567px;
    float:left;

}
/*Общие свойства Текст с левой стороны товаров*/
.page-left-text{
    margin-bottom: 18px;
    text-align: left;
    width: 58%;
    float:left;

}
/*Текст с левой стороны товаров (Заголовок)*/
.product-Title{
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 400;
}
/*Текст с левой стороны товаров (Наименование товара не жирное)*/
.product-br{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
}
/*Текст с левой стороны товаров (Артикул)*/
.product-articl{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
}
/*Текст с левой стороны товаров (Цена)*/
.product-price{
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}
/*Текст с левой стороны товаров (Размер)*/
.product-size{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
    padding-bottom: 3px;
}
/*Выбор размера ноги*/
.foot-size{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    line-height: normal;
    float:left;
    margin-right: 7px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    min-width: 34px;
    min-height: 34px;
    padding: 0 7px;
    margin-bottom: 7px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    opacity: .4;
}
.foot-size:hover, .foot-size.active {
    opacity: 1;
    border: 1px solid black;
}
.div-for-buttons{
    margin-bottom: 30px;
    margin-top: 60px;
    display: flex;
    width: 100%;
}
.buy-button{
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-family: CirceRounded, Arial, sans-serif;
    border: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    appearance: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    margin-right: 0;
}
/*Див кнопки лайка*/
.div-like-buttom{
    height: 45px;
    width: 45px;
    justify-content: center;
    margin-left: 5px;
    padding-top: 2px;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    align-items: center;
    display: flex;
    border-radius: 5px;
}
/*кнопка лайка*/
.like-buttom{
    width: 55%;
    height: 55%;
    align-items: center;
}
/*Маленькое описание товара*/
.text-card-small{
    font-size: 17.75px;
    line-height: 1.55;
    font-weight: 300;
    text-align: left;
}
/*Жирное описание товара*/
.text-card-big{
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    text-align: left;
    opacity: .6;
}
.text-gender{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    text-align: left;
}
/*смотрите так же*/
.see-also{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 70px 0 40px;
    padding-left: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
}
/*Див карточки со свайпом*/
.div-also{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*Див карточки со свайпом*/
.card-also{
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
/*Изображение товара*/
.card-imgal {
    width: 260px;
    height: 286px;
}
/*Изображение товара при наведение на карточку товара*/
.card-imgal:hover {
    width: 260px;
    height: 286px;
}
/*Изображение товара при наведение на карточку товара*/
.card-also .card-img-hoval{
    display: block;
}
/*Изображение товара при наведение на карточку товара*/
.card-also:hover .card-img-hoval {
    display: none;
}
/*Изображение товара при наведение на карточку товара*/
.card-also .card-img-hoveral {
    display: none;
}
/*Изображение товара при наведение на карточку товара*/
.card-also:hover .card-img-hoveral {
    display: block;
}

.mb-55px {
    margin-bottom: 55px;
}

.btn-numbers.disabled {
    color: rgb(157, 157, 157);
}

.image-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 95%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 3px;
    background: #ebebeb;
    animation: wave 2s ease .0s infinite;
}

@keyframes wave {
    0%   { opacity: 1; }
    50%  { opacity: .35; }
    100% { opacity: 1; }
}

.gap-11px15px {
    gap: 11px 15px;
}

.category-link {
    color: black;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.category-link.active, .category-link:hover {
    border-bottom: 1px solid #cdcdcd;
}

.slick-next {
    right: 15px!important;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f054'!important;
    color: #000!important;
    font-weight: 700;
}

.slick-prev {
    left: 15px!important;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f053'!important;
    color: #000!important;
    font-weight: 700;
}

.slick-item {
    height: 595px!important;
    overflow: hidden;
}

.slick-item img {
    width: 83%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    cursor: zoom-in;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}

.slick-prev, .slick-next {
    background: white!important;
    border-radius: 50%;
    width: 29px!important;
    height: 29px!important;
    z-index: 999;
}

.slick-dots {
    bottom: -37px!important;
}

.slick-dots li button:before {
    background-color: #eee;
    border: none;
    opacity: 1!important;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
    height: 8px!important;
    padding: 0;
    transition: background-color .2s ease-in-out;
    width: 8px!important;
    color: transparent!important;
}

.slick-dots li.slick-active button:before {
    background-color: #333 !important;
}

.link-random {
    font-size: 15px;
    padding: 9px 15px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: black!important;
}

.link-random:hover {
    background: #f7f7f7;
}

.link-random i {
    margin-right: 7px;
    transition-duration: 0s;
}

.link-random:hover i {
    transform: rotate(360deg);
    transition-duration: .3s;
}

.link-get-filters {
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: black!important;
}

.link-get-filters svg {
    height: 19px;
    margin-right: 7px;
    transition-duration: 0s;
}

.link-get-filters:hover svg {
    transition-duration: .3s;
}

i.no-rand {
    position: relative;
    color: black;
    text-decoration: none;
}

i.no-rand:after {
    content: "";
    border-bottom: 3px solid #7d7d7d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31%;
    transform: rotate(-47deg);
}

.select-filter-container {
    position: relative;
}

.select-filter {
    cursor: pointer;
    max-width: 261px;
    overflow: hidden;
    padding-right: 13.95px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
}

.select-filter:after {
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    height: 5px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.select-filter-dropdown {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    left: -10px;
    margin-top: 8px;
    position: absolute;
    min-width: 200px;
    display: block;
    z-index: 10;
    padding: 13px 11px;
    max-height: 500px;
    overflow: auto;
}

.t-store__filter__item .t-checkbox__control {
    margin-bottom: 8px;
    text-align: left;
}

.t-checkbox__control {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}

.t-checkbox {
    outline: none;
}

.t-checkbox__control .t-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    opacity: 1;
}

.t-checkbox__indicator {
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 20px;
}

.t-checkbox__indicator, .t-radio__indicator {
    flex-shrink: 0;
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
    display: block;
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
    display: block;
}

.t-checkbox__indicator:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}

@keyframes updateElement {
    0% {opacity: .55;}
    50% {opacity: .75;}
    100% {opacity: .55;}
}

.card.update-data {
    animation: wave 3s ease .0s infinite;
}

.select-filter:hover {
    opacity: .5;
}

.select-filter-container.active .select-filter {
    opacity: .5;
}

.select-filter-dropdown {
    display: none;
}

.select-filter-container.active .select-filter-dropdown {
    display: block;
}

.filter-item-selected {
    background-color: hsla(0,0%,51%,.2);
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.35;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 260px;
    overflow: hidden;
    padding: 2px 8px 3px 22px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    white-space: nowrap;
    font-size: 13.95px;
    font-weight: 300;
}

.filter-item-selected:after {
    bottom: 0;
    content: "✕";
    font-size: 10px;
    height: 10px;
    left: 8px;
    line-height: 1;
    margin-bottom: auto;
    margin-right: 4px;
    margin-top: auto;
    padding: 3px;
    position: absolute;
    top: 0;
    -webkit-font-smoothing: antialiased;
}

.filter-item-selected:hover {
    opacity: .59;
}

.clear-filter {
    border-bottom: 1px dashed;
    cursor: pointer;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 10px;
    transition: opacity .1s ease-in;
    vertical-align: top;
    font-size: 13.95px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: black;
    margin-right: 10px;
    display: inline-block;
}

.clear-filter:hover {
    opacity: .59;
}

.cont-find-res {
    font-size: 13.95px;
    line-height: 1.55;
    font-weight: 300;
}

.breadcrumps-item {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    font-size: 13px;
    padding: 5px 6px;
    border-radius: 6px;
    min-width: 0;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 7px;
}

.breadcrumb-list {
    flex-direction: row-reverse;
    width: fit-content;
}

.product-hr {
    width: 100%;
    border: none;
    border-top: 1px solid #dbdbdb;
    background: none;
}

.product-property {
    width: 15% !important;
    margin-bottom: 15px;
    margin-right: 7px;
    font-size: 15px;
}

.product-property-title {
    font-weight: 700;
}

.card-preloader {
    animation: tStorePreloaderFlickerAnimation 1.5s infinite;
    animation-delay: 1.5s;
    animation-timing-function: ease-out;
    background-color: hsla(0,0%,47%,.21);
    width: 359px;
    height: 455px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


@-webkit-keyframes tStorePreloaderFlickerAnimation {
    0% {
        opacity:1
    }

    40% {
        opacity:.3
    }

    80% {
        opacity:1
    }

    to {
        opacity:1
    }
}

.type-list {
    flex-direction: row-reverse;
    width: fit-content;
}

.type-item {
    height: 45px;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    width: 183.99px;
    margin-bottom: 9px;
}

.type-item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    background: rgba(59, 59, 59, 0.57);
    color: #fff;
    font-weight: 500;
    transition-duration: .3s;
}

.type-item:hover .type-item-title {
    background: rgba(24, 24, 24, 0.73);
}

.type-item-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.item-type-top {
    margin: 0 7px;
    cursor: pointer;
    transition-duration: .3s;
}

.item-type-top:hover {
    color: #595959;
}

.button-numbers:hover:not(.disabled) {
    color: black!important;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.spinner {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#5b5b5b 94%,#0000) top/1.77px 3.8px no-repeat,
    conic-gradient(#0000 30%,#5b5b5b);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 1.77px),#000 0);
    animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.small-status-info {
    font-size: 13.95px;
    line-height: 1.55;
    font-weight: 300;
}

.small-status-info .spinner {
    margin-right: 7px;
}

.type-list .item-type-top:last-child {
    margin-left: 0;
}

.menu-m-top--item {
    padding: 15px;
    transition-duration: .3s;
    cursor: pointer;
}

.menu-m-top--item svg {
    height: 15px;
    margin-right: 9px;
}

.menu-m-top--item:hover {
    background: #f7f7f7;
}

.w-41 {
    width: 41%;
}

.w-59 {
    width: 59%;
}

.div-like-buttom {
    cursor: pointer;
}

.div-like-buttom svg {
    transition-duration: .3s;
    overflow: visible;
    pointer-events: none;
    transition: all .2s ease;
}

.div-like-buttom:hover svg {
    transform: scale(1.19);
}

.div-like-buttom.div-like-animate svg {
    -webkit-animation: t1002__heart-anim .3s;
    animation: t1002__heart-anim .3s;
}

.t1002__wishlisticon {
    display: none;
}

.popup__close {
    display: none;
}

@-webkit-keyframes t1002__heart-anim {
    50% {
        -webkit-transform:scale(1.4)
    }
}

@keyframes t1002__heart-anim {
    50% {
        -webkit-transform: scale(1.4);
        transform:scale(1.4)
    }
}

.div-like-buttom.active svg path {
    fill: rgb(237, 89, 83);
    stroke: rgb(237, 89, 83);
}

.spinner-like {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1.99px solid #919191;
    animation: spinner-bulqg1 0.8s infinite linear alternate,
    spinner-oaa3wk 1.6s infinite linear;
    display: none;
}

.div-like-buttom.disabled .spinner-like {
    display: block;
}

.div-like-buttom.disabled svg {
    display: none;
}

.type-item-v2 {
    padding: 15px;
    cursor: pointer;
    font-weight: 500;
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

.back-page {
    transition-duration:  0s!important;
}

.p-body-none {
    padding-left: 0!important;
    padding-right: 0!important;
}

.menu-m-top--item.active {
    background: #f5f5f5;
}

.select-filter-one {
    .t-checkbox__indicator {
        border: 1.9999px solid transparent;
    }
}

.w-195px {
    width: 195px;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
    left: 67px!important;
    right: 67px!important;
    top: 9px!important;
}

.type-item-title-v2 {
    font-size: 15.99px;
    line-height: 1.35;
    font-weight: 595;
}

.js-filter-item.loaded .t-checkbox__indicator{
    animation: tStorePreloaderFlickerAnimation 1.5s infinite;
    animation-delay: 1.5s;
    animation-timing-function: ease-out;
    background-color: hsla(0,0%,47%,.21);
}

.select-filter-dropdown .type-list {
    border-radius: 30px;
    cursor: pointer;
    line-height: 1.35;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 260px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    white-space: nowrap;
    font-size: 13.95px;
    font-weight: 300;
}

.select-filter-dropdown .type-item-v2 {
    padding: 7px 7px 7px 0;
}

.select-filter-dropdown.mt-0 {
    margin-top: 0!important;
}

.select-filter-dropdown.pt-0 {
    padding-top: 0!important;
}

.select-filter-dropdown.pb-1 {
    padding-bottom: 1em;
}

.t-store__search-wrapper {
    position: relative;
}

.t-store__filter__search .t-store__filter__input {
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    width: 150px;
}

.t-store__filter__btn, .t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px;
}

.t-store__filter__btn, .t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 21px;
    outline: none;
    padding: 0 6px;
    padding-right: 35px !important;
}

.t-store__search-icon {
    border-left: 1px solid #ddd;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    margin: auto;
    padding-left: 7px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
}

.t-store__search-close-icon {
    bottom: 0;
    cursor: pointer;
    display: none;
    margin: auto;
    opacity: .8;
    padding-left: 2px;
    padding-right: 8px;
    position: absolute;
    right: 28px;
    top: 0;
}

.t-store__filter__search-mob-btn-icon {
    width: 17px;
    cursor: pointer;
}

.t-store__filter__search-mob-btn-icon:hover {
    opacity: .95;
}

.t-store__filter__search-mob-btn-icon.active {
    opacity: .75;
}

.store-search-res {
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    max-height: 129px;
    overflow: scroll;
    z-index: 9999999;
    background: #f5f5f5;
    display: none;
}

.store-search-res--item {
    font-size: 13px;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}

.store-search-res--item:hover {
    opacity: .75;
}

.t-store__search-wrapper.active-show .store-search-res {
    display: block;
}

.btn-pay-and-delivery {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-flex;
    align-items: center;
    font-family: CirceRounded, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    cursor: pointer;
    appearance: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    color: #000;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-right: 0;
    border: 1px solid #d9d9d9;
    transition-duration: .3s;
}

.btn-pay-and-delivery img {
    height: 23px;
    margin-right: 17px;
}

.btn-pay-and-delivery:hover {
    border: 1px solid #1c1c1c;
}

.slick-products .slick-item img {
    cursor: pointer;
}

.text-extra-hide {
    overflow: hidden;
    position: relative;
}

.text-extra-hide:after {
    content: "";
    position: absolute;
    height: 55px;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(201, 201, 201, 0.57) 100%);
    background: -moz-linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(201, 201, 201, 0.57) 100%);
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(201, 201, 201, 0.57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFFFFF",
            endColorstr="#C9C9C9",
            GradientType=0
    );
    cursor: pointer;
}

.text-extra-hide:not(.text-extra-show) {
    max-height: 195px;
}

.text-checked-extra:not(.text-extra-show) .btn-extra-show {
    display: none;
}

.text-extra-show:after, .text-extra-show .btn-extra-show {
    display: none;
}

.btn-extra-show {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    font-size: 31px;
    cursor: pointer;
}

.digi-dolyame-modal__content {
    height: fit-content!important;
}

.digi-dolyame-modal {
    padding-top: 29px!important;
    background-color: rgba(255, 255, 255, 0.7)!important;
    align-items: flex-start!important;
}

.digi-dolyame-modal__content {
    border: 1px solid #ccc!important;
}

.card {
    position: relative;
}

.follow-card {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 5px;
    border-radius: 50%;
    transition-duration: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    height: 45px;
    width: 45px;
}

.follow-card:hover {
    border: 1px solid #f3f3f3;
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
}

.t-store__search-wrapper.js-m-search:not(:focus-within) .store-search-res {
    display: none;
}

.t-store__search-wrapper.js-m-search .store-search-res:focus, .t-store__search-wrapper.js-m-search .store-search-res:focus-within, .t-store__search-wrapper.js-m-search .store-search-res:active {
    display: block;
}

@media screen and (max-width: 799px) {
    .card {
        width: 47%;
        padding: 5px 15px;
    }
    .card-preloader {
        width: 47%;
        height: 305px!important;
    }
    .card-images {
        height: 211px;
    }
    .m-mt-57px {
        margin-top: 57px;
    }
    .back-page {
        font-size: 37px;
        left: 0;
        width: 100%;
        top: 5px;
        padding-left: 21px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .back-page .fafaiconX {
        display: none;
    }
    .arrow-prev-text {
        display: none;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 15px!important;
    }
    .box-with-cards {
        padding-left: 21px;
        padding-right: 21px;
        padding-top: 31px;
    }
    .price {
        margin-top: 9px;
    }
    .bottom-description-card {
        margin-top: 5px;
    }
    .link-random {
        padding: 0;
        background: transparent!important;
    }
    .m-mb-5 {
        margin-bottom: 25px;
    }
    .type-item {
        width: calc(50% - 17px);
    }
    .product-property {
        width: 47% !important;
    }
    .m-pl-0 {
        padding-left: 0!important;
    }
    .buy-button {
        height: 49px;
        font-size: 15px;
    }
    .slick-item {
        height: 497px!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
    }
    .see-also {
        font-weight: 500;
        font-size: 17px;
        margin-left: 0;
    }
    .div-like-buttom {
        height: 49px;
        font-size: 15px;
    }
    .select-filter {
        width: 100%;
        max-width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .select-filter.select-border-top {
        border-top: 1px solid #dfdfdf;
    }
    .select-filter-dropdown {
        position: relative;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        padding-top: 11px;
    }
    .select-filter:after {
        height: 7px;
        right: 3px;
        top: -1px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 7px;
    }
    .select-filter-container.active .select-filter {
        border-bottom: 1px solid transparent;
    }
    .select-filter-container.active .select-filter:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .m-border-top-n {
        border-top: 0!important;
    }
    .t-store__search-wrapper {
        margin-top: 15px;
    }
    .t-store__filter__btn, .t-store__filter__input {
        font-size: 17px;
        width: 100%;
    }
    .m-mb-0 {
        margin-bottom: 0!important;
    }
    .btn-pay-and-delivery {
        height: 49px;
        font-size: 15px;
    }
    .fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
        left: 0;
    }
    .digi-dolyame-modal {
        padding-top: 21vh!important;
    }
}