/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

button#place_order {
    background-color: #A1A7AC;
}

body .woocommerce .wpmc-nav-wrapper>button#wpmc-skip-login {
    display: none !important;
}


/* .wallet-pay-partial {
    display: none !important;
} */


.mobile-login {
    position: fixed;
    bottom: 16px;
    left: 20px;
    align-items: center;
    height: 54px;
    border-radius: 27px;
    width: 40%;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #7fa83b;
}

#validation-area{
    display: none;
    width: 500px;
    margin: auto;
    text-align: center;
    padding: 1rem;
    border: 1px solid red;
}

#validation-area h3 {
    text-align: center;
    display: none;
}

#validation-area div {
    display: none;
}

#validation-area.show{
    display: block;
}

#validation-area.suggest .suggest-item{
    display: block;
}
#validation-area.suggest .error-item{
    display: none;
}
#validation-area.suggest .suggest-item div{
    display: block
	box-shadow: -3px 3px green, -2px 2px green, -1px 1px green; 
	border: 1px solid green;
}
#validation-area.error .error-item{
    display: block;
}
#validation-area.error .suggest-item{
    display: none;
}

#validation-area.error .error-item div{
    display: block;
}

#validation-area .address-content {
    padding: 0.25rem;
    margin-bottom: 0.5rem;
    background-color: #dfdfdf;
    border-radius: 0.25rem;
}

#suggested-address span.option-title {
    font-weight: bold;
}

#validation-area.suggest .suggest-item div.address-content:hover {
    text-decoration: underline;
    cursor: pointer;
}


.mobile-login>a {
    color: #555555;
    font-weight: bold;
}

.has-phone-code {
    position: relative;
}

.has-phone-code input{
    text-indent:35px;
}

span.phone-code {
    position: absolute;
    left: 5px;
    top: 36px;
    font-size:16px;
    width: 40px;
    text-align: center;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}