/**handles:child-style**/
:root {
	--accent-color: #C1272D;
	--wfc-accent: #C1272D; /*#B04626;*/
	--wfc-accenth: #A1070D; /*#902606;*/
	--wfc-accento: rgba(193,39,45,0.5);
	--wfc-accentoh: rgba(161,7,13,0.5);
	--wfc-accent2: #711514; /*#C9DB9B;*/
	--wfc-accent2h: #610504; /*#A9BB7B;*/
	--wfc-accent2o: rgba(113,21,20,0.5);
	--wfc-accent2oh: rgba(97,5,4,0.5);
}

.image-contain img {
  object-fit: contain;
}

@font-face {
	font-family: "Canela Regular";
	font-display: swap;
	src: url("https://wellnessfirst.mx/wp-content/uploads/et-fonts/Canela-Regular.otf") format("opentype");
  }
@font-face {
  font-family: "Canela Italic";
  font-display: swap;
  src: url("https://wellnessfirst.mx/wp-content/uploads/et-fonts/Canela-RegularItalic.otf") format("opentype");
}
@font-face {
  font-family: "Canela Light Italic";
  font-display: swap;
  src: url("https://wellnessfirst.mx/wp-content/uploads/et-fonts/Canela-LightItalic.otf") format("opentype");
}
.underlined {
  position: relative;
  /*font-style: italic;*/
  /*font-family: 'Canela Italic', sans !important;*/
  color: var(--wfc-accent);
}
.underlined:hover {
  color: var(--wfc-accenth);
}
.underlined.spaced {
  line-height: 80px;
}
.canela:not(i) {
	font-family: 'Canela Regular', sans !important;
}
.canela-light:not(i) {
	font-family: 'Canela Light', sans !important;
}

.drop {
  text-indent: -28px;
  padding-left: 28px;
}
.drop div {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 14px;
}

.et_shop_image {
	margin-bottom: 12px !important;
}
h2.woocommerce-loop-product__title {
	padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.acf_product_name {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	font-style: normal !important;
	font-size: 17px !important;
	text-transform: uppercase;
}
.et_pb_wc_add_to_cart.et_pb_hide_stock .stock {
	display: block !important;
}
.et_pb_wc_add_to_cart form.cart .quantity.hidden ~ .button {
	float: left !important;
}

.nf-form-content button, .nf-form-content input[type=button],
.nf-form-content input[type=submit],
.woocommerce div.product form.cart .button,
.woocommerce-Button,
.woocommerce .cart_totals .button,
.woocommerce .shop_table .button,
.woocommerce .woocommerce-checkout-payment .button {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}


#order_review {
	font-size: .8em;
}

ul.columns-5.products {
	width: calc(100% + 12px) !important;
	margin-left: -6px;
}
ul.columns-5.products li.product {
	margin-right: 0 !important;
	width: 20% !important;
	padding: 0 6px;
	/* clear: none !important; */
}

/* Booknetic */
.iti__country-list {
	list-style: none !important;
}
.booknetic_appointment_steps_footer {
	border-top: 1px solid #E4EBF4!important;
}
#booknetic_theme_8 .booknetic_appointment_container_header {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}
.booknetic_warning_message {
	background-color: #D02606 !important;
}

/* Historial Clínico */
#nf-field-39-container, #nf-field-102-container {
	display: none;
}

/* SHIPPING */
#shipping_method label {
	text-transform: capitalize;
}
#ship-to-different-address {
	display: none !important;
}
.checkout-radio > span {
	display: flex;
	align-items: center;
}
.checkout-radio-label > span label {
	margin-left: 5px;
}

/* START HEADER */
.menu-cart-info #divi_menu_cart_count, .et-cart-info #divi_menu_cart_count {
	font-size: 1.1em;
	background-color: var(--wfc-accent);
	padding-bottom: 0.3em;
	height: 0.95em;
	width: 0.95em;
	bottom: 0.6em;
}
/* END HEADER */

