/* Saisissez votre CSS personnalisé ci-dessous */
/* Hide the additional information tab in product view */
li.basel_additional_tab_tab {
    display: none !important;
}

.woocommerce-tabs {
  display: none !important;
}

/* to hide social in product view */
div.product-share {
  display: none !important;
}

/* used in required field form */
.red {
  color: #f22613;
}

.ddc-red {
  color: #ae172b;
}

.ddc-green {
  color: #007854;
}

.ddc-green .title {
  color: #007854 !important;
}

/* to hide social span in quick-view */
.share-title {
  display: none !important;
}

.page-title {
  background: linear-gradient(to right, rgb(47, 76, 67), rgb(0, 120, 84));
}

.footer-container {
  background: linear-gradient(to right, rgb(47, 76, 67), rgb(0, 120, 84));
}

.site-content {
  margin-bottom: 0px !important;
}

.cart-widget-side .widget-heading {
  background: linear-gradient(to right, rgb(47, 76, 67), rgb(0, 120, 84));
}

.wine-desc-icon {
	width: 50px;
}

.mobile-nav .searchform {
	display: none;
}

.page-id-2034 .website-wrapper .main-header .container .wrapp-header .main-nav {
   display: none;
}
.page-id-2034 .website-wrapper .main-header .container .wrapp-header .right-column {
   display: none;
}

.page-id-2192 .website-wrapper .main-header .container .wrapp-header .main-nav {
   display: none;
}
.page-id-2192 .website-wrapper .main-header .container .wrapp-header .right-column {
   display: none;
}

.fa-map-marker::before{
	font-family:FontAwesome;
}

.swatches-select {
	display: none !important;
}

.single-product-content .variations td.value.with-swatches select {
  display: inline-block !important;
}

.single-product-content.product_cat-blanc .woocommerce-Price-amount.amount {
  color: #007854 !important;
}

.single-product-content.product_cat-blanc .product_title.entry-title {
  color: #007854 !important;
}

.swatches-on-grid {
  display: none;
}

.basel-product-categories li.cat-item.cat-item-53 {
  display: none;
}