@media (min-width:1020px)
{
	.single-product #cb-content #main
	{
		margin: 14px 0 0 30px;
	}
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    display:none;
}

.single-product .product
{
	margin-top:10px;
}

h1.product_title
{
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.single-product .woocommerce-product-details__short-description
{
	font-size:16px;
}



.single-product.woocommerce div.product div.images span.onsale-icon {
    z-index: 300;
    pointer-events: none;
	position: absolute;
	width:35%
}




.single-product.woocommerce div.product div.images span.onsale-icon,ul.products li .product-wrapper .thumb-wrapper .onsale-icon
{
 right:inherit;
  left:0;
  top:0;
  opacity: .80;
}

.woocommerce div.product div.images .magic-slide img {
    width: 296px;
}

.woocommerce div.product div.images .mgt-selector img{
    width: 95px !important;
}

.single-product.woocommerce div.product div.summary 
{
  
  padding-left: 5% !important;
  width:38%;
  float:left;
}


@media (max-width:1020px)
{
	.single-product.woocommerce div.product div.summary 
	{
	  width:60%;
	}
	
	.woocommerce #content div.product div.images,.woocommerce div.product div.images, .woocommerce-page #content div.product div.images,  .woocommerce-page div.product div.images
	{
		float:left !important;
	}

}

.single-product.woocommerce div.product div.images 
{
	position:relative;
	width: 37%;
	margin-bottom: 20px;
}

#MagicThumbImage_Main
{
  /*box-shadow: 0px 0px 8px 2px #999;*/
}

#MagicThumbImage_Main img /* fix for srcset in firefox */
{
	max-width:296px;
	box-shadow: 0px 0px 8px 2px #999;
}

.coaching-tool-info-hide-image-border #MagicThumbImage_Main img
{
  box-shadow: none;
}

.MagicScroll .mcs-item img {
    
    border: #ccc solid 1px;
}

.mcs-item {
    min-height:135px;
	}

div.MagicToolboxContainer {
    text-align: left !important;
}
*/
.mgt-expand-stage .MagicThumb-buttons .mgt-button {
    opacity: 1 !important;
    border: 2px solid #fff !important;
}

.MagicThumb-buttons .mgt-button[rel=prev]:before {
    border-left: 2px solid white !important;
    border-bottom: 2px solid white !important;
}

.MagicThumb-buttons .mgt-button[rel=next]:before {
    border-top: 2px solid white !important;
    border-right: 2px solid white !important;
}

.MagicThumb-buttons .mgt-button[rel=close]:before, .MagicThumb-buttons .mgt-button[rel=close]:after {
    height: 2px !important;
}

.MagicScroll > .mcs-button-arrow {
    
    opacity: .9 !important;
 }
 
 .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 0 1px #000 !important;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    min-height: 200px !important;
}

/*** click to enlarge hints ***/

.mgt-hint-message {
    padding: .6em 1.1em;
    background: rgba(49,51,61,0.67);
}

.mgt-hint-message:before {
    content: '\f002' !important;
    font-family: 'Font Awesome 5 Free' !important;
	font-weight:900;
	font-size: 14px !important;
}

.bundled_product .mgt-hint {
    padding: 0;
	font: normal 10px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.bundled_product .mgt-hint .mgt-hint-message:before {
    content: none !important;
}


@media (max-width:767px)
{
	div.MagicToolboxContainer {
		text-align: center !important;
	}
	
	.woocommerce div.product div.images .magic-slide img {
    width: 75%;
	}
	
	.MagicScroll-arrows-inside
	{
		height:130px !important;
	}
	
	.MagicToolboxSelectorsContainer
	{
		height:140px !important;
	}
	
	div.MagicToolboxContainer.selectorsRight
	{
		min-height:445px;
	}
	
		
	.mcs-wrapper
	{
		width:100%;
		height:130px;
	}
	
	.MagicToolboxMainContainer
	{
		min-height:295px;
	}
	
	div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll
	{
		width:100%;
	}
	
	
	div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    min-height: 0 !important;
	}
	
	.single-product.woocommerce div.product div.images {
    margin-bottom: 0px;
	}
	
	.mcs-item {
    padding-bottom: 0 !important;
    padding-right: 10px !important;
	}
}
img.product_moneyback {
    width: 100px;
    float: left;
    top: -7px;
    position: relative;
    margin-left: 25px;
}



