/*
Theme Name: Western Health Peptides
Description: Child theme for Avada
Author: ThemeFusion
Template: Avada
Text Domain:  Avada
*/

/* Cache Busting Comment Update 27 */

.become-member-btn i, .member-login-btn i {
	margin-right: 10px;
}	
.become-member-btn a {
	width: 400px;
	border-radius: 8px;
	padding: 9px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: block !important;
	text-align: center;
	transition: all 0.2s ease;
	background: #ff5a00 !important;
	color: #ffffff !important;
	box-sizing: border-box;
}
.member-login-btn a {
	width: 400px;
	border-radius: 8px;
	padding: 9px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: block !important;
	text-align: center;
	transition: all 0.2s ease;
  	background: #84c341 !important;
	color: #FFF;
	box-sizing: border-box;
}
.become-member-btn a:hover {
  background: #e94f00 !important;
  color: #ffffff !important;
}
.member-login-btn a:hover {
  background: #59B200 !important;
  color: #FFF !important;
}
.herosliderpics .background-image {
    border-radius: 30px !important;
    overflow: hidden !important;
}
.mysubmitbtn {
	font-size: 16px !important;
	padding: 10px !important;
	width: 150px !important;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
}
.wooproductdesc ul {
	margin: 0px;
	padding-left: 15px;
}
.wooproductdesc li {
	margin-bottom: 10px;
}
.shopproductsbtn a {
	width: 360px;
	border-radius: 8px;
	padding: 9px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: block !important;
	text-align: center;
	transition: all 0.2s ease;
	background: #ff5a00 !important;
	color: #ffffff !important;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.shopproductsbtn a:hover {
	background: #e94f00 !important;
	color: #ffffff !important;
}
.newcustomerdesc a {
	width: 280px;
	border-radius: 8px;
	padding: 9px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: block !important;
	text-align: center;
	transition: all 0.2s ease;
	background: #ff5a00 !important;
	color: #ffffff !important;
	box-sizing: border-box;
}
.newcustomerdesc a:hover {
	background: #e94f00 !important;
	color: #ffffff !important;
}
table.wc-block-cart-items .wc-block-cart-items__header, .wc-block-cart-items__header-total, .wc-block-cart-items__header-image, .wc-block-cart .wc-block-cart__totals-title {
	font-family: "Open Sans", sans-serif !important;
	font-size: 16px !important; 
	color: #000 !important;
}
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .wc-block-cart .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-checkout-order-summary-block, .wc-block-components-radio-control-accordion-content, .wc-block-components-checkbox label, .wc-block-checkout__terms, .wp-block-button__link, .wc-block-components-radio-control__label, .wc-block-components-radio-control__option, .wc-block-checkout__actions .wc-block-checkout__actions_row, .wc-block-grid__product-title {
	font-size: 14px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 16px !important;
}
.wc-block-components-product-metadata {
margin-bottom: 10px;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: 1.0 !important;
}
.ppc-button-wrapper {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	max-width: 300px !important;
}
.fusion-woo-cart-1 {
	margin-bottom: 15px;
}
#customer_login {
	display: flex;
	flex-wrap: wrap;
}
#customer_login > h2 {
	flex: 0 0 100%;
	width: 100%;
	display: block;
}
#customer_login > form.login {
	flex: 0 0 100%;
	width: 100%;
}
.fusion-widget-cart-number {
	color: #fff !important
}
body.page-id-2254 .woocommerce-content-box {
	border-color: #CCC !important;
}
/* Hide related products section only on the Telehealth product page */
.postid-3127 .hide-telehealth-related {
    display: none !important;
}


/* ************ Mobile ************ */
/* ******************************** */
@media only screen and (max-width: 640px) {
.become-member-btn a {
	width: 300px;
  }
.member-login-btn a {
	width: 300px;
	}
  .membership-btn i {
    font-size: 24px;
  }
	.shopproductsbtn a {
	width: 300px;
	}
	.herosliderpics .background-image {
    border-radius: 0px !important;
}
	.copyrightdiv {
		line-height: 25px !important;
	}
	.copyrightdiv a {
		display: block !important;
	}
	.footernav {
		font-size: 14px !important;
	}
	.formintrotxt {
		font-size: 15px !important;
		line-height: 23px !important;
	}
	.newcustomerdesc a {
	width: 100%;
	}
}