
/** hello bar **/
.free-banner {
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    letter-spacing: 6px;
    padding: 4px 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 6666;
  	display:none;
}

.free-banner-right {
    float: right;
    position: fixed;
    right: 10px;
  z-index: 7777;
  top: 5px;
  display:none;
}
.free-banner a, .free-banner a:hover {
	text-decoration:none;
	 font-weight: bold;
}

.free_btn, .free_btn:hover {
    padding: 10px;
    text-transform: none;
}

.main-header {
    margin-top: 55px;
}

@media screen and (max-width: 640px) {
   .free-banner {
      font-size: 11px;
      letter-spacing: 2px;
      padding: 12px 10px;
  }
  .free-banner-right {
      position: fixed;
      right: 0;
     top: 3%;
  }
  .free-banner span:after {
      clear: both;
      content: "";
      display: block;
  }
}

.free_btn_off {position: fixed;right: 0;top: 0;z-index: 7777;background:url("//cdn.shopify.com/s/files/1/0588/3229/t/5/assets/free_btn_bg_nzxt.png?1754") no-repeat; width:72px; height:72px;}

.free_btn_off:hover,.free_btn_off.hover_effect{background-position:0 -73px;}

@media (max-width:640px) {
	.free_btn_off {background-position:-72px 0; width:53px; height:53px;}
	.free_btn_off:hover, .free_btn_off.hover_effect {background-position:-72px -53px;}
}