/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body{
    margin: 0;
}
.elementor-widget-container .h2,
.h2{
    display: block;
    font-size: 28px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.elementor-widget-container .h3,
.h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-weight: bold;
    unicode-bidi: isolate;
}
.elementor-widget-container .h4,
.h4{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    font-size: 24px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.new-header {
    font-family: 'Montserrat', sans-serif;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.new-header .container{
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    /* width: 100%; */
    max-width: 1636px;
}
.new-header .top-header{
    background: #004280;
    padding: 10px 0;
}
.new-header .bottom-header{
    background: #fff;
    padding: 20px 0;
}
.new-header .bottom-header .bottom-header-row,
.new-header .top-header .top-header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-header .top-header .left{
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.new-header .top-header .left a{
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ffff;
    text-decoration: none;
}
.new-header .top-header .left a img{
    flex-shrink: 0;
}
.new-header .social-links{
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: 0;
}
.new-header .top-header .right{
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.new-header .bottom-header .right{
    column-gap: 25px;
    display: flex;
    align-items: center;
}
.language-switcher{
    position: relative;
}
.language-switcher .current-lang{
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
.language-switcher .languages-list {
    display: none;
    flex-direction: column;
    row-gap: 5px;
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    padding: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    list-style: none;
    z-index: 9;
}
.language-switcher.open .languages-list{
    display: flex;
}
.new-header .header-logo span,
.new-header .header-logo a{
    line-height: 0;
    display: block;
}
.new-header .header-logo img{
    height: 41px;
    width: auto;
    flex-shrink: 0;
}
.new-header .main-menu-mobile-top,
.new-header .main-menu-mobile-bottom{
    display: none;
}
.new-header .lang-item {
    display: none;
}
.language-switcher .languages-list a{
    text-decoration: none;
}

.new-header .main-menu-block .menu{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.new-header .main-menu-block ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-header .main-menu-block .menu ul{
    display: none;
}

.new-header .main-menu-block .menu > li.menu-item-has-children {
    position: relative;
}
.new-header .main-menu-block .menu > li.menu-item-has-children a{
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
}
.new-header .main-menu-block .menu > li.menu-item-has-children > a:after{
    content: "\f078";
    font-size: .7em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.new-header .main-menu-block .menu > li a{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    padding: 13px 10px;
    border-radius: 7px;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.new-header .main-menu-block .menu > li.menu-item-has-children ul a{
    padding: 13px 20px;
    color: #33373d;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    transition: all .2s ease-in-out;
    border-radius: 0;
    white-space: nowrap;
}
.new-header .main-menu-block .menu > li.menu-item-has-children ul a:hover{
    background-color: #3f444b;
    color: #fff;
}

.new-header .main-menu-block .menu > li i{
    display: none;
}
.new-header .main-menu-block .menu > li:hover > a{
    background: #004280;;
    color: #fff;
}
.new-header .main-menu-block .menu  li.menu-item-has-children ul{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F5F5F5;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}
.new-header .main-menu-block .menu  li.menu-item-has-children:hover ul{
    display: flex;
}
.search-form-custom form{
    position: relative;
}
.search-form-custom .screen-reader-text{
    display: none;
}
.search-form-custom input{
    width: 290px;
    height: 30px;
    border: 1px solid #004280;
    border-radius: 50px;
    padding: 0 24px;
    padding-right: 50px;
    outline: none;
    box-shadow: none;
}
.search-form-custom button{
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    outline: none !important;
    border: solid 1px #004280 !important;
    /* box-shadow: 1px 3px 12px #004280; */
    box-shadow: none !important;
    background-color: #fff !important;
    color: #004280!important;
}
.search-form-custom button:hover{
    background-color: #004280;
    border: none;
    opacity: .8;
}
.sidebar-cart-wrapper{
    position: fixed;
    width: 400px;
    height: 100vh;
    top: 0;
    left: -450px;
    background: #fff;
    z-index: 6668;
    padding: 20px 15px 50px;
    overflow-y: auto;
    transition: all .07s ease-in-out;
}
.open-mini-cart .sidebar-cart-wrapper{
    left: 0;
}
.show-filters-mobile .filters-mobile-backdrop,
.open-mini-cart .sidebar-cart-wrapper-backdrop{
    display: block;
}
.show-filters-mobile,
.open-mini-cart{
    overflow-y: hidden;

}
.sidebar-cart-wrapper .woocommerce-mini-cart,
.sidebar-cart-wrapper{
    display: flex;
    flex-direction: column;
}
.sidebar-cart-wrapper-backdrop{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6666;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
    display: none;
}
.header-cart-button{
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004280;
    position: relative;
    cursor: pointer;
}
.header-cart-button span{
    position: absolute;
    top: 6.7px;
    right: 9px;
    background: #fff;
    color: #004280;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 10px;
    border: 1px solid #004280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.mini-cart-top-wrapper{
    display: flex;
    justify-content: flex-end;
}
.mini-cart-top-wrapper .mini-cart-close{
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;

}
.header-cart-button span.cart-count-empty{
    display: none;
}
.mobile-toggle-menu{
    display: none;
    cursor: pointer;
}
.menu-toggle-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 4px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    min-height: 26px;
}
.menu-toggle-icon span{
    width: 37px;
    height: 6px;
    border-radius: 37px;
    background: #004280;
    transition: all .2s ease-in-out;
}

.sprava-seo a {
    color: #787878;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.sprava-seo img {
    width: 100px;
}

@media (max-width: 1599px){
    .new-header .bottom-header .right {
        column-gap: 5px;
    }
    .search-form-custom input {
        width: 220px;
    }
    .bottom-header .left{
        flex-shrink: 0;
    }
}
@media (max-width: 1480px){
    .new-header .main-menu-block .menu > li a {
        font-size: 14px;
        padding: 10px 7px;
    }
    .new-header .main-menu-block .menu {
        column-gap: 5px;
    }
}
@media (max-width: 1330px){
    .search-form-custom input{
        width: 170px;
        height: 40px;
        font-size: 13px;
    }
    .search-form-custom button {
        width: 40px;
        height: 40px;
    }
    .header-cart-button {
        width: 40px;
        height: 40px;
    }
    .header-cart-button img{
        transform: scale(.7);
    }
    .new-header .main-menu-block .menu > li a {
        font-size: 13px;
        padding: 10px 5px;
    }
}
@media (max-width: 1199px){
    .main-menu-wrapper{
        display: none;
        flex-direction: column;
        position: fixed;
        top: 125px;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .mobile-toggle-menu{
        display: flex;
        align-items: center;
        column-gap: 5px;
    }
    .mobile-toggle-menu > span{
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #C4C4C4;
        display: none;
    }
    .open-header-menu .menu-toggle-icon span:nth-of-type(2){
        opacity: 0;
        position: absolute;
        visibility: hidden;
    }
    .bottom-header .left{
        width: 215px;
    }
    .open-header-menu .menu-toggle-icon{
        min-height: 0;
    }
     .open-header-menu .menu-toggle-icon  span {
        width: 24px;
    }
     .open-header-menu .menu-toggle-icon span:first-of-type {
        transform: rotateZ(-50deg);
         top: -2px;
         position: relative;
    }
     .open-header-menu .menu-toggle-icon span:last-of-type {
        transform: rotateZ(50deg);
         top: 2px;
         position: relative;
    }
    .open-header-menu .mobile-toggle-menu > span{
        display: block;
    }
    .open-header-menu .main-menu-wrapper{
        max-height: calc(100vh - 125px);
        overflow-y: auto;
    }
    .open-header-menu .main-menu-wrapper{
        display: flex;
    }
    .new-header .main-menu-block{
        padding: 0 20px;
    }
    .new-header .main-menu-block .menu{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 20px 0;
    }
    .new-header .main-menu-block .menu > li a {
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        padding: 0;
        color: #000;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children ul a:hover{
        background: none;
        color: #000;
    }

    .new-header .main-menu-block .menu > li:hover > a{
        background: none;
        color: #000;
    }
    .new-header .main-menu-block .menu  li.menu-item-has-children:hover ul{
        display: none;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children > a:after{
        display: none;
    }
    .new-header .main-menu-block .menu {
        align-items: flex-start;
    }
    .new-header .main-menu-block .menu > li i{
        display: inline-block;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children > a{
        order: 2;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children ul{
        width: 100%;
        order: 5;
    }
    .new-header .main-menu-block .menu > li:not(.menu-item-has-children){
        padding-left: 20px;
    }
    .toggle-sub-menu{
        cursor: pointer;
        transition: all .2s ease-in-out;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children.open-sub-menu > .toggle-sub-menu{
        transform: rotate(180deg);
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children.open-sub-menu > ul{
        display: flex;
        border-radius: 0;
        border: none;
        position: unset;
        width: 100%;
    }
    .new-header .main-menu-block .menu > li.menu-item-has-children ul a{
        font-size: 14px;
        white-space: normal;
    }
}

@media (max-width: 767px){
    .top-header .search-form-custom {
        display: none;
    }
    .new-header .top-header .right .language-switcher{
        display: none;
    }
    .new-header .top-header .left {
        column-gap: 0px;
        justify-content: space-between;
        width: 100%;
    }
    .new-header .top-header .left a img{
        width: 21px;
        height: 21px;
    }
    .new-header .top-header .left a{
        font-size: 12px ;
    }
    .new-header .top-header .left .phone-number{
        display: none;
    }
    .new-header .top-header{
        padding: 7px 0;
    }
    .new-header .bottom-header .right .search-form-custom{
        display: none;
    }
    .bottom-header .left{
        width: auto;
        order: 2;
    }
    .bottom-header .right{
        order: 5;
    }
    .new-header .bottom-header{
        padding: 9px 0;
    }
    .open-header-menu .main-menu-wrapper {
        height: calc(100% - 94px);
        max-height: none;
        left: 0;
        overflow: hidden;
    }
    .main-menu-wrapper{
        top: 94px;
        display: flex;
        position: fixed;
        left: -110vw;
        width: 100vw;
        transition: all .2s ease-in-out;
        padding-top: 20px;
    }
    .new-header .main-menu-mobile-top, .new-header .main-menu-mobile-bottom{
        display: flex;
        width: 100%;
    }
    .new-header .main-menu-mobile-top {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .new-header .main-menu-mobile-top .search-form-custom,
    .new-header .main-menu-mobile-top label,
    .search-form-custom input{
        width: 100%;
    }
    .new-header .main-menu-mobile-bottom{
        background: #004280;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .language-switcher .languages-list{
        top: auto;
        bottom: calc(100% + 10px);
    }
    .new-header .main-menu-block {
        padding: 0 20px;
        height: 100%;
        overflow-y: auto;
    }
    .open-header-menu .new-header {
        z-index: 999999;
    }
    .open-header-menu.open-mini-cart .sidebar-cart-wrapper-backdrop{
        z-index: 9999997;
    }
    .open-header-menu.open-mini-cart .sidebar-cart-wrapper{
        z-index: 9999999;
    }
    .menu-toggle-icon{
        width: 37px;
    }
    .mobile-toggle-menu{
        width: 37px;
    }
    .sidebar-cart-wrapper{
        width: 100%;
        max-width: 390px;
    }
    .new-header .top-header .right{
        margin-left: 15px;
    }
    .new-header .social-links{
        column-gap: 15px;
    }
    .new-header .social-links a{
        width: 21px;
        height: 21px;
    }
    .new-header .social-links img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sidebar-cart-wrapper{
        height: 100%;
    }
    .social-links__facebook-link,
    .social-links__instagram-link{
        display: none;
    }
}
