/* #Header Queries
================================================== */
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* #Header Bar
================================================== */
.header {
    background: url('../images/img-header-background.jpg') no-repeat center top fixed;
    background-size: 100%;
    overflow: hidden;
}

.header .logo {
  max-width: 200px;
  height: 200px;
  background: url('../images/kiwi-importer-logo.png') center center no-repeat;
  background-size: auto 200px;
  cursor: pointer;
  margin: 0 auto;
}

.header .cart-button {
  position: absolute; 
  bottom: 10px; right: 10px;
}

.header .search-button {
  position: absolute; bottom: 10px; right: 170px;
}

/* #Left Column - Important Notices
================================================== */
.important-notice {
	  font-family: 'PT Sans', sans-serif;;
    font-size: 12pt;
    font-weight: 700;
    line-height: 20pt;
    position: relative;
    top: -15px;
    text-align: left;
    color: rgb(67,29,6);
    background: url('../images/important-notice.png') repeat-x bottom rgb(214,187,142);    
    padding: 15px;
    box-sizing: border-box;
    z-index: 50px;
}




/* #Middle Column - Logo
================================================== */


.kiwi-logo img {
	height: 200px;
    width: auto;
    display: block;
	margin: 0 auto;
}

.top-icon {
    background-color: #4f3829;
    color: #ffffff;
    display: block;
    margin-bottom: 1px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 11pt;
}

.top-icon:first-child {
    border-radius: 5px 5px 0px 0px;
}

.top-icon:last-child {
    border-radius: 0px 0px 5px 5px;
}

.has-text {
    padding-right: 10px;
    color: white;
}

.has-text a {
    color: white;
    text-decoration: none;
}

.icon {
    line-height: 30px;
    height: 30px;
    width: auto;
    vertical-align:middle
}


.box-account {
    /*background-color: #84adae;*/

    padding: 5px;
    box-sizing: border-box;
}


/* Smaller Screen */
@media  only screen and (min-width: 550px) and (max-width: 769px) {
  .header .logo {
    height: 150px;
    background: url('../images/kiwi-importer-logo.png') center center no-repeat;
    background-size: auto 150px;

  }

  .header .cart-button,
  .header .search-button {
    display: none;
  }
}

@media  only screen and (max-width: 549px) {
  .header .logo {
    height: 100px;
    background: url('../images/kiwi-importer-logo.png') center center no-repeat;
    background-size: auto 100px;

  }

  .header .cart-button,
  .header .search-button {
    display: none;
  }
}


/* #Search Bar
================================================== */
.search {
  display: none;
}
.search h2 {
    font-family: army;
    font-size: 20pt;
    color: rgb(163,166,105);
}

.search #spnLayerWrapper {
  width: 800px;
  margin-left: -400px;
}

.search .btn-red {
  text-align: center;
}
.select2-search input {
  width: 100% !important;
}

@media  only screen and (min-width: 501px) and (max-width: 800px) {
  .search #spnLayerWrapper {
    width: 480px;
    margin-left: -240px;
  }

}


@media  only screen and (max-width: 500px) {
  .search #spnLayerWrapper {
    width: 90%;
    margin-left: -45%;
  }

}