/*!
Theme Name: torgi
*/
.max-w-content {
    max-width: fit-content;
}
.breadcrumb-after::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    background-image: url('/wp-content/themes/torgi/assets/images/dist/breadcrumbs.svg');
    background-repeat: no-repeat;
    width: 7px;
    height: 22px;
}
.market-sidebar-item.active .markets__title {
    color: #cf173c;
}
.market-sidebar-item.active .markets__photo path {
    fill: #cf173c;
}
.lang-list {
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    top: 40px;
    right: -10px;
    border-radius: 10px;
    pointer-events: none;
}
.lang-list-handler,.lang-list-handler::after {
    transition: all .1s linear;
}
.lang-list.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.lang-list-handler.active {
    color: #cf173c;
}
.lang-list-handler.active::after {
    transform: rotate(180deg) translateY(60%);
    color: #cf173c;
}
.markets__photo {
    min-height: 25px;
    min-width: 25px;
}
.bottom-0 {
	bottom: 0;
}