

/* Start:/local/templates/aspro_next_custom/components/bitrix/catalog.section/catalog_block/style.css?17630525511263*/
/*.price_name{
	display: none;
}*/



@media (max-width: 400px) {

	.rating .count-reviews {
		font-size: 10px !important;
		margin: 12px 0 0 5px;
	}
}

.tooltip-icon {
    position: relative;
    cursor: pointer;
    /*border: 1px solid #999;
    border-radius: 50%;*/
    /*padding: 0 6px;*/
    margin-left: 0px;
    /*margin-top: -10px;*/
    /*top: -5px;*/
    transform: translateY(-5px);
    font-weight: bold;
    color: #555;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    z-index: 1000;
}

.tooltip-content {
    display: none;
    position: absolute;
    top: 120%;
    right: 10%;
    transform: translateX(10%);
    padding: 8px 12px;
    /*background: #333;*/
    background: #d6d6d6;
    /*color: #fff;*/
    color: black;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    width: max-content;
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word; /* дополнительный перенос по словам при необходимости */
    word-break: break-word; /* для лучшей поддержки */
}

.tooltip-icon:hover .tooltip-content {
    display: block;
}

.tooltip-icon img {
    margin-top: -10px;
}


/* End */
/* /local/templates/aspro_next_custom/components/bitrix/catalog.section/catalog_block/style.css?17630525511263 */
