/* ----------------------------------------------
 * Generated by Animista on 2024-5-14 15:55:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* ----------------------------------------------
* Generated by Animista on 2024-5-14 15:58:23
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-in-fwd-bottom
* ----------------------------------------
*/
@-webkit-keyframes slide-in-fwd-bottom {
    0% {
        -webkit-transform: translateZ(-1400px) translateY(800px);
        transform: translateZ(-1400px) translateY(800px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-bottom {
    0% {
        -webkit-transform: translateZ(-1400px) translateY(800px);
        transform: translateZ(-1400px) translateY(800px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

/* ----------------------------------------------
* Generated by Animista on 2024-5-14 16:1:27
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-in-fwd-right
* ----------------------------------------
*/
@-webkit-keyframes slide-in-fwd-right {
    0% {
        -webkit-transform: translateZ(-1400px) translateX(1000px);
        transform: translateZ(-1400px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-right {
    0% {
        -webkit-transform: translateZ(-1400px) translateX(1000px);
        transform: translateZ(-1400px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}


/* ----------------------------------------------
* Generated by Animista on 2024-5-14 16:6:2
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation jello-horizontal
* ----------------------------------------
*/
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}






html {
    background: white;
    scroll-padding-top: 30vh;
}

/*
.breadcrumbs {
    color: white;
    border-bottom: none;
}

.breadcrumbs a,
.breadcrumbs span {
    color: white;
}

.aloldal-left h1 {
    color: white;
}
*/

.so--p-2 {
    font-size: 1.5em;
    line-height: 1.3em;
    padding: 0 2rem 0 4rem;
}

.so-bg--makita-blue {
    background: rgb(31, 131, 159);
}

.so-bg--green-lighten {
    background-color: rgba(54, 170, 130, 0.2);
}

.so-color-green {
    color: rgba(54, 170, 130, 1);
}

.so-color--white {
    color: #ffffff !important;
}

.so--h2 {
    font-weight: 700 !important;
    font-size: 2em !important;
    line-height: 1.4em;
    text-transform: uppercase;
    border: none !important;
}

.so--h2-bold {
    font-weight: 800;
    font-size: 2.8em;
    line-height: 1;
    text-transform: uppercase;
}

.so-button {
    border-radius: 15px;
    width: auto;

    font-size: 1.7em;
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    padding: 0rem 4rem !important;
    display: inline-block;
    background: rgba(237, 28, 36, 1);
    text-align: center;
    transition: transform 200ms ease-in-out;
}

.so-button:hover {
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(237, 28, 36, 1);
    box-shadow: 0 10px 20px -10px rgba(237, 28, 36, 1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: rgba(237, 28, 36, 1);
}

.makita-divider--top {
    transform: rotateX(180deg);
    top: -1px;
    position: relative;
}

.makita-divider--bottom {
    bottom: -1px;
    position: relative;
    transform: rotateY(180deg);
}

#lap-tetejere,
#fb-chat {
    bottom: 7.4rem;
}

#gmap_canvas {
    width: 100%;
    height: 225px;
}

.so-menu--float {
    position: fixed;
    bottom: 0;
    background: red;
    width: 100%;
    left: 0;
    padding: 1rem 2rem;
    z-index: 999999999999;
}

.so-menu--float div a {
    color: #fff !important;
}

/*
* Termékek {termekek: num**} inject css
* Makita színek 
*/
.termekek {
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(6, 16.66%);
    grid-row-gap: 2rem;
    padding-top: .3rem;
    grid-column-gap: 2rem;
}

.termek-thumb {
    background: rgba(255, 255, 255, 1);
    color: rgba(44, 62, 80, 1);
    width: 100%;
    max-width: 350px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    position: relative;
    border: 0px !important;
}

.termekek .termek-thumb:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border: 0px !important;
}

.termekek .termek-thumb div.kep {
    border-radius: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.termekek .termek-thumb div.kep img {
    width: 100%;
    display: block;
    border-radius: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.termekek .termek-thumb:hover div.kep img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.termekek .termek-thumb form,
.termekek .termek-thumb .tovabb-link {
    padding: 0px;
    margin: 0px;
    bottom: 0px;
    position: relative;
}

.termekek button.medium.iconos.icon-kosar::before {
    content: '';
    display: block;
    background: url(/public/img/icon_kosar.svg) center center no-repeat;
    width: 10.89px;
    height: 7.99px;
    background-size: cover;
    align-self: center;
    padding: 5px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transform: scale(1);
}

.termekek button.medium.iconos.icon-kosar:hover::before {
    transform: scale(0.8);
}

.termekek .termek-thumb .egysegar {
    display: none;
}

.termekek .termek-thumb form button,
.termekek .tovabb-link a {
    border-radius: 15px;
    width: 90%;
    display: flex;
    transition: transform 200ms ease-in-out;
    background-color: rgb(31, 131, 159);
    margin: auto;
    text-align: center;
    padding: 0;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
}

.button.icon-kosar,
button.icon-kosar {
    background: none;
}

.termekek .termek-thumb form button:hover {
    -webkit-box-shadow: 0 10px 20px -10px rgb(31, 131, 159);
    box-shadow: 0 10px 20px -10px rgb(31, 131, 159);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.termekek .termek-thumb .nev {
    text-align: left;
    padding: 2rem;
    text-transform: uppercase;
    ;
}

.termekek.col_3 .termek-thumb:after {
    display: none;
}

.termekek .termek-thumb div.akcios-ar {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.termekek .termek-thumb .elerhetoseg {
    padding: 0 0 0 0;
    padding-bottom: 1rem;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}

.elerhetoseg span.keszlet-info.rendelesre {
    border-radius: 3.6rem;
    color: #f57d00;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.8rem;
    display: flex;
    padding: 0 1.5rem 0 3.3rem;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.elerhetoseg span.keszlet-info.pipa {
    color: rgb(31, 131, 159);
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.elerhetoseg span.keszlet-info:after {
    width: 1rem;
    height: 1rem;
    position: static;
    display: block;
    padding: 0;
    margin: 0 5px 0 0;
    top: auto;
    bottom: auto;
    align-self: center;
}

.elerhetoseg span.keszlet-info.pipa:after {
    background: url(/public/img/icon_raktar_zold.svg) no-repeat;
    width: 1rem;
    height: 1rem;
    position: static;
    display: block;
    padding: 0;
    margin: 0 5px 0 0;
    top: auto;
    bottom: auto;
    align-self: center;
}

@media only screen and (max-width: 766px) {
    .row.mob-reverse {
        flex-direction: column-reverse;
    }

    .so-menu--float {
        display: block;
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 3rem;
    }

    .so-menu--float>div {
        display: inline-block;
        background: white;
        border-radius: 20px;
        margin-right: 2rem;
    }

    .so-menu--float>div>a {
        color: red !important;
        padding: 2rem;
        line-height: 2em;
    }


    .so-button {
        border-radius: 15px;
        width: 100%;
        font-size: 1.7em;
        -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
        box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
        padding: 1rem 2rem !important;
        display: inline-block;
        background: rgba(237, 28, 36, 1);
        transition: transform 200ms ease-in-out;
        text-align: center;
        height: auto;
    }

    .termekek {
        grid-row-gap: 1rem;
        grid-column-gap: 1rem;
    }
}





.slide-in-bck-center {
    -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-fwd-bottom {
    -webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-fwd-right {
    -webkit-animation: slide-in-fwd-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}