/*
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.   ***************/
.pafw-checkout-block.type-b #pafw-dc-address .info-panel input[type="file"] {
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;
    padding: 0 5px;
    margin-bottom: 4px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.pafw-checkout-block.type-b #pafw-dc-address .info-panel .button.msaddr-upload-address {
    display: inline-block;
    float: left;
    width: 100px;
    height: 38px;
    background-color: #42839f;
    color: #fff;
    border-radius: 0 !important;
}

.pafw-checkout-block.type-b #pafw-dc-address .info-panel .upload-guide {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #111;
    padding: 10px;
    background: #f7f7f7;
    margin: 10px 0;
}

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


}