#gdpr-consent .gdpr__modal {
    width: unset;
    fill: #182634;
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    padding: 32px;
    background: #182634;
    color: #BFBFBF;
    font-size: 14px;
}

#gdpr-consent .gdpr__modal .gdpr__content {
    margin-right: 250px;
    height: 88px;
    width: 682px;
    color: #BFBFBF;
}

#gdpr-consent .gdpr__modal .gdpr__content a {
    color: #4A98F7 !important;
}

#gdpr-consent .gdpr__content span {
    display: inline;
}

#gdpr-consent .gdpr__preference-wrap {
    border-bottom: 1px solid rgba(218, 220, 233, .1);
}

#gdpr-consent .gdpr__modal button.gdpr__consent {
    width: 206px;
    border-radius: 5px;
    background: #4A98F7;
    color: #FFF;
    position: absolute;
    right: 35px;
    bottom: 83px;
    border: 0;
    margin-bottom: 0;
}

#gdpr-consent .gdpr__modal button.gdpr__set {
    width: 206px;
    border-radius: 5px;
    border: 1px solid #999;
    position: absolute;
    right: 35px;
    bottom: 32px;
    color: #fff;
}

#gdpr-consent .gdpr__analytical-wrap .text-wrap {
    width: unset;
    margin-right: 100px;
    font-size: 14px;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label {
    width: 61px;
    height: 32px;
    background: #58BF75;
    border: 0;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label::before {
    content: '';
    background: #fff;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]:checked+label::before {
    content: '';
    background: #fff;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label {
    opacity: 0.5;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]:checked+label {
    opacity: 1;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label::after {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0;
    margin: 3px;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .gdpr__analytical-wrap input[type=checkbox]+label {
        top: 25px !important;
    }

    .gdpr__analytical-wrap .text-wrap {
        margin-right: 100px !important;
    }

    #gdpr-consent .gdpr__modal .gdpr__content {
        width: unset;
        color: #BFBFBF;
        margin-right: 0;
        height: unset;
        margin-bottom: 12px;
    }

    #gdpr-consent .gdpr__modal button.gdpr__consent {
        bottom: 77px;
        position: unset;
    }

    #gdpr-consent .gdpr__modal button.gdpr__set {
        bottom: 26px;
        position: unset;
    }
}

@media screen and (min-width: 767px) {


    .button-19,
    .button-18 {
        width: unset;
    }

    .button-20 {
        width: unset;
    }

    .div-block-51 {
        width: 80%;
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        gap: 12px;
    }

    .div-block-51 .button-18,
    .div-block-51 .button-19,
    .div-block-51 .button-20 {
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 12px;
        white-space: nowrap;
    }

    .div-block-51 .button-18 img,
    .div-block-51 .button-19 img,
    .div-block-51 .button-20 img {
        margin: 0;
    }
}

.div-block-51 .button-18 img,
    .div-block-51 .button-19 img,
    .div-block-51 .button-20 img {
        height: 20px;
    }


.button-18.trans1 {
    font-size: 16px;
}

.menu-blue {
    border-color: #0077e1;
}

.amazon-btn {
    border-color: #F29D39;
}

.menu-blue img {
    margin-left: 0;
}

.amazon-btn img {
    margin-left: 0;
}

/* 0827 add nav */
.nav-select{
    position: relative;
    cursor: default;
}

.nav-select span{
    cursor: default;
}

.default-img{
    margin-left: 5px;
    margin-right: 0;
    transition: all .3s;
}

.nav-select-option{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0px;
    transition: all .3s;
    overflow: hidden;
    z-index: 999;
    border-radius: 6px;
    font-size: 14px;
    text-align: left;
    background-color: rgba(29, 44, 46, .63);
}

.m-nav-select-option .tshadow1:hover{
    text-shadow: unset;
}

.nav-select-option .tshadow1:hover{
    text-shadow: unset;
}

.nav-select-option a{
    color: #fff;
    display: inline-block;
    white-space: nowrap;
}

.nav-select:hover .default-img{
    transform: rotate(180deg);
}

.nav-select:hover .nav-select-option{
    height: 78px;
    border: 1px solid rgba(224, 224, 224, .5);
}

.nav-select:hover .nav-select-option.three{
    height: 118px;
}

@media screen and (max-width: 991px) {
    .m-nav-select-open{
        padding-bottom: 0;
    }
    .m-nav-select .default-img{
        margin-left: 5px;
        margin-right: 0;
    }
    .m-nav-select-option{
        /* position: absolute;
        top: 100%;
        left: 0; */
        width: 100%;
        height: 0px;
        transition: all .3s;
        font-size: 12px;
        overflow: hidden;
        z-index: 999;
    }
    .m-nav-select-option a{
        color: #fff;
        display: block;
        white-space: nowrap;
        padding: 10px 20px;
    }
    .m-nav-select .click-img{
        transform: rotate(180deg);
    }
    .m-click-nav-select-option{
        height: 80px;
        margin-top: 20px;
    }

    .m-nav-select-text{
        font-size: 18px;
    }
    .m-click-nav-select-option a{
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    .m-nav-select-text{
        font-size: 16px;
    }
    .m-click-nav-select-option a{
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
    .m-nav-select-text{
        font-size: 14px;
    }
    .m-click-nav-select-option a{
        font-size: 13px;
    }
}