/* START INFINITE TEXT SCROLL */
#page_title_section #page_title_header.infinite_scroll {
	animation-duration: 24s !important;
	-webkit-animation-duration: 24s !important;
	-moz-animation-duration: 24s !important;
	-o-animation-duration: 24s !important;

	animation-name: infinite_scroll !important;
	-webkit-animation-name: infinite_scroll !important;
	-moz-animation-name: infinite_scroll !important;
	-o-animation-name: infinite_scroll !important;

	animation-iteration-count: infinite !important;
	-webkit-animation-iteration-count: infinite !important;
	-moz-animation-iteration-count: infinite !important;
	-o-animation-iteration-count: infinite !important;
}
#page_title_section #page_title_header.infinite_scroll h1 {
	width: 3840px;
	text-align: left;
}
@-webkit-keyframes infinite_scroll {
	0% {-webkit-transform: translateX(-10%);}
	100% {-webkit-transform: translateX(-100%);}
}
@-moz-keyframes infinite_scroll {
	0% {-moz-transform: translateX(-10%);}
	100% {-moz-transform: translateX(-100%);}
}
@-o-keyframes infinite_scroll {
	0% {-o-transform: translateX(-10%);}
	100% {-o-transform: translateX(-100%);}
}
@keyframes infinite_scroll {
	0% {transform: translateX(-10%);}
	100% {transform: translateX(-100%);}
}
/* END INFINITE TEXT SCROLL */

/* START wf_initial_section */
#wf_initial_section_arrow,
#wf_initial_section_2_arrow {
	animation-duration: 2s !important;
	-webkit-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
	-o-animation-duration: 2s !important;

	animation-name: bounce !important;
	-webkit-animation-name: bounce !important;
	-moz-animation-name: bounce !important;
	-o-animation-name: bounce !important;

	animation-iteration-count: infinite !important;
	-webkit-animation-iteration-count: infinite !important;
	-moz-animation-iteration-count: infinite !important;
	-o-animation-iteration-count: infinite !important;

	cursor: pointer;
} 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(100%);}	
	40% {-webkit-transform: translateY(calc(100% - 30px));}
	60% {-webkit-transform: translateY(calc(100% - 15px));}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(100%);}
	40% {-moz-transform: translateY(calc(100% - 30px));}
	60% {-moz-transform: translateY(calc(100% - 15px));}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(100%);}
	40% {-o-transform: translateY(calc(100% - 30px));}
	60% {-o-transform: translateY(calc(100% - 15px));}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(100%);}
	40% {transform: translateY(calc(100% - 30px));}
	60% {transform: translateY(calc(100% - 15px));}
}
/* END wf_initial_section */

