.store-selector-layout {
    background: #ffffff;
    max-width: 600px;
    color: black;
    position: relative;
}

.switcher-layout-full .new-country-switcher-row {
    margin: 0;
}

.switcher-layout-full #country_switch .country_options li,
.switcher-layout-full #country_switch .country_options li a.country {
    padding: 10px 0;
}

@media (max-width: 800px) {
    .login-layout-full.switcher-layout-full {
        background: white;
    }
    .switcher-layout-full .new-country-switcher-row {
        margin: 0;
    }
    .switcher-layout-full .switcher-the-stores {
        padding: 20px;
    }
    .switcher-layout-full
        .language-switcher
        .button-container
        button.button-first {
        float: left;
    }
    .switcher-layout-full
        .language-switcher
        .button-container
        button.button-second {
        float: right;
    }
    /*.store-selector-layout ,*/
    /*.store-selector-layout .new-country-switcher{*/
    /*    height: 100%;*/
    /*}*/
}

.language-switcher .button-container button {
    text-transform: uppercase;
}

@media (min-width: 800px) {
    .switcher-layout-full .switcher-the-stores {
        padding: 50px;
    }
    .switcher-layout-full #country_switch {
        max-height: 300px;
    }
    .switcher-layout-full .language-switcher {
        min-height: 100px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .switcher-layout-full .store-selector-layout {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .switcher-layout-full .store-selector-layout {
        height: 538px;
        width: 770px;
        max-width: 770px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.switcher-layout-full .language-switcher p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

.switcher-layout-full .language-switcher strong {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}

.not-logged-in-dispatch {
    font-family: AvenirNext-DemiBold;
}

.not-logged-in-dispatch span {
    font-size: 14px;
}

.view-arabic {
    list-style-type: none;
}

.new-country-switcher .switcher-main-image {
    padding-left: 0;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#new-country-switcher .country:before {
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    margin-right: 8px;
    float: left;
    content: "";
}

.checkout-country-flag .country:before {
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    margin-top: 16px;
    float: left;
    content: "";
}

/* .menu-header-top */

.main-country {
    border-left: 1px solid #d1d3d4;
    line-height: 15px;
    font-size: 11px;
    font-family: AvenirNext-DemiBold;
    letter-spacing: 0.5px;
    /* background: url("../images/uae.svg") 15px 1px;
    background-repeat: no-repeat; */
    padding-left: 40px;
    display: flex;
}

.menu-header-top .main-country .arrow {
    background: url("../images/chevron-right.svg") 0px 50%;
    background-repeat: no-repeat;
    width: 20px;
}

.country-switcher-arrow {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.language-switcher strong {
    font-family: AvenirNext-DemiBold;
    font-size: 22px;
}

.language-switcher p {
    font-family: AvenirNextLTPro-Regular;
    font-size: 15px;
}

.language-switcher .selected {
    background-color: #000;
    color: #fff;
    font-family: AvenirNext-DemiBold;
    font-size: 12px;
    height: 40px;
    width: 130px;
    border: 0;
}

.language-switcher .not-selected {
    background-color: white;
    color: #000;
    font-family: AvenirNext-DemiBold;
    font-size: 12px;
    height: 40px;
    width: 130px;
    border: 1px solid #000;
}

.language-switcher .button-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-button-close {
    z-index: 99;
}

#new-country-switcher {
    cursor: pointer;
}

#country_switch {
    overflow-y: scroll;
}

#country_switch .current-store:after {
    content: " ";
    color: #000;
    font-family: "FontAwesome";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    font-size: 15px;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-size: 12px;
}

#country_switch .country_options li {
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
    padding: 20px 0 10px 10px;
}
.click-track .container-md {
    max-width: 1040px;
    width: 100%;
}

@media (max-width: 767px) {
    img.cat-img {
        width: 100%;
        max-height: 260px;
        height: 260px;
        object-fit: cover;
        display: block;
    }
}
