﻿
@media screen and (min-width: 1024px) {
    #lang-help-close p:first-child {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #lang-help-close p:first-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .lang-help {
        height: 55px !important;
    }
        .lang-help p {
            padding-right: 20px;
        }
    #lang-help-close p:first-child {
        display: none;
    }
    #lng-dd {
        row-gap: 14px!important;
    }
}

@media (max-width: 484px) {
    #hdr-row > a:first-of-type {
        width: 90px;
    }
    #hdr-logo {
        width: 90px;
        height: 31.13px;
    }
}

@media (max-width: 360px) {
    .lang-help {
        height: 80px !important;
    }
        .lang-help p {
            padding-right: 0px;
        }
    #lang-help-close p:first-child {
        display: contents;
    }
    .lang-help div:first-child {
        display: grid !important;
        grid-template-rows: auto auto !important;
        justify-items: center !important;
    }
    #lang-help-close {
        position: inherit!important;
    }
}

.lang-help {
/*    display: flex;
    height: 39px;*/
    z-index: 50;
    width: 100%;
    background-color: var(--color-red);
}

    .lang-help p {
        text-align: center;
    }

    .lang-help a {
        text-decoration: underline!important;
    }

    .lang-help img {
        width: 15px;
        height: 15px;
        justify-self: end;
    }

#lang-help-close {
    position: absolute;
    width: 76px;
    height: 27px;
    right: 0;
    top: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    cursor: pointer;
}

#lng-dd {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    background-color: #373737;
    border-radius: 4px;
    padding: 4px;
    line-height: 14px;
    letter-spacing: 0px;
    font-size: 9px;
    overflow: hidden;
    height: 23px;
    cursor: pointer;
    margin-top: 2px;
}

    #lng-dd div {
        display: grid;
        grid-template-columns: 20px 12px;
        column-gap: 4px;
        align-items: center;
    }

#lng-dd img {
    width: 20px;
    height: 15px;
}

#crn-dd {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    background-color: #373737;
    border-radius: 4px;
    padding: 4px 4px 4px 6px;
    line-height: 16px;
    letter-spacing: 1px;
    font-size: 10px;
    overflow: hidden;
    height: 23px;
    cursor: pointer;
    margin-top: 2px;
    color: var(--color-white);
}

    #crn-dd div {
        display: grid;
        grid-template-columns: 20px 12px;
        column-gap: 6px;
        align-items: center;
    }
.set-currency:hover {
    text-decoration: underline;
}

#cks {
    display: none;
    z-index: 100;
    background-color: rgb(197,197,197,0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    #cks > div:first-child {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        bottom: 20px;
        max-width: 360px;
        width: 100%;
        height: fit-content;
        background-color: var(--color-black);
        border: 10px solid var(--color-lite-red);
        padding: 14px;
        line-height: 16.2px;
    }

#cks-btn {
    height: 34px;
    background-color: var(--color-lite-red);
    text-align: center;
    justify-self: end;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 5px 16px;
    line-height: 23.8px;
    cursor: pointer;
    margin-top: 15px;
}

.trustpilot-widget {
    background-color: #000000;
    padding-top: 7px;
}

.clause {
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 12px;
}

.crt-icon {
    min-width: 27px;
}

    .crt-icon a {
        display: grid;
        grid-template-columns: 27px auto;
        column-gap: 2px;
    }

    .crt-icon img {
        width: 27px;
        height: 27px;
    }

    .crt-icon div {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-lite-red);
        color: var(--color-gray);
        font-size: 12px;
        font-weight: 700;
        padding-left: 4px;
        padding-right: 3px;
        height: 18px;
        min-width: 18px;
        border-radius: 9px;
        text-align: center;
        align-self: center;
    }

.btn img {
    width: 18px;
    height: 18px;
    margin-left: 0;
}

.pnf {
    padding-top: 200px;
    text-align: center;
}


.ftr-newsl {
    display: grid;
    row-gap: 8px;
    max-width: 300px;
}

    .ftr-newsl p {
        color: var(--color-white);
    }

    .ftr-newsl input {
        height: 26px;
        padding: 0 10px;
        background-color: var(--color-gray);
    }

    .ftr-newsl button {
        height: 24px;
        line-height: 1px;
        justify-self: right;
        background-color: var(--color-lite-gray);
        color: var(--color-red) !important;
    }

::placeholder {
    color: var(--color-black);
}

#nwl-msgAlert {
    display: none;
    z-index: 100;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 360px;
    height: fit-content;
    background-color: var(--color-black);
    border: 10px solid var(--color-lite-red);
    box-sizing: content-box;
    padding: 14px;
    line-height: 16.2px;
    max-width: 85%;
    grid-template-rows: 1fr auto;
}

    #nwl-msgAlert svg {
        display: none;
        fill: var(--color-lite-red);
        width: 40px;
        aspect-ratio: 1/1;
        margin-bottom: 10px;
    }

#nwl-msgAlert-btn {
    height: 34px;
    background-color: var(--color-lite-red);
    text-align: center;
    justify-self: end;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 5px 16px;
    line-height: 23.8px;
    cursor: pointer;
    margin-top: 15px;
}

#nwl-msgErr {
    display: none;
}

.btn-disabled {
    filter: grayscale();
}

.btn-d {
    cursor: pointer;
    max-height: 27px;
}

.dropdown {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 150px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.9);
    z-index: 1;
    margin-top: 4px;
    background-color: var(--color-black);
    border: 1px solid var(--color-lite-red);
    border-top: 1px dashed var(--color-gray);
    transition: opacity 0.3s, visibility 0.3s;
}

    .dropdown-content a {
        text-decoration: none;
        display: block;
        padding: 0 7px 0 7px;
        font-size: 12px;
        font-weight: 100;
        line-height: 30px;
        cursor: pointer;
        transition: all .5s;
        text-align: left;
        border-bottom: 1px dashed var(--color-gray);
    }

        .dropdown-content a:hover {
            background-color: var(--color-red);
            color: var(--color-white);
        }

    .dropdown-content a:last-child {
        border-bottom-width: 0px;
    }

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
}


.btn-m {
    max-height: 32px;
    border-left: 1px solid var(--color-lite-red);
    border-right: 1px solid var(--color-lite-red);
    padding: 4px 8px;
    background-color: var(--color-black);
    border-top: 1px dashed var(--color-gray);
    cursor: pointer;
    min-width: 200px;
}

.btn-m-prod {
    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
    justify-items: end;
}

#hdr-menu-m {
    padding-bottom: 100%!important;
}

#hdr-menu-m > div:first-child > a:last-child {
    border-bottom: 1px solid var(--color-lite-red);
}

.btn-m-sub-container {
    display: none;
    overflow: hidden;
    justify-content: end;
    padding-top: 6px;
    height: 0px;
    transition: height .5s;
}

    .btn-m-sub-container > a:first-child {
        padding-right: 28px;
    }

.btn-m-sub-container a:last-child {
    padding-bottom: 10px;
}

.btn-m-cat {
    padding-right: 40px;
    border-top: 0px;
    font-size: 10px;
    line-height: 14px;
}
