.compare-ico-wrapper {
    display: none;
}

.top-compare-link {
    position: relative;
    display: inline-block;
}

.top-compare-link .item-compare-svg {
    width: auto;
    height: 25px;
}

.top-compare-link .item-compare-svg rect {
    fill: silver;
}

.compare-badge {
    background: #960000;
    border-radius: 8px;
    padding: 0 4px;
    position: absolute;
    top: -1px;
    right: 0;
    color: white;
    font-size: 10px;
}

#compare-dialog {
    display: none;
    min-width: 362px;
    z-index: 9;
    position: absolute;
    top: 80%;
    right: 10px;
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid black;
    border-radius: 4px;
    background: white;
}

.compare-dialog-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.top-compare-items-wrapper {
    text-align: left;
    font-size: 12px;
    margin-bottom: 1.2em;
}

.top-compare-items-title {
    font-weight: bold;
    color: initial;
    font-size: 11px;
    margin-left: 20px;
    margin-bottom: 1.2em;
}

.compare-dialog-content .compare-item a.compare-item-delete {
    color: #960000;
    text-decoration: none;
    display: flex;
    margin-right: 0.5em;
}

.compare-dialog-content .compare-item a.compare-item-delete:hover {
    text-decoration: none;
}

.compare-item-delete-ico {
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: auto 0;
    width: 13px;
    height: 13px;
}

.compare-dialog-content .compare-item {
    margin-bottom: 0.5em;
    font-size: 11px;

    display: flex;
    line-height: normal;
    font-weight: bold;
}

.compare-dialog-content .compare-item a, .compare-dialog-content .compare-item a:visited {
    color: #0b419b;
    text-decoration: none;
}

.compare-dialog-content .compare-item a:hover {
    text-decoration: none;
}

.compare-dialog-compare-link {
    width: 144px;
    margin-left: 20px;
}

.compare-dialog-compare-link a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    background: linear-gradient(to top, #8a0303, #db0101);
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0.2em 0.5em 0.2em 0.5em;
    color: #fff;
    font-size: 11px;

}

.no-compare-items-message {
    text-align: left;
    margin-left: 20px;
    color: #0b419b;
}

#fixed_menu {
    z-index: 8;
}

@media (min-width: 660px) {
    .compare-ico-wrapper {
        display: block;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .phoneWrapper {
        margin-right: 44px;
    }

    .compare-ico-wrapper {
        margin-right: 0;
    }
}