html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

* {
    font-family: Mulish, sans-serif;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#fb-root .fb_dialog {
    z-index: 10 !important;
}

.sg-cks-info__buttons,
.sg-cks-settings__footer {
    .btn-primary {
        background-color: #bd8451 !important;
        border-color: #bd8451;

        &:hover {
            border-color: black;
            background-color: black !important;
        }
    }
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 991px) {
    .container {
        max-width: 980px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #fff;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #525252;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 66px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 66px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #000;
}

.fancybox-button:hover {
    color: #c40000;
}

.fancybox-button:focus {
    outline: 0;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #000;
    cursor: default;
    outline: 0;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(transparent));
    background: -o-linear-gradient(bottom,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent);
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.fancybox-button--zoom {
    display: none !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 2;
    font-family: Mulish, sans-serif;
    background-color: #fff;
    color: #131415;
    font-size: 16px;
}

button {
    outline: 0;
}

label {
    position: relative;
}

.blacktop {
    background: #131415;
    width: 100%;
    height: 100px;
}

#loader-wrapper {
    background-color: #131415;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    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;
}

#loader-wrapper img {
    width: 150px;
}

button {
    font-family: Mulish, sans-serif;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

ol,
ul {
    list-style: none;
}

.page ul {
    list-style: disc;
    list-style-position: inside;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.white {
    background: #fff;
    color: #000;
}

.btn.white,
.white .btn {
    background-color: #fff;
    color: #000;
    border: 2px solid #bd8451;
}

.prod-pad .attribute {
    font-size: 12px;
}

.btn.white.selected,
.btn.white:hover,
.white .btn:hover {
    background-color: #bd8451;
    color: #fff;
    border: 2px solid #bd8451;
}

.btn.white.selected:hover {
    background-color: #fff;
    color: #131415;
}

.mini-cart-attributes {
    line-height: normal;
    margin-top: -6px;
}

.mini-cart-attributes span {
    font-size: 10px;
    width: 100%;
    display: block;
}

a {
    display: inline-block;
}

img {
    display: block;
}

.our-coffees {
    display: none;
}

#header {
    position: relative;
    height: calc(100vh - 100px);
    background-color: #141415;
}

#header .banner-img-link {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.position-relative {
    position: relative;
}

.img-responsive {
    max-width: 100%;
}

.img,
.page img,
.blog-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.img-loader {
    height: 31px;
    width: 31px;
    position: absolute;
    top: 5px;
    left: calc(50% - 15px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease;
}

button.loader img {
    visibility: visible;
    opacity: 1;
}

button.loader {
    color: transparent !important;
}

.w-50 {
    width: 50%;
}

.w-50 img {
    width: 100%;
    height: auto;
}

.padd {
    padding: 70px 0;
}

.padd-btm {
    padding: 0 0 95px;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #333;
}

.gray {
    color: #9b9b9b;
}

.f14 {
    font-size: 14px;
}

.text-gray.min {
    font-size: 12px;
    line-height: normal;
}

.c-pointer {
    cursor: pointer;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #131415;
    color: #bd8451;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu.sticky {
    height: 80px;
}

#menu-mobile {
    position: fixed;
    background-color: #131415;
    color: #bd8451;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: translateX(205%);
    -ms-transform: translateX(205%);
    transform: translateX(205%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu.sticky #logo {
    top: 15px;
    left: 30px;
    opacity: 1;
}

#logo a {
    position: absolute;
}

.menu a.hidden-sticky {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
}

.menu.sticky a.hidden-sticky {
    opacity: 1;
}

.menu.sticky #logo a:first-child {
    opacity: 0;
    display: none;
}

#logo img {
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 150px;
    width: 150px;
}

.menu.sticky #logo img {
    height: 50px;
    width: 50px;
}

#logo {
    position: absolute;
    top: 30px;
    left: 60px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menu a {
    color: #bd8451;
    position: relative;
}

a.menu-item::after,
ul.submenu li a::after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    background: #bd8451;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.menu-item:hover::after,
ul.submenu li a:hover::after {
    left: 15%;
    width: 70%;
}

ul.submenu li a::after {
    bottom: -5px;
}

.ps-r {
    position: relative;
}

@media (max-width: 1335px) {
    ul.submenu li a::after {
        content: none;
    }

    a.menu-item::after {
        bottom: -183px;
    }

    a.menu-item:hover::after {
        left: 22%;
        width: 68%;
    }
}

.sticky a.menu-item::after {
    bottom: 20px;
}

@media (min-width: 1500px) {
    a.menu-item::after {
        bottom: 5px;
    }

    .sticky a.menu-item::after {
        bottom: 5px;
    }
}

.menu-item {
    padding: 10px 29px;
}

.menu-right {
    position: absolute;
    right: 46px;
    top: calc(50% - 37px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.menu-icon {
    height: 20px;
    width: 20px;
    color: #bd8451;
}

.orders div {
    font-weight: 400;
    width: 20%;
    font-size: 13px;
}

.top-icons {
    margin-right: 14px;
    border-radius: 50%;
    border: 1px solid #3f372e;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-icons {
    height: 14px;
    width: auto;
}

#cart,
.login-btn {
    margin-right: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0;
    cursor: pointer;
}

#cart img,
.login-btn img {
    margin-right: 10px;
}

#cart .mc-product-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.logo-text {
    font-size: 12px;
    color: #bd8451;
    letter-spacing: 4px;
    font-weight: 700;
    padding-bottom: 10px;
}

a:active,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

a.btn {
    color: #fff;
}

.btn {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #131415;
    color: #fff;
    font-size: 15px;
    padding: 5px 30px;
    border: 2px solid #131415;
    display: inline-block;
    text-align: center;
    line-height: inherit;
}

.btn.d-block {
    margin-top: 32px;
}

#header .pc-btn {
    max-width: 250px;
    margin: 20% auto 0;
    padding: 12px 24px;
}

.home-owl_carousel {
    position: relative;
}

.home-owl_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 15px;
    transition: all 0.3s;
}

.home-owl_carousel .owl-nav .owl-prev:hover {
    opacity: 0.5;
}

.home-owl_carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 15px;
    transition: all 0.3s;
}

.home-owl_carousel .owl-nav .owl-next:hover {
    opacity: 0.5;
}

.btn.brown {
    border: solid 1px #bd8451;
}

.btn-fill {
    width: 100%;
}

.btn-color {
    background-color: #bd8451;
    color: #fff;
    border: 2px solid #bd8451;
}

.btn-color:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #bd8451;
}

.btn-back {
    font-size: 16px;
    padding: 26px 0;
    border-top: 1px solid #ebe7e4;
    color: #fff;
    width: 100%;
}

.padd-top {
    padding-top: 95px;
}

body.mini2 section.white {
    padding-top: 85px;
    min-height: calc(100vh - 271px);
    padding-bottom: 50px;
}

body.mini2 section.cart.white {
    padding-top: 35px;
    min-height: calc(100vh - 271px);
}

body.mini2 {
    height: calc(100vh - 148px);
}

.btn-back img {
    width: 7px;
    margin-right: 12px;
    position: relative;
    top: 4px;
    padding-top: 3px;
    display: inline-block;
}

.btn:hover {
    background: #fff;
    color: #131415;
}

.black-bg {
    position: relative;
    background-image: url(../img/background.jpg);
    background-color: #131415;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #c7c7c7;
}

input {
    padding: 6px;
    color: #131415;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px 1px rgba(206, 160, 116, 0.2);
    box-shadow: 0 0 5px 1px rgba(206, 160, 116, 0.2);
}

.title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 32px;
    line-height: 1.25;
}

.text-gray .title {
    color: #131415;
}

.title.acc {
    font-size: 26px;
    padding-bottom: 21px;
}

.title.acc.min {
    color: #5e5e5e;
    font-weight: 500;
    font-size: 18px;
}

.title.min {
    font-size: 20px;
}

.main-desc {
    max-width: 680px;
    margin: auto;
    padding-bottom: 50px;
}

.gold {
    color: #bd8451 !important;
}

.pros-item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #3f372e;
    background: #151515;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pros-desc {
    padding-top: 41px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.prod-desc {
    font-size: 14px;
    line-height: 1.45;
}

.prod-desc img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.panels {
    max-width: 932px;
    margin: auto;
    text-align: center;
}

.panel-content {
    width: 100%;
    max-width: 490px;
    padding: 15px;
    margin: auto;
}

.panel-desc {
    padding-bottom: 40px;
    font-size: 16px;
}

.socialmedia {
    padding: 50px 0;
    border-top: 1px solid #3f372e;
    border-bottom: 1px solid #3f372e;
    margin-top: -1px;
}

.footer-panel {
    padding: 0 24px;
    border: 1px solid #3f372e;
}

.footer-panel ul {
    margin-bottom: 42px;
}

.footer-panel:nth-child(1) {
    margin-right: -1px;
}

.footer-panel:nth-child(3) {
    margin-left: -1px;
}

.footer-title {
    color: #bd8451;
    font-size: 20px;
    margin: 42px 0;
}

