@charset "UTF-8";
/*
Theme Name: Party
Author: Attico
Author URI: https://attico.dp.ua/
Version: 1.0
Text Domain: Party
*/
@media screen and (max-width: 1400px) {
  .header__top {
  	padding: 25px 0;
  }
}
@media screen and (max-width: 1224px) {
	.header__top .search {
		margin-right: 15px;
	}
  .header .logo {
    margin: 0;
  }
}
.mobile-menu {
	margin-right: 0;
}

span.bogoflags {
    display: none;
}
.bogo-language-switcher.list-view {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
.bogo-language-switcher.list-view {
  margin-bottom: 0;
}
.bogo-language-switcher.list-view li {
  margin-right: 15px;
}
@media screen and (max-width: 1224px) {
.bogo-language-switcher.list-view li {
    margin-right: 5px;
}
}
