@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,100;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,600&display=swap');

html, body{
	padding: 0;
	margin: 0;
	background-color: #F3F9FF;
}

*{
	/*font-family: 'Nunito', sans-serif;*/
	/*font-family: 'Quicksand', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	color: #565656;
	outline: none !important;
}

a{
	color: #007FFF !important;
	text-decoration: none;
}

.cl{
	clear: both;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.boxWrapper1200{
	width: 1200px;
	margin: 50px auto;
}

.boxWrapper700{
	width: 700px;
	margin: 50px auto;
}

.boxWrapper800{
	width: 700px;
	margin: 50px auto;
}

.wrapper500{
	width: 500px;
	margin: 0 auto;
}

.boxWrapper{
	padding: 10px;
}

.boxWrapper30{
	padding: 30px;
}

#leftSide{
	float: left;
	width: 78%;
}

#rightSide{
	float: right;
	width: 22%;
	height: 100vh;
	overflow-y: auto;
	background-color: #efefef;
}

.w100per{
	width: 100% !important;
}

table.w100per{
	border-collapse: collapse;
}

table.w100per td{
	border-collapse: collapse;
	padding-left: 0 !important;
}

.button,
button{
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #008CE3;
	color: #fff !important;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.button.selected,
button.selected{
	background-color: #44aa66 !important;
}

.button *,
button *{
	color: #fff;
}
.button:hover,
button:hover{
	text-decoration: none;
	background-color: #191970;
}

.button.bgRed:hover,
button.bgRed:hover{
	text-decoration: none;
	background-color: #b73440;
}

.button.big{
	padding: 20px 40px;
	font-size: 20px;
}

header{
	background-color: transparent;
	text-transform: none;
	font-family: 'Montserrat', sans-serif !important;

	padding: 15px 0;
	font-weight: bold;
	font-size: 1.5em;
}

.header{
	background-color: transparent;
	text-transform: none;
	color: #565656;
	font-family: 'Montserrat', sans-serif !important;

	padding: 15px 8px;
	font-weight: bold;
	font-size: .9em;
	line-height: .9em;
}

.headerBlack{
	background-color: transparent;
	padding: 15px 0;
	border-bottom: 1px solid #000;
}

.headerBlack span{
	position: relative;
	background-color: #000;
	padding: 5px;

	font-weight: bold;
	font-size: 24px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif !important;
	color: #fff;
	bottom: -10px;
}

.containerblock{
	margin: 5px 0;
}

.blockContent{
}

.blockContent .title{
	font-size: 1.8em;
}

.blockItem{
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #dce7f7;
}

.box_16{
	float: left;
	width: 16%;	
}

.box_20{
	float: left;
	width: 20%;
}

.box_25{
	float: left;
	width: 25%;	
}

.box_30{
	float: left;
	width: 30%;	
}

.box_40{
	float: left;
	width: 40%;	
}

.box_50,
.box_50_fixed{
	float: left;
	width: 50%;	
}

.box_60{
	float: left;
	width: 60%;	
}

.box_66{
	float: left;
	width: 66%;	
}

.box_70{
	float: left;
	width: 70%;	
}

.box_80{
	float: left;
	width: 80%;	
}

.box_33,
.box_33_fixed{
	float: left;
	width: 33%;	
}

.block{
	border: 1px solid #eaeaea;
	background-color: #fff;
	border-radius: 8px;
	
	transition: box-shadow .3s;
}

.block:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.h60{
	height: 60px;
}

.h30{
	height: 30px;
}

.link{
	cursor: pointer;
}

.exerciseImageHoverText{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	z-index: 2;
}

.exerciseImageHoverText{
	line-height: 1em;
}

.pageLoaderAnimation{
	display: none;
}

.input_container{
	padding-bottom: 10px;
}

.input_container label{
	display: block;
	font-weight: 500;
}

.input_container .input{
	padding: 5px;
	border: 1px solid #c6c6c6;
}

.input_container input[type="text"],
.input_container input[type="email"],
.input_container input[type="password"],
.input_container textarea{
	display: block !important;
	width: 100%;
	border: none;
	background-color: transparent;
}

.input_container textarea{
	height: 300px;
}

.input_container input[type="text"]:focus,
.input_container input[type="email"]:focus,
.input_container input[type="password"]:focus,
input[type="date"]:focus{
	outline: none !important;
}

input[type="date"],
.input select{
	display: inline-block;
	width: 100%;
	border: 1px solid transparent;
	background-color: transparent;
	text-align: center;
}

input[type='checkbox']{
	width: 20px;
	height: 20px;
	
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
}

input[type='checkbox']:checked{
	border: 1px solid #2A52BE;
    background-color: #2A52BE;
    color: #fff !important;
}

.blur {
	filter: blur(50px);
}

.bgBlue input[type='checkbox']:checked{
	border: 1px solid #fff;
    background-color: #fff;
}

.tdtb td{
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.tdtb td td{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}


.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.infoContainer{
	display: inline-block;
	padding: 5px 15px;
	background-color: #F9F9F9;
	border-radius: 8px;
}

#exerciseInfoContainer{
	overflow-y: auto;	
}

.exerciseVideoContainer{
	background-color: #000;
	display: none;
}

#exerciseImageSlider{
	position: relative;
	width: 100%;
}

.moveSlide{
	position: absolute;
	top: 0;
	text-decoration: none;
}

.moveSlide img{
	width: 45px;
	opacity: 0.5;
}

.moveSlide[ref="next"]{
	right: 10px;
}

.moveSlide[ref="prev"]{
	left: 10px;
}

.backLink{
	color: #565656;
	font-size: 2em;
	text-decoration: none;
}

#pageLoadingAnimation{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, .8);
	/*display: none;*/
}

