/*
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;
    }
}

/**************************/

.country__slide>.country__item.active a{
    color: #F56101;
}

.country__item a {
    color: #1e1e1e;
}

.container.prev_info{
    margin-bottom: -45px;
}

article.article-text ul > li a {
    color: black!important;
}

/*
html, body{
	scroll-behavior: smooth;
}
*/
.aligncenter {
    clear: both;
    margin: 0 auto;
}
.block__text span{
	color:black;
}

.single-post .input__container label {
    top: 2px;
}

article.article-text hr{
	display: block;
    max-width: 193px;
    height: 0;
    border: none;
    border-bottom: 1px solid rgba(30, 30, 30, 0.3);
    margin: 34px 0;
}
.single-post main .article-text h2 {
    margin-bottom: 24px;
    letter-spacing: .03em;
    font-size: 28px;
    line-height: 34px;
	text-transform: none;
}

@media screen and (max-width: 639px) {
    .single-post main .article-text h2{
        font-size: 24px;
        line-height: 29px;
    }
   
}


@media screen and (max-width: 479px) {
    .single-post main .article-text h2{
        font-size: 19px;
		line-height: 23px;
    }
}
/*header.black {
    z-index: 999;
}*/
li.social__item {
    z-index: 998;
}

/**********************/
.single-post main .article-text h1{
    font-size: 32px!important;
	text-transform: none;
	margin-bottom: 24px;
}
.single-post main .article-text h2{
    font-size: 24px!important;
}
.single-post main .article-text h3{
    font-size: 14pt!important;
	text-transform: none;
	margin-bottom: 24px;
}
.single-post main .article-text h4{
    font-size: 16px!important;
	margin-bottom: 24px;
}
.single-post main .article-text h5{
    font-size: 10pt!important;
	margin-bottom: 24px;
}
.single-post main .article-text h6{
    font-size: 8pt!important;
	margin-bottom: 24px;
}
.article-text .title-with-line .country-title{
	font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 700;
   max-width: calc(100% - 80px);
    margin-right: 20px;
}
/* start 20230126 GLO 2.0.3.2*/
.single-post main .article-text  h1,.single-post main .article-text  h2,.single-post main .article-text  h3, .single-post main .article-text h4,.single-post main .article-text  h5,.single-post main .article-text  h6,.single-post main .article-text  .h1-title, .single-post main .article-text  .h2-title, .single-post main .article-text .h3-title, .single-post main .article-text .h4-title,.single-post main .article-text  .h5-title, .single-post main .article-text .h6-title{
    letter-spacing: .03em;
}
@media only screen and (max-width: 479px){
	.article-text .title-with-line .country-title{
		    max-width: unset;
    margin-right: 0;
	}
}
/* end 20230126 GLO 2.0.3.2*/


