.logo_lok {
    max-height: 55px;
}

#general_form.s2 textarea {
    height: 180px;
}

#general_form .radio-img input[type="radio"] + label,
#general_form .radio-img input[type="checkbox"] + label {
    padding: 0px;
    position: relative;
    background: none;
    width: 20%;
    float: left;
    text-align: center;
    margin-right: 5%;
}

#general_form .radio-img input[type="radio"] + label:before,
#general_form .radio-img input[type="checkbox"] + label:before {
    position: absolute;
    top: 10px;
    left: 15px;
    display: none;
}

#general_form .radio-img input[type="radio"] + label img,
#general_form .radio-img input[type="checkbox"] + label img {
    width: 100%;
    margin-bottom: 10px;
    opacity: .5;
}

#general_form .radio-img input[type="radio"]:checked + label img,
#general_form .radio-img input[type="checkbox"]:checked + label img {
    width: 100%;
    padding: 3px;
    opacity: 1;
    background: var(--primary-color);
}

#general_form input[type=checkbox] {
    position: relative;
    border: solid 1px var(--primary-color);
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 4px .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    opacity: .5;
}

#general_form input[type="text"],
#general_form textarea,
#general_form input[type="email"],
#general_form input[type="number"],
#general_form input[type="date"],
#general_form input[type="password"],
#search,
#general_form select {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 2px rgba(255, 255, 255, 0.2);
    height: auto;
    background: rgba(34, 34, 34, 0);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#general_form input[type="file"] {
    margin-bottom: 20px;
    padding: 10px;
    height: auto;
    background: none;
    color: #fff;
    border: solid 2px rgba(255, 255, 255, 0.2);
}

#general_form textarea {
    height: 262px;
}

#general_form input[type=checkbox]:checked {
    background: var(--primary-color);
    opacity: 1;
}


#general_form.s2 .radio-img input[type="radio"] + label,
#general_form.s2 .radio-img input[type="checkbox"] + label,
#general_form .radio-img input[type="radio"] + label img,
#general_form .radio-img input[type="checkbox"] + label img {
    width: 100%;
    float: none;
}

#general_form.form-default textarea {
    padding: 10px;
    height: 170px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#general_form input {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

.custom-para {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-para-img {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1262px;
    height: 676.828px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
    margin-top: 121.086px;
    transform: translate3d(0px, -121.086px, 0px);
}

.progress-meter {
    min-height: 25px;
    border-bottom: 2px solid rgb(160, 160, 160);
}

.progress-meter > .meter {
    position: relative;
    float: left;
    min-height: 25px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
    border-left-width: 2px;
}

.progress-meter > .meter-right {
    float: right;
    border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
    border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
    position: absolute;
    width: 100%;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    text-align: left;
    margin-left: 5%;
}

.progress-meter > .meter.meter-right > .meter-text {
    /*text-align: right;*/
}

#search-results {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    background: #1e1f22;
    z-index: 999;
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
}

#search-results a {
    color: #fff !important;
}

#search-results a:hover {
    background-color: #404040;
}

.no-arrow::after {
    display: none;
}

.custom-badge:hover {
    opacity: 1 !important;
    color: #fff !important;
}

blockquote {
    border: 1px dashed #605555;
    padding: 8px;
    font-size: 1em;
    font-style: italic;
    quotes: "“" "”";
}

blockquote:before {
    content: open-quote;
}

blockquote:after {
    content: close-quote;
}

.search-results-2 {
    background-color: #1e1f22;
    color: white;
    border: 1px solid;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: none; /* Jakmile je prvek prázdný, nezobrazí se  */
    position: absolute;
    z-index: 1;
    max-height: 150px; /* Omezení výšky výsledkového bloku  */
    overflow-y: auto; /* Přidání scrollování do výsledkového bloku */
}

#cookies-policy.cookies {
    right: auto !important;
}

a.btn-main:hover, #category_filters a.selected {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color))
}
