.catalog-compare-list {
    z-index: 998;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0.75rem 1.25rem;
    max-height: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    background: #fff;
    color: #404040;
    white-space: normal;
    font-size: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 65px;
    height: 65px;
    position: fixed;
    top: 51%;
    right: 0;
}
.catalog-compare-count.mb-2 {
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.catalog-compare-list.fixed {
	position: fixed;
	width: 270px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .18);
}

.catalog-compare-list.top { top: 5px; }

.catalog-compare-list.right { right: 5px; }

.catalog-compare-list.bottom { bottom: 5px; }

.catalog-compare-list.left { left: 5px; }

.catalog-compare-item-list { width: 100%; }
@media (max-width: 767px) {
.catalog-compare-list {
    top: unset;
    right: 0;
    bottom: 50px;
    border-radius: 50px;

}
}