/**
 * The CSS for public/frontend interface
 *
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .woomcp-grouped .wc_payment_method{
 	margin-left: 50px;
 }
 .woomcp-sectioned{
 	margin-bottom: 30px;
 }

 /* Toggle Mode */
 .toggle .woomcp-group-label{
 	padding: 15px 28px;
 	background: #f5f5f5;
 	cursor: pointer;
 	margin: 0;
 	border: solid 2px #aaa;
 }
 .toggle .woomcp_payment_has_group{
 	display: none;
 }
 .woomcp_payment_has_group{
 	transition: none !important;
 }