#wrapper-header{
  background: #000;
}
@media (max-width:768px){
  .navbar-brand{
    width:200px;
  }
}
@media (min-width:768px) and (max-width:1600px){
  #navbar .nav-link{
    font-size: 1.2vw;
  }
}
.shipping-banner{
  background-color: #92a39d;
}
.shipping-banner.black{
  background-color: #000;
}
.shipping-banner .ship {
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  font-family: 'montserratregular', sans-serif;
  text-transform:uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.badge{
  position: absolute;
  margin: -10px -13px;
}
#topDrop {
  position: fixed;
  width: 300px;
  z-index: 99999;
  background: #000;
  right: 0;
  top:0;
  overflow-y: auto;
  overflow-x: hidden;
}
#topDrop a.nav-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
}
#topDrop .img-tab{
  width: 25px;
  height: 25px;
}
#topDrop .topCategory.collapsed .catArrow{
  transform: rotate(0deg);
  transition: transform .2s ease-in-out;
}
#topDrop .topCategory .catArrow{
  transform: rotate(90deg);
  transition: transform .2s ease-in-out;
}
.icon{
  width: 30px;
  height: 30px;
}
.icon.sm{
  width: 25px;
  height: 25px;
}
.icon.lg{
  width: 150px;
}
#dropCheckout{
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#dropSearch span{
  color: #fff;
}
/* FOOTER */
footer {
  background:#000;
  padding:20px;
  color:#fff;
}
footer .nav-link{
  color:#fff;
}
footer .nav-link svg{
  font-size: 40px;
}
.nav-icon img{
  width:20px;
  height:20px;
}
.chat{
  padding-top:5px;
}
/* search autocomplete */
#sList{ 
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
}
.auto-option{
  width: 100% !important; 	
}
.auto-option:focus{
  background-color: rgba(255,247,247,.5);
  cursor: pointer;
}
.auto-option:hover{
  background-color: rgba(255,247,247,.5);
  cursor: pointer;
}
#focalContainer .focalFloatButton,
#focalContainer .focalThemeButton{
  background-color: #000 !important;
}
#focalContainer, 
#focalContainer #focalFloatCallback,
#focalContainer .focalFloat,
#focalContainer #focalFloatInviteToChat {
  z-index: 999;
}
#mask {
  background-color: #000000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}
#mask2 {
  background-color: #000000;
  display: none;
  left: 0;
  right: 300px;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: .7;
  bottom: 0;
}
ul#sListD {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
ul#sListD li {
  font-size: 20px;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  line-height: 21px;
  text-transform: uppercase;
}
.ada-hidden {
  position: absolute;
  left: -100000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}