.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
    color: #9AB83A !important;
	font-size:22px;
	font-weight:bold;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins
{
	font-weight:bold;
	color:#d10000;
	text-decoration:none;
} 

p.price:before,p.price:after
{
  border:none !important;
}

.ssbp-wrap
{
	margin-top:11px;
}

.ssbp-wrap a,.ssbp-wrap a:hover,.entry-content .ssbp-wrap a:hover
{
	color:#fff !important;
}

.single-product .ssbp-btn,.single-product .ssbp-btn:hover
{
	background:#808080;
}

.ssbp--theme-2 .ssbp-each-share
{
	margin:0 2px;
}

.ssbp-set--one .ssbp-btn {
    border-radius: 4px;
}

.ssbp--theme-2.ssbp--centred .ssbp-list {
    max-width: 271px;
    margin: 0 auto;
}

.single-free_resource .ssbp--theme-2.ssbp--centred .ssbp-list {
    max-width: 198px;
 }
 
 .page-id-1130 .ssbp--theme-2.ssbp--centred .ssbp-list {
    max-width: 271px;
    margin: 0 auto;
	float:right;
}

.atc_left .ssba img {
    width: 25% !important;
    padding: 3px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
}

.atc_left
{
	float:left;
	width:50%;
	max-width:300px;
}

.atc_left .single_add_to_cart_button,.atc_left .add_to_cart_button
{
	width:100%;
}

.tctc-product-tandc
{
	clear:both;
	font-size:12px;
	background:#f0f0f0;
	margin-top: 10px;
	padding:3px;
}


.tctc-product-tandc ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.tctc-product-tandc li
{
	margin:0 0 5px 0;
	font-size:12px;
}

.tctc-product-tandc li:nth-child(2)
{
	margin:0;
}

/* single product second atc */

.tctc-second-atc {
    padding-top: 15px;
}

.tctc-second-atc .ssbp-wrap,
.tctc-second-atc .tctc-product-tandc
{
	display:none; 
}

.tctc-second-atc-get {
    font-weight: bold;
    padding-top: 15px;
	font-size:17px;
}

.tctc-second-atc p
{
	margin:0;
}

.tctc-second-atc .price
{
   float:left;
   padding: 15px 15px 10px 0;
}

.woocommerce div.product .tctc-second-atc p.price
{
	font-size:17px;
}

.tctc-second-atc-get
{
   float:left;
   padding: 15px 15px 0 0;
}

.tctc-second-atc .atc_left {
    width: 185px;
	padding-bottom:10px;
}

.tctc-second-atc  img.product_moneyback {
    width: 70px;
	margin-left: 125px;
} 

.woocommerce .related.products .button,.woocommerce .related.products a.button
{
	font-size:12px;
	padding:10px;
}

.woocommerce .button,.woocommerce button.button,.woocommerce button.button.alt:focus
{
	outline:none;
}


.single-product.woocommerce div.product div.summary form.cart
{
  background:none;
  border:none;
  padding:0;
}

/*************tabs************/
.wc-tabs-wrapper
{
	width:75%;
}

@media (max-width:1020px)
{
	.wc-tabs-wrapper 
	{
		width: 100%;
	}

}

