/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */


:root {
    --ani: all 0.3s ease;
    --orange: #EB5002;
}
.s-btn__sec {
    position: relative;
}
.s-btn__sec:after {
    content: "";
    display: block;
    width: 14px;
    height: 21px;
    background: url("img/btn-arrow.svg") no-repeat;
    position: absolute;
    right: 0;
    top: 14px;
    transition: var(--ani);
}
.s-btn__sec:hover:after {
    right: -6px;
}

.s-menu__cta a{
    padding: 16px 32px !important;
    border-radius: 0 0 0 35px;
    background-color: var(--orange);
    color: #fafafa !important;
}
.s-menu__cta:hover a {
    background-color: red !important;
}
.s-disclaimer {
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.s-disclaimer a {
    color: var(--orange);
}
.s-lista-link {
    font-size: 20px;
    color: #ACEAFF;
}
@media screen and (max-width: 480px){
    .s-lista-link {
        font-size: 14px;
        color: #ACEAFF;
    }   
}

.s-produkt-tile:hover .elementor-widget-image{
    transform: scale(1.03);
    transition: var(--ani);
}
#s-breadcrumbs a {
    color: var(--orange);
}
@media screen and (max-width: 480px){
    #s-breadcrumbs {
        font-size: 14px;
    }

}
.s-form-inline input {
    padding: 15px;
}
@media screen and (max-width: 480px){
    #menu-2-4057871f {
        padding: 20px;
    }
}
.s-lista li{
    margin-bottom: 4px;
}