footer .icons {
    margin: 0 7px;
    border-radius: 50%;
    border: 1px solid #3f372e;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.body_overflow {
    overflow: hidden;
}

.hamburger .line {
    z-index: 99;
    width: 30px;
    height: 1px;
    background-color: #bd8451;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-9 {
    z-index: 99;
    position: relative;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active .line {
    width: 25px;
}

#hamburger-9.is-active .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    -ms-transform: rotate(45deg) translate(2px, 2px);
    transform: rotate(45deg) translate(2px, 2px);
}

#hamburger-9.is-active .line:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(4px, -5px);
    -ms-transform: rotate(45deg) translate(4px, -5px);
    transform: rotate(-45deg) translate(4px, -5px);
}

.abs.inside {
    font-size: 36px;
    line-height: 1.25;
    color: #bd8451;
    font-weight: 700;
    position: absolute;
    left: 7.25%;
    top: calc(50% - 131.5px);
    text-align: center;
}

.footer {
    background: #131415;
    color: #fff;
    padding: 30px 0;
}

.contact-info a,
.footer-panel a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.contact-info a:hover,
.footer-panel a:hover {
    color: #bd8451;
}

.footer img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    height: 22px;
    opacity: 0.28;
}

.footer .sg {
    margin-right: -25px;
}

#logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 15px;
    border-bottom: 1px solid #3f372e;
    position: relative;
}

#logo-mobile img {
    width: 100px;
    height: 100px;
    margin: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

.mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #3f372e;
}

.mobile-btns .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#menu-mobile.menu-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#menu-mobile .menu-center {
    display: block;
}

#menu-mobile .menu-center a {
    color: #bd8451;
    font-size: 24px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.75;
}

.login-btn {
    color: #bd8451;
}

#menu-mobile .socialmedia {
    border: none;
    margin-top: auto;
    padding: 20px 0 40px;
    background-color: #131415;
    border-top: 1px solid #3f372e;
}

#menu-mobile .socialmedia .icons {
    border: none;
    margin: 0 7px;
    border-radius: 50%;
    border: 1px solid #3f372e;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu-mobile #cart,
#menu-mobile .login-btn {
    margin-right: 0;
}

#menu-mobile .login-btn {
    margin-right: 30px;
}

.f18 {
    font-size: 18px;
}

textarea {
    font-family: Mulish, sans-serif;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}

#form_dropdown .form-group > div {
    position: relative;
}

#form_dropdown .form-group > div::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 38px;
    height: 38px;
    background: #fff url(../img/arrow-right.svg) no-repeat center;
    position: absolute;
    top: 50%;
    right: 8px;
    border-radius: 4px;
    background-size: 8px;
    -ms-transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
}

#shownewad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#shownewad label {
    padding-top: 5px;
}

#showbillingaddress {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-addresses .change_item_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 25px;
}

.change_item_link:hover {
    cursor: pointer;
    opacity: 0.65;
}

.user-addresses .change_item_link img {
    top: 7px;
}

.user-addresses .abc-checkbox {
    padding: 0;
    padding-left: 3px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

select {
    width: 100%;
    border: 2px solid #bd8451;
    padding: 12px 38px 12px 19px;
    outline: 0;
    position: relative;
    text-indent: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/angle-down-light.svg);
    background-position: right 19px center;
    background-repeat: no-repeat;
    background-size: 12px;
}

input:not([type="checkbox"]),
textarea {
    width: 100%;
    border: 2px solid #bd8451;
    padding: 12.5px 20px;
    outline: 0;
}

input[type="radio"] {
    width: unset;
    position: relative;
}

input[type="checkbox"] {
    position: relative;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
    content: "";
    background-color: #fff;
    border: 1px solid #bd8451;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -2px;
    top: calc(50% - 10px);
    border-radius: 50%;
    cursor: pointer;
}

form .head {
    font-weight: 700;
}

.abc-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 0;
    cursor: pointer;
}

.abc-checkbox label {
    padding-top: 2px;
}

.abc-checkbox input:checked::after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #bd8451;
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: calc(50% - 5px);
}

#new_address_billing {
    display: none;
}

label {
    font-size: 10px;
    line-height: 1;
}

.f24 {
    font-size: 24px;
}

.abc-checkbox label {
    padding-left: 8px;
}

.form-padd form > div,
.form-padd > div {
    padding-bottom: 30px;
}

label.mini {
    color: #333;
}

.forgot-pass {
    font-size: 10px;
}

.mini {
    font-size: 10px;
    color: #333;
}

.remember_me {
    padding: 0;
}

.form-padd form .remember_me {
    padding: 0;
}

input[type="checkbox"] {
    cursor: pointer;
}

button.close {
    display: none;
}

.remember_me label {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order .form-check-label,
.order .abc-checkbox-primary label {
    font-size: 15px;
}

.styled + label,
a.forgot-pass {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding-left: 9px;
}

.styled + label:hover,
a.forgot-pass:hover {
    color: #bd8451;
    cursor: pointer;
}

.term a {
    text-decoration: underline;
}

.klauzula a:hover,
.term a:hover {
    text-decoration: none !important;
}

.term-ps p {
    margin-bottom: 16px;
}

.term-ps strong {
    color: #000;
}

.term-ps ul {
    margin-bottom: 16px;
}

.sungroup {
    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;
}

.breadcrumb {
    color: #333;
    font-size: 13px;
    padding: 18px 0 30px;
}

.breadcrumb li {
    padding: 12px 24px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.breadcrumb li:hover {
    color: #bd8451;
}

.breadcrumb li.active {
    color: #bd8451;
}

.breadcrumb li:after {
    content: "/";
    position: absolute;
    color: #333;
    right: -3px;
    top: 12px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.title.pad {
    padding-bottom: 64px;
}

a.cat-title {
    display: block;
}

.cat-title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 36px;
}

.cat-title span {
    background-color: #fff;
    padding: 0 16px;
}

.cat-title::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #ddd;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
}

.desc-content {
    max-width: 620px;
    margin: auto;
}

#contactform {
    max-width: 620px;
    margin: auto;
}

#contactform textarea {
    min-height: 240px;
}

.product-main-desc .product-form .form-group {
    margin-bottom: 10px;
}

.text-box {
    max-width: 620px;
    margin: auto;
}

.thumb img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: auto;
    width: auto;
    height: auto;
}

.owl-carousel .owl-item img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ekspresy .thumb {
    height: 195px;
}

.ekspresy .thumb picture img {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.ekspresy .product:hover .thumb img {
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.product:hover .thumb img {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.img-product-other {
    -o-object-fit: cover;
    object-fit: cover;
}

.text-box p {
    margin-bottom: 24px;
    text-align: left;
}

.img-mock {
    width: 100%;
    height: 500px;
    background-color: #9b9b9b;
    margin-top: 76px;
    margin-bottom: 90px;
}

.page h1 {
    color: #000;
}

.page h2 {
    margin-bottom: 24px;
    color: #000;
}

.accordion .ahead.orders .astatus {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 20px;
}

.btn.order-detail {
    margin: 12px 0 0;
}

.wid .c1 {
    width: 100px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-info .c1 {
    height: 100px;
    padding: 5px;
    border: 1px solid #cecece;
}

.wid .c2 {
    width: calc(55% - 115px);
}

.wid .c3,
.wid .c4,
.wid .c5 {
    width: 15%;
    text-align: center;
}

.order-spec label {
    margin-right: 4px;
    margin-bottom: 0;
}

.order-spec .form-group {
    margin-bottom: 10px;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.order-spec .form-group p {
    margin: 0;
}

.box-inner.order-spec .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#pliki-cookies {
    position: relative;
}

#pliki-cookies:before {
    content: "";
    display: block;
    height: 110px;
    margin-top: -110px;
    pointer-events: none;
}

.cookiepolicy {
    position: fixed;
    left: 40px;
    bottom: 40px;
    background: #fff;
    width: 245px;
    padding: 15px;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.15);
    z-index: 90;
}

.cookiepolicy span {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px;
}

.cookiepolicy span a {
    text-decoration: underline;
}

.cookiepolicy a {
    cursor: pointer;
}

.filebox {
    background-color: #f8f8f8;
    padding: 12px;
    margin-top: 32px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#product-img-rotator {
    position: -webkit-sticky;
    position: sticky;
    top: 116px;
}

#product-img-rotator img {
    max-width: 100%;
}

.coffe-desc-item {
    margin-bottom: 12px;
}

.coffe-desc-item:last-child {
    margin-bottom: 0;
}

#product-img-rotator .sticker-product {
    width: 120px;
    right: -50px;
    top: 100px;
}

.all_products.others .thumb .sticker-product {
    position: absolute;
    right: -20px;
    top: -22px;
    width: 120px;
}

.product-infos .min {
    font-size: 14px;
}

.filebox:hover {
    opacity: 0.6;
}

.coffee-desc-wrap {
    padding: 16px 0;
}

.product-name {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 16px;
}

.product .product-name {
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.4;
}

