/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2023 | 12:53:33 */
.header-bar:before {
  content: 'МИ ПРАЦЮЄМО! ЩОДНЯ 8.30-19.00 РАЗОМ ДО ПЕРЕМОГИ! ВСЕ БУДЕ УКРАЇНА 💙💛';
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  text-align: center;
  background: #0a1842;
  color: #fff;
}
/*----------------------MINIWIDGETS----------------------*/

.header-bar .mini-widgets:last-child .text-area {text-align: right;}

/*Soc*/

.mini-widgets .text-area .soc-ico a {text-decoration: none;}

/*Minicart*/

.mini-widgets .shopping-cart-wrap .buttons .checkout {display: none;}

/*Contacts*/

.mini-widgets .header__contacts {margin-bottom: 20px;font-weight: 300;}
.mini-widgets .header__contacts a:not(.dt-btn) {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
  transition: all .3s;
}
.mini-widgets .header__contacts a:hover {
  color: #f49ac1;
  text-decoration: underline;
}

/*-------------------------MENU-------------------------*/

.classic-header .navigation {
	margin-bottom: 10px;
  	padding-top: 10px;
}
.classic-header.justify.widgets .main-nav > li {
	-webkit-flex-grow: unset;
    -moz-flex-grow: unset;
    -ms-flex-positive: unset;
    -ms-flex-grow: unset;
    flex-grow: unset;
}

/*Language*/

.header-bar .qtranxs-lang-menu .sub-nav {width: 60px;}
.main-nav > .qtranxs-lang-menu.act > a .menu-text {color: #202b40;}
.main-nav .qtranxs-lang-menu .underline {display: none;}

/*-------------------------LOGO-------------------------*/

.header-bar .branding > a:before {
    display: block;
    position: relative;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
    color: #202b40;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*
html[lang="ru-RU"] .header-bar .branding > a:before, 
html[lang="ru_RU"] .header-bar .branding > a:before {
    content: "Цветочная сеть";
}
html[lang="uk"] .header-bar .branding > a:before {
    content: "Квіткова мережа";
}
html[lang="en-US"] .header-bar .branding > a:before, 
html[lang="e_US"] .header-bar .branding > a:before {
    content: "Flower net";
}
*/
.header-bar .branding a img {
    width: auto;
    height: 100px;
}
#phantom .logo-box a img {
  width: auto;
  height: 65px;
}
.header-bar .branding > a {text-decoration: none;}
.mobile-branding img {
  width: 160px;
}