.nav-wrap {
    background: black;
}

.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid black;
}

@media (max-width: 991px) {
    .navbar {
        background-color: black;
    }
}


.header-wrap {
    padding: 0;
}

.top-bar {
    color: white;
    background-color: black;
}

.header-wrap {
    background-color: black;
}

.header-wrap-holder {
    border-bottom: 1px solid black;
}

.nav-search, .nav-cart-wrap {
    width: 33%;
    padding-right: 20%;
}

.logo, .logo-dark {
    margin-top: 10px;
    max-height: 80px;
}

.footer
{
    color: white;
    background-color: black;
}

.bottom-footer {
    color: white;
    background-color: black;
}

.nav-cart-container {
    max-width: 600px;
    width: 300px;
}

.custom-button
{
    background-color: black;
    border: 2px solid black;
    color: white;
    border-radius: 0px;
}

#flexslider-hero-2 img {
    min-height: 400px;
  }

  #flexslider-hero-2 .img-holder {
    position: absolute;
    top: 0;
    height: 536px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  #flexslider-hero-2 .img-holder.img-1 {
    background-image: url(../img/slider/1.jpg);
  }
  #flexslider-hero-2 .img-holder.img-2 {
    background-image: url(../img/slider/2.jpg);
  }
  #flexslider-hero-2 .img-holder.img-3 {
    background-image: url(../img/slider/3.jpg);
  }
  #flexslider-hero-2 .img-holder.img-4 {
    background-image: url(../img/slider/4.jpg);
  }

/* Direcciones en el Checkout */
  .direction_methods .method{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  .direction-btn{
      margin-top:30px;
  }

.pb-60 {
    min-height: 350px;
}

.logout-btn {
    background-color: white !important;
    color: rgb(230, 64, 119);
    border: 0px;
    padding: 0px;
}

.logout-btn:hover {
    background-color: white !important;
    color: rgb(230, 64, 119) !important;
  }

.search-button {
    left: 470px;
}
