.pmcompare-top{
    text-align: center;
    display: inline-block;
    position:relative;
}
.compare-wrapper{
    position:relative;
    display: inline-block;
}
/*
.compare-wrapper i{
    font-size: 32px;
    position: relative;
}
*/
.compare-count-wrapper{
    position:absolute;
    top:-6px;
    right:-6px;
}
.compare-count{
    display:flex;
    background: var(--hovercolor);
    border-radius: 50px;
    width: 16px;
    height: 16px;
}
.compare-count span{
    margin:auto;
    font-size:9px;
    color:#fff;
}

.compare-min{
    position: absolute;
    top: 34px;
    right: 15px;
}
.pmc-container{
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 40px;
}
.pmc_buttons{
    display:flex;
    flex-direction:column;
}

.pmc_buttons a{
    background-color: #00A3E2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-bottom: 12px;
}
.cp-miniature, .pmc-nav{
    height:360px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.pmc-nav img{
    margin:auto;
}
h5.product-title{
    font-size:14px;
    margin:12px 0;
    text-transform:underline;
}

ul.pmc-features-name{
    list-style:none;
    margin:0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.pmc-features-name li{
    border-bottom: 1px solid #eee;
    padding-left: 12px;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    white-space: nowrap;
}
.pmc-features-name li.different.highlited{
    color:#90cca0;
}