span.group-count-notify {
	border: 1px solid #96588a;
	background-color: #ebe8ea;
	font-weight: bold;
	margin: 20px auto;
	display: block;
	max-width: 150px;
	text-transform: capitalize;
}
span.group-end-notify {
	font-weight: bold;
	margin: 5px auto;
	display: block;
	color: #555555;
	font-size: 16px;
	text-transform: capitalize;
}
span.group-end-notify div.gtime{
	display: inline-block;
	color: #FF5252;
}
/* // product page template  group tab */
section.custom-groups{
	display: block;
}
section.custom-groups article{
	margin-bottom: 20px;
}
section.custom-groups article:last-child {
	margin-bottom: 0px;
}
section.custom-groups header.group-title{
	display: block;
}
section.custom-groups .group-body{
	display: block;
	width: 100%;
}
section.custom-groups .group-title h3 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
section.custom-groups .group-body .group-wrap,
section.custom-groups .group-body .group-sidebar {
	display: inline-block;
	vertical-align: top;
}
section.custom-groups .group-body .group-wrap{
	width: 70%;
}
section.custom-groups .group-body .group-wrap progress[value] {
	 /* Reset the default appearance */
	-webkit-appearance: none;
	appearance: none; 
	height: 5px;
	width: 90%;
	vertical-align: top;
	margin-top: 8px;
}
section.custom-groups .group-body .group-wrap progress[value]::-webkit-progress-bar {
	background-color: #d8d8d8; 
}
section.custom-groups .group-body .group-wrap progress[value]::-webkit-progress-value {
	background-color: #96588A;
} 
section.custom-groups .group-body .group-sidebar {
	width: 28%;
}
section.custom-groups .group-body .group-sidebar button,
section.custom-groups .group-body .group-sidebar a {
	display: block;
	text-transform: capitalize;
	outline: none;
}
section.custom-groups .group-body .group-sidebar a {
	color: #96588A;
	margin-top: 10px;
	font-weight: bold;
}
section.custom-groups .group-body .group-sidebar button {
	background-color: #96588A;
	color: #ffffff;
}
section.custom-groups .group-body .group-sidebar a i{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
section.custom-groups .group-body .group-wrap span{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}
.group-duration{
	font-weight: bold;
	color: #999999;
}
section.custom-groups .group-body .group-wrap span.group-duration span.duration {
	display: inline-block;
	color: #FF5252;
}
section.custom-groups .group-body .group-wrap span.group-member-count span {
	display: inline-block;
	color: #96588a;
	font-weight:bold; 
}

/* // group meta  */
.group-meta{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.group-meta .group-meta-actions button {
	background-color: #96588A;
	color: #ffffff;
	outline: none;
}
.group-meta .group-meta-actions a {
	outline: none;
}
.group-meta .group-working{
	display: block;
}
.group-meta .group-working p{
	line-height: normal;
	margin-bottom: 10px;
}
.group-meta .group-working a{
	display: block;
	margin-top: 10px;
	font-size: 18px;
	outline: none;
	font-weight: bold;
}
.group-meta .group-working a i{
	vertical-align: middle;
	margin-left: 5px;
}
.group-working p{
	display: none;
}
.offer-head{
	font-weight: 500;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	border-bottom-style: dashed;
	line-height: normal;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/* // my acount wallet */
.wallet-money-form{
	display: inline-block;
	width: 100%;
}
.amount-container{
  background-color: #f8f8f8 !important;
  padding: 6px;
  clear: both;
  border: solid 1px #f2f2f2;
  border-radius: 3px;
  display:inline-block;
  width:100%;
}
.process-money{
  float: right;
  margin: 0;
  margin-right: 3px;
  padding: 0;
  width: 42%;
  vertical-align: middle;
  margin-top: 17px;
  text-align: right;
}
.process-money .add_wallet_money, .process-money .request_wallet_money {
  background-color: #fff;
  border: solid 1px #f2f2f2;
  border-right: none;
  padding: 6px 8px;
  width: 30%;
  vertical-align: middle;

}
.process-money .add_wallet_money:focus, .process-money .request_wallet_money:focus{
  background-color: #f8f8f8;
}
.wallet-money-style{
  color: #96588a;
  font-weight: 500;
  font-weight: bold;
  font-size: 28px;
  float: left;
}
.amount-container .amount-heading h4{
  color: #444;
  font-size: 17px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.amount-heading{
  float: left;
  margin-left: 3px;
  width: 55%;
}
.main-container .add-wallet-wrapper form label {
   border: solid 1px #ddd;
   margin-left: -4px;
   padding: 8px 14px;
   vertical-align: middle;
   display: inline-block;
   line-height: normal;
}
.wallet-button{
	display: inline-block;
	vertical-align: middle;
	padding: 9px !important;
	line-break: normal;
}

/* //checkout */
.wallet-checkout input, .wallet-checkout label{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px;
}

.group-status{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
	line-height: normal;
	vertical-align: top;
}
.group-status.group-processing{
	background-color: #00A2FF;
} 
.group-status.group-qualified {
	background-color: #66bd33;
}
.group-status.group-disqualified {
	background-color: #9E1030;
}
.group-status.group-cancelled {
	background-color: #9E1030;
}
.group-status.group-refunded {
	background-color: #e5e5e5;
	color: #666;
}
.table-warpper table th, .table-warpper table td{
	padding: 8px 10px;
}
.members-remain{
	color: #FF5252;
}
#group-status{
	margin-bottom: 0px;
	display: inline-block;
}

.share-brick {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    box-shadow: 0 10px 32.98px 1.02px rgba(0,0,0,.15), 0 0 3px 0 rgba(0,0,0,.05), 0 0 0 0 rgba(0,0,0,.15);
    border-radius: 4px;
    width: 450px;
    padding: 20px;
    z-index: 11;
    animation-name: menu-slide-up;
    animation-duration: .3s;
}
.right-spec .share-brick{
	left: auto;
	right: 0px;
	top: -140px;
}
.share-brick .share-section .social-btns-sm .social-btn {
    display: inline-block;
    min-width: 125px;
    padding: 6px 10px 7px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin: 0 8px 8px 0;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.share-brick .share-section .social-btns-sm .social-btn:before {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/sprite.svg);
    background-color: rgba(0,0,0,.15);
    content: "";
}
.share-brick .copy-wrap .copy-code {
    display: block;
    font-family: monospace;
    font-weight: 700;
    font-size: 15px;
    color: #64687a;
    background-color: #ececec;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
    padding: 11px 10px 15px;
    overflow: auto;
    margin: 0;
}
.share-section h5{
	font-weight: 500;
	font-size: 16px;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-fb {
    background-color: #3b5998;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-tw {
    background-color: #1da1f2;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-in {
    background-color: #0077b5;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-gp {
    background-color: #dd4b39;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-em {
    background-color: #5d5d5d;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-fb:before {
    background-position: -132px -485px;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-tw:before {
    background-position: -165px -485px;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-in:before {
    background-position: -231px -486px;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-gp:before {
    background-position: -198px -484px;
}
.share-brick .share-section .social-btns-sm .social-btn.social-btn-em:before {
    background-position: -264px -484px;
}
.group-share{
	position: relative;
}
.group-share.active .share-brick{
	display: block !important;
	width:325px;
}

.share-brick .close-share {
    display: none;
    margin: 23px 15px 22px 15px;
    transition: transform .2s ease;
    width: 50px;
    height: 50px;
    background-color: #fff;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0,0,0,.15), 0 1px 10px 0 rgba(0,0,0,.1);
}

/* //tab */
.nav-tab-wrapper {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 0;
	line-height: inherit;
	margin-bottom: 20px;
}
.nav-tab {
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-left: .5em;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 1.71428571;
	font-weight: 600;
	background: #e5e5e5;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
	text-decoration: none !important;
}
.nav-tab-active,
.nav-tab:focus:active {
	box-shadow: none;
}
.nav-tab-active {
	margin-bottom: -1px;
	color: #444;
}
.nav-tab-active,
.nav-tab-active:focus,
.nav-tab-active:focus:active,
.nav-tab-active:hover {
	border-bottom: 1px solid #f1f1f1;
	background: #f1f1f1;
	color: #000;
}
.nav-tab-wrapper:not(.wp-clearfix):after {
	content: "";
	display: table;
	clear: both;
}

/* // notest */
ul.group_notes{
	list-style: none;
	margin-left: 0px;
}
ul.group_notes li .note_content {
	padding: 10px;
	background: #d7cad2;
	position: relative;
}

ul.group_notes li.system-note .note_content {
	background: #d7cad2;
}

ul.group_notes li.system-note .note_content::after {
	border-color: #d7cad2 transparent;
}

ul.group_notes li .note_content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: #d7cad2 transparent;
}

ul.group_notes li .note_content p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	color: #333333;
}

ul.group_notes li p.meta {
	padding: 10px;
	color: #999;
	margin: 0;
	font-size: 11px;
}

ul.group_notes li p.meta .exact-date {
	border-bottom: 1px dotted #999;
}

ul.group_notes li a.delete_note {
	color: #a00;
}
.add_note {
	border-top: 1px solid #ddd;
	padding: 10px 10px 0;
}
#group_note_type{
	padding: 10px;
	outline: none;
	border: none;
}

@media only screen and (max-width: 500px) {
	.share-brick {
	 width : 200px;	
	}
  }