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

 @import url('https://fonts.googleapis.com/css2?family=Gruppo&family=IBM+Plex+Sans:wght@400;700&display=swap');

h1, h2, h3, .money, .h1, .h2, .h3, .links .h3, .h4 {
   font-family: 'Gruppo', cursive;
   font-weight: 400;
}
#footer .myaccount-title a{
   font-family: 'Gruppo', cursive !important;
   font-weight: 400 !important;
}

p, a, li, label, .product-prices .price, .product-add-to-cart, .product-information, .tabs, .label, .tax-shipping-delivery-label{
   font-family: 'IBM Plex Sans', sans-serif;
}
.page-product h1{
   font-weight: 400;
}
.products article .wishlist-button-add {
   z-index: 4;
}

.promoblock_fullw-content .btn-primary {
   border-radius: 20px 20px 20px 20px;
   padding: 15px 30px 15px 30px;
}

#index #header {
   background: rgb(241 233 221 / 55%) !important;
   position: relative;
   margin-bottom: 20px;
}

#header .header-top {
   border: none;
}

.breadcrumb-wrapper {
   background: rgb(241 233 221 / 55%) !important;
}

span {
   color: #35542C !important;
}

li.slick-active {
   opacity: 0;
}

#_desktop_search, .header-options{
   display: flex;
   align-items: center;
   margin-left: 18px;
}
#header .search-dropdown .search-widget{
   top: 4px;
}
#header .dropdown-menu{
   margin-top: 0px;
}

.promoblock_fullw{
   margin-bottom: 0;
}

.product-line-grid-right .qty .input-group .form-control, .product-quantity #quantity_wanted{
   background: #fff;
}

.thumbnail-container, .product-description {
   background: #FCF6ED;
}

.product-flag {
   opacity: 0.8;
}

/* Catalogue */
.block-category {
display: none;   
}
#category-top{
   background: #fcf6ed;
   font-family: 'IBM Plex Sans' !important;
}
.page-category #left-column {
   padding-top: 0;
}
.total-products {
   visibility: hidden;
}

.block-categories {
   display: none;
}

.active-filter-title{
   font-family: 'IBM Plex Sans' !important;
   color: #24391E !important;
   text-transform: unset !important; 
}
.active_filters .filter-block{
   background: #24391e;
}

footer {
   padding-top: 0 !important;
   margin-top: 0;
}