@font-face {
    font-family: "Oedenburg";
    src: url("/fonts/oedenburg/Oedenburg_sans_vario_1.3-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oedenburg";
    src: url("/fonts/oedenburg/Oedenburg_sans_vario_1.3-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oedenburg";
    src: url("/fonts/oedenburg/Oedenburg_sans_vario_1.3-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.howworks {
    color: #1e1d1f;
    font-family: "Oedenburg", sans-serif;
    font-weight: 400;
}

.voucherbuy-box input[type="text"],
.voucherbuy-box input[type="number"] {
    width: 70px;
    text-align: right;
}

.voucherbuy-box input[disabled="disabled"] {
    border: none;
}

.voucherbuy-box {
    min-height: 400px !important;
}

.underline-yellow {
    text-transform: uppercase;
    text-align: center;
    background-position: bottom center;
    background-size: 20% 3px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#eed40e 0 0);
    padding-bottom: 10px;
}

.whybuyvadalarmcard {
    cursor: pointer;
}

#christmass-title {
    font-size: 2.5rem;
    padding-top: 0.7rem;
    margin-bottom: 20px;
}

.green-header-1 {
    font-family: "Oswald";
    font-size: 2rem;
    color: #33822b;
    text-align: left;
    font-weight: 700;
}

@media only screen and (min-width: 901px) {
    body {
        background: url(https://www.vadalarm.hu/l/img/teli-erdo.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

.snow-container .container-lg,
.white-container {
    background: #fff;
}

.title-second {
    color: #33822b;
    padding: 7px 5px 0px;
    margin-bottom: 10px;
    text-align: center;
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(80px)
    }
    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.prodsforvoucher h2 {
    line-height: 2em;
    height: 60px;
    width: 100%;
    background: #ffffffb9;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

.prodsforvoucher {
    line-height: 2em;
    height: 60px;
    min-height: 500px;
    border-radius: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
}

.reasontick {
    color: #33822b !important;
    font-size: 24px;
    padding-top: 10px;
    margin-right: 5px;
    position: relative;
}

#gariblock {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.howworks {
    font-size: 18px !important;
}

#math {
    font-size: 20px;
}

#order-now {
    margin: 0 auto;
    background: #e41b24 !important;
    color: #212529 !important;
    border-radius: 0px;
    border: 2px solid #efd50f !important;
    box-shadow: 0px 0px 4px 2px #858181 !important;
}

#qty-minus-btn,
#qty-plus-btn {
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #444444;
    font-size: 20px;
    line-height: 20px;
    width: 40px !important;
    padding: 0px;
    padding-bottom: 2px;
    font-weight: 700;
    height: 40px !important;
    line-height: 100%;
    text-align: center;
}

.orderstep {
    width: 28px !important;
    height: 28px;
    border: 1px solid #000;
    font-size: 16px !important;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px;
    margin: 0px 3px 0px 0px;
    background: #eed40e;
    border-radius: 15px;
    color: #000;
}

#premium-description {
    background-image: linear-gradient(to bottom, #252830, #847738), radial-gradient(circle at top left, #b7a521, transparent 50%), radial-gradient(circle at bottom right, #efd50f, transparent 50%), radial-gradient(circle, rgba(255, 223, 0, 0.3), transparent 70%);
    background-blend-mode: overlay, screen;
    background-color: black;
    background-size: cover;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

#addtocartbox {
    border-radius: 18px;
    border: 3px solid #efd50f;
    box-shadow: 4px 1px 2px #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

#quantity-container {
    display: flex;
    background: #33822b;
    width: fit-content;
    border: 2px solid #252830;
    border-radius: 22px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
}

#voucher-paid-value {
    width: 50px;
    margin: 5px 0px 5px 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
}

#extrazeros {
    font-weight: 400;
    line-height: 39px;
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
}

.steprow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.steprow p input[type="number"] {
    font-weight: 700;
    font-size: 20px;
    color: #e41b24;
}

#addtocartbox p:not(.price) {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
}

#addtocartbox p.price {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}