/* DISPLAY RESULT */
.bieres_results {
  box-sizing: border-box;
}

.bieres_results div.card_result {
  float: left;
  background: #fff;
  width: calc((100% - 40px) / 3);
  height: 400px;
  background-color: rgb(255, 255, 255);
  position: relative;
  box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
  padding: 0;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 10px;
}

.bieres_results div.card_result .price-container > span {
  background: #ffb43b;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 80px;
}

.card_result .link-container {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.card_result .link-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bieres_results div.card_result:nth-child(3n+1), .bieres_results div.card_result:first-child{
  margin-left:0px;
}

.bieres_results div.card_result:nth-child(3n){
  margin-right:0px;
}


.bieres_results div.card_result .img-container {
  width:100%;
  text-align: center;
  height: 200px;
  overflow: hidden;
}


.bieres_results div.card_result .img-container img {
  width: auto;
  max-height: 200px;
  margin: 0 auto;
}

.bieres_results div.card_result .title-container h2 {
  position: relative;
  max-width: 100%;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto";
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
}

.bieres_results div.card_result .title-container {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  width: 100%;
  border-radius: 0;
}

.bieres_results div.card_result .title-container span {
  color: rgb(112, 112, 112) !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 18px;
  width: 100%;
  display: inline-block;
}

.bieres_results div.card_result .attributes-container {
  margin: 0 0 5px 0;
}
.bieres_results div.card_result .attributes-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  max-height: 25px;
}

.bieres_results div.card_result .attributes-container ul li{
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  padding: 0px 3%;
  background: transparent;
  border-left: 1px solid #666;
  border-top: 0px solid rgb(225, 220, 210);
  border-bottom: 0px solid rgb(225, 220, 210);
  margin-right: 0;
  height: auto;
  color: #ffb43b;
}

.bieres_results_title span {
  display: block;
  line-height: 17px;
  text-transform: none;
  color: #444;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 1px 0 0 0;
}

.card_result .title-container a:hover span {
  text-decoration: underline !important;
}

.bieres_results div.card_result .attributes-container ul li:first-child{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left:0px;
}

