.mainnav-container {
  width: 100%;
  height: 115px;
  position: relative;
  z-index: 999;
  background-color: #161616;
}
.mainnav-section {
  position: relative;
  width: 100%;
  top: 0px;
}
.mainnav {
    background: #161616;
    color: white;
    font: 15px / 48px 'Inter', sans-serif;
    height: 115px;
    width: 100%;
    position: relative;
    z-index: 99;
    top: 0px;
}
.mainnav.sticky {

}
.global-notification {
  height: 40px;
 
  background-color: #000;
}
.global-notification-section {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.global-notification a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  width: auto;
  text-align: center;
}
@media (max-width: 460px) {
  .global-notification a {
    font-size: 14px;
  }
}
.global-notification a:hover {
  text-decoration: none !important;
}
.mainnav > .box {
	overflow: hidden;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3.3%;
  padding-right: 3.3%;
  display: flex;
  align-items: center;
  height: 115px;
}
.mainnav > .box a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	transition: opacity 400ms;
	font-weight: 400;
}
.mainnav > .box a:hover {
	color: #dcdcdc;
}
.mainnav > .box .item {
	padding-right: 1.5%;
	padding-left: 1.5%;
}
.mainnav > .box .heder-slogan {
  font-weight: 400;
  width: 119px;
  color: white;
  font: 12px 'Inter', sans-serif;
  line-height: 140%;
  margin-bottom: 0;
}
.mainnav > .box .menu-items-container {
  flex: 1;
  text-align: center;
}
.mainnav > .box .hamburger {
	display: none;
  min-width: 50px;
  cursor: pointer;
  order: 3;
  margin-left: 1.5%;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 33px;
}
.mainnav > .box .hamburger::before {
    content: '';
    background: #fff;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}
.mainnav > .box .hamburger::after {
    content: '';
    background: #fff;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}
.mainnav > .box .hamburger span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
}
.mainnav > .box .home {
    /* background: url(https://images.sugaris.com.ua/global/nav/v3/sugarisclub-logo-v1-1.svg) no-repeat; */
    /* background-size: 59px auto; */
    /* background-position: 50% 0px; */
    /* width: 59px; */
    /* height: 79px; */
    text-indent: -999px;
    overflow: hidden;
    display: block;
	margin-right: 3.3%;
}
.mainnav > .box .item {
	position: relative;
}
.mainnav > .box .item::before {
	display: none;
	content: '';
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mainnav > .box .basket,
.mainnav > .box .my-account,
.mainnav > .box .log-out {
    min-width: 50px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.mainnav > .box .basket {
    order: 2;
    margin-left: 1.5%;
}
.mainnav > .box .my-account,
.mainnav > .box .log-out {
    order: 1;
    margin-left: auto;
}
.mainnav > .box .basket .basket-text,
.mainnav > .box .my-account .account-text,
.mainnav > .box .log-out .account-text {
    display: block;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1;
}
.mainnav > .box .basket::before,
.mainnav > .box .my-account::before,
.mainnav > .box .log-out::before {
  content: '';
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.mainnav > .box .basket::before {
  background-image: url("https://images.sugaris.com.ua/global/nav/v3/bag.svg");
}
.mainnav > .box .basket .basket-indicator {
  display: none;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 7px;
  height: 7px;
  background-color: #f9b101;
  border-radius: 50%;
  pointer-events: none;
}
.mainnav > .box .basket .basket-indicator.has-items {
  display: block;
}
.mainnav > .box .my-account::before {
    background-image: url("https://images.sugaris.com.ua/global/nav/v3/persone.svg");
}
.mainnav > .box .log-out::before {
    background-image: url("https://images.sugaris.com.ua/global/nav/v3/persone.svg");
}
.mainnav > .box .basket:hover:before,
.mainnav > .box .my-account:hover:after,
.mainnav > .box .log-out:hover:after {
    fill: #3c3c3c;
}

/** customer is not authenticated */
.mainnav-container .mainnav > .box a.customer-account-cabinet,
.mainnav-container .mainnav > .box a.customer-account-logout {
  display: none !important;
}
.mainnav-container .mainnav > .box a.customer-account-login {
  display: flex !important;
}
/** customer is authenticated */
.mainnav-container.mainnav-customer-authenticated .mainnav > .box a.customer-account-cabinet,
.mainnav-container.mainnav-customer-authenticated .mainnav > .box a.customer-account-logout {
  display: flex !important;
}
.mainnav-container.mainnav-customer-authenticated .mainnav > .box a.customer-account-login {
  display: none !important;
}



@media (max-width: 1300px) {
  .mainnav > .box .menu-items-container {
    width: 62%;
  }
}
@media (max-width: 1060px) {
  .mainnav > .box .menu-items-container {
    width: 58%;
  }
}
@media (max-width: 930px) {
  .mainnav > .box .menu-items-container {
    width: 54%;
  }
}
@media (max-width: 821px) {
  .mainnav {
  font-size: 13px / 48px 'Inter', sans-serif;
	color: #fff;
	-webkit-transition: height 400ms, background 400ms;
	-moz-transition: height 400ms, background 400ms;
	transition: height 400ms, background 400ms;
  }
  .mainnav > .box {
    overflow: unset;
    padding: 0 6.3vw;
    height: 115px;
  }
  .mainnav > .box .menu-items-container {
    display: block;
    transition: top 400ms;   
    position: absolute;
    z-index: 9999999;
    float: none;
    background: black;
    width: 100%;
    top: 115px;
    left: 0;
    height: 0vh;
    z-index: 1;
    overflow: hidden;
    transition: height 400ms;
  
  }
  .-open.mainnav > .box .menu-items-container {
    height: 100vh;

  }
  .mainnav > .box .menu-items-container .item:first-child {
    margin-top: 47px;
  }
  .mainnav > .box .menu-items-container .item {
    float: none;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 20px;
    text-align: left;
    padding-left: 6.3vw;
  }
  .mainnav > .box .menu-items-container .item::before {
    display: none;
  }
  .mainnav > .box .hamburger {
    display: flex !important;
    position: relative;
    z-index: 10;
  }
  .mainnav > .box .home {
    margin-right: 6.3vw;
    z-index: 10;
  }
  .mainnav > .box .heder-slogan {
    width: 105px;
    line-height: 18px;
    font-size: 12px;
    z-index: 10;
}
  .mainnav > .box .item {
	float: none;
	padding: 0;
  }
  .mainnav > .box .item:hover{
  	color:#dcdcdc;
  }
  .mainnav > .box .item::before {
	display: block;
  }
  .mainnav > .box .basket,
  .mainnav > .box .my-account,
  .mainnav > .box .log-out {
    min-width: 40px;
    position: relative;
    z-index: 10;
  }
  .mainnav > .box .basket,
  .mainnav > .box .hamburger {
    margin-left: 2.3vw;
  }
  .mainnav > .box .my-account,
  .mainnav > .box .log-out {
    margin-left: auto;
  }
  .mainnav > .box .basket::before,
  .mainnav > .box .my-account::before,
  .mainnav > .box .log-out::before {
    width: 24px;
    height: 24px;
  }
  .mainnav > .box .basket .basket-indicator {
    width: 6px;
    height: 6px;
  }
  .mainnav > .box .hamburger span {
    font-size: 11px;
  }
  .mainnav > .box .basket .basket-text,
  .mainnav > .box .my-account .account-text,
  .mainnav > .box .log-out .account-text {
    font-size: 11px;
  }
  .mainnav.-open > .box .hamburger::before {
	-webkit-transform: translate(-50%, 5px) rotate(45deg);
	-moz-transform: translate(-50%, 5px) rotate(45deg);
	-ms-transform: translate(-50%, 5px) rotate(45deg);
	-o-transform: translate(-50%, 5px) rotate(45deg);
	transform: translate(-50%, 5px) rotate(45deg);
  }
  .mainnav.-open > .box .hamburger::after {
	-webkit-transform: translate(-50%, -5px) rotate(-45deg);
	-moz-transform: translate(-50%, -5px) rotate(-45deg);
	-ms-transform: translate(-50%, -5px) rotate(-45deg);
	-o-transform: translate(-50%, -5px) rotate(-45deg);
	transform: translate(-50%, -5px) rotate(-45deg);
  }



}
@media (max-width: 427px) {
  .mainnav {
    font: 3.5vw / 10vw 'Inter', sans-serif;
  }
  .mainnav > .box .home {
    background-size: 13.78vw auto;
    margin-right: 7%;
    width: 13.78vw;
  }
  .mainnav > .box .heder-slogan {
      width: 22vw;
      font-size: 2.8vw;
      line-height: 4vw;
  }
  .mainnav > .box .hamburger {
    width: 11.68vw;
  }
  .mainnav > .box .hamburger::before,
  .mainnav > .box .hamburger::after {
      width: 24px;
  }
  .mainnav > .box .basket,
  .mainnav > .box .my-account,
  .mainnav > .box .log-out {
    min-width: 35px;
  }
  .mainnav > .box .basket,
  .mainnav > .box .hamburger {
    margin-left: 2.3vw;
  }
  .mainnav > .box .my-account,
  .mainnav > .box .log-out {
    margin-left: auto;
  }
  .mainnav > .box .basket::before, 
  .mainnav > .box .my-account::before {
    width: 24px;
    height: 24px;
  }
  .mainnav > .box .hamburger span {
    font-size: 10px;
  }
  .mainnav > .box .basket .basket-text,
  .mainnav > .box .my-account .account-text,
  .mainnav > .box .log-out .account-text {
    font-size: 10px;
  }
}
@media (max-width: 300px) {
  .mainnav > .box .heder-slogan {
    display: none;
  }
  .mainnav > .box .home {
    margin-right: 0;
    width: 18vw;
  }
}
/*
@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.mainnav > .box .home {
    background: url(https://images.sugaris.com.ua/global/nav/v3/sugarisclub-logo-v1-1.svg) no-repeat;
    background-size: 13.78vw auto;
	}
}*/

html.-mainnav-open {
	overflow: hidden;
}




