﻿.bg-pink {
    background-color: #F6B19F;
}

.bg-dark-pink {
    background-color: #EB948D;
}

.c-white {
    color: white !important;
}

.c-lightgray {
    color: gray !important;
}

.a-nostyle {
    color: unset;
    text-decoration: none;
}

.c-preloader {
    width: 100px;
    margin: auto;
}

    .c-preloader img {
        width: 100%;
    }

p {
    font-size: 0.875em;
    font-weight: normal;
    margin-bottom: 1em;
    line-height: 2em;
}

.services__item__image__detail .image__item img, .introduction-one-image__detail img {
    border: 10px solid #fff;
}

.menu__wrapper {
    justify-content: center;
}

    .menu__wrapper .navigator > ul > li > a {
        font-size: 0.7em;
    }

.pink-label-bold {
    color: #f26460;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.66667em;
}

.description {
    color: #111;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.71429em;
    margin-bottom: 2.85714em;
}

.contact-form .input-validator {
    margin-bottom: 1.42857em;
}

    .contact-form .input-validator input, .contact-form .input-validator textarea {
        background-color: #fff;
        border: 1px solid #e1e1e1;
        height: 3.21429em;
        width: 100%;
        transition: 0.2s ease-in-out;
        -webkit-appearance: none;
        padding: 1.25rem;
        border-radius: 0px;
        color: #111;
        font-size: 0.8125rem;
        font-weight: normal;
        line-height: 3.21429em;
    }

    .contact-form .input-validator textarea {
        height: auto;
        resize: none;
    }

.product-price--big .product-price--main, .product-price--big .product-price--discount {
    font-size: unset;
    display: inline-block;
}

.product-thumb__image, .product-list-thumb__image, .product-detail__slide-two .slider__item img, .product-list-thumb {
    background-color: #f5f5f5;
}

.alert {
    display: block;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.top-nav {
    background-color: #f08a85;
}

.footer-two {
    background-position: top;
}

.nav-lang {
    position: relative;
    color: white;
    padding: 5px;
    font-size: 0.7rem;
}

    .nav-lang .nav-lang-dropdown {
        position: absolute;
        top: 100%;
        margin-top: 0.75em;
        right: 0;
        background-color: #f08a85;
        width: 150px;
        text-align: center;
        z-index: 3;
        box-shadow: -2px 2px 81px -27px rgb(0 0 0 / 30%);
        opacity: 0;
        visibility: hidden;
        transform: translateY(0.625em);
        transition: 0.2s ease-in-out;
    }

        .nav-lang .nav-lang-dropdown li {
            padding: 10px;
        }

            .nav-lang .nav-lang-dropdown li:hover {
                padding: 10px;
                background-color: #ffffff6e;
            }

    .nav-lang:hover {
        cursor: pointer;
    }

        .nav-lang:hover .nav-lang-dropdown {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

.drawer {
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}

.float-lang {
    position: fixed;
    bottom: 5%;
    left: 5%;
    z-index: 5;
    /*overflow: hidden;*/
    width: 50px;
    line-height: 0;
    /*border-radius: 50px;
    -webkit-box-shadow: rgb(0 0 0 / 56%) 0 0 10px;
    -moz-box-shadow: rgb(0 0 0 / 56%) 0 0 10px;
    box-shadow: rgb(0 0 0 / 56%) 0 0 10px;*/
    transition: ease-in-out .2s;
}

    .float-lang img {
        width: 100%;
        -webkit-filter: drop-shadow(2px 2px 3px #11111140);
        filter: drop-shadow(2px 2px 3px #11111140);
    }

    .float-lang:hover {
        cursor: pointer;
        transform: scale(1.1);
    }

.post-card-two__image img {
    max-height: 310px;
}

@media only screen and (max-width: 992px) {
    .menu__wrapper {
        justify-content: space-between;
    }
}
