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


/* 
#index {
  background: url('/img/bg-main.jpg') repeat scroll 50% 0 #f5eee4;
}

#index #wrapper{
  background:unset;
}

#index #wrapper{
  padding-top:0px;
}

.container{
  background-color: #ffffff00;
}

.products{

  background-position: center center;
}

.banner{

margin-bottom:0px !important;

}
 */
.product-flags li.product-flag,.btn-primary, .btn-primary:hover{

  background:#97C11E !important;


}

.current-price-value,.tabs .nav-tabs .nav-link.active,.sfHover,a:hover{
  color:#97C11E !important;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
border-bottom:3px solid #97C11E !important;
}

.sf-menu{
  display:flex !important;
  justify-content: center
  
}

section#wrapper{ background-image: url(https://www.saveurs-anjou.fr/bg-main.jpg); }
#wrapper .container{ background-color: #FFF; }
.product-miniature, .product-miniature .product{ border: 1px solid #dcd9d9; margin-bottom: 10px; }
footer{ background-color: #e9e5dc; }
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title{ background: #8d837c; padding: 18px 20px 17px; color: #FFFFFF; }
.product-miniature .product-title a{
  font-size: .875rem;
  font-weight: 400;
  color: #7a7a7a;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-family: "Slabo 13px", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4fb405;
  margin-bottom: 0;
}

.block-categories .h6 {
    /* font-size: 1.5rem; */
    /* font-weight: 500; */
    font: normal 23px / 16px "Slabo 13px", sans-serif;
    color: #fff;
    /* background: #60ba2b; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60ba2b',endColorstr='#53a323',GradientType=0 );
    background: -moz-linear-gradient(top,#60ba2b 0,#53a323 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60ba2b), color-stop(100%, #53a323)); */
    /* background: -webkit-linear-gradient(top, #60ba2b 0, #53a323 100%); */
    background: -o-linear-gradient(top,#60ba2b 0,#53a323 100%);
    background: -ms-linear-gradient(top,#60ba2b 0,#53a323 100%);
    background: linear-gradient(to bottom, #60ba2b 0, #53a323 100%);
    border-bottom: 1px solid #433D21;
    padding: 18px 10px 17px 19px;
    margin: 0 0 30px;
    display: block;
    width: 100%;
}

.block-categories{ padding: 0px; }

.product-cover{ border: 1px solid #dcd9d9; }
body#product h1{ color: #4fb405; }
.block-category .block-category-inner .category-cover img{ width: 100%; height: auto; }
.carousel .carousel-inner{ height: auto; }
.carousel .carousel-item .caption{ display: none; }
.ui-datepicker, .ui-datepicker table {
    background-color: #f6f6f6;
}

.ddw-widget .layout-calendar {
    .ui-datepicker-header { background-color: #97c11e !important; }
}
#_desktop_logo{ width: 325px; }