.socialmedia a {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.front-prod .product-name {
    font-size: 20px;
    padding-bottom: 12px;
}

.facebook-icon,
.ig-icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.facebook-icon:hover,
.ig-icon:hover {
    opacity: 0.5;
}

.price {
    text-align: center;
    color: #bd8451;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 0;
}

.all_products .price {
    text-align: center;
    color: #bd8451;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin-top: auto;
}

.prod-title {
    font-size: 20px;
    font-weight: 700;
}

.related a,
.related span {
    margin-right: 8px;
}

.sticker-product {
    position: absolute;
    right: -30px;
    top: 50px;
}

#product-main-desc {
    width: 100%;
    height: 100%;
    text-align: left;
}

.pricedesc {
    font-size: 12px;
    line-height: 1.25;
    padding-top: 15px;
    font-weight: 400;
}

#product-main-desc .product-name {
    text-align: left;
    font-size: 20px;
    margin-top: 0;
}

.front-coffees {
    content-visibility: auto;
}

.front-coffees .owl-nav {
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
}

.summary-address-details.styled-boxes .box-inner {
    padding: 0 10px;
}

.summary-address-details .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.summary-address-details .control-label {
    font-size: 13px;
}

.front-coffees .owl-nav .owl-next,
.front-coffees .owl-nav .owl-prev,
#prodgal_express.owl-carousel .owl-nav button.owl-prev,
#prodgal_express.owl-carousel .owl-nav button.owl-next {
    width: 80px;
    height: auto;
    min-height: 354px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff !important;
}

#prodgal_express.owl-carousel .owl-nav button.owl-next,
#prodgal_express.owl-carousel .owl-nav button.owl-prev {
    height: unset;
    min-height: 200px;
    top: calc(50% - 100px);
}

.front-coffees.owl-carousel .owl-nav button.owl-prev,
#prodgal_express.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    text-indent: -9999px;
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
}

.front-coffees.owl-carousel .owl-nav button.owl-next,
#prodgal_express.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    text-indent: -9999px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
}

.front-coffees .owl-nav .owl-next:hover,
.front-coffees .owl-nav .owl-prev:hover {
    -webkit-filter: invert(90%);
    filter: invert(90%);
}

#product-main-desc .price {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0 30px;
}

.front-coffees {
    margin: auto;
    padding: 0 80px;
}

.front-prod {
    width: 100%;
}

.menu-acc li a {
    padding: 18px 12px;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.menu-acc li {
    border-bottom: 1px solid #ececec;
}

.menu-acc li a:hover {
    color: #bd8451;
}

.menu-acc li:last-child {
    border: none;
}

.owl-carousel .owl-item .front-prod img {
    width: 140px;
}

.rodo a {
    display: inline-block;
}

.rodo li {
    padding: 12px 0;
}

.rodo h2,
.rodo h4 {
    padding-bottom: 6px;
    margin-top: 12px;
}

.rodo h3 {
    padding-bottom: 12px;
    margin-top: 24px;
}

.thumb {
    position: relative;
}

.thumb-container {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qty-item {
    font-size: 24px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.25s ease, background 0.25s ease
}

.qty-item:hover {
    background: #bd8451;
    color: #fff;
}

.p-desc {
    padding: 0 15px;
}

.itemnum.quantity {
    text-align: center;
    width: unset;
    height: 44px;
    width: 44px;
}

.product-description {
    color: #333;
    font-size: 13px;
    padding-top: 30px;
    line-height: 1.6;
}

#quantity {
    min-width: 46px;
    width: unset;
    text-align: center;
}

.cart_map_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.cart_map_item.active .cart_map_step {
    background: #bd8451;
    color: #fff;
}

.cart_map_item h6 {
    font-size: 14px;
}

.cart_map_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #bd8451;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
}

#cart_map .cart_map_item {
    pointer-events: none;
    max-width: 220px;
}

@media (max-width: 767px) {
    #cart_map .cart_map_item {
        max-width: 42px;
    }
}

.cart_map_item .cart_map_step {
    background: #e2e2e2;
    color: #000;
    border: 2px solid #e2e2e2;
}

.cart_map_item.realised .cart_map_step,
.cart_map_item.active .cart_map_step {
    background: #bd8451;
    color: #fff;
    border: 2px solid #bd8451;
}

.cart_map_item.realised .cart_map_step {
    color: #000;
}

.container.cart-container {
    max-width: 1228px;
}

.cart .cart-item {
    margin-bottom: 15px;
}

.product-cart {
    padding: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #bd8451;
}

.remove.removeElement {
    color: #e97676;
}

.remove.removeElement:hover {
    color: #da1d1d;
}

.cart .price.total-price {
    padding-right: 25px;
    width: 130px;
}

.cart .loading {
    position: relative;
}

.cart .loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

.cart .loading::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/loader.gif) no-repeat center;
    z-index: 4;
}

.prod-name-cart {
    font-size: 12px;
}

.item-thumb-cart {
    width: 100px;
    height: 100px;
    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;
    border: 1px solid #ebe7e4;
    padding: 15px;
}

.summary.final .order_summary {
    padding-top: 42px;
}

.summary-address-details .form-control-static {
    font-size: 13px;
    line-height: normal;
}

.prod-pad {
    line-height: normal;
    padding: 0 15px;
}

.item-thumb-cart img {
    max-width: 100%;
    max-height: 100%;
}

.label-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -100px;
    width: 150px;
    height: 50px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.w100 {
    width: 100%;
}

.cart h1 {
    padding-top: 32px;
}

.cart .title:not(h1) {
    font-size: 20px;
}

.cart-labels {
    padding: 12px 0;
    padding-left: 115px;
    padding-right: 30px;
}

.cartwrap {
    padding: 0 0 0 15px;
}

.cart .order_summary {
    font-size: 15px;
    padding-top: 62px;
}

.cart .price {
    padding: 0;
    white-space: nowrap;
}

.price-small {
    color: #bd8451;
    font-size: 12px;
}

.shipping-price,
.subtotal {
    border-bottom: 1px solid #ebe7e4;
}

.discount-price,
.estimated-total,
.shipping-price,
.subtotal {
    padding: 12px 0;
}

.login-box-border {
    border: 1px solid #bd8451;
    padding: 40px;
}

.guest-cart,
.register-cart {
    padding: 10px;
}

.cart-link {
    position: relative;
}

.mini-cart {
    border: 2px solid #ececec;
}

.hidden {
    display: none;
}

.mini-cart-data {
    position: absolute;
    top: 70px;
    right: 55px;
    max-height: 500px;
    color: #131415;
    font-size: 13px;
    width: 380px;
}

.mini-cart-container {
    display: none;
    height: auto;
    background: #fff;
}

@media (max-width: 470px) {
    .mini-cart-data {
        right: 0;
        width: 360px;
    }
}

.mini-cart-container {
    padding: 20px;
}

.mini-cart-qty {
    position: absolute;
    border-radius: 50%;
    background-color: #141315;
    border: 1px solid #bd8451;
    color: #fff;
    height: 19px;
    width: 19px;
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 8px;
    bottom: -1px;
}

.qty input {
    padding: 0;
}

.mini-cart-totals {
    border-top: 1px solid #bd8451;
    margin-top: 24px;
    padding: 12px;
    color: #bd8451;
    font-weight: 700;
    font-size: 15px;
}

.scroll1::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px;
    position: relative;
}

.scroll1 {
    scrollbar-width: 2px;
    scrollbar-color: #c1c1c1;
}

.scroll1::-webkit-scrollbar-track {
    background: #ececec;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.mini-cart-products {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 12px;
}

.mini-cart-product:not(:last-child) {
    margin-bottom: 16px;
}

#cart .mini-cart-image a {
    height: 90px;
    width: 90px;
    max-width: 100%;
}

#cart .mini-cart-image img {
    max-width: 45px;
    max-height: 100%;
    margin: auto;
}

.mini-cart {
    padding: 20px;
    color: #131415;
    font-size: 13px;
    background: #fff;
    width: 380px;
}

.cart-prod-left {
    width: 380px;
}

.mini-cart-remove {
    color: #df4a4a;
}

.mini-cart-pricing .price {
    padding: 0;
}

.deliv .head {
    padding-bottom: 12px;
}

.deliv form .order_summary {
    padding-top: 0;
}

#show_inpost_map {
    margin-top: 5px;
    font-size: 10px;
    padding: 5px 10px;
    display: block;
}

#show_inpost_map a {
    text-decoration: underline;
}

#show_inpost_map a:hover {
    color: #000;
}

.change_item_link {
    font-size: 10px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.styled-boxes .head {
    background-color: #f8f6f5;
    border-bottom: 1px solid #bd8451;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.mini-cart-name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.summary-prod-info {
    padding-left: 18px;
}

.pre-title {
    font-size: 21px;
    padding-bottom: 16px;
}

.copy {
    opacity: 0.2;
    font-size: 13px;
}

.contact-panel {
    padding: 130px 25px;
    margin: 40px 0;
}

.contact-info {
    background-color: #131415;
    width: 50%;
}

.contact-map {
    width: 50%;
    padding: 40px 0;
}

#map-container {
    width: 100%;
    height: 100%;
}

.klauzula {
    color: #333;
    font-size: 10px;
    line-height: 18px;
    margin-top: 12px;
}

