/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 a {
  color: #333;
 }

.pagination .current a, .product-price, .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover, #blockcart-modal .product-name {
  color: #9D4E25;
 }

 .btn-primary {
  background-color: #9D4E25;
 }

 #header a:hover {
  color: #7e4323;
 }

.btn-primary:hover, .products-sort-order .select-list:hover {
  background-color: #7e4323;
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover, .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border-color: #7e4323;
}

li.googleplus.icon-gray {
  display: none;
}

.social-sharing ul li.icon-gray:hover {
    filter: invert(0.8)
}
 
.btn-revendeurs a {
  color: #9D4E25;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px 7px;
  margin: 0 14px;
  background-color: #fff;
}

.btn-revendeurs a:hover {
  color: #9D4E25;
  text-decoration: underline;
}

#custom-text {
  background: transparent;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 3.125rem;
  text-align: center;
  padding: 14px 0px;
}

#custom-text .pop-up {
  /* display: block; */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 11;
  display: none;
}

#custom-text .content-pop-up {
  padding: 21px;
  width: 85vw;
  max-width: 870px;
  height: 86vh;
  position: absolute;
  left: 0;
  margin: 7vh auto;
  right: 0;
}

#custom-text .pop-up iframe {
  width: 80vw;
  max-width: 840px;
  height: 80vh;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  right: 0;
  transform: translateY(-50%);
  padding: 21px;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  border: none;
}

#custom-text .pop-up a.close {
  z-index: 2;
  position: relative;
  font-family: cursive;
  font-weight: 700;
  top: 11px;
  border-radius: 7px;
  padding: 1px 5px;
  right: -4px;
  font-size: 12px;
}

#custom-text .pop-up a.close:hover {
  background-color: #333;
  color: #fff;
}

.header-top center {
  height: 140px;
  display: block;
}

a.custom-logo-link {
    position: absolute;
    left: 0;
    right: 0;
}

.user-info a span {
    color: #fff;
}

div.bandeau-parent, div.custom-bandeau {
    background-color: #9d4e25;
    padding: 7px 28px;
    margin-bottom: 7px;
    border-bottom: 2px solid #fff;
}

div.bandeau-parent p, div.custom-bandeau p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 681px) and (max-width: 991px) {
  #footer .elementor-button-link {
    min-width: 180px !important;
    max-width: 180px !important;
    display: block;
  }

  #footer .elementor-button-link > span > span {
    padding: 0 !important;
  }
}

@media (max-width: 680px) {
  #footer .tg-site-footer-widgets > div > div  {
    flex-direction: column;
    justify-content: center;
  }

  #footer .tg-site-footer-widgets > div > div > div {
    width: 100% !important;
  }
}
