/* 
Theme Name: Ricco
Description: Theme made for Hello
Author: Eljany | Firma Netjes
Author URI: https://firmanetjes.nl
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.site-logo svg{
    height: auto!important;
    z-index: 5;
}
/* home */
.swiper-slide-contents {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.collectie-icoon{
     margin-top: auto;
}
.home-slider .elementor-swiper-button:before{
    content:"";
    display: block;
    background-image:url(/wp-content/themes/ricco/icons/slider-arrow-left.svg);
    width:32px;
    height:60px;
}
.home-slider .elementor-swiper-button-next.elementor-swiper-button:before{
    transform: rotate(180deg);
}
.home-slider .elementor-swiper-button-next.elementor-swiper-button{
    right: 0;
}
.home-slider .elementor-swiper-button-prev.elementor-swiper-button{
    left: 0;
}
.home-slider .elementor-swiper-button svg{
    display: none;
}
.arrow-link:before{
    content:'\2192';
    position: absolute;
    margin-top: -6px;
}
.arrow-link .elementor-heading-title{
    margin-left: 24px;
}
.collection-container.yellow .arrow-link:before{
    color:var(--e-global-color-9638b11);
}
.collection-container.red .arrow-link:before{
    color:var(--e-global-color-b935e11);
}
a.collection-container:hover .arrow-link:before,
a.collection-container:hover .elementor-heading-title{
    color:var(--e-global-color-text)!important;
}
a.collection-container:hover .icon-fill{
    fill:var(--e-global-color-text)!important;
}
a.product-container{
    color: #000000!important;
}
.product-title .elementor-heading-title{
    display: flex;
    justify-content: space-between;
}
/* classes */
.end{
    margin-left: auto;
}
/* media rules */
@media (min-width: 768px){
}
@media (max-width: 767px){
}