/* Column stretch hack! */

.row.flex-align-stretch {
    align-items: stretch;
}

.row.flex-align-stretch .fa-s-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.so-color--white {
    color: white !important;
}

.so-bosch.banner.top--border {
    height: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.so-bg--hikoki-red {
    background-color: #e00520;
}

.so-bg--light-gray {
    background-color: #f3f3f2;
}

.so-bg--dark-gray {
    background-color: #4c4f57;
}

.so-bg--green {
    background: #007147;
}

.para-bg {
    position: relative;
}

.para-bg::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    transform: skew(-20deg);
    background: #007147;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
}

.so-bs-banner {
    position: relative;
    overflow: hidden;
}

.so--h2 {
    font-size: 2em !important;
    line-height: 1.4em;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    /* Bold stílus */
}

.so--h3 {
    font-size: 1.7em !important;
    line-height: 1.4em;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /* Bold stílus */
}

.so--p {
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /* Bold stílus */
}

.so--title-1 {
    font-size: 5em !important;
    line-height: 0.7em;
}

.so--title-2 {
    font-size: 2em !important;
    line-height: 1.4em;
    border-bottom: solid 1px white !important;
}

.so--title-3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /* Bold stílus */
}

.so--title-4 {
    position: relative;
}

.so--title-4 span {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.so--title-4 span::before {
    content: "";
    display: inline;
    width: 10%;
    background: #007147;
    height: 6px;
    position: absolute;
    z-index: 1;
    transform: skewX(-20deg);
    bottom: 10px;
    border-radius: 1px;
}


/*
* Buttons
*/

.aloldal-left .button {
    background-color: white;
    font-family: BSbold;
    color: #01548a;
    border-radius: 3px;
    width: auto;
    font-size: 1em;
}

.aloldal-left .button.fx-slide-button {
    list-style: none;
    transition: all 0.25s ease;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.aloldal-left .button.fx-slide-button .first {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aloldal-left .button.fx-slide-button .sec {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    pointer-events: none;
}

.aloldal-left .button.fx-slide-button:hover {
    -webkit-box-shadow: 0 10px 20px -10px white;
    box-shadow: 0 10px 20px -10px white;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.aloldal-left .button.fx-slide-button:hover .first {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}

.button.fx-slide-button:hover .sec {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.aloldal-left .button.fx-slide-button .first i,
.aloldal-left .button.fx-slide-button .sec i {
    font-size: 1.5em;
}

img[onClick]:hover {
    cursor: pointer;
}


/*
* Termékek {termekek: num**} inject css
* Knipex színek 
*/

.termekek {
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(6, 16.66%);
    grid-row-gap: 2rem;
    padding-top: 0.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, 0.05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    border: 0px !important;
    grid-template-rows: 17rem auto 4.6rem 0rem 0rem 8rem !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 0.25s ease;
    transition: all 0.25s ease;
}

.termekek .termek-thumb div.kep img {
    width: 100%;
    display: block;
    border-radius: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.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 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    transform: scale(1);
}

.termekek button.medium.iconos.icon-kosar:hover::before {
    transform: scale(0.8);
}

.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 3rem 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;
}

.cap,
.cup,
.battery {
    max-width: 200px;
    height: auto;
    position: relative;
}

.cap {
    left: -5%;
    top: 40%;
    transition: all 0.25s ease;
    -webkit-animation: floaThingAnimCap 10s ease infinite;
    animation: floaThingAnimCap 10s ease infinite;
    z-index: 4;
}

.cup {
    left: 1%;
    top: 34%;
    transition: all 0.25s ease;
    -webkit-animation: floaThingAnimCup 18s ease infinite;
    animation: floaThingAnimCup 18s ease infinite;
    z-index: 5;
}

.battery {
    bottom: 20%;
    left: 0%;
    transition: all 0.25s ease;
    -webkit-animation: floaThingAnimBt 15s ease infinite;
    animation: floaThingAnimBt 15s ease infinite;
    z-index: 3;
}

.szerszam {
    transition: all 0.25s ease;
    -webkit-animation: floaThingAnimSz 15s ease infinite;
    animation: floaThingAnimSz 15s ease infinite;
}

.col-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-xs-12 {
    z-index: 1;
}


/*
* Product Card Badge
*/

.so-product-card-badge {
    box-sizing: border-box;
    appearance: none;
    border: none;
    color: red;
    background-color: #ffe8e8;
    padding-inline: 8px;
    padding-block: 4px;
    display: inline-flex;
    border-radius: 3px;
    block-size: min-content;
    position: static;
    overflow: hidden;
}


/*viewHack*/

.container-fluid {
    max-width: 117rem;
}

.aloldal .auto {
    width: 100%;
}

.so-hero {
    /*margin-inline: 25rem;*/
    background-image: url(https://www.hikoki-powertools.com/top-img/category_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-inline: 17%;
}

.aloldal-tartalom {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.breadcrumbs,
.aloldal-tartalom h1 {
    display: none;
}

@media only screen and (max-width: 766px) {
    .awards {
        background: url(/public/img/hikoki-nyilt-nap/arrow_dash.svg);
        background-repeat: no-repeat;
        background-position: 50% center;
        min-height: 80vh;
        background-size: 29% auto;
    }
    .mob-hide {
        display: none;
    }
    .termekek.col_3 {
        grid-template-columns: repeat(1, 100%);
    }
    .so-hero {
        margin-inline: auto;
        padding-inline: unset;
    }
    .para-bg::before {
        transform: skew(0);
        width: 100%;
    }
    .so--title-1 {
        font-size: 3.9em !important;
        line-height: 0.7em;
    }
    .so--title-2 {
        font-size: 1.6em !important;
    }
    .so--title-3 {
        font-size: 1.3em;
        margin-bottom: 7rem;
    }
    .cap,
    .cup,
    .battery {
        position: absolute;
    }
    .mob-w-75 {
        width: 75% !important;
    }
    .cap {
        top: unset;
        left: 25%;
        right: 25%;
        bottom: 50vh;
    }
    .cup {
        top: unset;
        left: 25%;
        right: 25%;
        bottom: 32vh;
    }
    .battery {
        top: unset;
        left: 25%;
        right: 25%;
        bottom: 12vh;
    }
}

@keyframes floaThingAnimCap {
    0% {
        transform: translate(0) scale(1.6);
    }
    30% {
        transform: translateY(-10px) scale(1.6);
    }
    50% {
        transform: translateY(4px) scale(1.6);
    }
    70% {
        transform: translateY(-15px) scale(1.6);
    }
    to {
        transform: translate(0) scale(1.6);
    }
}

@keyframes floaThingAnimCup {
    0% {
        transform: translate(0) scale(1.5);
    }
    30% {
        transform: translateY(-10px) scale(1.5);
    }
    50% {
        transform: translateY(4px) scale(1.5);
    }
    70% {
        transform: translateY(-15px) scale(1.5);
    }
    to {
        transform: translate(0) scale(1.5);
    }
}

@keyframes floaThingAnimBt {
    0% {
        transform: translate(0) scale(1.2);
    }
    30% {
        transform: translateY(-10px) scale(1.2);
    }
    50% {
        transform: translateY(4px) scale(1.2);
    }
    70% {
        transform: translateY(-15px) scale(1.2);
    }
    to {
        transform: translate(0) scale(1.2);
    }
}

@keyframes floaThingAnimSz {
    0% {
        transform: translate(0) scale(1);
    }
    30% {
        transform: translateY(-10px) scale(1.1);
    }
    50% {
        transform: translateY(4px) scale(1.2);
    }
    70% {
        transform: translateY(-15px) scale(1.1);
    }
    to {
        transform: translate(0) scale(1);
    }
}
/*
#hide-me-please .egysegar,
#hide-me-please form,
#hide-me-please .tovabb-link,
#hide-me-please .akcios-ar {
    display: none !important;
}

*/