/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/***********************************************************************************
 **********************************  CHECKOUT  *************************************
 ***********************************************************************************/
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 100% !important;
	padding-top: 30px;
}
.checkout #customer_details, .checkout #order_review_heading, .woocommerce-form-coupon-toggle, .checkout .payment_methods{
	display: none !important;
}

/***********************************************************************************
 **********************************  SINGLE PRODUCT  *******************************
 ***********************************************************************************/
/*.product .single_add_to_cart_button {
	display: none !important;
}*/
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.7rem 7rem;
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

.inputfile-2 + label {
	color: #858585;
	border: 2px dashed currentColor;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
        color: #858585;
}
/***********************************************************************************
 **********************************  SINGLE PRODUCT  *******************************
 ***********************************************************************************/
