/*
Theme Name: 	3clicks Theme
Theme URI: 		http://3clicks.bringthepixel.com
Description: 	Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
License: 		Located in the 'Licensing' folder
License URI: 	Located in the 'Licensing' folder
Author: 		bring the pixel
Author URI: 	http://www.bringthepixel.com/
Version: 		3.4.1
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/
/*
    All CSS files are located under the "css" subfolder.

    PLEASE DON'T MODIFY THIS FILE.
    Use the provided child theme for all your modifications.
*/
#WooCommerceLogin ul{list-style:none; margin-left:0; text-align: center;}
#WooCommerceLogin{
	margin-top: -25px;
	margin-left: -10px;
	margin-bottom: 10px;
	border: 2px solid rgba(153,153,153,0.6);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	background: white;
}
#WooCommerceLogin input{border-color:rgba(153,153,153,0.6); border-radius: 10px !important;}
.product-remove{text-align: center;}
.product-remove i{font-size: 1.6em; margin-top: 5px;}
.woocommerce .input-text#coupon_code{width:100%;}