.hikashop_container {border: 1px dotted lightgray; border-radius: 3px; }

.hikashop_small_cart_total_title {color: white;}

.hikashop_filter_selected_list {list-style-type: none; margin-right:5px; padding: 0; list-style-position: inside;}
.filter_values_container {display:flex; }
.hikashop_filter_title {font-weight: bold;}

.hikashop_cart_empty_message {color: white;}

.hikashop_global_image_div {margin-bottom: 0.5em;}


/* Общие стили для маркеров на всех экранах */
.numbered-marker {
    width: 30px;
    height: 30px;
    font-size: 1rem; /* Размер шрифта */
}

/* Медиа-запрос для экранов шириной до 767px (мобильные устройства) */
@media (max-width: 767px) {
    .numbered-marker {
        width: 22px; /* Уменьшаем ширину */
        height: 22px; /* Уменьшаем высоту */
        font-size: 0.7rem; /* Уменьшаем размер шрифта */
    }
}
