/*
Royal Royal Compare styles
Version: 1.0
*/
.royal-add-to-compare-btn.archive-btn {
    position: absolute;
    margin-top: -45px;
    margin-right: 15px;
    background: #fff;
    padding: 0 3px;
    font-size: 14px;
    border-radius: 5px;
    z-index: 999;
    opacity: 0;
    transition: 0.3s;
    width: 75px;
    height: 30px;
}
li.post-card .royal-add-to-compare-btn.archive-btn.active,
li.post-card:hover .royal-add-to-compare-btn.archive-btn {
    opacity: 1;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}
.royal-add-to-compare-btn.archive-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    line-height: 2;
    content: "\f00c";
    border: 1px solid #aaa;
    padding: 1.5px 2px;
    color: #fff;
    border-radius: 3px;
    margin-left: 3px;
}
.royal-add-to-compare-btn.archive-btn.active::before {
    content: "\f00c";
    border: 1px solid #00a2b6;
    padding: 1.5px 2px;
    color: #fff;
    border-radius: 3px;
    margin-left: 3px;
    background: #00bfd6;
}
.royal-compare-items {
    position: absolute;
    bottom: 65px;
    left: 0px;
    background-color: rgb(255 255 255);
    display: none;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 11%);
}
.royal-compare-buttons-holder:hover .royal-compare-items {
    display: block;
}
.royal-compare-buttons-holder .royal-compare-items:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    right: 75%;
    position: absolute;
    transform: translateX(50%);
}
.royal-compare-buttons-holder div.royal-compare-items ul {
    padding: 0;
    margin: 0;
}
.royal-compare-buttons-holder div.royal-compare-items ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    font-size: 12px;
    line-height: 1.7;
    border-bottom: 1px solid #e0e0e1;
    padding: 10px 5px;
}
.royal-compare-buttons-holder div.royal-compare-items ul li:last-child {
    border-bottom: none;
}
.royal-compare-items ul.royal-compare-selected-list span.royal-product-selected-img {
    display: block;
    max-width: 50px;
    width: 100%;
    margin-left: 10px;
}
.royal-compare-buttons-holder {
    position: fixed;
    left: 70px;
    bottom: 50px;
    z-index: 999;
}
.royal-compare-buttons-holder .royal-compare-button a.royal-compare-links {
    display: inline-block;
    padding: 5px 20px;
    background-color: #00c095;
    color: #fff;
    width: auto;
    text-align: center;
    border-radius: 5px;
}
.royal-compare-buttons-holder .royal-compare-button a.royal-compare-links:hover {
    background-color: #00ad86;
}
.royal-compare-buttons-holder .royal-compare-button span.royal-compare-count {
    background-color: #00ad86;
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
    margin: 5px;
}