/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.bg-grey {
    background-color: #eae8e8;
}

@media (min-width: 992px) {
    .card-registration-2 .bg-grey {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width: 991px) {
    .card-registration-2 .bg-grey {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

.card-link {
    text-decoration: none;
    color: inherit; /* A szöveg színe örökli a szülő elem színét */
}

.ico-product.ico-new {
    background: #5492db;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    left: .5%;
    padding: 0.2rem 1rem;
    width: 30%;
    text-align: center;
    overflow: hidden;
    /*                -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg)*/
}
.ico-product.ico-sale {
    background: #e14141;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    width: 30%;
    text-align: center;
    ;
    right: 0;
    padding: 0.2rem 1rem;
    overflow: hidden;
    /*                -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg)*/
}