/* ikona sekci */
h1 span.section_default {
    background: #0A2852 url('../../img/ico-pneumatiky.svg') no-repeat center center;
}
/* hp dezen novinky */
.product .text h3, .product .text p {
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#filter .filter-sub .list-group-item.tabActive {
    color: #0A2852;
    background-color: #F8CE43;
    border-color: #F8CE43;
    border-radius: 8px;
}

.plusminussmall span
{
    cursor: pointer;
}

.image img{
    width: 200px;
    height: 200px;
}

.noscreen {
    display: none !important;
}

/***********/
.chosen-container {
    width: 100% !important;
    font-size: 16px !important;
    border: 1px solid #0A2852;
    border-radius: 8px;
    color: #0A2852;
    font-weight: 400;
    padding: 13px 10px 13px 15px;
    background-color: var(--bs-secondary-bg);
}
.chosen-choices
{
    background-color: transparent !important;
}
#maintext label.error {
    color: #ff0000 !important;
}

#maintext table.calendar tr td {
    padding: 10px;
}

    #maintext table.calendar tr td a {
        padding: 0;
    }

#maintext table.calendar tr td
{
    font-weight: bold;
}

#headerUserMenu_2024 {
    display: none;
    position: absolute;
    padding: 5px;
    border-radius: 13px;
    border: 2px solid #0a2852;
    z-index: 9999;
    background-color: #fff;
    width: 300px;
    /*height: 120px;*/
    text-align: left;
    text-transform: capitalize;
}
    #headerUserMenu_2024 .line {
        border-bottom: 1px solid #cfdfea;
    }

#ConfiguratorResultLoading, #ConfigurationResult
{
    margin: 1.5em 0 1em 0;
}

#ConfiguratorResultLoading
{
    text-align: center;
}

#confResultBody .symbol-zimni {
    background: url('../../img/ico-zimni.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
}

#confResultBody .symbol-letni {
    background: url('../../img/ico-letni.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
}

#confResultBody .symbol-celorocni {
    background: url('../../img/ico-celorocni.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