.klauzula a {
    text-decoration: underline;
}

.list-regulations-item {
    padding-left: 24px;
    font-size: 16px;
    color: #333;
}

.minorder span {
    width: 33.33%;
}

.error h1 {
    font-size: 50px;
}

.benefits {
    margin-bottom: 24px;
}

.benefits p {
    margin: 0;
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.benefits p img {
    width: 18px;
    margin-right: 15px;
}

.forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-downl {
    max-width: 22px;
    opacity: 0.2;
    margin-right: 12px;
}

.icon-pass {
    background: 0 0;
    border: none;
    position: absolute;
    right: 30px;
    top: 41px;
    padding: 4px;
    cursor: pointer;
}

.icon-pass img {
    width: 18px;
    opacity: 0.3;
}

#showpass.icon-pass img,
#showpass2.icon-pass img,
#showpass3.icon-pass img {
    width: 20px;
    position: relative;
    right: -1px;
    opacity: 0.3;
}

#hidepass.icon-pass,
#hidepass2.icon-pass,
#hidepass3.icon-pass {
    display: none;
}

.terms-conditions p {
    padding-bottom: 24px;
}

.terms-conditions ol {
    list-style-type: circle;
    list-style-position: inside;
}

.terms-conditions ul {
    list-style-type: decimal;
    list-style-position: inside;
}

.newsletter h1 {
    font-size: 40px;
    text-align: center;
}

#newsletter-form {
    padding: 36px 0 90px;
}

#newsletter-form input {
    text-align: center;
}

#newsletter-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_to_show {
    display: none;
}

.change_item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form.abc .abc-checkbox {
    display: block;
}

.change_item_link img {
    width: 15px;
    margin-right: 4px;
    position: relative;
    top: -2px;
    opacity: 0.7;
}

.accordion {
    margin-bottom: 24px;
}

.accordion.fill {
    background: #f8f8f8;
}

.accordion .ahead {
    background: #f8f6f5;
    border-bottom: 1px solid #bd8451;
    padding: 12px;
    cursor: pointer;
    color: #111;
    font-weight: 600;
    position: relative;
}

.accordion .ahead span {
    font-size: 20px;
}

.accordion .abody {
    display: none;
    padding: 12px;
}

.accordion .ahead.open + .abody {
    display: block;
}

.astatus {
    position: relative;
    width: 20px;
    height: 20px;
    bottom: -5px;
}

.astatus .line {
    width: 20px;
    height: 2px;
    background: #b6b6b6;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.astatus .line.sline {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.open .astatus .line.sline {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion .ahead.orders .astatus {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 20px;
}

.orders-list .products-info {
    margin-bottom: 12px;
    margin-top: 12px;
}

.orders-list .c1 img,
.summary-table img {
    padding: 8px;
    height: auto;
    max-width: 55px;
    -o-object-fit: contain;
    object-fit: contain;
}

.text-left {
    text-align: left !important;
}

.img-wrap-product {
    min-height: 575px;
}

.img-wrap-product.other-pic {
    min-height: 250px;
}

.profil-smaku {
    margin-top: 12px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profil-smaku span {
    margin-bottom: 8px;
}

.profil-smaku > div {
    width: 20%;
    margin-bottom: 12px;
}

.p-s1 {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 8px;
}

.p-s1 img {
    height: 15px;
}

.head.minorder {
    background: #fafafa;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 8px;
    font-size: 14px;
}

.alert {
    position: fixed;
    background: #eaeaea;
    padding: 20px 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    top: 21%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 10;
}

.alert.alert-danger {
    background: #ff6c6c;
    color: #fff;
}

.alert.alert-success {
    background: #2daf35;
    color: #fff;
}

.alert button.close {
    position: absolute;
    top: -4px;
    color: #000;
    right: 5px;
    font-size: 28px;
    display: block;
}

.product-options #cname {
    margin-top: 24px;
}

.product-single-option label {
    font-size: 14px;
}

.product-options .product-attributes.other {
    position: relative;
}

.product-options .product-attributes .abc-checkbox {
    margin-right: 32px;
}

.product-options .product-attributes.other .abc-checkbox {
    margin: 0;
    width: 100%;
    padding: 9px 12px 9px 0;
}

.world-map,
.pros-item {
    content-visibility: auto;
}

.world-map img {
    margin: auto;
}

.product-attributes.other select {
    padding: 6px 50px 6px 18px;
}

.product-options.select .product-attributes.other::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff url(../img/arrow-right.svg) no-repeat center;
    position: absolute;
    top: 50%;
    right: 8px;
    border-radius: 4px;
    background-size: 8px;
    -ms-transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
}

.all_products.others .thumb img {
    max-height: 210px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.partners img {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner {
    min-height: 154px;
    margin: 15px;
    padding: 15px;
    border: 2px solid #eee;
    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;
}

.partner .nologo {
    height: 120px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.expresses {
    padding-top: 30px;
}

.grecaptcha-badge {
    z-index: -99;
    opacity: 0;
}

.form-padd .pb-10 {
    padding-bottom: 10px;
}

.order-page main {
    min-height: calc(100vh - 186px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hamb {
    position: relative;
}

.menu-txt {
    line-height: 1;
}

.qty_btn {
    margin-top: -4px;
}

@media screen and (max-width: 1900px) {
    .front-prod .product-name {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1768px) {
    .menu-right {
        right: 22px;
    }

    .menu-right .top-icons {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .menu-item {
        padding: 0 22px;
    }
}

@media screen and (max-width: 1366px) {
    .menu-item {
        padding: 0 15px;
    }

    .menu-center {
        margin-left: -90px;
    }

    #logo {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    #logo img {
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        height: 160px;
        width: 160px;
    }

    .menu.sticky #logo {
        top: 15px;
    }

    .menu.sticky #logo img {
        height: 50px;
        width: 50px;
    }

    /* .owl-carousel .owl-item .front-prod img {
        width: 145px
    } */
    #menu-mobile .menu-center {
        height: calc(100vh - 81px - 77px - 63px);
        overflow-x: hidden;
        padding: 18px 0;
        margin-left: 0;
    }

    #menu-mobile .menu-center a {
        color: #bd8451;
        font-size: 26px;
        display: block;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
    }

    #menu-mobile .secondary_mobile_main li.mobile_link a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 0 30px;
        text-align: left;
    }

    #menu-mobile .secondary_mobile_main li.mobile_link .mobile_back a {
        justify-content: center;
        font-weight: 700;
        text-align: center;
    }

    .secondary_mobile_main li.mobile_link {
        margin: 13px 0;
    }
}

@media screen and (max-width: 1335px) {
    #logo img {
        height: 50px;
        width: 50px;
    }

    .menu-right #cart {
        margin-right: 66px;
    }

    #logo {
        top: 25px;
    }

    .menu-center {
        display: none;
    }

    .abs.inside {
        padding: 16px;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.8);
        top: unset;
        left: 10%;
        bottom: 10%;
    }

    #header .pc-btn {
        max-width: 250px;
        margin: 12% auto 0;
        padding: 12px 24px;
    }

    #hamburger-9.hamburger {
        position: absolute;
        right: 3px;
        margin-top: 0;
    }

    #hamburger-9 {
        display: block;
        width: 70px;
    }

    .menu-center {
        margin-left: unset;
    }
}

@media screen and (max-width: 1199px) {
    .deliv .head {
        padding-top: 12px;
    }
}

