/*
Theme Name: Shkaf
Template: yootheme

Не обязательные параметры:
Theme URI: https://zapros.by
Description: Дочерняя тема для темы YOOtheme
Version: 1.0.0
Author: Zapros.by
Author URI: https://zapros.by
*/

/* импортируем стили родительской темы */

/* @import url("../yootheme/style.css"); */

/* Свои дополнительные стили */

.uk-modal-footer {
    position: relative;
}
.uk-modal-footer .wpcf7-spinner {
    position: absolute;
    right: 0;
}

.uk-modal-dialog.uk-margin-auto-vertical {
    overflow: hidden;
}

.main-logo img {
    height: 70px !important;
    width: auto !important;
}

.tm-header-mobile {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

@media (max-width: 960px) {
    body {
        padding-top: 40px;
    }
}

.tm-header-mobile .uk-navbar-center {
    top: 100% !important;
}

.tm-header-mobile .uk-navbar-center img {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children > a:before {
    position: absolute;
    right: 3px;
    top: 9px;
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    box-sizing: border-box;
    border-color: transparent;
    border-style: solid;
    border-top-width: 5px;
    border-top-color: rgb(134, 134, 134);
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 0;
}

.uk-offcanvas-bar .menu-item-has-children > a:before {
    content: none;
}

.callback.uk-icon-button {
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    background-color: white !important;
    z-index: 2;
}

.uk-input {
    height: 42px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e7;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
}

.uk-input {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    color: #737373;
    transition: 0.2s ease-in-out;
    transition-property: all;
    transition-property: color, background-color, border-color, box-shadow;
    border-radius: 20px;
}

.uk-input:focus, .uk-input:focus-visible, .uk-input:focus:not([tabindex^="-"]) {
    outline: 0;
    background-color: #fff;
    color: #737373;
    border-color: #d42725 !important;
}