@media (max-width:767px)
{
	span.tab-small-hide 
	{
		display: none;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	top:1px;
	font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:none;
    background-color: #4567A9;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 0 0 10px;
    padding:0 15px;
	max-width:45%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before 
{
    border: none;
    width: 0;
    height: 0;
}

@media (max-width: 767px)
{
	.wc-tabs-wrapper
	{
		width:100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li
	{
		max-width:100%;
		margin:0;
		padding:0 10px;
		font-size:14px;
	}

}


.single-product.woocommerce .woocommerce-tabs ul li
{
    background: #4567A9 !important;
	margin-left: 10px;
 	
}

.single-product.woocommerce .woocommerce-tabs .panel ul li
{
    background: none !important;

}

.single-product.woocommerce .woocommerce-tabs ul li a,.single-product.woocommerce .woocommerce-tabs ul li a:hover,.single-product.woocommerce .woocommerce-tabs ul li a:visited
{
		text-transform:uppercase;
		color:#fff;
		text-decoration:none !important;
}

.single-product.woocommerce .woocommerce-tabs .panel  ul li a,.single-product.woocommerce .woocommerce-tabs .panel  ul li a:hover
{
	color:#000;
	text-transform:none;
	color: #0000d2;
	text-decoration:underline !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none !important;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child 
{
  margin-left:0;
}

.single-product.woocommerce div.woocommerce-tabs ul.tabs li a
{
      	color:#fff;
  font-weight:bold;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li
{
  box-shadow: 3px 2px 4px 0px #8D8D8D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active
{
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black !important;
  color:#000;
  background: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after
{
	left:0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border:none;
    box-shadow:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after
{
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border:none;
    z-index: 1;
}

.single-product.woocommerce div.woocommerce-tabs ul.tabs li.active a
{
  color:#000;
  font-weight:bold;
}

.single-product.woocommerce .woocommerce-tabs > ul {
    border: none;
    margin-bottom: 0;
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 10px;
    padding:10px 15px;
	overflow:visible;
}

.single-product.woocommerce .woocommerce-tabs .panel
{
 	border: 1px solid black; 
  box-shadow: 2px 2px 4px 0px #8D8D8D;
  border-radius:0;
  padding:20px;
      overflow: auto;
}



/***product page description ***/
 .description-left
{
	width: 60%;
    float: left;
	border-right: 1px solid grey;
    padding-right: 2.5%;
}

.description-left h3
{
	margin:5px 0 10px 0;
	color:#000;
	font-size:16px;
}

ul.benefits,ul.product-meta
{
	background:none;
	list-style-position:outside;
	margin:0;
	list-style:none;
}

.single-product.woocommerce .woocommerce-tabs ul.benefits li
{
	
    background: url('/wp-content/uploads/2015/04/CheckMark.png') no-repeat left 4px!important;
    background-size: 20px 20px !important;
    padding: 6px 0 0 35px;
    margin: 5px 0;
	
}

 .description-right
{
	float:left;
	padding-left:10px;
	border-left: 1px solid grey;
	width:40%;
	margin-left:-1px;
}

/****** meta icons */


/* brandable */
.single-product.woocommerce .woocommerce-tabs ul.product-meta li
{
	padding: 8px 0 5px 40px;
	margin:4px 0;
	
}
.single-product.woocommerce .woocommerce-tabs ul.product-meta li.product-meta-brandable
{
	background: url('/wp-content/uploads/2015/04/Brandable.png') no-repeat left top !important;
	background-size:35px !important;
}

/* manual */
.single-product.woocommerce .woocommerce-tabs ul.product-meta li.product-meta-manual
{
	background: url('/wp-content/uploads/2015/04/UserGuide.png') no-repeat left top !important;
	background-size:35px !important;
}

/* filetype */
.single-product.woocommerce .woocommerce-tabs ul.product-meta li.product-meta-filetype
{
	background: url('/wp-content/uploads/2015/04/Filetype.png') no-repeat left top !important;
	background-size:35px !important;
}

/* filetype */
.single-product.woocommerce .woocommerce-tabs ul.product-meta li.product-meta-alsoin
{
	background: url('/wp-content/uploads/2015/04/InToolkit.png') no-repeat left top !important;
	background-size:35px !important;
}




#tab-toolkit li.product-meta-alsoin
{
	display:none;
}

/*media*/


@media (max-width: 767px)
{
  .single-product.woocommerce div.product div.images 
  {
  
      margin-left: 0;
      width:100%;
  }
  
  .single-product.woocommerce div.product div.summary 
  {
      margin-left: 0;
    width:100% !important;
	padding-left: 0 !important
  }
  
  img.product_moneyback 
  {
		width: 30%;
		float: right;
		padding-left:0;
		top: 0;
		position: relative;
	}

   .description-left
  {
    width: 100%;
    float: none;
    border-right:none;
	border-bottom: 1px solid grey;
    padding-right: 0;
	padding-bottom: 8px;
  }
  
   .description-right
  {
      padding-left: 0;
	  width:100%;
	  border-left:none;
      
  }
   
}
/****** bundled product contains ****/


.woocommerce .bundled_product_summary {
    padding: 10px;
	
	/*border-bottom: dashed #ccc 1px;*/
}

.woocommerce .bundled_product_summary,.woocommerce .bundled_product_summary.last
{
	float:none;
}

.woocommerce .bundled_product_summary:nth-child(odd) {
    background: #EAEBED;
}

.woocommerce .bundled_product_summary .details {
    float: left;
    width: 75%;
	margin-left:0;
}

.woocommerce .bundled_product_summary .bundled_product_images a, .woocommerce .bundled_product_summary .bundled_product_images img {
    width: 100%;
    height: auto;
	}

.woocommerce .bundled_product_detail h3
{
	margin:0 0 10px 0;
}

.woocommerce .bundled_product_detail p
{
	margin:0;
}

.woocommerce .bundled_product_summary .bundled_product_images {
    float: left;
    margin-left: 0;
	width:15%;
	margin-right: 3%;
}

.woocommerce .bundled_product_summary .bundled_product_images img,.woocommerce .bundled_product_summary .bundled_product_images .MagicThumb img
{
	border: 1px solid #EAEBED !important;
}

.woocommerce .bundled_product_summary.coaching-tool-info-hide-image-border .bundled_product_images img,.woocommerce .bundled_product_summary.coaching-tool-info-hide-image-border .bundled_product_images .MagicThumb img
{
	border: none !important;
}

.bundled_product .MagicToolboxMessage {
		font-size: 12px;
	}

.woocommerce .bundled_product_summary .bundled_product_detail
{
    float: left;
    width: 82%;
}


@media (max-width: 767px)
{
	.woocommerce .bundled_product_summary .bundled_product_detail {
		float: none;
		width: 100%;
		
	}
	
	.woocommerce .bundled_product_summary .bundled_product_images {
		float: none;
		margin: 8px auto 12px auto;
		width: 70%;
	}

}

.product-bundle-meta-left
{
	float:left;
	width:50%;
	margin-top:5px;
}

.product-bundle-meta-right
{
	float:left;
	width:50%;
	padding-left:30px;
	margin-top:5px;
}

.product-bundle-meta-right ul,.product-bundle-meta-left ul
{
	margin:0;
	padding:0;
}

.product-bundle-meta-right ul li
{
	padding: 2px 0 0 35px;
}

@media (max-width: 767px)
{
	.product-bundle-meta-left,.product-bundle-meta-right
	{
		float:none;
		width:100%;
		padding:0;
	}
}

/***icons****/
.single-product.woocommerce .woocommerce-tabs .bundled_product_detail ul.product-meta li
{
	padding:3px 0 0 40px;
	margin:4px 0;
	line-height:25px;
}

.single-product.woocommerce .woocommerce-tabs .bundled_product_detail ul.product-meta li.product-meta-brandable
{
	background: url('/wp-content/uploads/2015/04/Brandable.png') no-repeat left top !important;
	background-size:30px !important;
}

/* manual */
.single-product.woocommerce .woocommerce-tabs .bundled_product_detail ul.product-meta li.product-meta-manual
{
	background: url('/wp-content/uploads/2015/04/UserGuide.png') no-repeat left top !important;
	background-size:30px !important;
}

/* filetype */
.single-product.woocommerce .woocommerce-tabs .bundled_product_detail ul.product-meta li.product-meta-filetype
{
	background: url('/wp-content/uploads/2015/04/Filetype.png') no-repeat left top !important;
	background-size:30px !important;
}

/* filetype */
.single-product.woocommerce .woocommerce-tabs .bundled_product_detail ul.product-meta li.product-meta-alsoin
{
	background: url('/wp-content/uploads/2015/04/InToolkit.png') no-repeat left top !important;
	background-size:30px !important;
}

/*** upsells ***/
.tctc_single_product_up_sell
{
	margin: 22px 0;
	/*border: 2px solid #4567A9;*/
}


.tctc_single_product_up_sell h2
{
	color:#fff;
	background:#4567A9;
	width:100%;
	padding:8px 15px;
	text-transform:uppercase;
	margin:0;
	font-size:16px;

}

.tctc_single_product_up_sell h3
{
	color:#000;
	margin:0 0 10px 0;
	text-transform: uppercase;
    font-size: 16px;
}

.woocommerce .tctc_single_product_up_sell ul.products
{
	margin:0;
}

.woocommerce .tctc_single_product_up_sell ul.products li.product
{
	
	float:left;
	clear:none;
}


.tctc_single_product_up_sell ul.products li.product 
{
    float: left;
    margin: 0 25px 0 0;
    position: relative;
    width: 155px;
    padding: 10px;
	border:none;
	box-shadow:none;
}

.tctc_single_product_up_sell ul.products li.product.last 
{
    margin: 0 ;
}

.tctc_single_product_up_sell ul.products li.product h3,
.woocommerce .tctc_single_product_up_sell ul.products li.product .woocommerce-loop-product__title
{
	    font-size: 14px;
		text-align:center;
		min-height: 54px;
}

.tctc_single_product_up_sell ul.products li.product .tctc-product-img-wrap {
    min-height: 120px;
}

.tctc_single_product_up_sell ul.products li.product a img
{
	width: 69% !important;
    margin: 0 auto;
}

.woocommerce .tctc_single_product_up_sell a.added_to_cart,
.woocommerce .tctc_single_product_up_sell a.added_to_cart:hover,
.woocommerce .tctc_single_product_up_sell a.button,
.woocommerce .tctc_single_product_up_sell a.button:hover
{
	font-size:14px !important;
	line-height:14px !important;
	padding:5px !important;
	width:100%;
}

.woocommerce .tctc_single_product_up_sell  ul.products li.product .button,.woocommerce .tctc_single_product_up_sell  ul.products li.product a.added_to_cart {
    margin-top: 5px;
}

.woocommerce .tctc_single_product_up_sell ul.products li.product .price 
{
	    font-size: 16px;
}

.tctc_single_product_up_sell .tctc-also-in-wrapper,.tctc_single_product_up_sell .related
{
	float:left;
}

.tctc_single_product_up_sell .tctc-also-in-wrapper
{
	/*max-width:35%;*/
	background:#f0f0f0;
	padding:10px 15px;
}

.tctc_single_product_up_sell .related
{
	/*max-width:60%;*/
	padding:10px 20px;
}
/***device formatting ***/

@media (max-width: 1200px)
{
	.tctc_single_product_up_sell ul.products li.product 
	{
		width: 140px;
	}
	
	.tctc_single_product_up_sell ul.products li.product .tctc-product-img-wrap 
	{
		min-height: 95px;
	}
}
	
@media (max-width: 1020px)
{
	
	.tctc_single_product_up_sell .tctc-also-in-wrapper.tctc-also_in-multiple
	{
		width:100%;
		max-width:100%;
	}
}

@media (max-width: 767px)
{
	.woocommerce .bundled_product_summary .bundled_product_detail {
		float: none;
		width: 100%;
		
	}
	
	.tctc_single_product_up_sell ul.products li.product .tctc-product-img-wrap 
	{
		width: 100%;
	}


	.tctc_single_product_up_sell .tctc-also-in-wrapper,.tctc_single_product_up_sell .tctc-also-in-wrapper.tctc-also_in-multiple,.tctc_single_product_up_sell .related
	{
		float:none;
		width:75%;
		max-width:100%;
		margin:10px auto;
	}
	
	.woocommerce .tctc_single_product_up_sell ul.products li.product
	{
		width:100%;
		float:none;
	}

}

.product span.iconFiller,
span.spaceManWilly
{
    width: 100% !important;
}

.product .nc_tweetContainer 
{
    width: 23% !important;
	border-radius:4px !important;
}

.product .iconFiller {
    height: 26px;

}

.product span.swp_share {
    display: none;
 }
 
.product .nc_tweetContainer 
 {
	flex:initial !important;
}
.product  div.swp_social_panel .nc_tweetContainer {
    height: 42px !important;
    margin: 0 1% !important;
    min-width: 0 !important;
}
.product .swp_social_panel .sw {
    width: 100%;
	margin:0 auto;
	transform: none;
	transition:0.25s;
}

.product .nc_tweetContainer.totes
{
	display:none;
	}
	
.product .swp_social_panel
{
	margin:10px 0 0 0 !important;
	height:42px;
}

.product .swp_social_panel a .swp_count:not(.swp_hide) {
    line-height: 13px;
    font-size: 10px;
	background-color: rgba(0,0,0,0.1);
    padding: 2px 0;
	transition:0.25s !important;
	transform:none;
}
	
.product .swp_social_panel.swp_flat_fresh.swp_default_full_color .nc_tweetContainer,
.product .swp_social_panel.swp_flat_fresh.swp_default_full_color .nc_tweetContainer:hover,
.product .swp_social_panel.swp_flat_fresh.swp_default_full_color:hover .nc_tweetContainer
{
    border: none !important;
}

.product .swp_social_panel.swp_default_full_color .nc_tweetContainer,
.product .swp_social_panel.swp_default_full_color .nc_tweetContainer:hover,
.product .swp_social_panel.swp_default_full_color:hover .nc_tweetContainer
{
    background: grey !important;
}

.product .nc_tweetContainer:hover .swp_count:not(.swp_hide) {
    transform: translateY(15px);
	transition:0.25s !important;
}
.product .swp_social_panel .nc_tweetContainer:hover a.nc_tweet
{
    transform: translateY(+0.25em) scale(1.25);
	transition:0.25s;
}

.product .swp_social_panel .nc_tweetContainer a.nc_tweet
{
	transition:0.25s !important;
	transform:none;
}

.product .sw 
{
    font-size: 1.2em;
}

.tctc-second-atc .swp_social_panel
{
	display:none;
}

/************** single free resources ************/

.coaching-tool-type-free-coaching-tools-exercises img.product_moneyback
{
	display:none;
}

.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary a.button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary a.button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary a.button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   a.button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   a.button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   a.button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .button:visited
{
	background: #33ade2 !important;
}

.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .related a.button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .related a.button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .related a.button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .related .button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .related .button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .related .button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .related a.button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .related a.button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .related a.button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .related .button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .related .button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .related .button:visited
{
	background: #9AB83A !important;
}

.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .tctc-also-in-wrapper  a.button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .tctc-also-in-wrapper  a.button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .tctc-also-in-wrapper  a.button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .tctc-also-in-wrapper  .button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .tctc-also-in-wrapper  .button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .entry-summary .tctc-also-in-wrapper  .button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .tctc-also-in-wrapper  a.button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .tctc-also-in-wrapper  a.button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .tctc-also-in-wrapper  a.button:visited,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises   .tctc-also-in-wrapper  .button,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .tctc-also-in-wrapper  .button:hover,
.woocommerce .coaching-tool-type-free-coaching-tools-exercises  .tctc-also-in-wrapper  .button:visited
{
	background: #9AB83A !important;
}

.woocommerce div.product.coaching-tool-type-free-coaching-tools-exercises p.price,
.woocommerce ul.products li.product.coaching-tool-type-free-coaching-tools-exercises .price
{
	color:#33ade2 !important;
}

/**** testimonials *****/
.tctc_product_testimonial_box
{
	float: left;
	width: 23%;
	margin-left: 2%;
	padding: 10px 20px;
	background:#e7eed6;
}
		
.tctc_product_testimonial_quote {
    line-height: 1.7;
    font-style: italic;
}
		
.tctc_product_testimonial_info {
	margin-top: 25px;
}

.tctc_product_testimonial_info_left {
		float: left;
		width: 58%;
	}
	
.tctc_product_testimonial_info_left h4
{
	margin:0;
	font-size:13px;
}

.tctc_product_testimonial_info_left p
{
	margin:5px 0 0 0;
	font-size:11px;
}

img.tctc_product_testimonial_img{
		float: right;
		width: 35%;
		max-width:100px;
		border-radius: 50%;
		margin-top:-10px;
	}
			
@media only screen and (max-width:1020px)
{
	.tctc_product_testimonial_box {
		float: none;
		width: 100%;
		margin:0 0 20px 0;
		clear: both;
	}
}