﻿.pro-compare-modal {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 3;
}

.pro-compare-trigger {
    font-size: 22px;
    color: #fff;
    background: #d92231;
    float: right;
    padding: 12px 20px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    transition: all .3s;
    /*box-shadow: 1px 1px 10px rgba(0,0,0,.5);*/
}

    .pro-compare-trigger:hover {
        background: #ea0013;
    }

.pro-compare-close {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 40px;
    height: 30px;
    background: #d92231;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -30px;
    border-radius: 3px 3px 0 0;
}

.pro-compare-content {
    color: #fff;
    background: #d92231;
    position: relative;
    padding: 15px;
    border-radius: 3px 0 0 3px;
    /*box-shadow: 1px 1px 10px rgba(0,0,0,.5);*/
}

    .pro-compare-content label {
        display: block;
        padding-right: 25px;
        position: relative;
        border-radius: 3px;
        transition: all .3s;
    }

        .pro-compare-content label:hover {
            background: #c51927;
        }

        .pro-compare-content label p {
            min-width: 230px;
            padding: 2px 10px;
            white-space: nowrap;
            margin-bottom: 0;
        }



        .pro-compare-content label .remove-pro {
            position: absolute;
            right: 10px;
            top: 6px;
            cursor: pointer;
            color: #fff;
        }

.pro-compare-notification {
    text-align: center;
    padding: 10px;
    max-width: 250px;
}

    .pro-compare-notification p {
        line-height: normal;
    }

    .pro-compare-notification .btn {
        border-radius: 3px;
    }

@media(max-width:520px) {
    .pro-compare-trigger {
        font-size: 20px;
        padding: 10px 16px;
    }

    .pro-compare-content {
        display: none;
    }
}
