/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 1.9.9.5
License:
License URI:

*/
@import url("css/foundation.css?v=1.9.9.5");
/*************** ADD CUSTOM CSS HERE  ***************/

.cart-sidebar input[type=submit].button.checkout-button, .mini-cart .nav-dropdown .button.secondary {
    background-color: #7db406 !important;
}

.upload-tip {
    margin-top: 30px;
}

.nf-before-form-content .nf-form-fields-required {
    display: none;
}

.nf-after-field .nf-input-limit {
    display: none;
}

.nf-form-content .nf-field-label label {
    font-weight: normal;
}

.nf-field-label .ninja-forms-req-symbol {
    color: #4d4d4d;
}

.submit-wrap .nf-field-element input {
    -webkit-appearance: none;
    border-color: transparent;
    padding: 0.5625em 1.5em 0.55em 1.5em !important;
    color: #FFF;
    text-transform: uppercase;
}

.nf-field .nf-field-element textarea {
    height: 2.3125em;
}

tr.cart_item td.product-thumbnail img {
    width: 100% !important;
    height: auto !important;
}

footer .social-icons {
    float: left;
    margin-right: 10px;
}

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

}

/* style by ps */
body.single-product .continuebtn {
    display: none !important;
}

body.single-product .single_add_to_cart_button.button.secondary {
    float: left;
}

.upload-your-own-image h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
}

.upload-your-own-image {
    max-width: 50%;
    margin: 0 auto;
}

.upload-your-own-image .input-field {
    margin-bottom: 5px;
}

.upload-your-own-image .input-field.textarea {
    min-height: 225px;
}

.upload-your-own-image .frm-field {
    margin-bottom: 10px;
}

.upload-your-own-image span.wpcf7-not-valid-tip {
    font-size: 10px;
}

div.wpcf7-validation-errors {
    border: 1px solid red;
    max-width: 50%;
    margin: 0 auto 30px;
    color: red;
    text-align: center;
    font-size: 17px;
    padding: 10px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    color: green;
}

#site-navigation {
    width: 100%;
}

/* style by ps */

/* New Styles */
span.uploadImgAllowed {
    color: #FF0000;
    font-size: 13px;
}

#progressbar3 {
    vertical-align: middle;
}

@media only screen and (max-width: 48em) {
    .product-gallery-slider {
        min-height: auto !important;
        height: 300px !important;
    }
}