/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.top-menu .sub-menu{
    display: none!important;
}
.top-menu .dropdown-item{
    transition: color 0.7s;
}

.carousel .carousel-item figure{
    display: block;
    height: 100%;
    width: 100%;
}

.carousel .carousel-item figure img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

#category #left-column, #new-products #left-column{
    display: none;
}

#category #content-wrapper, #new-products #content-wrapper{
    width: 100%;
}

#category .block-category{
    min-height: unset;
    background-color: transparent;

}

h1, h2, h3{
    color: #37A5A7 !important;
}

#wrapper{
    background-color: #d2e1e1;
}

#index #custom-text{
    background-color: transparent;
    padding: 0;
    margin: 0;
}
#index h1{
    font-size: 45px;
}

a{
    transition: color 0.7s;    
}

a:hover{
    color: #37A5A7 !important;
}

#category #subcategories{
    background-color: transparent;
    border-top: unset;

}

#category #subcategories ul li {
    background-color: #fff;
    border-radius: 15px;
}
#subcategories ul li .subcategory-image a{
    border: none;
}
#subcategories ul li:hover .subcategory-image a{
    padding: 9px;
    border: none;
}

.product-miniature .thumbnail-container{
    border-radius: 15px;
}

.dropdown-menu a:hover{
    color: #fff !important;
}

.dropdown button{
    border-radius: 15px;
    color: #37A5A7 !important;
    border: 2px solid #37A5A7 !important;
}