/*
Theme Name: WOOW
Description: Responsive WooCommerce Theme
Version: 1.1.38
Theme URI: http://sitesao.com/woow/
Author: Sitesao
Author URI: http://sitesao.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style
Text Domain: woow
*/

/*
Main Stylesheet file is located at assets/css/styles.css
*/
.wooccm_order_attachments_wrapper {display: none !important}
.order-again {
    margin-left: 10px;
}
.userComment {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.user-comment-field-wrapper {
    position: absolute;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    min-width: 220px;
    z-index: 99;
    left: 0;
    bottom: -100px;
    display: none;
    width: 100%;
}
.new-wrapper-inputs {
    display: flex;
}
.user-comment-field-wrapper textarea {
    width: 100%;
    height: 80px;
}
.singleCustomInputs label {
    width: 100%;
}