.compare-products .prev, .compare-products .next {
    padding: 7px 18px;
    border-radius: 20px;
    border: 1px solid #5446F8;
    cursor: pointer;
}
.compare-products .prev.disabled, .compare-products .next.disabled {
    border-color: #ccc;
    cursor: unset;
}
.compare-products .prev.disabled svg path, .compare-products .next.disabled svg path {
    fill: #ccc;
}
.compare-products .compare-buttons {
    padding-bottom: 15px;
    font-family: 'Venryn Bold';
}
.compare-products .prev svg, .compare-products .next svg {
    display: block;
}
.compare-products table {
    width: 100%;
}
.compare-products table td {
    width: 33.33%;
    padding-right: 30px;
}
.compare-products table tr:first-child td {
    vertical-align: top;
}
.compare-products .product-grid {
    width: 100%;
    max-width: 100% !important;
}
.compare-products .product-grid .top-caption a {
    min-height: 50px;
}
.compare-products .product-thumb {
    border: none;
}
.compare-attribute td {
    border-top: 1px solid #f3f2ff;
    padding: 16px 0;
}

.compare-attribute .name {
    color: var(--additional_color);
    margin-bottom: 5px;
}
.compare-attribute .value.less, .compare-attribute .value.greater, .compare-attribute .info .less, .compare-attribute .info .greater, .compare-attribute .info .different {
    font-family: 'Venryn Bold';
    position: relative;
}
.compare-attribute .value.less:after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/image/icon/arrow_down_red.svg');
    position: absolute;
    top: 1px;
    background-position: center;
}
.compare-attribute .value.greater:after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/image/icon/arrow_up_green.svg');
    position: absolute;
    top: 1px;
    background-position: center;
}
.compare-attribute .info {
    display: flex;
    align-items: center;
}
.compare-attribute .info .less:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/image/icon/minus_red.svg');
    display: block;
    margin-right: 8px;
    margin-left: -3px;
    background-position: center;
}
.compare-attribute .info .greater:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/image/icon/plus_green.svg');
    display: block;
    margin-right: 8px;
    margin-left: -3px;
    background-position: center;
}
.compare-attribute .info .equal:before, .compare-attribute .info .different:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/image/icon/equal.svg');
    display: block;
    margin-right: 8px;
    margin-left: -3px;
    background-position: center;
}
.compare-info-heading {
    font-family: 'Venryn Bold';
    padding: 16px 0;
}
@media (max-width: 767px) {
    .compare-products table .empty {
        display: none;
    }
    .compare-products table td:first-child {
        padding-right: 5px;
    }
    .compare-product-table td {
        padding: 0;
    }
    .compare-products table td {
        padding-right: 0;
    }
    .compare-products .product-grid {
        height: 100%;
    }
    .compare-products table {
        margin-bottom: 30px;
    }
    .compare-products .product-grid .top-caption a {
        min-height: unset;
    }
    .compared-table tr, .compare-product-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .compared-table tr:first-child {
        display: none;
    }
    .compared-table td {
        padding: 10px 0;
    }
    .compare-products .compared-attribute-info {
        width: 100%;
    }
    .compared-table td .info {
        background: var(--background_main_color);
        padding: 10px;
        border-radius: 10px;
    }
    .compare-attribute td {
        border: none;
    }
    .compare-attribute .info {
        align-items: flex-start;
    }
    .compare-products .listing-stock, .compare-products .listing-rating, .compare-products .oneclick-block {
        display: none;
    }
    .compare-products .cart-block {
        display: block;
        padding: 0;
    }
    .compare-products .top-caption {
        padding: 0;
    }
    .compare-products .btn-cart-text {
        display: inline-block;
        margin-left: 5px;
    }
    .compare-products .btn-cart {
        width: 100%;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .compare-products .button-cart {
        margin-top: 15px;
    }
    .compare-products table td {
        width: 50%;
    }
    .compare-products .price-info-text {
        width: 100%;
    }

}
@media (max-width: 480px) {

}