body,
#page{
  width: 100%;
  overflow-x: hidden;
}
/* #header {
  position: fixed;
  width: 100%;
  top: 0;
  left:0;
  background-color: transparent !important;
} */

#header.fixed{
  position: fixed;
  width: 100%;
}

#header .top-header {
  background-color: #ffffff;
}
.top-note{
  padding: 5px;
  font-size: 17px;
  color: rgb(148, 148, 148);
  line-height: 1.4;
  text-align: center;
}

.mobile_header .top-note a,
.top-note a{
  font-size: 13px;
  color: rgb(148, 148, 148) !important;
  text-decoration: underline !important;
}

.mobile_header .top-note a:hover,
.top-note a:hover {
   text-decoration: none !important;
}

.bottom_header {
  padding: 28px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
/*     background-color: #4a7cbb; */
  background-color: transparent;
}

#header:hover .bottom_header,
#header.fixed .bottom_header {
  background-color: #fff;
}


.bottom_header .container {
  padding: 0;
}

.bottom_header .right-block,
.bottom_header #navigation{
  margin: 0;
  padding: 0;
  padding-right: 30px;
  width: 70%;
}

  .bottom_header .right-block {
    padding-right: 0;
    padding-left: 30px;
  }

.bottom_header .logo{
  min-width: 316px;
  width: 316px;
  position: relative;
}

.bottom_header .logo a:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/94/assets/logo-color.png?v=12021799533275951980);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index:6;
  opacity: 0;
}

#header .bottom_header .logo a:after,
#header:hover .bottom_header .logo a:after,
#header.fixed .bottom_header .logo a:after{
  opacity: 1;
}


.bottom_header .logo img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* #header:hover .logo img,
#header.fixed .logo img{
  opacity: 0;
} */

.bottom_header #navigation .main_menu{
  margin-left: 0;
}
  
.bottom_header #navigation .main_menu > li > a{
  font-size: 23px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-transform: none;
  display: block;
  padding: 15px 20px 15px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 0;
}

.bottom_header #navigation li {
  margin: 0;
}

.bottom_header .right-block li {
  margin: 0 15px;
}

.bottom_header .header-search-form input[type="submit"]{
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bottom_header .header-search-form input[type="text"] {
  background-color: transparent;
  height: 30px;
  font-size: 17px;
  border-color: #fff;
  color: #fff;
  -webkit-transition: border 0.3s linear, color 0.3s linear;
  transition: border 0.3s linear, color 0.3s linear;
}
.bottom_header .header-search-form input[type="text"]::-webkit-input-placeholder { color: #fff;  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
.bottom_header .header-search-form input[type="text"]::-moz-placeholder { color: #fff;  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
.bottom_header .header-search-form input[type="text"]:-ms-input-placeholder { color: #fff;  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
.bottom_header .header-search-form input[type="text"]:-moz-placeholder { color: #fff;  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
.bottom_header .right-block li.login-links{
  position: relative;
}
.bottom_header .right-block li.login-links > a{
  padding: 15px 0;
  font-size: 17px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bottom_header .right-block li #cart {
  background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/94/assets/shopping-bag-new-white.png?v=5351319939296562386);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  height: 30px;
  width: 30px;
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
   -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .bottom_header .right-block li #cart,
#header:hover .bottom_header .right-block li #cart,
#header.fixed .bottom_header .right-block li #cart {
  background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/94/assets/shopping-bag-new.png?v=13102436642634652618);
  color: #011146;
}

.bottom_header .right-block li #cart span {
  position: relative;
  top: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 12px;
/*   color: #000F47; */
}

.bottom_header .mini-login-box {
  background-color: #fff;
  right: 0;
  left: auto;
  top: 100%;

}
.bottom_header .mini-login-box::after {
  border-color: transparent transparent #fff transparent;
}

#header .bottom_header .right-block li.login-links > a,
#header .bottom_header .header-search-form input[type="text"],
#header .bottom_header .header-search-form input[type="submit"],
#header .bottom_header #navigation .main_menu > li > a,
#header:hover .bottom_header .right-block li.login-links > a,
#header.fixed .bottom_header .right-block li.login-links > a,
#header:hover .bottom_header .header-search-form input[type="text"],
#header.fixed .bottom_header .header-search-form input[type="text"],
#header:hover .bottom_header .header-search-form input[type="submit"],
#header.fixed .bottom_header .header-search-form input[type="submit"],
#header:hover .bottom_header #navigation .main_menu > li > a,
#header.fixed .bottom_header #navigation .main_menu > li > a {
  color: #001443;
  border-color: #001443;
}
#header .bottom_header .header-search-form input[type="text"]::-webkit-input-placeholder { color: #001443; }
#header .bottom_header .header-search-form input[type="text"]::-moz-placeholder { color: #001443; }
#header .bottom_header .header-search-form input[type="text"]:-ms-input-placeholder { color: #001443; }
#header:hover .bottom_header .header-search-form input[type="text"]::-webkit-input-placeholder { color: #001443; }
#header:hover .bottom_header .header-search-form input[type="text"]::-moz-placeholder { color: #001443; }
#header:hover .bottom_header .header-search-form input[type="text"]:-ms-input-placeholder { color: #001443; }
#header:hover .bottom_header .header-search-form input[type="text"]:-moz-placeholder { color: #001443; }
#header.fixed .bottom_header .header-search-form input[type="text"]::-webkit-input-placeholder { color: #001443; }
#header.fixed .bottom_header .header-search-form input[type="text"]::-moz-placeholder { color: #001443; }
#header.fixed .bottom_header .header-search-form input[type="text"]:-ms-input-placeholder { color: #001443; }
#header.fixed .bottom_header .header-search-form input[type="text"]:-moz-placeholder { color: #001443; }

.bottom_header .right-block li.cart-list{
  position: relative;
}

.bottom_header .right-block li.cart-list .mini-shopping-cart{
  border: 1px solid #000;
  top: 100%;
  right: 0;
}

.sub-menu{
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.sub-menu .menu-wrap ul {
  padding: 30px 20px;
  width: 180px;  
  margin: 0;
}

.sub-menu .menu-wrap .image-wrap {
  padding: 30px 20px;
}

@media ( max-width: 1280px ) {
  .bottom_header .header-search-form input[type="text"]{
    max-width: 160px;
  }
  
  .bottom_header #navigation .main_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;    
  }
  .bottom_header .right-block li{
    margin: 0 10px;
  }
}

@media ( max-width: 1120px ) {
  .bottom_header #navigation .main_menu > li > a{
    font-size: 20px;
  }
  
  .bottom_header .logo {
    min-width: 280px;
    width: 280px;
  }
  .bottom_header .header-search-form input[type="text"]{
    max-width: 100px;
  }
}


