/*
Theme Name: child themes komanda
Template: komanda
Theme URI: https://komanda.dev/
Description: Child themes komanda
Author: komanda
Author URI: https://komanda.dev/
Version: 1.0
*/
.subheader__search-row .search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 70%;
    min-width: 200px;
}

.search-form .btn-search{
    background: transparent;
    border: none;
    outline: none;
}

.subheader__search-row .search-form input{
    border-bottom: none;
    margin: 0 20px!important;
    padding: 0!important;
}

.search-form .btn-search svg circle,
.search-form .btn-search svg path{
    stroke: #0f0d16;
}

.subheader__search-row .search-form .btn-close{
    display: none;
}


.popup-wpapp{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: 99999999;
}

.popup__close{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(79, 79, 79, 1);
    border-radius: 50%;
    z-index: 2;
    background-color: var(--kmnd-body-background, #000);
    cursor: pointer;
}
.popup__close:hover{
    border: 1px solid rgba(255, 255, 255, 1);
}
.popup__close span{
    position: relative;
}
.popup__close span:before,
.popup__close span::after{
    content: '';
    clear: both;
    position: absolute;
    top: 18px;
    left: 4px;
    width: 30px;
    height: 1px;
    background: #fff;
}

.popup__close span:before{
    transform: rotate(45deg);
}
.popup__close span::after{
    transform: rotate(135deg);
}

@media screen and (max-width:1024px) {
    .popup-wpapp{
        padding: 10px;
    }
    .popup__close{
        top: -40px;
        right: 0px;
    }       
    .woocommerce-account .woocommerce-MyAccount-navigation{
      display: none;
    }
}
