/**
 * RogerTorres Software.
 *
 * @category  RogerTorres
 * @package   RogerTorres_InternacionalPopup
 * @author    RogerTorres Software Private Limited
 * @copyright RogerTorres Software Private Limited (https://RogerTorres.pe)
 * @license   https://store.RogerTorres.pe/license.html
 */
/*Ui Component Css Start*/
.wk-multicountry .modal-header {
    padding: 30px 30px 20px 30px !important;
    border-bottom: none !important;
}

.wk-multicountry .modal-popup._inner-scroll .modal-content {
    padding-bottom: 30px;
    overflow-y: hidden !important;
}

.wk_branding {
    text-align: center;
    margin-bottom: 16px;
}

.wk-multicountry h3 {
    margin-top: 0;
}

.wk-multicountry .action-close {
    display: none;
}

.wk-multicountry .modal-header {
    display: none;
}

.wk-multicountry .modal-header h1,
.wk-multicountry h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #313030;
}

.wk-multicountry .modal-title {
    border-bottom: none !important;
}

.wk-multicountry .modal-inner-wrap {
    width: 50% !important;
    max-height: 67% !important;
    top: 10%;
}

#wk-store-body .panel {
    overflow: auto;
    height: 260px;
}

#wk-store-body ul {
    position: relative;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
}

#wk-store-body li {
    display: flex;
    background-color: white;
    width: 30%;
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    margin-right: 15px;
}

#wk-store-body li img {
    width: 55px;
    height: 35px;
    border: 1px solid #313030;
    ;
}

#wk-store-body .search {
    margin: 10px 0 16px 0;
}

.wk-multicountry .modal-content {
    margin: 30px 0px 10px;
    overflow: hidden !important;
    padding-right: 2px;
}

#wk-store-body .search_hide {
    display: none;
}

#wk-store-body .global-selector-row {
    text-align: center;
}

.global-selector-row .select {
    margin: 0 auto;
    display: inline-flex;
}

.select .global-selector-drop-down {
    /* width: 55%; */
    /* float: left; */
    display: flex;
    background: #EFEFEF;
    border-radius: 4px;
}

.select .global-selector-drop-down .search-icon svg {
    margin: 10px 0 0 10px;
}

.select .global-selector-drop-down select {
    background: #EFEFEF;
    border: none;
    box-shadow: none;
}

.select select,
.select button {
    height: 40px;
}

.select button {
    width: 125px;
}

.select .button {
    margin-left: 14px;
    float: left;
    background: #017BDB;
    color: #FFFFFF;
    border-radius: 4px;
}

.button .search-default {
    background: #017BDB;
    color: #FFFFFF;
    border-radius: 4px;
}

.list-title {
    margin-left: 12px;
}

.list-title a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 20px;
    color: #313030 !important;
}

/*left aligned*/

.wk-multicountry .modal-inner-wrap {
    width: 65% !important;
}

#wk-store-body .left-align-layout {
    display: flex;
}

#wk-store-body .left-align-layout .list-flag {
    width: 65%;
}

#wk-store-body .left-align-layout .global-selector-row {
    width: 45%;
}

#wk-store-body .left-align-layout li {
    width: 43% !important;
}

#wk-store-body .left-align-layout .search {
    margin: 0 0 14px 0;
}

#wk-store-body .left-align-layout .global-selector-drop-down {
    width: 100%;
    float: left;
}

#wk-store-body .left-align-layout .select .button {
    margin-left: 0 !important;
    margin-top: 20px;
}

.wk-header__group img {
    width: 31px;
    height: 21px;
}

.wk-header__group {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 5px 0 5px;
    background-color: #fff;
    border-radius: 4px;
}

.wk-header__group .wk-country-list:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 90px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border: 9px solid transparent;
    border-top-color: #bbbbbb;
    transform: rotate(180deg);
}

.wk-header__group .wk-country-list:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 92px;
    margin-left: -5px;
    border-width: 5px;
    border: 7px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 98;
}

.wk-header__group .country-selector:before {
    content: "\f002";
    position: absolute;
    bottom: 100%;
    left: 40%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border: 10px solid transparent;
    border-top-color: #fff;
    transform: rotate(180deg);
}

.wk-header__group span {
    color: black;
    position: relative;
    bottom: 5px;
}

.wk-header__group .wk-country-list {
    position: absolute;
    top: 55px;
    left: 19px;
    list-style: none;
    width: 290px;
    text-align: left;
    z-index: 999;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #8b8888;
    border-radius: 4px;
    display: none;
}

