
/* iGlobal Welcome Mat Styles */


/* Authored by iGlobal Stores (www.iglobalstores.com) */

.lean-overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    padding-left: z-index: 9000;
}


/* igFlag controls the placement of the country flag on your website */

#igFlag, #igMobileFlag{
    width: 30px;
    position: relative;
}


#igFlag img, #igMobileFlag img {
    cursor: pointer;
    width: 25px;
    height: 15px;
    margin-top: 0;
}

p.countryP {
    font-size: 14px!important;
}
/* Begin Modal Styles */

#igSplashElement {
    width: 100%;
    /* Set your preferred font here */
    color: #666;
}

.closeButton {
    position: absolute;
    top: 3px;
    right: 3px;
}

.close {
    cursor: pointer;
}

.igModalHeader {
    width: 100%;
    background-color: #222;
    /*!  */
    color: #fff;
    font-size: 20px;
    overflow: auto;
    margin: 0px auto;
}

.logoWrapper {
        width: 100%;
        text-align: center;
        padding: 0;
        max-height: 150px;
        margin-bottom: 20px;
}


/* If your logo is wider than 180px, you may wish to widen this and decrease the width of the .messageWrapper */

.messageWrapper {
    float: right;
    width: 70%;
    /*!  */
    text-align: center;
}

.modalLogo {
    /*! float: left; */
    margin: 10px;
    max-width: 100%;
    /*!  */
}

.igModalHeader img.headerFlag {
    max-width: 50px;
    margin-top: -15px;
}

.headerZero {
    margin-bottom: 8px;
}

.headerOne {
    font-size: 30px;
    padding-left: 0.5em;
    color: #fff;
    /* Set the color of your choice here */
    font-weight: 500;
    text-transform: uppercase;
}

.headerTwo {
    color: #999;
    margin-top: 7px;
    font-size: 12px;
}

.igModalBody {
    text-align: center;
    background-color: white;
    width: 100%;
    min-height: 320px;
}

.countryDropDownWrapper {
    width: 250px;
    min-height: 25px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: 3px solid #fff;
    background: url(https://iglobalstores.com/images/downarrow.png) no-repeat 94% center;
    border: 2px solid #000;
    /* Set the color of your choice here */
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}

#countrySelect {
    position: relative;
    height: 35px;
    padding: 7px 10px;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000 !important;
    text-shadow: none!important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: none !important;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
    ms-appearance: none;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

ul.featureList {
    padding: 0px;
    margin: 0;
    -webkit-padding-start: 0;
    background-color: #fff;
    color: #222;
}

ul.featureList li {
    list-style-type: none;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 600;
    text-shadow: none!important;
}

ul.featureList li strong {
    color: #222;
    font-weight: 600;
}

ul.featureList li img {
    padding-top: 5px;
    max-width: 80px;
    margin-bottom: -15px;
}

.igWelcomeCTAButton {
    background: white;
    width: 75%;
    height: 90px;
    border-top: none;
}

.igWelcomeCTAButton button {
    width: 225px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: white;
    margin: 0px auto;
    border: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #222;
    opacity: 1;
    text-shadow: none;
    float: none;
}

button.btn.btn-secondary:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .modal-footer {
        text-align: center;
    }

    .igWelcomeCTAButton {
        width: 100%;
    }
}



    /* Responsive design sets a width of 400px for all devices <= 600px */
    #igSplashElement {
        top: 0;
    }
    .igModalHeader {
        width: 100%;
    }
    .logoWrapper {
        /*!  */
        width: 100%;
        text-align: center;
        padding: 0;
        max-height: 150px;
        margin-bottom: 20px;
    }
    .modalLogo {
        float: none;
        margin: 10px auto;
        max-height: 150px;
    }
    .messageWrapper {
        clear: both;
        width: 100%;
        float: none;
    }
    ul.featureList li img {
        display: none;
    }
    .countryDropDownWrapper {
        margin-bottom: 20px;
    }


.modal-dialog {
    z-index: 9000;
}