/* Grid style */
.display-posts-listing.products li {
	margin-bottom: 0 !important;
}
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	/* height: auto; */
	height: 240px;
	object-fit: cover;
}
.display-posts-listing.grid .product img { 
	height: auto;
}
.display-posts-listing.grid.slide {
	overflow: auto;
	/* display: block; */
	display: inline-flex;
	/* white-space: nowrap; */
	width: 100%;
}
.display-posts-listing.grid.slide::before {
	content: '‹';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-150%,-50%);
	font-size: 48px;
	color: #6d6e71;
	font-weight: 300;
}
.display-posts-listing.grid.slide::after {
	content: '›';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(150%,-50%);
	font-size: 48px;
	color: #6d6e71;
	font-weight: 300;
}
.display-posts-listing.grid.slide .serie {
	width: 300px;
	max-width: 36%;
	/* display: inline-block; */
	float: left;
}
.display-posts-listing.grid.slide .serie img { 
	min-height: 180px;
	height: auto !important;
	aspect-ratio: 1024/576;
}
.display-posts-listing.grid.slide .serie:not(:first-of-type) {
	margin-left: .4em;
}
.display-posts-listing.grid.slide.col-2 .serie {
	max-width: calc(50% - 8px);
}
.display-posts-listing.grid.slide.col-3 .serie {
	max-width: calc(33.33% - 8px);
}
@media only screen and (max-width: 1080px) {
	.display-posts-listing.grid.slide .serie {
		min-width: 240px;
	}
	.display-posts-listing.grid.slide .serie img { 
		min-height: 120px;
	}
	.display-posts-listing.grid.slide .serie:not(:first-of-type) {
		margin-left: 0;
	}
}
@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
	.display-posts-listing.grid.col-2 {
		grid-template-columns: repeat( 1, 1fr );
	}
	.display-posts-listing.grid.col-3 {
		grid-template-columns: repeat( 2, 1fr );
	}
}
@media (min-width: 1024px) {
	.display-posts-listing.grid.slide .serie {
		min-width: 360px !important;
	}
	.display-posts-listing.grid:not(.col-2) {
		grid-template-columns: repeat( 4, 1fr );
	}
	.display-posts-listing.grid.col-2 {
		grid-template-columns: repeat( 2, 1fr );
	}	
	.display-posts-listing.grid.col-3 {
		grid-template-columns: repeat( 2, 1fr );
	}
}
/* SERIES */
/* Workout Posts */
.entry-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 18px;
}
.entry-title {
	margin: 0 0 6px 0;
	padding: 0;
	text-align: left;
}
.entry-subtitle {
	text-align: center;
	margin: 0 0 6px 0;
	padding: 0;
	color: black;
	font-weight: normal;
}
.entry-subtitle a {
	color: black !important;
}
.entry-subheader {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	border-bottom: 1px solid black;
	width: 100%;
	font-weight: normal;
}
.entry-subheader .entry-duracion {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 12px;
	width: 110px;
}
.entry-subheader .entry-duracion i {
	margin-right: 3px;
}
.entry-subheader .entry-fases {
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	justify-content: center;
	flex: 1;
}
.entry-subheader .entry-fases .entry-dot {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.entry-subheader .entry-difficulty {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 6px;
	font-size: 12px;
	width: 110px;
}
.entry-subheader .entry-difficulty svg {
	width: 14px;
	height: 14px;
	margin: 0 6px 0 0;
}
.entry-subheader .entry-difficulty p {
	margin: 0;
	padding: 0;
	line-height: 12px;
}
.entry-subheader .entry-rate i {
	color: #FBD06D;
	font-size: 12px;
	line-height: 12px;
}

article.serie .entry-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 6px;
	font-weight: normal;
}
article.serie .entry-restricted-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.68);
}
article.serie .entry-restricted-content i {
	font-size: 36px;
	color: white;
}
article.serie .entry-restricted-content p {
	margin-top: 12px;
	color: white;
}
/* PRODUCT POSTS */
article.product .entry-header {
	align-items: flex-start;
}
article.product .entry-subtitle {
	font-weight: 600!important;
}
article.product .entry-image-link img {
	width: 100%;
}
article.product .entry-subheader {
	text-align: left;
	font-size: 24px;
	border: none!important;
}
article.product .entry-subheader del bdi {
	color: #666666!important;
}
article.product .entry-subheader ins bdi {
	font-weight: 600!important;
	color: #000000!important;
}

.mc4wp-checkbox {
	display: none;
}

/* START MY ACCOUNT RECOMMENDATIONS */
#wf_recommendations {
	z-index: 0;
}
#wf_recommendations:not(.loaded) {
	display: none;
}
#wf_recommendations.loaded ~ #wf_recommendations_loadng {
	display: none;
}
#wf_recommendations [class$="_recommendations"] {
	overflow: scroll hidden;
}
#wf_recommendations [class$="_recommendations"] .display-posts-listing.grid.slide {
	overflow: visible;
	display: inline-flex !important;
}
#wf_recommendations [class$="_recommendations"] .display-posts-listing.grid {
	display: inline-flex;
}
#wf_recommendations [class$="_recommendations"] article {
	display: inline-block;
	width: 360px;
}
#wf_recommendations .tip_recommendations {
	padding: 12px 24px;
}
/* END MY ACCOUNT RECOMMENDATIONS */

