.gp-compare-tab .gp-compere-product img {
    height: 32px;
    max-height: 32px;
    max-width: 80%;
    width: auto;
}
.gp-compare-wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    background: #EDF0F8;
    z-index: 2147483647;
    overflow: auto;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    padding: 24px 24px 100px 24px;
}
.gp-compare-wrapper * {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.gp-compare-wrapper .fas {
    font-family: "Font Awesome 5 Free";
}
.gp-compare-wrapper svg {
    transition: ease .2s all;
}
.gp-compare-wrapper svg.gp-compare-roteted {
    transform: rotateZ(180deg);
}
.gp-compare-wrapper svg {
    width: 10px;
    height: auto;
    fill: white;
    color: white;
}
.gp-compare-wrapper .collapse-icon {
    cursor: pointer;
}
.gp-compare-wrapper .close-popup {
    padding: 0 16px 16px 16px;
}
.gp-compare-wrapper .close-popup a {
    color: #092C50;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
}
.gp-compare-wrapper .top .uporedi-polise {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: white;
    padding: 10px;
}
.gp-compare-wrapper .top .uporedi-polise .label {
    font-size: 18px;
    font-weight: 700;
    color: #092c50;
}
.gp-compare-wrapper .top .uporedi-polise .label { 
    display: flex;
    align-items: center;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .type {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #092C50;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .price {
    padding-top: 20px;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .price bdi, 
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .price span {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: #079A56;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: #EDF0F8;
    border-radius: 8px;
    min-width: 60%;
    min-height: 160px;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .product img {
    height: 40px;
}
.gp-compare-wrapper .top .pokrice {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #EDF0F8;
    padding: 16px 10px;
}
.gp-compare-wrapper .top .pokrice .label,
.gp-compare-wrapper .top .pokrice span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #092C50;
}
.gp-compare-wrapper .top .pokrice .pokrice-product {
    text-align: center;
}
.gp-compare-wrapper .top .pokrice .pokrice-product .osigurana-suma-mobile-label {
    display: none;
}

.gp-compare-wrapper .bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gp-compare-wrapper .bottom .gp-data .data-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background: #092C50;
    color: white;
    text-transform: capitalize;
    padding: 10px;
}
.gp-compare-wrapper .bottom .gp-data .data-header .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: italic;
    text-decoration: underline;
    color: white;
    font-weight: 500;
    font-size: 16px;
}
.gp-compare-wrapper .bottom .gp-data .data-header i {
    padding: 10px;
    cursor: pointer;
}
.gp-compare-wrapper .bottom .gp-data .data-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 32px;
    padding: 10px;
}
.gp-compare-wrapper .bottom .gp-data .data-wrapper .naslov,
.gp-compare-wrapper .bottom .gp-data .data-wrapper .limit {
    color: #092c50;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}
.gp-compare-wrapper .bottom .gp-data .data-wrapper:nth-child(odd) {
    background: white;
 }
.gp-compare-wrapper .bottom .gp-data .data-wrapper .product-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.gp-compare-wrapper .bottom .gp-data .data-wrapper .product-data .tekst {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gp-compare-wrapper .top .uporedi-polise .label,
.gp-compare-wrapper .top .uporedi-polise .product-wrapper,
.gp-compare-wrapper .top .pokrice .label,
.gp-compare-wrapper .top .pokrice .pokrice-product,
.gp-compare-wrapper .bottom .gp-data .data-wrapper .naslov,
.gp-compare-wrapper .bottom .gp-data .data-wrapper .product-data {
    width: 25%;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .compare-add-to-cart-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    background: #092C50;
    color: white;
    border: 1px solid #092C50;
}
.gp-compare-wrapper .top .uporedi-polise .product-wrapper .compare-add-to-cart-btn:hover {
    background: white;
    color:  #092C50;
    border: 1px solid #092C50;
}

@media only screen and (max-width: 767px) {
    .gp-compare-wrapper .close-popup {
        padding: 0 10px 20px 0px;
    }
    .gp-compare-wrapper {
        padding: 24px 10px 100px 10px;
    }
    .gp-compare-wrapper .top .uporedi-polise {
        padding: 6px;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .label {
        display: none;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .product img{
        height: 28px;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .type {
        font-size: 15px;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .price {
        padding-top: 10px;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .price bdi,
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .product .price span {
        font-size: 12px;
     }
    .gp-compare-wrapper .bottom .gp-data .data-wrapper {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .gp-compare-wrapper .bottom .gp-data .data-wrapper .naslov {
        width: 100%;
        padding-bottom: 12px;
    }    
    .gp-compare-wrapper .bottom .gp-data .data-wrapper .product-data,
    .gp-compare-wrapper .top .pokrice .pokrice-product,
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper {
        width: 33.33%;
    }
    .gp-compare-wrapper .top .uporedi-polise .label,
    .gp-compare-wrapper .top .pokrice .label {
        display: none;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .product {
        padding: 6px;
        min-height: 110px;
        width: 92%;
    }
    .gp-compare-wrapper .top .pokrice .pokrice-product .osigurana-suma-mobile-label {
        display: block;
    }
    .gp-compare-wrapper .top .pokrice .label, .gp-compare-wrapper .top .pokrice span {
        font-size: 16px;
        line-height: 18px;
    }
    .gp-compare-wrapper .top .uporedi-polise .product-wrapper .compare-add-to-cart-btn {
        font-size: 12px;
        padding: 20px 6px;
    }
}
