/*
Theme Name: Antoshka
Description: Antoshka Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: antoshka
*/

.field-submit__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    line-height: 1.375em;
    padding: .5em .7em;
    height: 48px;
}
#verify-input {
    text-align: center;
}
.card__view {
    margin: 0 0px -25px;
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
}
.field-text__error-text {
    margin-top: 1rem;
}
.owl-carousel {
    max-height: 220px;
    overflow: hidden;
}
.owl-carousel .owl-item {
    max-height: 220px;
}
.owl-carousel .owl-item a {
    display: block;
    max-height: 100%;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;

}
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 230px;
    max-height: 230px;
    object-fit: cover;
    object-position: 50% 0;
}
.search-list-cont {
    max-height: 60vh;
    overflow-y: auto;
}

.search-list-counter {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #D70A8B;
    border-radius: 50%;
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0;
    vertical-align: middle;
    text-align: center;
}

.search-list__link:before {
    display: none;
}