@media screen and (max-width: 991px) {
    .menu #logo a {
        opacity: 0;
    }

    .menu #logo a.hidden-sticky {
        opacity: 1;
    }

    .pros-desc {
        padding-bottom: 55px;
    }

    .w-50 {
        width: 100%;
    }

    .panel-full.reverse > div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .panel-full.reverse > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cart_map_item h6 {
        font-size: 11px;
    }

    .cart_map_step {
        height: 20px;
        width: 20px;
        font-size: 13px;
    }

    .front-prod .product-name {
        font-size: 15px;
        line-height: normal;
    }

    .orders > div {
        width: 19%;
    }

    .profil-smaku > div {
        width: 33.3%;
    }

    #product-img-rotator .sticker-product {
        width: 120px;
        right: -15px;
    }

    div#prodgal {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    #menu-mobile .menu-center .firs_mobile > li > a {
        width: 100%;
        text-align: left;
        padding-left: 30px;
    }

    #menu-mobile .menu-center a {
        font-size: 22px;
    }

    .footer .sg {
        margin: 0;
    }

    .footer .sungroup {
        padding-top: 12px;
    }

    #content2 {
        padding-top: 42px;
    }

    #product-img-rotator img {
        max-width: 180px;
    }

    .other-pic #product-img-rotator img {
        width: 100%;
        max-width: 100%;
    }

    .panel-full .panel-content {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pros-item {
        width: 100px;
        height: 100px;
    }

    .pros-item img {
        width: auto;
        height: 35px;
    }

    .pros-desc {
        padding-top: 12px;
        line-height: normal;
    }

    .abs.inside {
        display: none;
    }

    .menu.sticky #logo img {
        height: 50px;
        width: 50px;
    }

    .socialmedia {
        display: none;
    }

    /* .menu {
        background: 0 0
    } */
    .menu::before {
        content: "";
        background: #131415;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .menu.sticky::before {
        content: "";
        background: #131415;
        height: 100%;
        width: 100%;
    }

    .footer-panel:nth-child(1) {
        margin-right: 0;
        margin-bottom: -1px;
    }

    .footer-panel:nth-child(3) {
        margin-left: 0;
        margin-top: -1px;
    }

    .world-map {
        display: none;
    }

    body {
        padding-top: 0;
    }

    .menu:not(.start.menu)::before {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .our-coffees {
        display: none;
        background-color: #000;
    }

    #logo-mobile img {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }

    #header {
        position: relative;
        height: unset;
    }

    #header img {
        width: 100%;
        height: unset;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 300px;
    }

    /* .owl-carousel .owl-item .front-prod img {
        width: 105px
    } */
    .front-coffees {
        margin: auto;
        padding: 30px 50px;
    }

    .front-coffees .owl-nav {
        top: 60px;
    }

    .front-coffees .owl-nav .owl-next,
    .front-coffees .owl-nav .owl-prev {
        width: 50px;
        height: 365px;
    }

    .contact-info {
        background-color: #131415;
        width: 100%;
    }

    .contact-panel {
        margin-bottom: 0;
    }

    .contact-map {
        width: 100%;
        height: 550px;
        padding: 0 0 40px;
    }

    .cart_map_item h6 {
        display: block;
    }

    .mobile-btns {
        padding: 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sticker-product {
        position: absolute;
        right: -21px;
        top: 50px;
        width: 55px;
    }

    .profil-smaku > div {
        width: 20%;
    }

    .img-wrap-product {
        min-height: unset;
    }

    .copy {
        width: 100%;
    }

    #header .banner-img-link {
        display: block;
        pointer-events: auto;
        max-height: 300px;
    }

    #product-img-rotator .img-full-width .img-prod {
        max-width: 400px;
    }
}

@media screen and (max-width: 575px) {
    .product-attributes {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .qty-cont {
        margin-bottom: 32px;
    }

    #product-main-desc {
        width: 100%;
        height: 100%;
        text-align: left;
        padding-top: 8px;
    }

    #product-main-desc .price {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        padding: 30px 0;
    }

    .add-to-cart-group button {
        width: 100%;
    }

    .qty-cont #quantity {
        width: calc(100% - 88px);
        text-align: center;
    }

    .qty-item {
        font-size: 24px;
        width: 44px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .thumb-container {
        height: 313px;
    }

    .all_products .thumb img {
        max-width: 140px;
    }

    .product .product-name {
        text-align: center;
        min-height: unset;
        padding-bottom: 0;
        line-height: normal;
        margin-bottom: 5px;
    }

    .blog .main-desc {
        padding: 0 15px 40px;
    }

    .all_products .price {
        margin-top: auto;
    }

    .socialmedia a:last-of-type {
        margin-right: 0;
    }

    a.product .btn {
        width: unset;
    }

    .cart .qty {
        margin-top: 24px;
    }

    .cart .price.total-price {
        padding-right: 0;
        margin-top: 24px;
    }

    .cart .cart-item {
        margin-bottom: 48px;
    }

    .cart .order_summary {
        font-size: 12px;
        padding-top: 32px;
    }

    #product-img-rotator .sticker-product {
        width: 66px;
        top: 40px;
        right: -25px;
    }

    .all_products.others .thumb img {
        max-width: 240px;
    }

    .cart_map_item h6 {
        height: 44px;
    }

    .padd {
        padding: 50px 0;
    }

    #product-img-rotator .img-full-width .img-prod {
        max-width: 320px;
    }

    .all_products .img-full-width .img-prod {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 565px) {
    .blog-wrapper {
        padding-top: 50px;
    }

    .menu-right {
        top: calc(50% - 32px);
    }

    #menu-mobile .socialmedia {
        border: none;
        margin-top: auto;
    }

    .menu {
        height: 100px;
    }

    #product-img-rotator img {
        max-width: 110px;
    }

    .breadcrumb {
        display: none;
    }

    .padd-btm {
        padding-top: 50px;
    }

    .shop.padd-btm {
        padding-top: 10px;
    }

    .cart-container .padd-btm {
        padding-top: 10px;
    }

    .add-to-cart-group {
        width: 100%;
    }

    #menu-mobile .socialmedia {
        border: none;
        margin-top: auto;
        position: relative;
        z-index: 1;
        padding: 20px 0;
        background-color: #131415;
        border-top: 1px solid #3f372e;
    }

    .menu-right span {
        display: none;
    }

    #cart,
    .login-btn {
        margin-right: 16px;
    }

    .menu-right .mini-cart-qty {
        left: 8px;
        bottom: -9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-right #cart {
        margin-right: 50px;
    }

    .cart-prod-left {
        width: 100%;
    }

    .cat-title {
        padding: 48px 0 36px;
    }

    .profil-smaku > div {
        width: 33.33%;
    }

    .all_products.others .thumb img {
        max-width: 160px;
    }

    #product-main-desc .product-name {
        line-height: normal;
    }
}

@media screen and (max-width: 425px) {
    .contact-panel {
        padding: 100px 25px;
    }

    .contact-map {
        width: 100%;
        height: 448px;
        padding: 0 0 40px;
    }

    .front-coffees {
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
    }

    .cat-title span {
        padding: 0;
    }

    .all_products.others .thumb img {
        max-width: 140px;
    }

    .partners img {
        max-width: 90px;
        max-height: 90px;
    }

    .partner {
        margin: 1px;
        width: calc(49% - 1px);
        min-height: 124px;
    }

    .partner .nologo {
        height: 90px;
        width: 90px;
        font-size: 9px;
    }
}


@media screen and (max-width: 391px) {
    .cart_map_item h6 {
        font-size: 9px;
    }
}

@media screen and (min-width: 1921px) {
    .container {
        max-width: 1140px;
    }
}

.menu-center {
    margin-left: -60px;
}