.bieres_results div.card_result .price-container {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 55px;
}
.bieres_results div.card_result .price-container span {
  font-family: "Roboto Condensed", sans-serif;
  color: #222222;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.bieres_results div.card_result .attributes-container ul li:last-child{
  border-right: 0px solid rgb(225, 220, 210);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bieres_results div.card_result .cart-container button {
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  padding: 9px 25px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}

.bieres_results div.card_result .cart-container {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

.bieres_results div.card_result .title-container a {
  text-align: center;
  color: #ffb43b;
}

.bieres_results div.card_result .cart-container button:hover {
  background-color: #222;
}

.bieres_results div.card_result .title-container a:hover, .bieres_results div.card_result .title-container a:hover h2, .bieres_results div.card_result .title-container a:hover span{
  text-decoration: underline;
}

.bieres_results_title {
  display: inline-block;
  width: 60%;
  font-family: "Roboto";
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0px;
  text-transform: uppercase;
}


.bieres_results_title span a {
  display: inline-block;
  background: #dea446;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  margin-left: 3px;
  transition: all 0.3s ease;
  top: -2px;
  position: relative;
}

.bieres_results_title span a:hover {
    text-decoration: none;
    background: rgb(250, 189, 15);
    color: #fff;
}
  

.bieres_results_count {
  display: inline-block;
  width: 39%;
  text-align: right;
  font-family: "Roboto";
  color: #000;
  font-size: 17px;
  line-height: 51px;
  padding-top: 3px;
}

@media only screen and (max-width: 769px){
  div#container-results {
    width: 100% !important;
  }
  div#col-filter {
    display: none;
  }

  div.no-margin-ipad {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  div.bieres_results_header {
      margin: 0 -15px;
  }

  div.bieres_results div.card_result {
    width: 48%;
    margin: 5px 1%;
    height: 350px;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
  }

  .bieres_results div.card_result .img-container img {
    max-height: 150px;
  }

  .bieres_results div.card_result .img-container {
      height: 150px;
  }

  div div.bieres_results_title {
    line-height: 27px;
    width: 100%;
    margin-left: 5%;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
  }

  div.search-filter-results {
    margin: 0 -20px;
  }

  .bieres_results div.card_result .title-container h2 {
    font-size: 15px;
    line-height: 16px;
  }

  .bieres_results div.card_result .title-container span {
    font-size: 13px;
  }

  .bieres_results div.card_result .attributes-container {
    margin: 0 0 5px 0;
  }

  .bieres_results div.card_result .attributes-container ul li {
      font-size: 12px;
      color: #ffb43b;
      padding: 0px 5px;
  }

  .bieres_results div.card_result .title-container h2 {
    margin-top: 8px;
  }

  div.bieres_results div.card_result:nth-child(3n+1), div.card_result:first-child{
    margin-left:1%;
  }

  div.bieres_results div.card_result:nth-child(3n){
    margin-right:1%;
  }

  div div.bieres_results_count {
    width: 100%;
    text-align: left;
    margin-left: 5%;
    color: #444;
    font-size: 15px;
    line-height: 16px;
    padding-top: 0;
    margin-bottom: 10px;
  }

  div.bieres_results div.card_result .attributes-container ul {
    max-height: 20px;
  }

  /* Cart */
  .cbp-spmenu-vertical {
    width: 100%;
  }

  div.sowoo-widget-side-cart .widget-footer {
    position: relative;
  }

  div.sowoo-widget-side-cart .widget-container {
    height: calc(100% - 275px);
  }

  /*form.searchandfilter {
      display: none;
  }*/

  .bieres_results.single div.card_result {
    width: 48%;
    float:left;
  }

  .bieres_results.single div.card_result:nth-child(3n+1), .bieres_results.single div.card_result:first-child {
      margin-left: 1%;
  }

  .bieres_results.single div.card_result:nth-child(3n) {
      margin-right: 1%;
  }

  div.single-product-card {
    padding: 15px 15px;
    border-radius: 0;
  }

  .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container.single-bloc-promo .gdlr-core-pbf-background-wrap {
      margin: 15px 20%;
  }

  .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container.single-bloc-promo .gdlr-core-sync-height-content {
      padding: 10px;
  }

  /*#single-product.gdlr-core-pbf-wrapper > .gdlr-core-pbf-background-wrap > .gdlr-core-pbf-background {
      background-image: url(http://biere.sowapp.fr/wp-content/uploads/2019/11/header.png) !important;
  }*/

  div#single-product-back a {
      margin-top: -60px;
      margin-bottom: 60px;
      display: inline-block;
  }

  div.sowoo-widget-checkout-cart,
  div.sowoo-checkout-billing,
  div.sowoo-checkout-order-review {
      position: relative;
      background-color: rgb(255, 255, 255);
      box-shadow: none;
      padding: 24px;
      border-radius: 0px;
      margin: 0 0px;
  }

  div.sowoo-checkout-billing {
      margin-top: 1px;
  }

  div.sowoo-checkout-coupon {
      position: relative;
      box-shadow: none;
      margin: 0 0px;
      border-radius: 0px;
      border-top: 1px solid #f5f5f5;
      background: #f8f8f8;
  }

  div.sowoo-checkout-delivery {
      position: relative;
      box-shadow: none;
      border-radius: 0px;
      margin: 1px 0px;
  }

  .infinite-body label.sowoo-form-field-select.country,
  .infinite-body label.sowoo-form-field.country {
      right: 0px;
      left: 23px;
      top: 85px;
      width: calc(100% - 48px);
  }

  div div.sowoo-checkout-billing div.header {
      margin-bottom: 60px !important;
  }

  .infinite-body label.sowoo-form-field {
      width: 100% !important;
      max-width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
  }

  div.sowoo-checkout-account label.sowoo-form-field div.field-spinner {
      padding: 4px 2px !important;
  }

  div.sowoo-checkout-delivery .line-delivery label {
      padding: 12px 12px 5px 42px;
      color: #000;
      font-weight: 400;
      font-size: 15px;
  }
  div.woocommerce-checkout-payment .line-payment label {
      padding: 12px 12px 5px 10px;
      color: #000;
      font-weight: 400;
      font-size: 15px;
  }

  .gdlr-core-pbf-element .woocommerce .woocommerce-error, .gdlr-core-pbf-element .woocommerce .woocommerce-message {
      background-color: #ffffff;
      border-left: 5px solid #F44336;
      border-radius: 0;
      box-shadow: none;
      margin: 0;
  }

  div.sowoo-checkout-thankyou-account {
      display:none;
  }

  div.sowoo-checkout-thankyou {
      position: relative;
      box-shadow: none;
      padding: 24px;
      border-radius: 0px;
      margin: 1px 0 0 0;
      border: 0;
  }

  div.thankyou-message {
      font-size: 25px;
  }

  div.thankyou-message p {
      line-height: 30px;
  }

  div.thankyou-message i {
      font-size: 50px;
      margin-bottom: 5px;
      margin-top: 15px;
  }

  div.sowoo-checkout-thankyou-order-items .item-product img {
      padding: 5px;
      margin: 0;
  }

  div.sowoo-checkout-thankyou-order-items .item-product .name {
      width: 49%;
      font-size: 16px;
      font-weight: 500;
  }

  div.sowoo-checkout-thankyou-order-items .item-product .price {
      width: 20%;
  }

  div.sowoo-checkout-thankyou .content h4 {
      margin: 30px 0 -5px 0;;
      border-bottom: 0;
  }

  .infinite-footer-container div.infinite-footer-column.infinite-item-pdlr.infinite-column-15:nth-child(1), .infinite-footer-container div.infinite-footer-column.infinite-item-pdlr.infinite-column-15:nth-child(2) {
      display: none !important;
  }

  .infinite-footer-column {
      margin-bottom: 30px !important;
  }

  div.infinite-footer-wrapper {
      padding-top: 30px;
  }

  div.infinite-footer-wrapper {
      padding-bottom: 0px;
  }

  div.infinite-copyright-wrapper {
      background-color: #222;
  }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-212 {
      display: none !important;
  }

  div.infinite-body .infinite-copyright-left {
      text-transform: none;
      text-align: center;
      font-size: 12px !important;
      letter-spacing: 0;
      font-weight: 400;
      color: #ddd;
  }

  div ul#menu-footer-conditions {
      margin: 15px 0 0px -20px;
  }

  div #menu-footer-conditions a {
      padding-bottom: 2px;
      border-bottom: 1px solid transparent;
      font-size: 12px;
      color: #777;
  }

}

