@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

.ff-horeca {
    font-family: 'Poppins', sans-serif !important;
}

.text-black {
    color: #252525!important;
}

.text-grey {
    color: #707070;
}

.text-blue {
    color: #0C80F2!important;
}

.text-dark-blue {
    color: #004B8D!important;
}

.text-darker-blue {
    color: #022F59!important;
}

.text-darkest-blue {
    color: #003564!important;
}

.text-burgundy {
    color: #6E1328!important;
}

.bg-color-blue {
    background-color: #0C80F2;
    border-color: #0C80F2;
}

.bg-color-dark-blue {
    background-color: #022F59;
}

.bg-color-grey {
    background-color: #F3EFF0;
}

.bg-img-horeca {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.divider {
    overflow: hidden;
    box-sizing: border-box;
    height: 70px;
    min-height: 70px;
}

.rounded-out {
    width: 106%;
    height: 300%;
    left: -3%;
    right: -3%;
}

.btn-max-width {
    max-width: 58px;
}

.brand {
    width: 154px;
    margin: 0 15px;
    height: 154px;
    background: #F8F8F8 0 0 no-repeat padding-box;
    border-radius: 18px;
    opacity: 1;
}

.rounded-end-0 {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.banner-cta {
    background-image: url('/skin/frontend/default/horeca/images/pattern_bottom_right.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 200px auto;
}

.hero-banner {
    background-image: url('/skin/frontend/default/horeca/images/pattern_bottom_left.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto 155px;
}

.horeca-form-start {
    background-image: url('/skin/frontend/default/horeca/images/pattern_top_left.jpg');
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: auto 200px;
}

.pattern-bottom {
    background-image: url('/skin/frontend/default/horeca/images/pattern_bottom.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 75px auto;
    background-color: transparent;
}

.icon {
    width: 93px;
    height: 93px;
    margin: auto;
}

.stamp > img {
    margin-right: 350px;
    margin-top: -60px;
}

.modal form i.las {
    cursor: pointer;
    font-size: 1.2rem;
}

.spinning {
    animation: spin 6s infinite linear;
}

.fs-base {
    font-size: 16px;
}

.btn-custom {
    width: 190px;
    height: 50px;
}

.fs-h {
    font-size: 38px;
}

.fs-h-reg {
    font-size: 30px;
}

.small {
    font-size: 12px;
}

.horeca-text{font-size: 18px!important; }
.horeca-subtext{ font-size: 15px; margin-top: 5px; display: inline-block;}

select#group_id.lighter {
    color: #707070 !important;
}

select#group_id > option {
    color: #212529 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@media (max-width: 768px) {
    .rounded-out {
        height: 150%;
    }
    .divider {
        height: 40px;
        min-height: 40px;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.2rem !important;
    }

    .fs-h-reg {
        font-size: 30px;
        width: 100% !important;
    }

    .icon-set > div {
        width: 50%;
    }

    .btn-custom{
        margin-bottom: 20px;
    }
    
    .stamp > img {
        margin-right: auto;
    }

    .payment {
        width: 100%;
        text-align: center;
    }

    .payment > img {
        width: 100%;
        padding: 0 16px;    
    }

    .support-item {
        font-size: 1rem !important;
    }

    .hero-banner p.fs-2 {
        font-size: 1.2rem !important;
    }

    .hero-banner p.fs-5 {
        font-size: 1rem !important;
    }

    .form-item {
        font-size: 0.9rem;
    }

    .horeca-text{line-height: 0.8;}
}

@media (max-width: 992px) {

    .horeca-form-start {
        border-radius: 0!important;
    }

    .horeca-form-start.not-logged {
        padding-bottom: 150px;
    }

    .horeca-form-start .card-title {
        font-size: 1.1rem;
    }

    .horeca-form-start .las {
        font-size: 2.5rem;
    }

    .horeca-form-end {
        border-radius: 18px !important;
        margin-top: -120px;
        width: 90%;
    }

    .stamp > img {
        margin-right: auto;
        margin-top: -55px;
    }

    .horeca-form-end form {
        width: 90% !important;
    }

    .horeca-form-end h5 {
        width: 90% !important;
        font-size: 1rem;
    }

    .no-background-img-sd {
        background-image: none !important;
    }
}

@media (max-width: 1200px) {

    .horeca-form-start .card-body {
        width: 100% !important;
    }
}

#freeprivacypolicy-com---preferences-center  input:after {display: none;}
.freeprivacypolicy-com---nb .cc-nb-main-container {padding:30px !important;}
#freeprivacypolicy-com---nb {box-shadow:0px 0px 10px #aaa;background:#fff !important;}
.freeprivacypolicy-com---nb-simple {
    max-width: 100% !important;
    left:0 !important;
}
#freeprivacypolicy-com---nb .cc-nb-title-container {float:left; margin-right:20px;}
#freeprivacypolicy-com---nb .cc-nb-buttons-container {text-align: right;}
#freeprivacypolicy-com---nb .cc-nb-text-container {float: left;width: 70%;}
#freeprivacypolicy-com---nb .cc-nb-text {margin-bottom: 0;}
@media screen and (min-width: 600px){
    .freeprivacypolicy-com---nb .cc-nb-title {
        display: none;
    }
}
@media screen and (max-width: 600px){

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size:20px !important;
}
.freeprivacypolicy-com---nb .cc-nb-text {
    font-size:12px !important;
    margin-bottom: 10px !important;
}
}