@media (max-width: 1500px) {
    .menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1450px) {
    .menu-item {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.page-content a:hover {
    text-decoration: underline;
}

.blog .logo-text,
.blog .title {
    text-align: center;
}

.blog .text-box {
    margin: 0 auto 50px;
}

.blog .back {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 95px;
}

.blog .back button,
.blog .btn {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blog .thumb {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

.blog-onepage .thumb {
    max-width: 920px;
}

@media (max-width: 950px) {
    .blog-onepage .thumb {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 650px) {
    .blog .back {
        max-width: calc(100% - 30px);
    }

    .express_gallery #prodgal_express .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.blog .page-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 660px;
    margin: 0 auto 50px;
}

.blog-onepage .page-gallery {
    max-width: 920px;
}

.blog .page-gallery .page-gallery-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.blog .page-gallery .page-gallery-col:nth-child(3n) {
    margin-right: 0;
}

.blog .page-gallery .page-gallery-col > .gall_box {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.blog .page-gallery .page-gallery-col > .gall_box > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog .page-gallery .page-gallery-col > .gall_box > a > img {
    height: 100%;
    width: auto;
}

.blog .page-gallery .page-gallery-col > .gall_box > a:hover {
    -webkit-transform: translateY(-7%);
    -ms-transform: translateY(-7%);
    transform: translateY(-7%);
}

.blog .page-gallery .page-gallery-col > .gall_box > a:hover > img {
    height: 110%;
}

.blog .page-gallery .page-gallery-col > .gall_box,
.blog .page-gallery .page-gallery-col > .gall_box > a,
.blog .page-gallery .page-gallery-col > .gall_box > a > img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .page-gallery .page-gallery-col > .gall_box > a > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.f-bold {
    font-weight: bold;
}

@media (max-width: 950px) {
    .blog-onepage .page-gallery {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 525px) {

    .blog .page-gallery .page-gallery-col,
    .blog .page-gallery .page-gallery-col:nth-child(3n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
        max-width: 47.5%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .blog .page-gallery .page-gallery-col:nth-child(2n) {
        margin-right: 0;
    }
}

.blog .news_item {
    margin-bottom: 50px;
}

.blog .news_item:last-of-type {
    margin-bottom: 100px;
}

.home .blog-wrapper .btn,
.home .blog-wrapper .date_news,
.home .blog-wrapper .text-box {
    display: none;
}

.home .blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-onepage .row,
.home .blog-wrapper > .news_item.row {
    margin-right: 0;
    margin-left: 0;
}

.home .blog-wrapper > .news_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 5% !important;
}

.home .blog-wrapper > .news_item:nth-child(3n) {
    margin-right: 0 !important;
}

@media (min-width: 0px) {
    .container.blog-wrapper {
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.home .blog-padd {
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 768px) {
    .home .blog-padd {
        padding-left: 50px;
        padding-right: 50px;
    }

    .container.blog-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 525px) {
    .home .blog-wrapper {
        padding-top: 0;
    }
}

.home .blog-wrapper > .news_item.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.home .blog-wrapper > .news_item.row > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: auto;
}

.home .blog-post-title {
    font-size: 25px;
}

@media (max-width: 1330px) {
    .home .blog-post-title {
        font-size: 20px;
    }

    .home .blog-wrapper > .news_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333%;
        flex: 0 0 31.3333%;
        max-width: 31.3333%;
        margin-right: 3% !important;
    }

    .home .blog-wrapper > .news_item:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1200px) {
    .home .blog-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home .blog-wrapper > .news_item,
    .home .blog-wrapper > .news_item:nth-child(3n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 620px;
        margin: 0 auto 30px !important;
    }

    .home .blog-post-title {
        font-size: 25px;
    }
}

@media (max-width: 525px) {
    .home .blog-post-title {
        font-size: 20px;
    }

    .home .blog-padd {
        padding-left: 0;
        padding-right: 0;
    }
}

.home .blog-padd:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
}

.home .home-unvisible {
    display: none;
}

.blog .blog-post-title {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
}

.blog .news-title {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 950px) {
    .blog .news-title {
        max-width: calc(100% - 30px);
    }
}

.blog-onepage .img-responsive {
    max-width: auto;
    width: 100%;
}

.blog-onepage .blog-product {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 50px;
    position: relative;
    padding-top: 620px;
}

.blog-onepage .text-box {
    margin: 0 auto;
}

.blog-image-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-image-wrapper img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

@media (max-width: 650px) {
    .blog-onepage .blog-product {
        padding-top: 95.4%;
    }
}

.blog-image-wrapper:hover {
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
}

.blog-onepage .back a.active {
    background-color: #bd8451;
    color: #fff;
    border: 2px solid #bd8451;
}

.blog-onepage .blog-product a.active {
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
}

.blog-content-photo {
    margin: 30px auto;
    position: relative;
}

.blog-vertical-photo {
    padding-top: 880px;
}

.blog-horizontal-photo {
    padding-top: 500px;
}

.blog-content-photo img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 950px) {
    .blog-horizontal-photo {
        padding-top: calc(100vw * 0.5434);
    }

    .blog-horizontal-photo img {
        max-width: calc(100vw - 30px);
    }
}

@media (max-width: 690px) {
    .blog-vertical-photo {
        padding-top: calc(100vw * 1.27);
    }

    .blog-vertical-photo img {
        max-width: calc(100vw - 30px);
    }
}

.home .news_item .thumb {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home .news_item:hover .thumb {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.o-nas .blog-content-photo::before {
    content: "Fot. Marcin Maziarz/Magazyn67";
    display: block;
    position: absolute;
    z-index: 5;
    bottom: -30px;
    left: 60%;
    color: #131415;
    font-size: 16px;
}

@media (max-width: 650px) {
    .o-nas .blog-content-photo::before {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 435px) {
    .o-nas .blog-content-photo::before {
        right: 10px;
        bottom: -10px;
    }
}

@media screen and (max-width: 1768px) {
    .menu-right .top-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-center {
        margin-left: -180px;
    }
}

@media (max-width: 1610px) {
    .menu-item {
        padding-left: 13px;
        padding-right: 13px;
    }

    .menu-center {
        margin-left: -240px;
    }
}

@media (max-width: 1335px) {
    .menu-right .facebook-icon {
        position: absolute;
        left: -65px;
    }

    .menu-right .ig-icon {
        position: absolute;
        left: -125px;
    }
}

@media (max-width: 380px) {
    .menu-right .top-icons {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .socialmedia.d-none {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.blog .news_item.row {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 1280px) {
    .menu-center {
        margin-left: 0;
    }
}

@media (max-width: 1280px) {
    #menu-mobile a.menu-item {
        pointer-events: none;
    }

    #menu-mobile.menu-active a.menu-item {
        pointer-events: all;
    }
}

.opakowania .img-product-other {
    max-height: 500px !important;
}

.herbaty .tea-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.herbaty .tea-row > .tea-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

@media (min-width: 471px) {
    .herbaty .tea-row > .tea-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 576px) {
    .tea-column .thumb-container {
        height: 280px !important;
    }

    .tea-products .thumb img {
        max-width: 120px !important;
    }
}

@media (min-width: 991px) {
    .tea-column .thumb-container {
        height: 270px !important;
    }

    .tea-products .thumb img {
        max-width: 170px !important;
    }
}

.herbaty div.pricedesc {
    display: none;
}

.herbaty .tea-subcat-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.herbaty .tea-subcat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.herbaty .tea-subcat-title {
    padding-top: 25px;
    padding-bottom: 30px;
}

.herbaty .tea-products h3.product-name {
    min-height: 0;
    max-width: 200px;
    padding: 0 15px 5px;
}

.herbaty .tea-products .thumb-container {
    height: auto !important;
}

.herbaty .tea-column a.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.herbaty .tea-column a.product .d-flex {
    margin-top: auto;
}

.herbaty .tea-row > .tea-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

@media (min-width: 791px) {
    .herbaty .tea-subcat {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .herbaty .tea-subcat-title {
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

@media (min-width: 991px) {
    .herbaty .tea-subcat-title {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .herbaty .tea-subcat {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1330px) {
    div#menu-mobile {
        display: none;
    }
}

div.menu-center {
    position: relative;
}

ul.submenu {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #131415;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: unset;
    background: #131415;
}

ul.submenu a[title="Sklep"] {
    display: none;
}

div.sticky ul.submenu {
    top: 64px;
}

#logo a {
    z-index: 5;
}

@media (max-width: 1500px) {
    .menu-item {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    div.sticky .menu-item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/* a @media (max-width:1450px) {
    padding-right: 13px
} */

.partner .nologo {
    height: 240px;
    width: 240px;
}

.oferta-dla-firm .partner {
    max-width: 154px;
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners-top {
    border-bottom: 1px solid #ececec;
    padding-bottom: 35px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner {
    height: 150px;
    width: 150px;
    margin: 15px;
    padding: 15px;
    border: 1px solid #ececec;
    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;
}

.partners-top .partner img {
    max-width: 100%;
    max-height: 175x;
}

.partners-bottom .partner img {
    max-width: 100%;
    max-height: 135px;
}

.partner a {
    display: block;
    max-width: 100%;
    margin: auto;
}

.partners-bottom {
    margin-bottom: 100px;
}

.partners-text {
    margin-bottom: 35px;
    font-size: 21px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .partner {
        display: block !important;
    }
}

@media (max-width: 525px) {
    .partner {
        height: auto;
        width: 43%;
    }
}

@media (max-width: 420px) {
    .partner {
        height: auto;
        width: 100%;
        min-height: unset;
    }
}

.oferta-dla-firm .partners-bottom {
    margin-bottom: 0;
}

.realisations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.realisation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
    margin: 0 15px;
    position: relative;
}

.realisation:nth-child(n + 4) {
    margin-top: 30px;
}

.realisation img {
    display: block;
    height: auto;
    min-width: 100%;
}

.realisation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.realisation::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-image: url(../img/magnify.svg);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.realisation:hover::after,
.realisation:hover::before {
    opacity: 1;
}

.realisation:hover::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .realisation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }

    .realisation:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    .realisation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }

    .realisation:nth-child(n + 2) {
        margin-top: 30px;
    }
}

.front-coffees .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
}

.front-coffees .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}

.sort-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sort-buttons .btn {
    width: 30%;
    cursor: pointer;
    margin: 0 1%;
}

.clear-sort {
    display: none;
    text-align: right;
    padding-top: 30px;
}

.clear-sort .btn {
    cursor: pointer;
}

.sort-buttons .btn.active {
    background-color: #bd8451;
    color: #fff;
    border: 2px solid #bd8451;
}

.expresses .thumb-container {
    height: unset;
    padding-top: 30px;
}

.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sorting-active .all_products .prod-rel {
    display: none;
}

.sorting-active .all_products .prod-rel.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.prod-rel .sticker-product {
    right: 30px !important;
}

.expresses > .row {
    min-height: 367px;
}

.akcesoria .expresses > .row {
    min-height: 240px;
}

/* .loading {
    position: relative
}

.loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 3
}

.loading::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/loader.gif) no-repeat center;
    z-index: 4
} */

@media (max-width: 575px) {
    .expresses .thumb-container {
        height: 190px;
    }
}

@media (max-width: 991px) {
    .sort-buttons .btn {
        width: calc(100%);
        margin: 0;
        margin-bottom: 15px;
    }

    .sort-buttons {
        display: block;
    }

    .expresses {
        padding-top: 0;
    }
}

.contact-us-product {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    line-height: normal;
}

#contactform .form-group {
    margin-bottom: 20px;
}

#contactform.product-form .form-group {
    margin-bottom: 10px;
}

#product-img-rotator.unstick_express {
    position: static;
}

#product-main-desc .price.express {
    text-align: left;
    font-size: 40px;
    line-height: 1;
    padding-top: 0;
}

.prod-desc p {
    padding: 10px 0;
}

.centered-image {
    display: block;
    margin: auto;
}

.ekspresy .product-description {
    padding-bottom: 30px;
}

.express_desc_rozwijable {
    overflow-y: hidden;
    max-height: 400px;
}

.btn.show_expdesc {
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 45px;
}

.gradiented-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: -40px;
    background: #fff;
    background: -webkit-gradient(linear,
    left bottom,
    left top,
    from(#fff),
    to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.gradiented-top.activated {
    margin-bottom: 45px;
}

.gradiented-top.activated::before {
    display: none;
}

.ekspresy .img-wrap-product {
    min-height: unset;
}

#prodgal_express .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

#prodgal_express .owl-nav .owl-next,
#prodgal_express .owl-nav .owl-prev {
    width: 80px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff !important;
}

#prodgal_express .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    text-indent: -9999px;
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
}

#prodgal_express .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    text-indent: -9999px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
}

#prodgal_express .owl-nav .owl-next:hover,
#prodgal_express .owl-nav .owl-prev:hover {
    -webkit-filter: invert(0);
    filter: invert(0);
}

#prodgal_express .owl-nav {
    pointer-events: none;
}

#prodgal_express .owl-nav .owl-next,
#prodgal_express .owl-nav .owl-prev {
    pointer-events: all;
}


.express_gallery .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .ekspresy #product-img-rotator img {
        max-width: 200px;
    }

    .padding-product-control {
        padding-bottom: 10px;
    }
}

