.product-credit {
    margin-top: 15px;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.product-credit__price {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    font: 20px OpenSans-Regular, Arial, sans-serif;
    font-weight: 700;
    line-height: 27px;
    background-color: #ffc738;
    border-radius: 5px;
    white-space: nowrap;
}

.product-credit__terms {
    white-space: nowrap;
    margin-left: 9px;
    color: #9499a0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-credit__terms--ic {
    -webkit-transition: all .17s ease-in-out;
    -o-transition: all .17s ease-in-out;
    transition: all .17s ease-in-out;
    display: inline-block;
    width: 14px;
    height: 14px;
    fill: currentColor;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 4px;
    position: relative;
}

.product-credit:hover .product-credit-tooltip, .product-credit:hover .product-credit__terms--ic:before {
    opacity: 1;
    visibility: visible;
}

.product-credit .product-credit-tooltip{
    display: none;
}

.pcinfo {position: relative; width: 0; display: inline-block; margin-right: 0!important;}
.pcinfo img {position: relative; width: 17px; top: -13px; left: -5px;}
.pcinfo span {font-size: 12px!important;
    position: absolute;
    width: 500px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px #ddd;
    line-height: 14px;
    padding: 5px 10px;
    right: 11px;
    top: -42px;
    display: none;}

.pcinfo:hover {cursor: help;}
.pcinfo:hover span {display: block;}


@media (max-width: 540px) {

    span.pcinfo span {
        overflow-wrap: normal;
        word-wrap: normal;
        width: 158px!important;
        right: -150px;
        top: -90px;
        white-space: normal;
    }
}

.newblockprice .ecoprice{
    top: -90px;
}

.newblockprice span.title{

    margin-top: 23px;
    margin-bottom: -10px;
}


.pcinfo{
    color: black;
    font-weight: bold;
}