.wk-header__group .wk-country-list {
    max-height: 500px !important;
    overflow-y: scroll;
}

.wk-header__group {
    display: none;
}

.wk-header__group .wk-country-list select {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    box-shadow: none;
}

.wk-header__group .wk-country-list .seprator {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.wk-header__group ul {
    margin-bottom: 0px;
    padding-left: 12px;
    list-style: none;
}

.wk-header__group ul .store_link {
    display: flex;
}

.wk-header__group ul .store_link span {
    float: right;
    top: 0px
}

.wk-header__group #arrow {
    display: inline-block;
    cursor: pointer;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 7px;
    height: 7px;
    margin: 0px 0px 7px 5px;
    transform: rotate(45deg);
}

.wk-header__group .global-country-selector {
    margin-top: 10px;
}

.wk-header__group .selected_country {
    margin: 20px 10px 10px 10px;
}

.wk-header__group li img,
.wk-header__group .selected_country img {
    width: 40px;
    height: 25px;
    margin-right: 10px;
}

.wk-header__group .country-selector {
    background: #ffffff url(../images/search.svg) no-repeat 100% 45%;
    background-size: 30px 20px;
    background-position: right;
}

#wk-store-body .search-icon img {
    width: 22px;
}

#wk-store-body .search-icon {
    margin: 8px 0 0 13px;
}

.wk-header__group .selected_country span {
    color: black;
    position: relative;
    bottom: 10px;
}

.wk-header__group .selected_country .selected {
    color: #7E7E7E;
    margin-left: 50px;
}

#wk-store-body .left-align-layout .inner {
    width: 2px;
    height: 60%;
    background: #EFEFEF;
    position: absolute;
    right: -10%;
    left: 12px;
    margin: 0 auto;
    text-align: center;
}

/* 
.wk-full-view {
    display: inline-block;
} */

.wk-mobile-store-icon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .wk-multicountry._inner-scroll .modal-inner-wrap {
        position: relative;
        width: 95% !important;
        min-height: 50% !important;
    }

    .wk-multicountry.modal-popup.modal-slide {
        left: 18px;
    }

    .wk-multicountry._inner-scroll .modal-content {
        margin: 30px 18px 20px;
    }

    .wk-multicountry._inner-scroll .search-default {
        width: 60px;
        padding: 0px;
    }

    #wk-store-body .global-selector-row {
        margin: 16px;
    }

    .wk-multicountry .select .button {
        margin-top: 0;
        text-align: center;
    }

    #wk-store-body li img {
        width: 80px;
        height: 42px;
        border: 1px solid #313030;
    }

    #wk-store-body .left-align-layout li {
        width: 100% !important;
    }

    #wk-store-body li .list-title,
    #wk-store-body .left-align-layout li .list-title {
        overflow-wrap: anywhere;
        margin-left: 22px;
        width: 47px;
    }

    #wk-store-body li {
        width: 42%;
        display: inline;
    }

    .select .global-selector-drop-down {
        width: 100%;
    }

    .select .button {
        margin-top: 10px;
        margin-left: 0 !important;
    }

    .wk-full-view {
        display: none;
    }

    .wk-mobile-store-icon {
        display: block;
        float: right;
        max-width: 40px;
        max-height: 30px;
        margin-top: 12px;
        margin-left: 10px;
    }

    .wk-header__group .wk-country-list {
        top: 40px;
    }

    .wk-header__group .wk-country-list:before {
        left: 11px;
        top: -18px;
    }

    .wk-header__group .wk-country-list:before {
        border: 8px solid;
        border-color: transparent transparent #bbbbbb transparent;
        z-index: 98;
    }

    .wk-header__group .wk-country-list:before,
    .wk-header__group .wk-country-list:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
        transform: rotate(0deg);
    }

    .wk-header__group .wk-country-list:after {
        left: 12px;
        top: -13px;
    }

    .wk-header__group .wk-country-list:after {
        border: 7px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 98;
    }

    .wk-header__group .wk-country-list {
        width: 80%;
    }

    .wk-header__group .wk-country-list .close-button {
        float: right;
        background: #fff;
        border: none;
        margin-right: -14px;
        padding: 10px;
        margin-top: -10px;
    }

    .wk-header__group .wk-country-list .close-button:before {
        font-size: 14px;
        line-height: 14px;
        color: #757575;
        content: '\e616';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
    }

    #wk-store-body .left-align-layout .inner {
        display: none;
    }
}

@media (max-device-width: 320px) {
    #wk-store-body li {
        width: 41%;
    }
}