div.sowoo-widget-checkout-cart .widget-thumb,
div.sowoo-widget-side-cart .widget-thumb {
  overflow:hidden !important;
}

/* FILTER BIERES */
.searchandfilter > ul > li:not(.sf-field-reset) {
  background: #fff;
  margin-left: -35px;
  padding: 0;
  box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.searchandfilter > ul > li.sf-field-reset {
  margin-left: -35px;
  padding: 15px 15px 10px 0px;
  margin-bottom: 20px;
  position: relative;
}

.searchandfilter > ul > li:not(.sf-field-reset) h4 {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  position: relative;
  transition: all 0.6s ease 0s;
  cursor: pointer;
  background: #000;
  padding: 12px;
}

.searchandfilter > ul > li:not(.sf-field-reset) h4.panel-close {
    margin: 0 !important;
}

.searchandfilter > ul > li.sf-field-reset h4 {
    font-family: "Roboto";
    font-size: 24px;
    line-height: 12px;
    color: #000;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
}

.searchandfilter > ul > li.sf-field-reset a {
    position: absolute;
    right: 1px;
    top: 13px;
    background: #000;
    color: #fff;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 12px;
    padding: 3px 11px;
    border-radius: 4px;
}

.searchandfilter > ul > li.sf-field-reset a:hover {
    text-decoration: none;
    background: #000;
  }

.searchandfilter > ul > li:not(.sf-field-reset):not(.sf-field-search) h4::before {
  content: '\f077';
  height: 25px;
  width: 25px;
  color: #bbb;
  display: none;
  position: absolute;
  font-family: "FontAwesome";
  right: -12px;
  top: 2px;
  font-size: 13px;
}

.searchandfilter > ul > li:not(.sf-field-reset):not(.sf-field-search) h4.panel-close::before {
  color: rgb(0, 0, 0);
  content: '\f078';
  transition: all 0.6s ease 0s;
}

form.searchandfilter li.sf-field-sort_order select.sf-input-select {
  width: 92% !important;
  margin: 10px !important;
}

.sf-meta-range.sf-meta-range-slider {
  padding: 15px 20px;
}

.searchandfilter ul li ul {
  max-height: 255px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.6s ease 0s;
  padding: 0 10px;

}
.searchandfilter ul li ul li {
  position: relative !important;
  /*border-top: 1px solid #DFE3EB;*/
  padding: 2px 0px 2px 10px ;
}

.searchandfilter ul li ul li input.sf-input-checkbox {
    display:none !important;
}

.searchandfilter ul li ul li label.sf-label-checkbox {
  padding: 4px 0 0 19px;
  display: inline-block;
  line-height: 21px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.searchandfilter span.sf-count {
    color: #666;
}

.searchandfilter ul li ul li label.sf-label-checkbox::before {
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #DFE3EB;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  font-family: "FontAwesome";
  top: 6px;
  left: 0px;
  font-size: 13px;
  padding: 1px 0px 0px 3px;
  border-radius: 2px;
}

div.card_result .title-container a:hover, div.card_result .title-container a:hover h2 {
  text-decoration: none !important;
}

div.card_result .title-container .attributes-container a:hover {
  text-decoration: underline !important;
}

.searchandfilter ul li ul li [type=checkbox]:checked + label.sf-label-checkbox::before {
    content: '\f00c';
    line-height: 16px;
    background: #ffb43b;
    border: 1px solid #ffffff;
    color: #222;
}

.searchandfilter ul li ul::-webkit-scrollbar-trac {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #ccc;
}

.searchandfilter ul li ul::-webkit-scrollbar{
	width: 8px;
	background-color: #eee;
}

.searchandfilter ul li ul::-webkit-scrollbar-thumb{
	border-radius: 0px;
	background-color: #ccc;
}

.searchandfilter .meta-slider {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    height: 16px !important;
    max-width: 93% !important;
}

.searchandfilter .noUi-connect {
    background-color: #ffb43b !important;
}

.searchandfilter .noUi-handle {
    border-color: #555 !important;
}

.noUi-handle {
    border: 1px solid #555 !important;
    border-radius: 3px;
    background: #555 !important;
    cursor: default;
    box-shadow:none !important;
}

.noUi-handle:after, .noUi-handle:before {
    background: #fff !important;
}

input.sf-input-range-number.sf-range-min.sf-input-number {
    color: #000;
    border: 2px solid #ddd;
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 5px;
    width: 150px;
    margin-left: 12px;
}

input.sf-input-range-number.sf-range-max.sf-input-number {
    color: #000;
    border: 2px solid #ddd;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 5px;
    width: 150px;
}

.searchandfilter ul li.sf-field-search {
  position: relative;
  padding: 0px 0px 75px 0px;
}

.searchandfilter ul li.sf-field-search h4 {
    margin: 0px !important;
}

.searchandfilter ul li.sf-field-search label {
    width: 91%;
    position: absolute;
    border: 1px solid #cfcfcf;
    padding: 5px 8px 8px 15px;
    border-radius: 4px;
    margin: 10px;
}

.searchandfilter ul li.sf-field-search label::after {
  content: attr(data-fa-icon);
  font-family: "FontAwesome";
  position: absolute;
  right: 9px;
  font-size: 18px;
  top: -2px;
  cursor: pointer;
  padding: 8px;
  font-weight: 500;
  transition: all 0.6s ease 0s;
}

.searchandfilter ul li.sf-field-search input {
    font-weight: 400;
    width: 85%;
    border: none;
    font-size: 14px;
    line-height: 20px;
}

.searchandfilter input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.searchandfilter input[type="number"] {
    -moz-appearance: textfield;
}

.sf-meta-range.sf-meta-range-slider > label {
    position: relative;
}
.sf-meta-range.sf-meta-range-slider > label::before {
    position: absolute;
    content: '€';
    height: 25px;
    width: 25px;
    font-family: "Roboto";
    right: -2px;
    top: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}

/* PAGINATION */
div.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 0;
    width: 100%;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi {
    text-align: center;
    margin: 40px 0 0 0;
}

.wp-pagenavi span.current {
    background: #ffb43b;
    border-color: #ffb43b !important;
    color: #000;
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 4px;
    border-radius:50%;
}

a.page.larger, .wp-pagenavi a.nextpostslink, a.page.smaller, .wp-pagenavi a.previouspostslink {
    background: #fff;
    color: #000;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 2px 4px;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
}

a.page.larger:hover, .wp-pagenavi a.nextpostslink:hover, a.page.smaller:hover, .wp-pagenavi a.previouspostslink:hover {
    border-color: #ffb43b !important;
    text-decoration: none;
}

.img-100 img {
  width: 100px;
  height: 100px;
}
/* PROMO FOOTER */
.infinite-body footer {
  background: #000;
}
.infinite-body .promo-footer {
  padding: 45px 0;
  background: transparent;
  color: #fff;
  max-width: 1110px;
  border-bottom: 1px solid #222;
  border-top: 0px solid #fff;
  margin: 0px auto 0 auto;
}

.infinite-body .promo-footer .fl {
  float: left;
  text-align: left;
}

.infinite-body .promo-footer img {
  margin: 0px 15px;
}

.infinite-body .promo-footer h5 {
  padding: 0;
  margin: 0;
  color: #ffb43b;
  font-weight: 500;
  font-size: 19px;
}

.infinite-body .promo-footer span {
  color: #eee;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  transition: color 100ms,border-color 100ms;
  text-decoration: none;
}

.infinite-body .promo-footer a:hover span {
  color: #ffb43b;
  border-color: #ffb43b;
}

/* COPYRIGHT FOOTER */
.infinite-body .infinite-copyright-left {
  text-transform: none;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ddd;
}

.infinite-body .infinite-copyright-container a {
  color: #eee;
  letter-spacing: 0px;
}

.infinite-body .infinite-copyright-container a:hover {
  color: #f7a929;
  text-decoration: none;
}

.infinite-body .infinite-footer-wrapper .infinite-widget-title {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}

.infinite-footer-back-to-top-button#infinite-footer-back-to-top-button {
      background-color: #ffb43b;
}

.infinite-copyright-container.infinite-container.clearfix {
    padding-left: 0px;
    padding-right: 0px;
}

footer span.infinite-widget-head-text {
    font-size: 20px;
    font-weight: 500;
}

.widget_nav_menu ul li {
    font-size: 15px;
    margin-bottom: 0px;
    padding-left: 20px;
    line-height: 20px;
    padding-bottom: 11px;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.widget_nav_menu ul li:before {
  content: "\f10c";
  margin-top: 0px;
  color: #ffb43b;
  font-size: 9px;
  left: -4px;
}

.widget_nav_menu ul li a {
  display: inline-block;
  color:#eee;
  border-bottom: 1px solid transparent;
  transition: color 100ms,border-color 100ms;
}

.widget_nav_menu ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.social ul,
footer .textwidget ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.social ul li,
footer .textwidget ul li{
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
/* FOOTER SOCIAL */
.social ul.biere-social li,
footer .textwidget ul.biere-social li {
  display: inline-block;
  font-size: 18px !important;
  background: transparent;
  border-radius: 50%;
  width: 41px;
  text-align: center;
  height: 40px;
  line-height: 35px;
  margin: 0 12px 0 0;
  transition: all 100ms;
  cursor: pointer;
  border: 2px solid #eee;
}

.social ul.biere-social li:hover,
footer .textwidget ul.biere-social li:hover {
  border-color:#ffb43b;
  color:#ffb43b;
}

.social ul.biere-social li a,
footer .textwidget ul.biere-social li a, ul.biere-social li a:hover {
  color:#fff;
  padding: 5px 5px;
}

div#text-6 {
    margin-bottom: 35px;
}

ul#menu-footer-conditions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#menu-footer-conditions li {
    display: inline-block;
    text-transform: none;
    margin: 0 0 0 15px;
    font-size: 13px;
    line-height: 15px;
}

#menu-footer-conditions a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    color: #ddd;
}