#pageLoadingAnimation img{
	margin-top: 25%;
	margin-bottom: -25%;
}

#filterContainer{
	display: none;
	text-align: right;
}

#closeFilterContainer{
	display: none;
	text-align: right;
	margin-bottom: 10px;
}

#closeFilter{
	font-size: 30px;
}

#toggleFilter,
#closeFilter{
	text-decoration: none;
}

.exerciseBoxContainer{
	line-height: 10px;
}

.exercisesFilterContainer *{
	font-size: 0.99em;
}

.exercisesLoaderContainer{
	/*overflow-y: auto;*/
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
}

.scrollbar.hidden::-webkit-scrollbar {
  width: 0px;
}

.scrollbar::-webkit-scrollbar-track{
	background: #f1f1f1;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sliderTab{
	padding: 5px 10px;
	border: 1px solid #c6c6c6;
	background-color: #fff;
	border-bottom: 1px solid transparent;
	margin-bottom: -5px;
	text-decoration: none;
	color: #999;

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.sliderTab:hover,
.sliderTab.selected{
	background-color: #eaeaea;
}

.box_wrapper{
	padding: 5px;
}

.box_wrapper_40{
	padding: 40px;
}

.box_wrapper_10{
	padding: 10px;
}

.nextButton{
	width: 40px;
	height: 40px; /* Add height to make it square */
	color: #909090 !important;
	background-color: transparent !important;
	border: 1px solid rgba(34, 34, 34, .4) !important;
	display: flex; /* Enable Flexbox */
	align-items: center; /* Vertically center */
	justify-content: center; /* Horizontally center */
	text-align: center; /* Ensure text alignment if needed */
	border-top-right-radius: 40%;
	border-top-left-radius: 0;
	border-bottom-right-radius: 40%;
	border-bottom-left-radius: 0;
}

.prevButton{
	border-top-left-radius: 40% !important;
	border-top-right-radius: 0% !important;
	border-bottom-left-radius: 40% !important;
	border-bottom-right-radius: 0% !important;
}

.nextButton *{
	color: #909090 !important;
	font-size: 30px;
}

.nextButton:hover{
	border-color: #000 !important;
}

.nextButton:hover > *{
	color: #000 !important;
}

#footer_v2{
	background-color: #343333;
	/*
	background: #232323;
	background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
	background-size: 550% 450%;
	*/
}

#footer_v2 *{
	color: #eaeaea;
}

#footer_v2 header{
	color: #b73440;
}

#footer_v2 a{
	color: #b73440 !important;
}

#footer_v2 .footer_more *{
	color: #eaeaea;
}

#footer_v2 .footer_more a{
	display: inline-block;
	margin: 10px;
	text-transform: uppercase;
}

#footer_v2 .footer_more a:hover{
	color: #fff !important;
}

#searchContainer{

}

.container{
	display: flex;
	margin: 50px 0;
}

.card{
	margin-right: 10px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #dce7f7;
}

.card:last-child{
	margin-right: 0;
}

.card .title{
	font-size: 1.2em;
}

.bpl3{
	width: 33%;
}

.bpl2{
	width: 50%;
}

.bpl1{
	width: 100%;
}

.price-container {
	display: inline-flex;
	align-items: baseline;
	gap: 0.2rem;
}

.currency-symbol {
	font-size: 1.5rem;
	font-weight: 600;
}

.price {
	font-size: 2.5rem;
	font-weight: 700;
}

.frequency {
	font-size: 1rem;
	font-weight: 400;
}

