.top-bar .flex-bx .country-change {
    position: relative;
}

.top-bar .flex-bx .country-change .changebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 38px;
    min-height: 34px;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    padding: 0 14px;
    margin-left: 20px;
}

.top-bar .flex-bx .country-change .changebtn img {
    width: 18px;
    height: 18px;
}

.top-bar .flex-bx .country-change .user-lang-loc-update {
    position: absolute;
    background-color: #fff;
    z-index: 0;
    padding: 10px 16px;
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    width: 230px;
    top: 42px;
    left: -50%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.top-bar .flex-bx .country-change .user-lang-loc-update.open {
    pointer-events: all;
    opacity: 1;
    z-index: 10;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .language_selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select {
    padding: 10px 0 0;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .language_selector .left span {
    font-family: "GT America", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #717171;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .language_selector .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    font-family: "GT America", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #1a1a1a;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-checkbox:checked
+ .toggle-switch {
    background: #124634;
}

.toggle-switch {
    display: inline-block;
    background: #124634;
    border-radius: 16px;
    width: 36px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-checkbox:checked
+ .toggle-switch:before {
    left: 20px;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select {
    padding: 10px 0 0;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select p {
    font-family: "GT America", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #717171;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-family: "GT America", sans-serif;
    font-size: 14px;
    line-height: 1;
    min-height: inherit;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country .left img {
    width: 15px;
    height: 15px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country.active span,
.top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country:hover span {
    color: #124634;
}

.top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country span {
    font: inherit;
    color: #717171;
}

svg {
    width: 16;
    height: 16;
}

/* .top-bar .flex-bx .country-change .user-lang-loc-update .country_select .country.active svg .circle {
    fill: #124634;
} */

@media screen and (max-width: 1200px) {
    .country-change .changebtn {
        margin-left: unset !important;
        padding: 0 10px !important;
        gap: 6px !important;
        min-height: 30px !important;
        height: 30px !important;
    }
        .country-change .changebtn img {
        width: 14px !important;
        height: 14px !important;
    }

    .country-change .changebtn span {
        font-size: 12px !important;
    }

    .top-bar .flex-bx .country-change .user-lang-loc-update {
        left: -100% !important;
        width: 200px !important;
    }
}

@media screen and (max-width: 600px) {
    .top-bar.tab .flex-bx {
        padding: 0 10px !important;
    }

    .top-bar.tab .flex-bx .cart {
        padding: 0 8px 0 8px !important;
    }

    .top-bar.tab .flex-bx .cart .cart-icon {
        padding: 0 12px !important;
        height: 30px !important;
    }

    .top-bar.tab .flex-bx .cart .products-in-cart {
        font-size: 12px !important;
        margin-left: 6px !important;
    }
}