@media (max-width: 400px) {

    #prodgal_express .owl-nav .owl-next,
    #prodgal_express .owl-nav .owl-prev {
        width: 30px;
    }
}

.has-error input {
    border-color: red;
}

.help-block {
    font-size: 11px;
    color: #a8a8a8;
    font-weight: 900;
}

.express_desc_rozwijable li,
.express_desc_rozwijable ul {
    list-style-type: disc;
    list-style: disc;
}

.express_desc_rozwijable ul {
    padding-left: 16px;
}

.row.herbaty {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.herbaty .thumb-container {
    height: 300px;
}

@media screen and (max-width: 575px) {
    .herbaty .thumb-container {
        height: 180px;
    }

    .herbaty .cat-title span {
        font-size: 20px;
    }
}

.blog-onepage li,
.blog-onepage ol,
.blog-onepage ul {
    list-style: disc;
    list-style-type: disc;
}

.blog-onepage ol,
.blog-onepage ul {
    padding-left: 20px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 70px;
}

.pagination li a,
.pagination li span {
    height: 30px;
    width: 30px;
    margin: 3px;
    border: 1px solid #bd8451;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination li:hover a,
.pagination li:hover span {
    background: #bd8451;
    color: #fff;
}

.pagination li.active span {
    background: #bd8451;
    color: #fff;
    pointer-events: none;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background: #bd8451;
    color: #fff;
    pointer-events: none;
    opacity: 0.8;
}

.user-acc-nav .mobile-toggler {
    display: none;
}

@media (max-width: 767px) {
    .user-acc-nav .mobile-toggler {
        display: block;
    }

    .user-acc-nav .nav-item {
        display: none;
    }

    .user-acc-nav .mobile-toggler {
        display: block;
        position: relative;
        background: #bd8451;
        padding: 10px 15px;
        color: #fff;
        font-weight: 700;
    }

    .user-acc-nav .mobile-toggler::after,
    .user-acc-nav .mobile-toggler::before {
        content: "";
        position: absolute;
        right: 20px;
        top: calc(50% - 1px);
        width: 20px;
        height: 2px;
        background: #fff;
    }

    .user-acc-nav .mobile-toggler::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .menu-acc li a {
        padding: 11px 15px;
        width: 100%;
        -webkit-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        transition: color 0.5s ease;
    }

    .user-acc-nav .mobile-toggler.active::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.add-to-cart-group {
    position: relative;
}

.subtle-alert {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: #36bb52;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.showdeskopx {
    display: none;
}

.box-inner.order-spec {
    margin-bottom: 30px;
}

.summary-table .attribute.price {
    text-align: left;
    padding: 5px 0;
}

.product-form.contactform .btn {
    background-color: #bd8451;
    color: #fff;
}

.product-form.contactform .btn:hover {
    background-color: #fff;
    color: #000;
}

@media (min-width: 767px) {
    .showdeskopx {
        display: block;
    }
}

@media (max-width: 991px) {
    .orders > div {
        width: 25%;
    }

    .ahead.orders,
    .orders.ohead,
    .products-list-head.wid {
        display: none !important;
    }

    .products-info.wid {
        display: block !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .moje-zamowienia .accordion .abody {
        display: block !important;
        border: 1px solid #cecece;
    }

    .products-info.wid > div {
        width: 100% !important;
        text-align: center;
    }

    .products-info.wid > div.c4 {
        display: none !important;
    }
}

#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999;
    display: none;
    cursor: pointer;
    z-index: 3;
}

#popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 10px;
    max-width: 100%;
    z-index: 22242;
}

.price-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart .price.old {
    text-decoration: line-through;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

#newsletter-form {
    max-width: 920px;
    padding: 0;
    margin: auto;
}

.product-infos li,
.product-infos ul {
    list-style: initial;
    list-style-position: inside;
}

@media (min-width: 991px) and (max-width: 1580px) {
    #logo img {
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        height: 80px;
        width: 80px;
    }

    #logo {
        top: 10px;
        left: 25px;
    }
}

.herbaty-sir-williams .thumb img {
    width: 250px;
    max-width: 250px !important;
}

@media (max-width: 525px) {
    .herbaty-sir-williams .thumb img {
        width: 150px;
        max-width: 150px;
    }
}

#popup-content {
    position: fixed;
    z-index: 101;
}

#popup {
    z-index: 101;
    background-color: transparent;
}