/* START WF ACCORDION */
.wf_accordion {
	/* -webkit-transition: max-height .8s ease-in-out 0s;
	-moz-transition: max-height .8s ease-in-out 0s;
	-ms-transition: max-height .8s ease-in-out 0s;
	-o-transition: max-height .8s ease-in-out 0s;
	transition: max-height .8s ease-in-out 0s; */
	overflow: hidden;
}
/*
.wf_accordion.active {
	max-height: 1000px;
}
*/
.wf_accordion:not(.active) {
	max-height: 96px;
}
.wf_accordion:not(.active) .et_pb_column > div:not(.wf_accordion_title) {
	animation: hide_accordion .2s forwards;
}
.wf_accordion.active .et_pb_column > div:not(.wf_accordion_title) {
	animation: show_accordion .4s forwards;
}

.wf_accordion .wf_accordion_title {
	cursor: pointer;
}
.wf_accordion .et_pb_column > div:not(.wf_accordion_title) {
	padding: 0 24px;
}
.wf_accordion.active .wf_accordion_title:before {
	transform: rotate(180deg);
}
@keyframes hide_accordion {
	0% {
		opacity: 1;
		margin-top: 0px;
	}
	90% {
		opacity: 0;
		margin-top: -100px;
	}
	100% {
		opacity: 0;
		margin-top: 0px;
		display: none;
	}
}
@keyframes show_accordion {
	0% {
		opacity: 0;
		margin-top: -100px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}

:root {
	--circle-size: 60px;
	--circle-left-margin: 24px;
}
.wf_legend {
	margin-bottom: 0 !important;
	display: inline-flex;
}
.wf_legend::before {
	content: '';
	min-width: var(--circle-size);
	width: var(--circle-size);
	height: var(--circle-size);
	border-radius: 30px;
	display: block;
	margin-right: var(--circle-left-margin);
}
.wf_legend.mens::before {
	background-color: var(--wfc-mens);
}
.wf_legend.mens .dipl_pre_text {
	color: var(--wfc-mens);
}
.wf_legend.foli::before {
	background-color: var(--wfc-foli);
}
.wf_legend.foli .dipl_pre_text {
	color: var(--wfc-foli);
}
.wf_legend.ovul::before {
	background-color: var(--wfc-ovul);
}
.wf_legend.ovul .dipl_pre_text {
	color: var(--wfc-ovul);
}
.wf_legend.lute::before {
	background-color: var(--wfc-lute);
}
.wf_legend.lute .dipl_pre_text {
	color: var(--wfc-lute);
}
.wf_legend.meno::before {
	background-color: var(--wfc-meno);
}
.wf_legend.meno .dipl_pre_text {
	color: var(--wfc-meno);
}
.wf_legend.emba::before {
	background-color: var(--wfc-emba);
}
.wf_legend.emba .dipl_pre_text {
	color: var(--wfc-emba);
}
.wf_legend_text {
	margin-top: calc(-1 * var(--circle-left-margin));
	margin-left: calc(var(--circle-size) + var(--circle-left-margin));
}
/* END WF ACCORDION */

/* START CYCLER MEMBERSHIP */
.price_saving p::after {
	content: 'SAVE 10%';
	border: 1px solid var(--wfc-accent);
	padding: 4px;
	margin: 0 0 0 4px;
	font-size: 12px;
	color: var(--wfc-accent);
}
/* END CYCLER MEMBERSHIP */

/* Customize the label (the container) */
.custom-checkbox {
	display: block;
	position: relative !important;
	padding-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background-color: #f1f1f1;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
	background-color: #d1d1d1;
}

/* When the checkbox is checked, add a accent background */
.custom-checkbox input:checked ~ .checkmark {
 	background-color: var(--wfc-accent);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
	width: 3px;
 	height: 7px;
	border: solid white;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	left: 50%;
	top: calc(50% - 1.5px);
}

/* START NINJA FORMS */
.nf-error.field-wrap .nf-field-element:after {
	background: white !important;
	color: red !important;
}
/* END NINJA FORMS */