.compare-box{
    background-color: #DDDDDD;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 100;
}

.compare-product-box {
    background-color: #fff;
    border: 1px dashed #ccc;
    border-radius: 5px;
    height: 60px;
    margin: 10px 0;
    position: relative;
}

.compare-product-box i.fa-times-circle {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 18px;
    cursor: pointer;
    z-index: 120;
}

.compare-title {
    font-size: 9px;
    margin-bottom: 1px;
    font-width: 900;
}
.compare-sub-title {
    font-size: 8px;
    display: block;
    color: #00adef;
}

.compare-box .no-gutters>.col, .compare-box .no-gutters>[class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.show_compare {
    bottom: 150px;
    transition: all 0.5s ease-in-out;
}

.hide_compare {
    transition: all 0.5s ease-in-out;
}

.button-toggle-block-compare {
    bottom: 155px;
}

#compareModal {
    z-index: 999999 !important;
}

.modal-open {
    overflow-y: hidden;
}

.compareModal .modal-content {
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}

.comparescroll {
    height: 60vh;
    overflow: auto;
}


.compareModal .table {
    margin-bottom: 0;
}

.td-4 {
    width: 20%;
}

.td-3 {
    width: 24.33%;
}

.td-2 {
    width: 33%;
}

.compareModal .modal-body .table tr td, .compareModal .modal-body .table tr th {
    vertical-align: middle;
    font-size: 10px;
    padding: .30rem;
}

.compareModal .modal-body button, .compareModal .modal-body a {
    font-size: 10px;
}

.compareModal .checked {
    width: 15px;
}

.swal2-confirm {
    border-radius: 0 !important;
}

.compare-insurer-logo {
    width: 60px !important;
}

.btn-secondary-new, .btn-secondary-new:hover, .btn-secondary-new:focus, .btn-secondary-new:active {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color: #000000 !important;
}

.compareModal .close {
    background-color: #00adef;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 8px;
    border-radius: 100px;
    color: #ffffff;
}
.compareModal .close i {
    font-size: 30px !important;
}
@media (min-width: 414px) {
    .compare-title {
        font-size: 10px;
    }
}

@media (min-width: 1194px) and (orientation: landscape) and (max-width: 1200px) {
    .compare-box{
        width: 100%;
        height: 110px;
    }

    .compare-title {
        font-size: 12px !important;
    }

    .compare-sub-title {
        font-size: 11px !important;
    }

    .compareModal .modal-body button, .compareModal .modal-body a {
        font-size: 13px !important;
    }

    .td-4 {
        font-size: 13px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .td-3 {
        font-size: 15px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .compare-product-box {
        height: 90px;
    }

    .compare-insurer-logo {
        width: 80px !important;
    }

    .compareModal .close i.fa-times-circle{
        font-size: 30px !important;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .compare-box{
        width: 100%;
        height: 110px;
    }

    .compare-title {
        font-size: 12px !important;
    }

    .compare-sub-title {
        font-size: 11px !important;
    }

    .compareModal .modal-body button, .compareModal .modal-body a {
        font-size: 15px;
    }

    .td-4 {
        font-size: 13px !important;
    }

    .td-3 {
        font-size: 15px !important;
    }

    .compare-product-box {
        height: 90px;
    }

    .compare-insurer-logo {
        width: 80px !important;
    }
}

@media (min-width: 992px) {
    .compareModal .modal-lg, .compareModal .modal-xl {
        max-width: 1000px !important;
    }
}

@media (min-width: 1200px) {
    .compare-box{
        width: 100%;
        height: 100px;
    }

    .compare-title {
        font-size: 14px;
    }

    .compare-sub-title {
        font-size: 13px;
    }

    /*.compareModal .modal-body .table tr td, .compareModal .modal-body .table tr th {*/
    /*    font-size: 15px;*/
    /*}*/

    .compareModal .modal-body button, .compareModal .modal-body a {
        font-size: 15px;
    }

    .td-4 {
        font-size: 13px !important;
    }

    .td-3 {
        font-size: 15px !important;
    }
    .td-2 {
        font-size: 15px !important;
    }
    .td-1 {
        font-size: 16px !important;
    }

    .compare-product-box {
        height: 84px;
    }

    .compare-insurer-logo {
        width: 80px !important;
    }
}