#menu-footer-conditions a:hover {
    border-bottom: 1px solid #eee;
    color: #eee;
    transition: color 100ms,border-color 100ms;
}

/* MOBILE */
.infinite-mobile-button-hamburger:before, .infinite-mobile-button-hamburger:after, .infinite-mobile-button-hamburger span, .infinite-mobile-button-hamburger-small:before, .infinite-mobile-button-hamburger-small:after, .infinite-mobile-button-hamburger-small span {
    background: #fff !important;
}

div.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 25px;
}

div.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

div ul.mm-listview li a, div ul.mm-listview li span.infinite-mm-menu-blank {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 12px 0px;
}

.infinite-mobile-header-container div.infinite-mobile-menu-right {
    right: 20px;
    margin-top: -3px;
}

.infinite-mobile-header-container div.header-cart-icon {
    position: absolute;
    width: 75px;
    height: 60px;
    display: block;
    top: -2px;
    right: 65px;
}

.infinite-mobile-header-container div.header-search-icon {
  position: absolute;
  width: 75px;
  height: 60px;
  display: block;
  top: -2px;
  right: 110px;
}

.infinite-mobile-header-container div.header-search-icon img{
  cursor: pointer;
}

#recherche-mobile .searchandfilter ul li.sf-field-search {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

#recherche-mobile .searchandfilter ul li.sf-field-search label {
  background: #fff;
}

#recherche-mobile input[type="color"],
#recherche-mobile input[type="date"],
#recherche-mobile input[type="datetime"],
#recherche-mobile input[type="datetime-local"],
#recherche-mobile input[type="email"],
#recherche-mobile input[type="month"],
#recherche-mobile input[type="number"],
#recherche-mobile input[type="password"],
#recherche-mobile input[type="search"],
#recherche-mobile input[type="tel"],
#recherche-mobile input[type="text"],
#recherche-mobile input[type="time"],
#recherche-mobile input[type="url"],
#recherche-mobile input[type="week"],
#recherche-mobile select:focus,
#recherche-mobile textarea {
  font-size: 16px !important;
}


.woocommerce-account  .infinite-content-area {
    padding-top: 0px;
    padding-bottom: 30px;
}

a.link_description {
  display: block;
  background: #ffb43b;
  width: 150px;
  color: #000;
  padding: 8px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  margin: 10px 0 0 0;
}

span.red-sell {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #F44336;
  font-weight: 500;
  line-height: 15px;
  padding: 15px 5px;
  margin-bottom: -8px;
  background: rgba(29, 29, 27, 0.9);
}