/*Сравнение*/

.comparison-count {
    background: #0EA5E9;
    border-radius: 200px;
    color: #fff;
    font-size: 10px;
    line-height: 5px;
    padding: 5px 4.5px;
    position: absolute;
    right: -5px;
    top: 0px;
}


.add-to-comparison .preloader {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #fb923c;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
    right: 4px;
    top: 6px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.add-to-comparison {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
}

.add-to-comparison img {
    width: 30px;
	height: 30px!important;
}



.add-to-comparison.loading .comparison-icon__img {
       opacity: 0;
}


.comparison-page .custom-product-card {
    max-width: 320px;
    width: 100%;
}

.comparison-page .swiper-slide {
    width: 320px;
}

.product-features {
    margin-top: 24px;
    background-color: #fff;
    padding: 24px;
    border-radius: 15px;
    min-height: 280px;
}

.product-features ul {
    list-style: none;
    font-size: 16px;
    line-height: 19px;
}


.product-features-item__name {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #71717A;
    margin-bottom: 6px;
}

.product-features-item__parameter {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 12px;
}

.add-more-content {
    max-width: 320px;
    width: 100%;
    border: 1px solid #0EA5E9;
    box-shadow: 0px 8px 18px -6px #18274B1F;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 457px;
}

.add-more-content__icon {
    background-color: #7DD3FC;
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 8px;
	transition: transform 0.5s ease;
	margin-bottom: 12px;
}

.add-more-content__icon-bg {
    background-color: #0EA5E9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.add-more-content__icon-bg img {
    width: 28px;
    height: 28px;
}

.add-more-content:hover .add-more-content__icon{
	transform: scale(1.15);
}

.add-more-content__text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.comparison-empty__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 80px 24px;
	border-radius: 15px;
}

.comparison-empty__img {
    max-width: 205px;
    object-fit: contain;
}

.comparison-empty__title {
    margin: 24px 0 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.favourites-empty__subtitle {
    font-size: 18px;
    line-height: 21px;
}

.favourites-empty__subtitle a{
        color: #0EA5E9;
}