.ck-editor__editable_inline {
	color: #ffffff !important; /* Text color */
	border: 1px solid #d5d5d5 !important; /* Optional: Border color */
}

.ck.ck-toolbar {
}

.ck.ck-toolbar .ck-button {
	color: #444 !important; /* Button text color */
}

.ck.ck-toolbar .ck-button:hover {

}

.tableOverview {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-align: left;
	color: #333;
	background-color: #f5f5f5;
}

.tableOverview thead {
	background-color: #008CE3;
	color: #ffffff;
}

.tableOverview thead th {
	padding: 12px;
	font-weight: bold;
	color: #ffffff !important;
}

.tableOverview tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.tableOverview tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.tableOverview tbody td {
	padding: 12px;
	border-bottom: 1px solid #ddd;
}

.tableOverview tbody tr:hover {
	background-color: #e1e1e1;
}

.tableOverview tfoot td {
	padding: 12px;
	border-top: 2px solid #ddd;
	font-weight: bold;
	background-color: #f5f5f5;
	text-align: right;
	color: #008CE3;
}

.discountLabelContainer {
	position: absolute;
	top: 48px;
	right: -22px;
	width: 100px; /* Adjust width to fit text */
	height: 30px; /* Adjust height for appearance */
	background-color: #a2f0e3; /* Light green color */
	transform: rotate(45deg); /* Rotate the label */
	transform-origin: top right;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.discountLabelContainer span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000; /* Black text for contrast */
	text-align: center;
	display: block;
	//transform: rotate(-90deg); /* Reverse text rotation */
	transform-origin: center;
}

.pageContainer{
	text-align: center;
}

.pageContainer .pageBox{
	display: inline-block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	color: #eaeaea !important;
	text-align: center;
	font-size: 20px;

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.pageContainer .pageBox:hover,
.pageContainer .pageBox.selected{
	color: #999 !important;
}

.wp-block-image img{
	width: 100%;
	height: auto;
}

.wpContent *{
	font-size: 1.1em;
}

.exerciseImageContainer{
	height: auto; /* Maintain aspect ratio */
	overflow: hidden; /* Hide unwanted parts */
	display: flex;
	justify-content: center;
	align-items: center;
}

.exerciseImageContainer img{
	/* clip-path: inset(0 0 28% 0); */
}

.wrapper350{
	width: 350px;
}

.floatLeft{
	float: left;
}

.overflowContainer{
	overflow-x: auto;
	scrollbar-height: none;
	-ms-overflow-style: none;
}

.overflowContainer::-webkit-scrollbar {
	height: 0px;
}



























.r4{
  border-radius: 4px;
}

.r8{
  border-radius: 8px;
}

.f09{
	font-size: 0.9em !important;
}

.fs18px,
.fs18px *{
	font-size: 18px !important;
}

.fs20px,
.fs20px *{
	font-size: 20px !important;
}

.fs36px,
.fs36px *{
	font-size: 36px !important;
}

.f1{
	font-size: 1em !important;
}

.bgRed{
	background-color: #b73440;
	color: #fff !important;
}

.bgRed *{
	color: #fff !important;
}

.bgBlue{
	background-color: #008CE3;
	color: #fff !important;
}

.bgBlue *{
	color: #fff !important;
}

.bgOrange{
	background-color: #F7B633;
	color: #fff !important;
}

.bgOrange *{
	color: #fff !important;
}

.bgWhite{
	background-color: #fff !important;
	color: #565656 !important;
}

.bgWhite *{
	color: #565656 !important;
}

.bgVeryLightBlue{
	background-color: rgb(0, 140, 227, .1);
}

.bgBlack{
	background-color: #000;
	color: #fff !important;
}

.bgBlack *{
	color: #fff !important;
}

.bgBlackLight{
	background-color: #343333;
	color: #fff !important;
}

.bgBlackLight *{
	color: #fff !important;
}

.uppercase{
	text-transform: uppercase !important;
}

.noUnerline{
	text-decoration: none;
}

.p10{
	padding: 10px !important;
}

.p7{
	padding: 7px !important;
}

.borderGray{
	border: 1px solid #c6c6c6 !important;
}
.textBlack,
.textBlack *{
	color: #000 !important;

}

.noBorder{
	border: 1px solid transparent !important;
}

.textGray{
	color: #999 !important;
}

.textGray *{
	color: #999 !important;
}

.textRed{
	color: #b73440 !important;
}

.textRed *{
	color: #b73440 !important;
}

.textLightGray{
	color: #f5f5f5 !important;
}

.textLightGray *{
	color: #f5f5f5 !important;
}