@media ( max-width: 980px) {
  .bottom_header {
    padding: 20px 0;
  }
  .bottom_header .logo {
    min-width: 200px;
    width: 220px;
  }

  .bottom_header .right-block{
    padding-left: 20px;
  }
  .bottom_header #navigation{
    padding-right: 20px;
  }
}


@media ( max-width: 855px) {
  .mobile_header{
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
  }
  
  #header .mobile_header,
  #header.fixed .mobile_header {
   background-color: #fff; 
  }
  
  .mobile_header > .container {
    padding: 5px 0;
  }
  .top-note{
    padding: 10px 0;
    font-size: 13px;
    color: rgb(148, 148, 148);
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    background-color: #fff;
 }
  
  .mobile_header > .mob_search_form {
    display: none;
    padding: 0;
    background-color: #fff;
  }
  .mobile_header .mob_search_form input[type="text"] {
    height: 30px;
  }
  
  .mobile-logo{
    position: relative;
    min-width: 150px;
    width: 150px;    
  }
  
  .mobile-logo img {
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
    display: block;
  }
  
  #header.fixed .mobile-logo img {
    opacity: 0;
   }
  
  .mobile-logo:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/51/assets/logo-color.png?6925);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
  }
  
  #header .mobile-logo:after,
  #header.fixed .mobile-logo:after {
    opacity: 1;
  }
  
  .right-mobile,
  .left-mobile {
    width: 50%;
  }
  .open-search{
    width: 30px;
    height:30px;
/*     margin-top: 6px; */
    margin-right:10px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #001845;
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
  }
  
/*   #header:not( .fixed ) .open-search {
    color: #fff;
  } */
  
  .mobile_menu span:before,
  .mobile_menu span {
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
    
  }
  
  .mobile_menu span:before {
    background-color: #fff;
  }
  
  .mobile_menu span {
    border-color: #fff;
  }
  
  #header .mobile_menu span:before,
  #header.fixed .mobile_menu span:before {
    background-color: #000;
  }
  
  #header .mobile_menu span,
  #header.fixed .mobile_menu span {
    border-color: #000;
  }
  
  .mobile_header .cart_count {
    background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/94/assets/shopping-bag-new-white.png?v=5351319939296562386); 
    /* background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/94/assets/handbag-white.png?v=17418094819311623984); */
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA3OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5TaG9wcGluZyBCYWctd2hpdGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUwLDIyQTE1LDE1LDAsMCwwLDM1LDM3djdoNFYzN2ExMSwxMSwwLDAsMSwyMiwwdjdoNFYzN0ExNSwxNSwwLDAsMCw1MCwyMlpNMjYsNDZsLTUsNTRINzlMNzQsNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEgLTIyKSIvPjwvc3ZnPg==); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20px auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

    color: #fff;
    padding-top: 4px;
    margin-top: 0;
  }

  #header .mobile_header .cart_count,
  #header.fixed .mobile_header .cart_count {
    background-image: url(//cdn.shopify.com/s/files/1/0001/9857/4138/t/94/assets/shopping-bag-new.png?v=13102436642634652618);
    color: #3d4246;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA3OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDE4NDU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5TaG9wcGluZyBCYWctbmV3PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MCwyMkExNSwxNSwwLDAsMCwzNSwzN3Y3aDRWMzdhMTEsMTEsMCwwLDEsMjIsMHY3aDRWMzdBMTUsMTUsMCwwLDAsNTAsMjJaTTI2LDQ2bC01LDU0SDc5TDc0LDQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxIC0yMikiLz48L3N2Zz4=); */

  }
  
  .mob_search_form input[type="submit"] {
     color: #001845;
  }
  

}