@media only screen and (min-width: 1025px) {
  .header {
    height: 5.72916667vw;
    display: flex;
    align-items: center;
    padding: 0 2.34375vw;
  }
  .logo {
    width: 13.64583333vw;
    height: 2.5vw;
  }
  .logo a {
    display: block;
    width: 100%;
  }
  .logo img {
    display: block;
    width: 100%;
  }
  .socials a {
    display: block;
    margin: 0.20833333vw;
    width: 1.45833333vw;
    height: 1.45833333vw;
  }
  .socials img {
    display: block;
    width: 100%;
	border-radius: 50%;
	background-color: #1e549b;
	border: 1px solid transparent;
  }
  .socials img:hover {
	  border: 1px solid #1e549b;
	background-color: #f7941d;
  }
  .hamburger-menu,
  .closed {
    display: none;
  }
  .navbar .nav li .sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
  }
  .navbar .nav {
    margin: 0;
    padding: 0;
  }
  .navbar .nav > li {
    line-height: 5.72916667vw;
  }
  .navbar .nav > li:hover {
    background-color: #1e549b;
  }
  .navbar .nav > li:hover .sub-menu {
    display: block;
  }
  .navbar .nav > li > a {
    display: block;
    padding: 0 1.5625vw;
  }
  .navbar .nav li {
    list-style: none;
    position: relative;
  }
  .navbar .nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.04166667vw;
    white-space: nowrap;
    font-family: "Open Sans Hebrew";
    font-weight: 400;
  }
  .navbar .nav li ul.sub-menu {
    margin: 0;
    padding: 0 0 30px 0;
    background-color: #1e549b;
    /*width: 100%;*/
  }
  .navbar .nav li ul.sub-menu li {
    line-height: 1.04166667vw;
    padding: 0.8vw 1.5625vw;
  }
  .navbar .nav li ul.sub-menu li a {
    padding: 0;
  }
  .navbar .nav li ul.sub-menu li a:hover {
    color: #ffac0d;
  }
  .cart-container {
    display: flex;
  }
  .cart-container .cart {
    background-image: url(../img/cart.png);
    width: 1.45833333vw;
    height: 1.30208333vw;
    background-size: cover;
    margin-top: 0.625vw;
  }
  .cart-container .login-container {
    min-width: 4.6875vw;
  }
  .cart-container .login {
    background-color: #1e549b;
    display: block;
    min-width: 2.8125vw;
    color: #fff;
    padding: 0.625vw 0.9375vw;
    font-size: 0.9375vw;
    font-family: "Open Sans Hebrew";
    font-weight: 400;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(64, 90, 162, 0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(64, 90, 162, 0.5);
    box-shadow: 0px 3px 8px 0px rgba(64, 90, 162, 0.5);
    text-align: center;
  }
  .cart-container .login:hover {
    background-color: #f7941d;
  }
  .cart-container .link a {
    color: #465c91;
    font-size: 0.83333333vw;
    font-family: "Open Sans Hebrew";
    font-weight: 700;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
    width: 5.94594595vw;
    height: 3.51351351vw;
    background-image: url("../img/hamburger-menu.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .closed {
    display: block;
    width: 6.75675676vw;
    height: 6.75675676vw;
    background-image: url("../img/closed-menu.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 8.10810811vw;
    left: 5.67567568vw;
    cursor: pointer;
  }
  .header {
    height: 19.18918919vw;
    display: flex;
    align-items: center;
    padding: 0 5.40540541vw;
    position: relative;
    z-index: 9999;
    top: 0;
  }
  .logo {
    width: 35.40540541vw;
    height: 6.21621622vw;
  }
  .logo a {
    display: block;
    width: 100%;
  }
  .logo img {
    display: block;
    width: 100%;
  }
  .socials {
    display: none;
  }
  .socials a {
    display: block;
    margin: 0.20833333vw;
    width: 1.45833333vw;
    height: 1.45833333vw;
  }
  .socials img {
    display: block;
    width: 100%;
  }
  .navbar {
    position: absolute;
    width: 100%;
    background-color: #1e549b;
    right: -100%;
    top: 19.18918919vw;
    z-index: 99;
    transition: all 0.2s ease-out;
  }
  .navbar .nav li .sub-menu {
    display: none;
    z-index: 99;
    padding-right: 13.51351351vw;
  }
  .navbar .nav {
    margin: 0;
    padding: 16.21621622vw 0;
  }
  .navbar .nav > li {
    line-height: 8.10810811vw;
    margin: 2.16216216vw 0;
  }
  .navbar .nav > li:hover {
    background-color: #1e549b;
    /*.sub-menu {
					display: block;
				}*/
  }
  .navbar .nav > li > a {
    display: block;
    padding: 0 8.10810811vw;
  }
  .navbar .nav > li.menu-item-has-children > a:after {
    content: "";
    background-image: url("../img/menu-link-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    width: 3.78378378vw;
    height: 5.94594595vw;
    float: left;
    display: block;
  }
  .navbar .nav li {
    list-style: none;
    position: relative;
  }
  .navbar .nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 5.40540541vw;
    white-space: nowrap;
    font-family: "Open Sans Hebrew";
    font-weight: 400;
  }
  .navbar.opened {
    right: 0%;
  }
  .cart-container {
    display: flex;
  }
  .cart-container .cart {
    background-image: url(../img/cart.png);
    width: 1.45833333vw;
    height: 1.30208333vw;
    background-size: cover;
    margin-top: 0.625vw;
  }
  .cart-container .login {
    background-color: #1e549b;
    color: #fff;
    padding: 2.16216216vw 2.7027027vw;
    font-size: 3.24324324vw;
	white-space: nowrap;
    font-family: "Open Sans Hebrew";
    font-weight: 400;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(64, 90, 162, 0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(64, 90, 162, 0.5);
    box-shadow: 0px 3px 8px 0px rgba(64, 90, 162, 0.5);
  }
  .cart-container .link a {
    color: #465c91;
    font-size: 0.83333333vw;
    font-family: "Open Sans Hebrew";
    font-weight: 700;
    text-decoration: none;
  }
}