#popup-bg {
    position: fixed;
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.arrow-right {
    width: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.display-inline {
    display: inline-block;
}

.submenu a {
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px 20px 10px 30px;
}

.submenu a.menu-item:hover::after,
ul.submenu li a:hover::after {
    left: 0;
    width: 0%;
}

.submenu {
    max-width: 338px;
}

.sub-link {
    height: 100%;
    display: block;
    position: relative;
}

.sub-link:after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bd8451;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.submenu li a:hover .sub-link::after {
    width: 100%;
}

ul.submenu li a:hover .arrow-right {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

ul.submenu {
    background-color: #131415;
    padding: 0 0;
}

ul.submenu > li:hover {
    background: #131415;
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(#131415),
    to(#303030));
    background: -o-linear-gradient(left, #131415 0, #303030 100%);
    background: linear-gradient(90deg, #131415 0, #303030 100%);
}

.submenu_second {
    position: absolute;
    background-color: #2d2d2d;
    right: 0;
    -webkit-transform: translateX(99%);
    -ms-transform: translateX(99%);
    transform: translateX(99%);
    z-index: 99;
}

.submenu_second {
    background: #131415;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    display: none;
}

.submenu_second:hover {
    display: block;
}

.submenu_list:hover + .submenu_second {
    display: block;
}

ul.submenu .second_link:hover {
    background: #131415;
    background: -o-linear-gradient(182deg, #131415 0, #303030 100%);
    background: linear-gradient(268deg, #131415 0, #303030 100%);
}

ul.submenu .second_link:hover a {
    color: #ddd;
}

.submenu_second {
    padding: 0 0;
    width: 288px;
}

.submenu_list:hover .sub-link:after {
    content: "";
    height: 2px;
    background: #ddd;
}

.submenu_list > a:hover {
    color: #ddd;
}

.sticky.submenu {
    top: 200;
}

.submenu {
    display: none;
}

.menu-center .menu-item:hover + .submenu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
}

.submenu:hover {
    display: block;
    z-index: 1111111;
}

.submenu_list:hover > .submenu_second {
    display: block;
}

@media (max-width: 1650px) {
    ul.submenu {
        top: 44px;
        width: 100%;
    }
}

.secondary_mobile,
.secondary_mobile_main {
    position: fixed;
    left: 0;
    top: 140px;
    background-color: #131415;
    width: 100%;
    padding-right: 30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: calc(100vh - 81px - 77px - 63px);
    overflow-x: hidden;
    z-index: 2;
}

.secondary_mobile {
    top: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    /* min-height: 560px; */
    /* height: 100vh; */
    /* min-height: calc(100vh + 46px); */
}

.secondary_mobile.show {
    /* height: unset; */
    overflow: hidden;
}

body.body_overflow #fb-root {
    display: none !important;
}

.mobile-cms-categories {
    top: 155px;
}

.tertiary_mobile {
    background-color: #131415;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-right: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 12;
}

.arrow-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 10px;
    margin-right: 10px;
}

.first_mobile .mobile_link a {
    color: #bd8451;
    font-size: 24px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.75;
}

.mobile_link svg.arrow-left {
    transform: translateY(1px);
}

.secondary_mobile.show,
.tertiary_mobile.show,
.secondary_mobile_main.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.block_prevent.show + .tertiary_mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile_back {
    display: block;
    cursor: pointer;
    color: #bd8451;
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.75;
    right: -15px;
    position: relative;
}

.secondary_mobile .mobile_back {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.secondary_mobile .fa-arrow-from-left {
    width: 22px;
    margin-left: 15px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

@media (max-width: 850px) {
    .secondary_mobile .mobile_back {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
    }

    .mobile_back {
        font-size: 22px;
    }

    .firs_mobile li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 35px;
    }

    #menu-mobile .secondary_mobile_main .mobile-back a {
        text-align: left;
        padding: 0 30px;
    }

    .cat-title span {
        padding: 0;
    }
}

@media (min-width: 1500px) {
    div.sticky ul.submenu {
        top: 47px;
    }

    ul.submenu {
        top: 47px;
        width: 338px;
    }
}

.mobile_link .block_prevent .show {
    z-index: 20;
    height: auto;
    /* height: calc(100vh + 88px); */
    /* background-color: white; */
}

.arrow-to-left svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.previous_section {
    cursor: pointer;
}

.socialmedia a {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.do-herbaty .thumb-container,
.do-kawy .thumb-container,
.ekspresy-automatyczne-dla-firm .thumb-container,
.ekspresy-domowe .thumb-container,
.ekspresy-kolbowe .thumb-container,
.konserwacja .thumb-container,
.pozostale .thumb-container {
    height: unset;
    padding-top: 30px;
}

.do-herbaty .thumb-container img,
.konserwacja .thumb-container img,
.pozostale .thumb-container img {
    height: 140px;
}

.previous_section {
    opacity: 0;
}

@media (max-width: 600px) {

    .do-herbaty .thumb-container img,
    .ekspresy-automatyczne-dla-firm .thumb-container img,
    .ekspresy-domowe .thumb-container img,
    .ekspresy-kolbowe .thumb-container img,
    .konserwacja .thumb-container img,
    .pozostale .thumb-container img {
        height: unset;
    }
}

@media (max-width: 700px) {
    .menu-right .top-icons {
        display: none !important;
    }
}

.img-rule {
    max-width: 355px;
    margin: 0 auto;
    display: block;
}

.price-center {
    text-align: center;
    display: block;
}

@media (max-width: 500px) {
    .all_products .price {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 1500px) {
    ul.submenu {
        top: 72px;
        width: 338px;
    }
}

.sort-buttons-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sort-buttons-categories .btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.sort-buttons-categories .btn {
    width: 100%;
    flex: 0 0 30%;
    max-width: 30%;
    cursor: pointer;
    margin: 0 1%;
}

@media (max-width: 991px) {
    .sort-buttons-categories {
        flex-wrap: wrap;
    }

    .sort-buttons-categories .btn {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

#result {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

#result .message {
    padding: 0 20px;
}

#result.success {
    background: #2daf35;
}

#result.success h2 {
    color: #fff;
    margin-bottom: 0;
}

#result.error {
    background: #ffa8a8;
    border: 2px solid #cf7070;
}

.deliv label {
    font-size: 12px;
}

body.blog .blog-onepage .text-box a {
    text-decoration: underline;
    transition: all 0.3s ease;
}

body.blog .blog-onepage .text-box a:hover {
    color: rgb(76, 138, 219);
}

.form-group.is-invalid input,
input.is-invalid,
textarea.is-invalid {
    border-color: #aa3a3a;
}

.form-group {
    position: relative;
}

.form-group.cust.is-invalid::before,
.form-group.cust.is-valid::before {
    top: 2px;
}

.form-group.is-label.passw.is-invalid::before,
.form-group.is-label.passw.is-valid::before {
    right: 30px;
}

.form-group.is-valid::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 16px;
    z-index: 3;
    background: url(../img/ok.svg) no-repeat right 12px center;
    background-size: 20px;
}

div[onclick] {
    cursor: pointer;
}

#login_form_large .form-group.is-invalid::before,
#login_form_large .form-group.is-valid::before {
    top: 32px;
}

.card .form-group.is-invalid::before,
.card .form-group.is-valid::before {
    top: 30px;
}

.form-group.is-invalid::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 16px;
    z-index: 3;
    background: url(../img/fail.svg) no-repeat center;
    background-size: 14px;
}

.cart-address .form-group.is-invalid::before,
.cart-address .form-group.is-valid::before {
    top: 31px;
}

.invalid-feedback {
    color: #aa3a3a;
    padding: 5px 7px 0;
    width: 100%;
    display: block;
    font-size: 12px;
}

.invalid-feedback-js {
    display: none;
}

#recommended + .blog-padd {
    padding-top: 0;
}

.textarea .form-group.cust.is-invalid::before,
.textarea .form-group.cust.is-valid::before {
    right: 1px;
    top: 4px;
}

.main-product-box {
    height: 100%;
}

.cat-title.redo {
    padding-top: 40px;
    padding-bottom: 0;
}

.all_products.redo {
    padding-bottom: 36px;
}

/* Poprawki BG */
.blog-page-desc {
    max-width: 620px;
    margin: auto;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .cat-title.redo {
        padding-bottom: 30px;
    }

    .blog-page-desc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-content-container {
        padding-left: 0;
        padding-right: 0;
    }

    .blog .news_item:last-of-type {
        margin-bottom: 40px;
    }
}

.blog-content-container {
    max-width: 720px;
}

.service-action {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, auto);
}

@media (max-width: 992px) {
    .service-action {
        grid-template-columns: repeat(2, auto);
    }
}

@media (max-width: 576px) {
    .service-action {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bg-gray-300 {
    background-color: #F6F6F6;
}

.font-700 {
    font-weight: 700;
}

.mr-12 {
    margin-right: 12px;
}

.gap-24 {
    gap: 24px;
}

.gap-x-24 {
    column-gap: 24px;
}

.gap-20 {
    gap: 20px;
}

.lease-company-logo {
    border: 1px solid #ececec;
    display: grid;
    place-content: center;
    max-width: 164px;
    width: 100%;
    height: 64px;
}

.py-48-64 {
    padding-block: 48px;
}

@media (min-width: 1024px) {
    .py-48-64 {
        padding-block: 64px;
    }
}

.accordion-item {
    border: 1px solid #ececec;
}

.accordion-item + .accordion-item {
    margin-top: 16px;
}

.accordion-item.active {
    outline: 2px solid #BD8451;
}

.accordion-item.active .accordion-item__header svg path {
    stroke: #BD8451;
}

.accordion-item__header {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
}

.accordion-item__content {
    padding: 16px 24px 0 24px;
}

.max-w-576 {
    max-width: 576px;
}

.mx-auto {
    margin-inline: auto;
}

.lease-step {
    height: 56px;
    width: 56px;
    margin-inline: auto;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background-color: #BD8451;
    color: white;
    margin-bottom: 16px;
}

.lease-grid-buttons {
    display: flex;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 8px;
}

.lease-grid-button {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 18px 16px;
    border-bottom: 2px solid transparent;
    max-width: 224px;
    min-width: 176px;
    &.active {
        border-bottom: 2px solid #BD8451;
    }
}

.lease-grid-wrapper {
    display: none;
    img {
        max-width: 100%;
    }
    &.active {
        display: block;
    }

    table {
        width: 100% !important;
        border-spacing: 12px 8px;
        border-collapse: separate;
    }
}

@media (min-width: 992px) {
    .lease-grid-wrapper.active .owl-carousel {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px 20px;
    }
}
.lease-grid-price {
    color: var(--primary, #BD8451);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.text-gray-1 {
    color: #808080;
}

.vertical-align-top {
    vertical-align: top;
}

.text-14 {
    font-size: 14px;
    line-height: normal;
}

.mt-12 {
    margin-top: 12px;
}

.gap-16 {
    gap: 16px;
}

.mb-48-88 {
    margin-bottom: 48px;
    @media(min-width: 992px) {
        margin-bottom: 88px;
    }
}

.offer-form-wrapper {
    background-color: #F6F6F6;
    padding-block: 64px;
    margin-bottom: 64px;
}


.offer-form {
    max-width: 620px;
    margin-inline: auto;
    .row {
        row-gap: 20px;
    }
    .offer-form-subtitle {
        color:#131415;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    button[type=submit] {
        height: 60px;
    }
}
.offer-img {
    max-width: 100%;
    height: auto;
}


.offer-contact-us {
    background-color: #131415;
    padding-block: 80px;
    color: white;
    margin-bottom: 82px;

    .offer-contact-us-cta {
        display: flex;
        gap: 20px;
        max-width: 620px;
        margin-inline: auto;
        flex-wrap: wrap;
        a {
            border: 1px solid var(--border-2, #3F372E);
            display: flex;
            padding: 24px;
            justify-content: center;
            align-items: center;
            gap: 12px;
            flex: 1 0 0;
            white-space: nowrap;
            transition: border-color .5s;
            &:hover {
                border-color: var(--primary, #BD8451);
            }
        }
    }
}
.mb-24-40 {
    margin-bottom: 24px;
}
.lease-hero {
    text-align: center;
    padding-top: 50px;
}
@media(min-width: 576px) {
    .lease-hero {
        text-align: left;
        padding-top: 0;
    }
}
@media(min-width: 992px) {
    .offer-form-wrapper {
        padding-block: 80px;
    }
    .offer-contact-us {
        margin-bottom: 80px;
    }
    .mb-24-40 {
        margin-bottom: 40px;
    }

}

.gap-y-32 {
    row-gap: 32px;
}
.overflow-x-auto {
    overflow-x: auto;
}

