/**
* Theme Name: Shokrino Child
* Description: This is a child theme of Shokrino
* Author: <a href="https://zhaket.com/store/web/shokrino">Shokrino Team</a>
* Template: shokrino
*/
#custom-header-shkrn-bizhani {
    padding: 0;
    border-radius: 0;
}
#custom-header-shkrn-bizhani .main-menu {
    justify-content: center;
}
#custom-header-shkrn-bizhani .header-two-shkrn-bottom:before, #custom-header-shkrn-bizhani .header-two-shkrn-top:before {
    background: var(--shkrn-var-main-color);
    content: "";
    position: absolute;
    width: 100vw;
    height: 60px;
    right: 0;
    z-index: -1;
}
#custom-header-shkrn-bizhani .social-shkrn > a > svg {
    stroke: #fff;
}
#custom-header-shkrn-bizhani .social-shkrn > a > svg > g > path {
    fill: #fff;
}
#custom-header-shkrn-bizhani .active-current-menu-on-shkrn > a {
    background-color: transparent !important;
    color: #fff !important;
}
#custom-header-shkrn-bizhani .main-menu ul li a {
    color: #fff;
}
#custom-header-shkrn-bizhani .header-two-shkrn-top {
    margin: 0 auto;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
#custom-header-shkrn-bizhani .header-two-shkrn-top .main-menu {
    justify-content: start;
}
#custom-header-shkrn-bizhani .header-two-shkrn-top .social-shkrn {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 8px 0 0 0;
}
#custom-header-shkrn-bizhani .header-two-shkrn-top .main-menu ul li a {
    padding: 0 5px 0;
}
#custom-header-shkrn-bizhani .header-two-shkrn-top:before {
    height: 45px;
	top: 0;
}
#custom-header-shkrn-bizhani .shkrn-header-logo {
    padding: 0;
    width: 100%;
}
#custom-header-shkrn-bizhani .shkrn-header-logo > img {
    max-height: 110px;
    max-width: 200px;
    margin: 5px;
}
@media only screen and (max-width: 800px) {
	#custom-header-shkrn-bizhani .header-two-shkrn-top {
		flex-wrap: wrap;
		height: fit-content;
		justify-content: center;
		flex-direction: column-reverse;
		position: relative;
	}
	#custom-header-shkrn-bizhani .header-two-shkrn-top:before {
		height: 100%;
	}
	#custom-header-shkrn-bizhani .header-two-shkrn-bottom {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#custom-header-shkrn-bizhani .shkrn-header-logo {
		padding: 0;
		width: 100%;
		max-height: fit-content;
	}
}
.shkrn-mobile-menu-inside {
    height: 100vh;
}