/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.wishlist-button-add{
    display: none !important;
}

.footer-bottom, .ap-wishlist .ap-total, #_desktop_cart .cart-preview .cart-products-count {
    background: #b79b59 !important
}

.product-quantity #quantity_wanted {
    color: #b79b59 !important
}

.image-top-all .liquid_box .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 60px 55px 74px 55px;
    text-align: left;
    height: 100%;
  }
  
  .above-images-top-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .above-images-top-holder div:first-child {
    margin-bottom: 20px;
  }
  
  .above-images-top-holder p {
    color: #fff;
    font-size: 30px;
  }
  
  .above-images-top-holder .bold-one p {
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  
  .above-images-top-holder .normal-one p {
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 0;
  }
  
  .above-images-top-holder .normal-one p::first-letter {
    text-transform: uppercase;
  }
  
  .voir-plus-top {
    margin-top: 50px;
  }
  
  .voir-plus-top a {
    margin-top: 50px;
    font-weight: 300;
    font-size: 18px;
  }
  
  .voir-plus-top a i {
    margin-left: 10px;
  }
.menu-holder  ul.nav.navbar-nav.megamenu.horizontal{
    
    display: flex;
    justify-content: center;
}
.navbar-header{
    text-align: right;
    padding-right: 25px;
}

.logo-holder img{
  width: 111px;
}
.delivery-option img{
  max-width: 50px;
}
#_desktop_cart {
  position: relative;
}
#header a.cart-dropdow-viewcart {
  background: #b79b59;
  border: solid 1px #b79b59;
}
#header .leo-cart-dropdown-action a.cart-dropdow-checkout:hover{
  background: #b79b59;
  color: #fff;
  border: 1px solid #b79b59;
}
.block_newsletter form .btn:hover {
  background: #b79b59;
}
.copyright p{
  color: #fff;
  margin-bottom: 0;
}
#leo_search_block_top .block_content .list-cate-wrapper .list-cate a.active{
  background-color: #b79b59;
}
#leo_search_block_top .block_content .list-cate-wrapper .select-title:hover{
  color: #b79b59;
}
@media (max-width: 991px) {
  .leo-megamenu .navbar-header .navbar-toggler {
      color: #fff !important;
      background: #b79b59;
      padding: 0 10px;
      margin-bottom: 10px;
  }

  .functional-buttons.clearfix {
    display: flex;
    flex-wrap: wrap;
  }
  .functional-buttons .name-btn-product{
    display: none;
  } 
  .functional-buttons .button-container.cart {
    width: 100%;
    margin-top: 5px;
  }
  .functional-buttons .button-container.cart button{
    width: 100%;
  }
}
@media(max-width:768px){
  .above-images-top-holder p{
    font-size: 25px;
  }
  .above-images-top-holder div:first-child{
    margin-bottom: 0;
  }
  .voir-plus-top{
    margin-top: 25px;
  }

  .product_list_default .thumbnail-container:hover .functional-buttons {
      display: none;
  }

  .product-flags li.product-flag {
      background: red;
  }

}
@media(max-width:500px){
  .logo-holder img{
    max-width: 130px!important;
    
  }
  .liquid_box .image_description{
    padding: 25px!important;
    padding-top: 35px!important;
  }
}

body#product .images-container img{
  max-width: 100%;
}