.slidein {
    top: 90px;
    transition-property: all;
    transition-duration: .5s;
}

.lpc,
.cancel {
    display: flex;
    align-items: center;
}

.show-spain .lpc,
.show-france .lpc,
.show-german .lpc,
.show-brasil .lpc {
    margin-bottom: 10px;
}

.slideinmob {
    overflow-y: hidden;
    top: 46px;
    transition-property: all;
    transition-duration: .5s;
}

.lpc::after {
    content: '\279C';
    color: rgb(21, 53, 98);
    position: relative;
    font-size: 18px;
    right: -6px;
    top: 1px;
}

.cancel::after {
    content: "\00D7";
    font-family: "Wix Madefor Text Bold";
    font-weight: 900;
    color: rgb(255, 255, 255);
    position: relative;
    display: block;
    right: -10px;
    top: 1px;
    margin-right: 10px;
}

.show-spain,
.show-france,
.show-german,
.show-brasil {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* temp asjustments css */
@media screen and (min-width: 991px) {
    .slidein {
        top: calc(50vh - (150px / 2))
    }

    .show-spain::after,
    .show-france::after,
    .show-german::after,
    .show-brasil::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right-width: 0;
        position: fixed;
        width: 220px;
        padding-left: 30px;
    }

    .show-spain::after,
    .show-france::after,
    .show-german::after,
    .show-brasil::after {
        display: none;
    }
}


#nav-icon3 {
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    transform: scaleX(-1);
    transition: transform 0.5s ease-in-out;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    background: rgb(5, 50, 91);
    border-radius: 2px;
    left: 0;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    width: 100%;
    top: 0;
}

#nav-icon3 span:nth-child(2) {
    width: 100%;
    top: 10px;
}

#nav-icon3 span:nth-child(3) {
    width: 100%;
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    width: 100%;
    top: 20px;
}

/* Animation to 'X' shape */
#nav-icon3.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

#nav-icon3.open span:nth-child(2) {
    opacity: 0;
}

#nav-icon3.open span:nth-child(3) {
    opacity: 0;
}

#nav-icon3.open span:nth-child(4) {
    transform: translateY(-10px) rotate(-45deg);
}


.sd-menu-level-two .sd-menu-level-two {
    padding-top: 0;
}

.sd-menu-language-chevron-icon {
    content: url(https://cdn.opptylab.com/hg/assets/down-chevron.svg);
    position: relative;
    display: inline-block;
    margin-left: 12px;
    transform-origin: center;
    width: 13px;
    height: 8px;
    transform: rotate(0deg) translateY(0);
    transition: transform 0.3s ease-out;
}

.pq-header-search-inner-wrapper {
    cursor: pointer;
}


.pq-main-small-block:nth-child(2) {
    border-top-width: 0;
    border-bottom-width: 0;
}

.pq-main-small-block:nth-child(3) {
    border-bottom-width: 0;
}

.pq-main-small-block:nth-child(4) {
    border-left-width: 0;
}


#CookieDeclarationChangeConsent a,
.CookieDeclarationLastUpdated a,
.CookieDeclarationTableCell a {
    color: rgb(244, 190, 24);
    text-decoration: none;
}

#CookieDeclarationChangeConsent a:hover,
.CookieDeclarationLastUpdated a:hover,
.CookieDeclarationTableCell a:hover {
    color: rgb(62, 83, 229);
}

.CookieDeclarationType {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
    margin-top: 50px;
}

.CookieDeclarationType:hover {
    background-color: hsla(0, 0%, 50.2%, .2705882353);
}

/* ::fbs::2692d491f13507d10a8f50f737f22b0917d181d7:: */